Skip to content

Console Output

00:00:35 Started by timer
00:00:35 Running as SYSTEM
00:00:36 Agent migration-agent-2kj9h is provisioned from template Kubernetes Pod Template
00:00:36 ---
00:00:36 apiVersion: "v1"
00:00:36 kind: "Pod"
00:00:36 metadata:
00:00:36   annotations: {}
00:00:36   labels:
00:00:36     jenkins: "slave"
00:00:36     jenkins/label: "migration"
00:00:36   name: "migration-agent-2kj9h"
00:00:36 spec:
00:00:36   containers:
00:00:36   - env:
00:00:36     - name: "MAVEN_OPTS"
00:00:36       value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
00:00:36     - name: "JENKINS_SECRET"
00:00:36       value: "********"
00:00:36     - name: "JENKINS_TUNNEL"
00:00:36       value: "jenkins-discovery.jdt.svc.cluster.local:50000"
00:00:36     - name: "JENKINS_AGENT_NAME"
00:00:36       value: "migration-agent-2kj9h"
00:00:36     - name: "MAVEN_CONFIG"
00:00:36       value: "-B -e"
00:00:36     - name: "JENKINS_NAME"
00:00:36       value: "migration-agent-2kj9h"
00:00:36     - name: "JENKINS_AGENT_WORKDIR"
00:00:36       value: "/home/jenkins/agent"
00:00:36     - name: "JENKINS_URL"
00:00:36       value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/"
00:00:36     - name: "HOME"
00:00:36       value: "/home/jenkins"
00:00:36     image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f"
00:00:36     imagePullPolicy: "IfNotPresent"
00:00:36     name: "jnlp"
00:00:36     resources:
00:00:36       limits:
00:00:36         memory: "4096Mi"
00:00:36         cpu: "2000m"
00:00:36       requests:
00:00:36         memory: "4096Mi"
00:00:36         cpu: "1000m"
00:00:36     securityContext:
00:00:36       privileged: false
00:00:36     tty: true
00:00:36     volumeMounts:
00:00:36     - mountPath: "/home/jenkins/.m2/toolchains.xml"
00:00:36       name: "toolchains-xml"
00:00:36       readOnly: true
00:00:36       subPath: "toolchains.xml"
00:00:36     - mountPath: "/opt/tools"
00:00:36       name: "volume-0"
00:00:36       readOnly: false
00:00:36     - mountPath: "/home/jenkins"
00:00:36       name: "volume-2"
00:00:36       readOnly: false
00:00:36     - mountPath: "/home/jenkins/.m2/repository"
00:00:36       name: "volume-3"
00:00:36       readOnly: false
00:00:36     - mountPath: "/home/jenkins/.m2/settings-security.xml"
00:00:36       name: "settings-security-xml"
00:00:36       readOnly: true
00:00:36       subPath: "settings-security.xml"
00:00:36     - mountPath: "/home/jenkins/.m2/settings.xml"
00:00:36       name: "settings-xml"
00:00:36       readOnly: true
00:00:36       subPath: "settings.xml"
00:00:36     - mountPath: "/home/jenkins/.ssh"
00:00:36       name: "volume-1"
00:00:36       readOnly: false
00:00:36     - mountPath: "/home/jenkins/agent"
00:00:36       name: "workspace-volume"
00:00:36       readOnly: false
00:00:36     workingDir: "/home/jenkins/agent"
00:00:36   nodeSelector:
00:00:36     beta.kubernetes.io/os: "linux"
00:00:36   restartPolicy: "Never"
00:00:36   securityContext: {}
00:00:36   volumes:
00:00:36   - name: "settings-security-xml"
00:00:36     secret:
00:00:36       items:
00:00:36       - key: "settings-security.xml"
00:00:36         path: "settings-security.xml"
00:00:36       secretName: "m2-secret-dir"
00:00:36   - name: "volume-0"
00:00:36     persistentVolumeClaim:
00:00:36       claimName: "tools-claim-jiro-jdt"
00:00:36       readOnly: true
00:00:36   - configMap:
00:00:36       items:
00:00:36       - key: "toolchains.xml"
00:00:36         path: "toolchains.xml"
00:00:36       name: "m2-dir"
00:00:36     name: "toolchains-xml"
00:00:36   - emptyDir:
00:00:36       medium: ""
00:00:36     name: "volume-2"
00:00:36   - configMap:
00:00:36       name: "known-hosts"
00:00:36     name: "volume-1"
00:00:36   - name: "settings-xml"
00:00:36     secret:
00:00:36       items:
00:00:36       - key: "settings.xml"
00:00:36         path: "settings.xml"
00:00:36       secretName: "m2-secret-dir"
00:00:36   - emptyDir:
00:00:36       medium: ""
00:00:36     name: "workspace-volume"
00:00:36   - emptyDir:
00:00:36       medium: ""
00:00:36     name: "volume-3"
00:00:36 
00:00:36 Building remotely on migration-agent-2kj9h (migration) in workspace /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10
00:00:36 [WS-CLEANUP] Deleting project workspace...
00:00:36 [WS-CLEANUP] Deferred wipeout is used...
00:00:37 No credentials specified
00:00:37 Cloning the remote Git repository
00:00:37 Cloning repository git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
00:00:37  > git init /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10 # timeout=10
00:00:37 Fetching upstream changes from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
00:00:37  > git --version # timeout=10
00:00:37  > git fetch --tags --progress git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/* # timeout=10
00:01:06  > git config remote.origin.url git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core # timeout=10
00:01:06  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
00:01:06  > git config remote.origin.url git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core # timeout=10
00:01:06 Fetching upstream changes from git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core
00:01:06  > git fetch --tags --progress git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core +refs/heads/*:refs/remotes/origin/* # timeout=10
00:01:07  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
00:01:07  > git rev-parse refs/remotes/origin/refs/heads/master^{commit} # timeout=10
00:01:07 Checking out Revision a1ebb241d08b63d5c03db6c6cb0f731a4356f894 (refs/remotes/origin/master)
00:01:07  > git config core.sparsecheckout # timeout=10
00:01:07  > git checkout -f a1ebb241d08b63d5c03db6c6cb0f731a4356f894 # timeout=10
00:01:12 Commit message: "Revert "Bug 560733 - Missing warning of unused variables in try-with-resources declaration""
00:01:12  > git rev-list --no-walk 1228f1ca4ab16fa96b65bec99578ba70bdccab59 # timeout=10
00:01:12 [eclipse.jdt.core-run.javac-10] $ /bin/sh -xe /tmp/jenkins1534571643232769316.sh
00:01:12 + echo 'Path and version of jdk-10_x64-latest:'
00:01:12 Path and version of jdk-10_x64-latest:
00:01:12 + ls -ld /opt/tools/java/oracle/jdk-10/latest
00:01:12 lrwxrwxrwx. 1 root root 6 Sep 20  2018 /opt/tools/java/oracle/jdk-10/latest -> 10.0.2
00:01:12 + /opt/tools/java/oracle/jdk-10/latest/bin/java -version
00:01:13 java version "10.0.2" 2018-07-17
00:01:13 Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
00:01:13 Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)
00:01:13 [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"
00:01:14 [INFO] Scanning for projects...
00:01:15 Downloading from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-platform-parent/4.16.0-SNAPSHOT/maven-metadata.xml
00:01:15 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)
00:01:15 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
00:01:15 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)
00:01:15 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
00:01:15 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
00:01:15 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
00:01:15 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
00:01:15 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
00:01:15 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)
00:01:15 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
00:01:15 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
00:01:16 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
00:01:16 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/1.6.0/tycho-1.6.0.pom
00:01:16 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
00:01:16 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)
00:01:16 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
00:01:16 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
00:01:16 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
00:01:16 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.pom
00:01:16 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
00:01:16 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)
00:01:16 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
00:01:16 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
00:01:16 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
00:01:16 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
00:01:16 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
00:01:16 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)
00:01:16 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
00:01:16 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.0/maven-3.0.pom
00:01:16 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom
00:01:16 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom
00:01:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
00:01:16 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)
00:01:16 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
00:01:16 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/15/maven-parent-15.pom
00:01:16 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom
00:01:16 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom
00:01:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
00:01:16 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)
00:01:16 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/6/apache-6.pom
00:01:16 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/6/apache-6.pom
00:01:16 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom
00:01:16 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom
00:01:16 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
00:01:17 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)
00:01:17 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
00:01:17 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
00:01:17 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
00:01:17 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
00:01:17 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
00:01:17 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)
00:01:17 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
00:01:17 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
00:01:17 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
00:01:17 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
00:01:17 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
00:01:17 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)
00:01:17 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
00:01:17 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
00:01:17 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
00:01:17 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
00:01:17 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
00:01:17 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)
00:01:17 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
00:01:17 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
00:01:17 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
00:01:17 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
00:01:17 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
00:01:17 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)
00:01:17 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
00:01:17 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
00:01:17 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
00:01:17 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
00:01:17 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
00:01:17 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)
00:01:17 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
00:01:17 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
00:01:17 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
00:01:17 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
00:01:17 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
00:01:17 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)
00:01:17 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
00:01:17 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
00:01:17 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
00:01:17 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
00:01:17 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
00:01:17 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)
00:01:17 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
00:01:17 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
00:01:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
00:01:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
00:01:18 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
00:01:18 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)
00:01:18 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
00:01:18 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
00:01:18 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
00:01:18 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
00:01:18 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
00:01:18 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)
00:01:18 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
00:01:18 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
00:01:18 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
00:01:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom
00:01:18 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
00:01:18 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)
00:01:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
00:01:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
00:01:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
00:01:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
00:01:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
00:01:18 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)
00:01:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
00:01:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
00:01:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
00:01:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
00:01:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
00:01:18 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)
00:01:18 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
00:01:18 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
00:01:18 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
00:01:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
00:01:18 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
00:01:18 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)
00:01:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
00:01:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
00:01:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
00:01:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
00:01:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
00:01:18 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)
00:01:18 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
00:01:18 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
00:01:18 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
00:01:18 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
00:01:18 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
00:01:19 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)
00:01:19 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
00:01:19 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
00:01:19 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
00:01:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
00:01:19 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
00:01:19 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)
00:01:19 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
00:01:19 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
00:01:19 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
00:01:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
00:01:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
00:01:19 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)
00:01:19 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
00:01:19 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
00:01:19 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
00:01:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
00:01:19 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
00:01:19 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)
00:01:19 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
00:01:19 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
00:01:19 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
00:01:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
00:01:19 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
00:01:19 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)
00:01:19 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
00:01:19 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
00:01:19 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
00:01:19 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
00:01:19 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
00:01:20 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)
00:01:20 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
00:01:20 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
00:01:20 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
00:01:20 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
00:01:20 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
00:01:20 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)
00:01:20 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
00:01:20 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
00:01:20 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
00:01:20 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
00:01:20 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
00:01:20 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)
00:01:20 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
00:01:20 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
00:01:20 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
00:01:20 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
00:01:20 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
00:01:21 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)
00:01:21 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
00:01:21 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
00:01:21 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
00:01:21 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
00:01:21 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
00:01:21 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)
00:01:21 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
00:01:21 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
00:01:21 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
00:01:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
00:01:21 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
00:01:21 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)
00:01:21 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
00:01:21 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
00:01:21 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
00:01:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
00:01:21 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
00:01:21 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)
00:01:21 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
00:01:21 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
00:01:21 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
00:01:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
00:01:21 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
00:01:21 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)
00:01:21 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
00:01:21 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
00:01:21 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
00:01:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
00:01:21 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
00:01:21 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)
00:01:21 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
00:01:21 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
00:01:21 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
00:01:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
00:01:21 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
00:01:21 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)
00:01:21 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
00:01:21 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
00:01:21 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
00:01:21 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
00:01:21 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
00:01:21 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)
00:01:21 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
00:01:21 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
00:01:21 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
00:01:21 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
00:01:21 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
00:01:22 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)
00:01:22 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
00:01:22 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
00:01:22 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
00:01:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
00:01:22 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
00:01:22 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)
00:01:22 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
00:01:22 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
00:01:22 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
00:01:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
00:01:22 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
00:01:22 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)
00:01:22 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
00:01:22 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
00:01:22 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
00:01:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
00:01:22 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
00:01:22 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)
00:01:22 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
00:01:22 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
00:01:22 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
00:01:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
00:01:22 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
00:01:22 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)
00:01:22 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
00:01:22 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
00:01:22 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
00:01:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
00:01:22 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
00:01:22 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)
00:01:22 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
00:01:22 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
00:01:22 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
00:01:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
00:01:22 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
00:01:22 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)
00:01:22 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
00:01:22 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
00:01:22 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
00:01:22 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
00:01:22 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
00:01:22 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)
00:01:22 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
00:01:22 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
00:01:22 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
00:01:22 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
00:01:22 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
00:01:23 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)
00:01:23 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
00:01:23 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
00:01:23 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
00:01:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/1.6.0/tycho-bundles-1.6.0.pom
00:01:23 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
00:01:23 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)
00:01:23 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
00:01:23 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
00:01:23 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
00:01:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom
00:01:23 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
00:01:23 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)
00:01:23 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
00:01:23 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
00:01:23 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
00:01:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
00:01:23 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
00:01:23 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)
00:01:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
00:01:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.pom
00:01:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom
00:01:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom
00:01:23 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
00:01:23 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)
00:01:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
00:01:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/42/commons-parent-42.pom
00:01:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom
00:01:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom
00:01:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
00:01:23 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)
00:01:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/18/apache-18.pom
00:01:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/18/apache-18.pom
00:01:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom
00:01:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom
00:01:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
00:01:23 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)
00:01:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
00:01:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
00:01:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
00:01:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom
00:01:23 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
00:01:23 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)
00:01:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
00:01:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/47/commons-parent-47.pom
00:01:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom
00:01:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom
00:01:23 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
00:01:23 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)
00:01:23 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/19/apache-19.pom
00:01:23 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/19/apache-19.pom
00:01:23 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom
00:01:23 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom
00:01:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
00:01:24 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)
00:01:24 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
00:01:24 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
00:01:24 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
00:01:24 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
00:01:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
00:01:24 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)
00:01:24 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.pom
00:01:24 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.8/xz-1.8.pom
00:01:24 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.pom
00:01:24 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.pom
00:01:24 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom
00:01:24 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)
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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)
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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)
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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)
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/1.6.0/sisu-equinox-1.6.0.pom
00:01:24 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
00:01:24 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)
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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)
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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
00:01:24 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)
00:01:24 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom
00:01:24 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.pom
00:01:24 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom
00:01:24 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.pom
00:01:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.4/decentxml-1.4.pom
00:01:25 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)
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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)
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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)
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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)
00:01:25 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
00:01:25 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
00:01:25 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
00:01:25 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom
00:01:25 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
00:01:25 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)
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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)
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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
00:01:25 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)
00:01:25 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
00:01:25 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/11/maven-parent-11.pom
00:01:25 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom
00:01:25 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom
00:01:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
00:01:25 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)
00:01:25 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/5/apache-5.pom
00:01:25 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/5/apache-5.pom
00:01:25 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom
00:01:25 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom
00:01:25 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
00:01:25 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)
00:01:25 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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)
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-p2/1.6.0/tycho-p2-1.6.0.pom
00:01:26 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
00:01:26 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)
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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)
00:01:26 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
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
00:01:26 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
00:01:26 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
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
00:01:26 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
00:01:26 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
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.8/xz-1.8.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
00:01:26 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
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
00:01:26 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
00:01:26 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
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
00:01:26 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
00:01:26 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
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
00:01:26 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
00:01:26 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
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.6/commons-io-2.6.jar
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.8/xz-1.8.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.4/decentxml-1.4.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 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
00:01:26 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
00:01:26 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
00:01:26 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
00:01:26 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
00:01:26 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
00:01:27 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
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
00:01:27 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
00:01:27 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
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
00:01:27 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
00:01:27 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
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.jar
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.6.0/tycho-core-1.6.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
00:01:27 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
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.jar
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.4/decentxml-1.4.jar
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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
00:01:27 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)
00:01:27 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
00:01:27 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)
00:01:27 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
00:01:27 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)
00:01:27 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
00:01:27 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)
00:01:27 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
00:01:27 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)
00:01:27 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
00:01:27 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)
00:01:27 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
00:01:27 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)
00:01:27 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
00:01:27 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)
00:01:27 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
00:01:27 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)
00:01:27 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
00:01:27 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)
00:01:27 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)
00:01:27 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
00:01:27 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
00:01:27 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)
00:01:27 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)
00:01:27 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
00:01:27 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
00:01:27 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)
00:01:27 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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)
00:01:28 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)
00:01:28 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
00:01:28 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
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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)
00:01:28 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
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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
00:01:28 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)
00:01:28 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)
00:01:28 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)
00:01:28 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)
00:01:28 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)
00:01:29 Downloading from eclipse-hosted: https://repo.eclipse.org/content/repositories/eclipse/org/eclipse/eclipse-sdk-prereqs/4.16.0-SNAPSHOT/maven-metadata.xml
00:01:29 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)
00:01:29 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
00:01:29 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)
00:01:29 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
00:01:29 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
00:01:29 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
00:01:29 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
00:01:29 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
00:01:29 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)
00:01:30 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
00:01:30 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
00:01:30 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
00:01:30 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
00:01:30 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
00:01:30 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)
00:01:30 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
00:01:30 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
00:01:30 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
00:01:30 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
00:01:30 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
00:01:30 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)
00:01:30 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
00:01:30 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
00:01:30 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
00:01:30 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
00:01:30 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
00:01:30 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)
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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)
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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)
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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)
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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
00:01:31 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)
00:01:31 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
00:01:31 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
00:01:32 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
00:01:32 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
00:01:32 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
00:01:32 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)
00:01:32 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
00:01:32 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
00:01:32 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
00:01:32 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/13/maven-plugins-13.pom
00:01:32 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
00:01:32 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)
00:01:32 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
00:01:32 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
00:01:32 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
00:01:32 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom
00:01:32 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
00:01:32 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)
00:01:32 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
00:01:32 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
00:01:32 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
00:01:32 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
00:01:32 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
00:01:32 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)
00:01:32 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom
00:01:32 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/33/maven-parent-33.pom
00:01:32 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom
00:01:32 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/33/maven-parent-33.pom
00:01:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
00:01:32 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)
00:01:32 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/21/apache-21.pom
00:01:32 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/21/apache-21.pom
00:01:32 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/21/apache-21.pom
00:01:32 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/21/apache-21.pom
00:01:32 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
00:01:32 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)
00:01:32 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
00:01:32 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
00:01:32 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
00:01:32 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
00:01:32 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
00:01:32 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)
00:01:32 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
00:01:32 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
00:01:32 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
00:01:32 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
00:01:32 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
00:01:32 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)
00:01:32 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
00:01:32 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/30/maven-parent-30.pom
00:01:33 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom
00:01:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom
00:01:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
00:01:33 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)
00:01:33 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
00:01:33 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.pom
00:01:33 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom
00:01:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom
00:01:33 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
00:01:33 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)
00:01:33 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
00:01:33 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/39/commons-parent-39.pom
00:01:33 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom
00:01:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom
00:01:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
00:01:33 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)
00:01:33 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/16/apache-16.pom
00:01:33 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/16/apache-16.pom
00:01:33 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom
00:01:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom
00:01:33 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
00:01:33 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)
00:01:33 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
00:01:33 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
00:01:33 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
00:01:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom
00:01:33 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
00:01:33 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)
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 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)
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
00:01:33 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
00:01:33 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
00:01:33 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.5/commons-io-2.5.jar
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar
00:01:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 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
00:01:33 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)
00:01:33 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)
00:01:33 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)
00:01:33 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)
00:01:33 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)
00:01:34 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
00:01:34 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
00:01:34 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
00:01:34 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
00:01:34 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
00:01:34 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)
00:01:34 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
00:01:34 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
00:01:34 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
00:01:34 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom
00:01:34 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
00:01:34 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)
00:01:34 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
00:01:34 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/26/maven-parent-26.pom
00:01:34 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/26/maven-parent-26.pom
00:01:34 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom
00:01:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom
00:01:34 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)
00:01:34 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
00:01:34 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
00:01:34 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
00:01:34 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
00:01:34 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
00:01:34 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)
00:01:34 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
00:01:34 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
00:01:34 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
00:01:34 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
00:01:34 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
00:01:34 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)
00:01:34 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
00:01:34 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
00:01:34 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
00:01:34 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom
00:01:34 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
00:01:34 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)
00:01:34 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom
00:01:34 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/31/maven-parent-31.pom
00:01:34 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/31/maven-parent-31.pom
00:01:34 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom
00:01:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom
00:01:34 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)
00:01:34 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
00:01:34 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
00:01:34 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
00:01:35 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
00:01:35 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
00:01:35 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)
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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)
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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)
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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)
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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)
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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)
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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)
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 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)
00:01:35 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
00:01:35 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
00:01:35 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
00:01:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
00:01:36 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
00:01:36 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)
00:01:36 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
00:01:36 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
00:01:36 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
00:01:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.pom
00:01:36 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
00:01:36 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)
00:01:36 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
00:01:36 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
00:01:36 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
00:01:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.pom
00:01:36 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
00:01:36 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)
00:01:36 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom
00:01:36 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/ow2/1.5/ow2-1.5.pom
00:01:36 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom
00:01:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/ow2/1.5/ow2-1.5.pom
00:01:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom
00:01:36 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)
00:01:36 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom
00:01:36 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.pom
00:01:36 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.pom
00:01:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.pom
00:01:36 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom
00:01:36 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)
00:01:36 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom
00:01:36 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom
00:01:36 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom
00:01:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/7.2/asm-util-7.2.pom
00:01:36 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
00:01:36 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)
00:01:36 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
00:01:36 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
00:01:36 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
00:01:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.pom
00:01:36 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
00:01:36 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)
00:01:36 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
00:01:36 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
00:01:36 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
00:01:36 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
00:01:36 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
00:01:36 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)
00:01:36 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
00:01:36 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
00:01:36 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
00:01:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom
00:01:36 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
00:01:36 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)
00:01:36 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
00:01:36 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/35/commons-parent-35.pom
00:01:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom
00:01:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/35/commons-parent-35.pom
00:01:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom
00:01:37 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)
00:01:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/15/apache-15.pom
00:01:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/15/apache-15.pom
00:01:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom
00:01:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom
00:01:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
00:01:37 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)
00:01:37 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
00:01:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
00:01:37 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
00:01:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar
00:01:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar
00:01:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
00:01:37 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
00:01:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
00:01:37 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
00:01:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
00:01:37 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
00:01:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar
00:01:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/7.2/asm-7.2.jar
00:01:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
00:01:37 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
00:01:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
00:01:37 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
00:01:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/7.2/asm-7.2.jar
00:01:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
00:01:37 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
00:01:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar
00:01:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
00:01:37 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
00:01:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
00:01:37 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
00:01:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.2/asm-7.2.jar
00:01:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.2/asm-tree-7.2.jar
00:01:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-artifactcomparator/1.6.0/tycho-artifactcomparator-1.6.0.jar
00:01:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-util/7.2/asm-util-7.2.jar
00:01:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.2/asm-analysis-7.2.jar
00:01:37 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
00:01:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
00:01:37 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
00:01:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar
00:01:37 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
00:01:37 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
00:01:37 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
00:01:37 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)
00:01:37 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
00:01:37 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)
00:01:37 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
00:01:37 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)
00:01:37 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
00:01:37 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)
00:01:37 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)
00:01:37 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)
00:01:37 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)
00:01:37 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)
00:01:37 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
00:01:37 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
00:01:37 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
00:01:37 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
00:01:37 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)
00:01:37 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)
00:01:37 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
00:01:37 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
00:01:37 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
00:01:37 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)
00:01:37 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
00:01:37 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
00:01:37 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
00:01:37 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
00:01:37 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)
00:01:37 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)
00:01:37 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
00:01:37 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)
00:01:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml
00:01:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml
00:01:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml
00:01:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.0.6-SNAPSHOT/maven-metadata.xml
00:01:37 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
00:01:37 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)
00:01:37 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)
00:01:38 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)
00:01:38 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
00:01:38 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)
00:01:38 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
00:01:38 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)
00:01:38 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
00:01:38 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
00:01:38 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
00:01:38 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
00:01:38 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
00:01:38 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)
00:01:38 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
00:01:38 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
00:01:38 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
00:01:38 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
00:01:38 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
00:01:38 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)
00:01:38 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
00:01:38 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
00:01:38 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
00:01:38 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
00:01:38 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
00:01:38 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)
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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)
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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)
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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)
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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)
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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)
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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
00:01:39 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)
00:01:39 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
00:01:39 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
00:01:39 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
00:01:40 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
00:01:40 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
00:01:40 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)
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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)
00:01:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
00:01:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
00:01:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
00:01:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom
00:01:40 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
00:01:40 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)
00:01:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
00:01:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/16/maven-parent-16.pom
00:01:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom
00:01:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom
00:01:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
00:01:40 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)
00:01:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/7/apache-7.pom
00:01:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/7/apache-7.pom
00:01:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom
00:01:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom
00:01:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
00:01:40 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)
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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)
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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)
00:01:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
00:01:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
00:01:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
00:01:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom
00:01:40 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
00:01:40 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)
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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
00:01:40 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)
00:01:40 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
00:01:40 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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)
00:01:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
00:01:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
00:01:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
00:01:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom
00:01:41 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
00:01:41 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)
00:01:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
00:01:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/23/maven-parent-23.pom
00:01:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom
00:01:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom
00:01:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
00:01:41 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)
00:01:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/13/apache-13.pom
00:01:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/13/apache-13.pom
00:01:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom
00:01:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom
00:01:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
00:01:41 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)
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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)
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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)
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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)
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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)
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:41 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
00:01:42 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)
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-surefire/1.6.0/tycho-surefire-1.6.0.pom
00:01:42 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
00:01:42 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)
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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)
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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)
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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)
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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)
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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)
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom
00:01:42 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
00:01:42 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)
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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
00:01:42 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)
00:01:42 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
00:01:42 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
00:01:42 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
00:01:43 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
00:01:43 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
00:01:43 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)
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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)
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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)
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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)
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
00:01:43 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
00:01:43 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)
00:01:43 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
00:01:43 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
00:01:43 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
00:01:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
00:01:43 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
00:01:43 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)
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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)
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 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)
00:01:43 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
00:01:43 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
00:01:43 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
00:01:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
00:01:43 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
00:01:43 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)
00:01:43 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
00:01:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
00:01:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
00:01:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
00:01:44 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
00:01:44 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)
00:01:44 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.13/junit-4.13.pom
00:01:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.13/junit-4.13.pom
00:01:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.13/junit-4.13.pom
00:01:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.13/junit-4.13.pom
00:01:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13/junit-4.13.pom
00:01:44 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)
00:01:44 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
00:01:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
00:01:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
00:01:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
00:01:44 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
00:01:44 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)
00:01:44 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
00:01:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
00:01:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
00:01:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
00:01:44 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom
00:01:44 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)
00:01:44 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
00:01:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
00:01:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
00:01:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
00:01:44 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
00:01:44 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)
00:01:44 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
00:01:44 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
00:01:44 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
00:01:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
00:01:44 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
00:01:44 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)
00:01:44 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
00:01:44 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
00:01:44 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
00:01:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
00:01:44 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
00:01:44 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)
00:01:44 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
00:01:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
00:01:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
00:01:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
00:01:44 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
00:01:44 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)
00:01:44 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
00:01:44 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
00:01:44 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
00:01:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
00:01:44 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
00:01:45 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)
00:01:45 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
00:01:45 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
00:01:45 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
00:01:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
00:01:45 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
00:01:45 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)
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 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)
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 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)
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
00:01:45 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
00:01:45 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)
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 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)
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom
00:01:45 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
00:01:45 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)
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
00:01:45 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
00:01:45 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)
00:01:45 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
00:01:45 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
00:01:45 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
00:01:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
00:01:45 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
00:01:45 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)
00:01:45 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
00:01:45 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
00:01:45 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
00:01:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
00:01:45 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
00:01:46 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)
00:01:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
00:01:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
00:01:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
00:01:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.pom
00:01:46 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
00:01:46 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)
00:01:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
00:01:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
00:01:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
00:01:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
00:01:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
00:01:46 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)
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
00:01:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
00:01:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
00:01:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
00:01:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
00:01:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
00:01:46 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
00:01:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
00:01:46 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
00:01:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar
00:01:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
00:01:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
00:01:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M7/qdox-2.0-M7.jar
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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
00:01:46 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)
00:01:46 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
00:01:46 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)
00:01:46 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
00:01:46 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)
00:01:46 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
00:01:46 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)
00:01:46 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)
00:01:46 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
00:01:46 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
00:01:47 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)
00:01:47 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
00:01:47 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)
00:01:47 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
00:01:47 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)
00:01:47 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
00:01:47 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)
00:01:47 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
00:01:47 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)
00:01:47 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)
00:01:47 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)
00:01:47 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
00:01:47 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
00:01:47 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
00:01:47 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)
00:01:47 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
00:01:47 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)
00:01:47 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
00:01:47 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)
00:01:47 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
00:01:47 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)
00:01:47 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
00:01:47 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)
00:01:47 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
00:01:47 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)
00:01:47 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)
00:01:47 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)
00:01:47 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)
00:01:47 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)
00:01:47 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
00:01:47 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
00:01:47 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
00:01:47 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
00:01:47 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
00:01:47 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)
00:01:47 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom
00:01:47 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom
00:01:47 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom
00:01:48 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/26/maven-plugins-26.pom
00:01:48 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
00:01:48 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)
00:01:48 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
00:01:48 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/25/maven-parent-25.pom
00:01:48 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom
00:01:48 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom
00:01:48 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
00:01:48 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)
00:01:48 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
00:01:48 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
00:01:48 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
00:01:48 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
00:01:48 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
00:01:48 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)
00:01:48 [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
00:01:48 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/
00:01:48 [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository
00:01:48 [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/
00:01:49 [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
00:01:49 [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/
00:01:49 [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/
00:01:49 [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.21/
00:01:49 [INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.21
00:01:50 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.21/
00:01:50 [INFO] Adding repository https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.27.v20200227
00:01:50 [INFO] Fetching content.jar from https://download.eclipse.org/jetty/updates/jetty-bundles-9.x/9.4.27.v20200227/ (19.47kB)
00:01:50 [INFO] Fetching p2.index from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/
00:01:50 [INFO] Adding repository https://download.eclipse.org/rt/ecf/3.14.7/site.p2
00:01:50 [INFO] Fetching content.xml.xz from https://download.eclipse.org/rt/ecf/3.14.7/site.p2/
00:01:50 [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
00:01:50 [INFO] Adding repository https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210
00:01:50 [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/
00:01:51 [INFO] Fetching p2.index from https://download.eclipse.org/egit/updates-5.6/
00:01:51 [INFO] Adding repository https://download.eclipse.org/egit/updates-5.6
00:01:51 [INFO] Fetching content.xml.xz from https://download.eclipse.org/egit/updates-5.6/
00:01:51 [INFO] Fetching p2.index from https://download.eclipse.org/reddeer/releases/2.8.0/
00:01:51 [INFO] Adding repository https://download.eclipse.org/reddeer/releases/2.8.0
00:01:51 [INFO] Fetching content.xml.xz from https://download.eclipse.org/reddeer/releases/2.8.0/
00:01:52 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/
00:01:52 [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.16-I-builds
00:01:52 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/ (462B)
00:01:52 [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.16-I-builds/categories/ (1.46kB)
00:01:52 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/
00:01:52 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200310-1800/
00:01:52 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/
00:01:53 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200311-1800/
00:01:53 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/
00:01:53 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200312-1835/
00:01:53 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200313-1800/
00:01:54 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200313-1800/
00:01:54 [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200314-1800/
00:01:54 [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.16-I-builds/I20200314-1800/
00:01:54 [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
00:01:59 [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)
00:02:05 [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)
00:02:05 [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)
00:02:06 [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)
00:02:06 [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)
00:02:06 [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)
00:02:06 [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)
00:02:07 [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)
00:02:07 [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)
00:02:07 [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)
00:02:07 [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)
00:02:07 [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)
00:02:08 [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)
00:02:08 [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)
00:02:08 [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)
00:02:08 [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)
00:02:08 [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)
00:02:09 [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
00:02:09 [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
00:02:09 [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
00:02:09 [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)
00:02:09 [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)
00:02:09 [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)
00:02:10 [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)
00:02:10 [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)
00:02:10 [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)
00:02:10 [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)
00:02:10 [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)
00:02:11 [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)
00:02:11 [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)
00:02:11 [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)
00:02:11 [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)
00:02:11 [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)
00:02:11 [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)
00:02:12 [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)
00:02:12 [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)
00:02:13 [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)
00:02:13 [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)
00:02:14 [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)
00:02:14 [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)
00:02:14 [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)
00:02:15 [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)
00:02:15 [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)
00:02:15 [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)
00:02:15 [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)
00:02:16 [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)
00:02:16 [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)
00:02:16 [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)
00:02:16 [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)
00:02:16 [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)
00:02:17 [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)
00:02:17 [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)
00:02:17 [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)
00:02:17 [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)
00:02:17 [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)
00:02:17 [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)
00:02:17 [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)
00:02:18 [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)
00:02:18 [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)
00:02:18 [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)
00:02:18 [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)
00:02:19 [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)
00:02:19 [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)
00:02:19 [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)
00:02:19 [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)
00:02:20 [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)
00:02:20 [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)
00:02:20 [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)
00:02:20 [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)
00:02:20 [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)
00:02:20 [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)
00:02:21 [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)
00:02:21 [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)
00:02:21 [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)
00:02:21 [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)
00:02:21 [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)
00:02:22 [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)
00:02:22 [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)
00:02:22 [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)
00:02:22 [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)
00:02:22 [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)
00:02:23 [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)
00:02:23 [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)
00:02:23 [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)
00:02:23 [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)
00:02:23 [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)
00:02:23 [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)
00:02:24 [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)
00:02:24 [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)
00:02:24 [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)
00:02:24 [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)
00:02:24 [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)
00:02:25 [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)
00:02:25 [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)
00:02:25 [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)
00:02:25 [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)
00:02:25 [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)
00:02:26 [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)
00:02:26 [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)
00:02:26 [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)
00:02:26 [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)
00:02:27 [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)
00:02:27 [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)
00:02:28 [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)
00:02:29 [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)
00:02:29 [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)
00:02:30 [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)
00:02:30 [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)
00:02:30 [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)
00:02:30 [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)
00:02:30 [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)
00:02:31 [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)
00:02:32 [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)
00:02:33 [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
00:02:33 [INFO] ------------------------------------------------------------------------
00:02:33 [INFO] Reactor Build Order:
00:02:33 [INFO] 
00:02:33 [INFO] org.eclipse.jdt.core                                    [eclipse-plugin]
00:02:33 [INFO] org.eclipse.jdt.core.tests.compiler                [eclipse-test-plugin]
00:02:33 [INFO] 
00:02:33 [INFO] ----------------< org.eclipse.jdt:org.eclipse.jdt.core >----------------
00:02:33 [INFO] Building org.eclipse.jdt.core 3.21.100-SNAPSHOT                    [1/2]
00:02:33 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
00:02:33 [INFO] 
00:02:33 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core ---
00:02:33 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
00:02:33 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
00:02:33 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
00:02:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
00:02:33 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
00:02:33 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)
00:02:33 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
00:02:33 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
00:02:33 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
00:02:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
00:02:33 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
00:02:33 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)
00:02:33 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
00:02:33 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
00:02:33 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
00:02:33 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar
00:02:33 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
00:02:34 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)
00:02:34 [INFO] 
00:02:34 [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core ---
00:02:34 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
00:02:34 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
00:02:34 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
00:02:34 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
00:02:34 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
00:02:34 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)
00:02:34 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
00:02:34 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
00:02:34 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
00:02:34 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
00:02:34 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
00:02:34 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)
00:02:34 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
00:02:34 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
00:02:34 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
00:02:34 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
00:02:34 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
00:02:34 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)
00:02:34 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
00:02:34 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
00:02:34 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
00:02:34 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom
00:02:34 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
00:02:34 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)
00:02:34 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
00:02:34 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
00:02:34 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
00:02:34 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
00:02:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
00:02:34 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)
00:02:34 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
00:02:34 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
00:02:34 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
00:02:34 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.pom
00:02:34 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
00:02:34 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)
00:02:34 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
00:02:34 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
00:02:34 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
00:02:34 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.pom
00:02:34 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
00:02:34 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)
00:02:34 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
00:02:34 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
00:02:34 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
00:02:34 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
00:02:34 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
00:02:34 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)
00:02:34 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
00:02:34 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
00:02:34 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
00:02:34 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
00:02:35 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
00:02:35 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)
00:02:35 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
00:02:35 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
00:02:35 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
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
00:02:35 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
00:02:35 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)
00:02:35 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
00:02:35 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
00:02:35 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.pom
00:02:35 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
00:02:35 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)
00:02:35 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
00:02:35 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
00:02:35 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom
00:02:35 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
00:02:35 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)
00:02:35 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom
00:02:35 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom
00:02:35 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom
00:02:35 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
00:02:35 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)
00:02:35 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
00:02:35 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
00:02:35 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
00:02:35 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
00:02:35 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
00:02:35 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)
00:02:35 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
00:02:35 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
00:02:35 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
00:02:35 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
00:02:35 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
00:02:35 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
00:02:35 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar
00:02:35 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
00:02:35 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
00:02:35 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
00:02:35 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
00:02:35 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
00:02:35 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
00:02:35 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
00:02:35 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
00:02:35 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
00:02:35 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar
00:02:35 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
00:02:35 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
00:02:35 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
00:02:35 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
00:02:35 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
00:02:35 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
00:02:35 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
00:02:35 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
00:02:35 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
00:02:35 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar
00:02:35 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
00:02:35 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
00:02:35 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
00:02:35 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
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar
00:02:35 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
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/googlecode/javaewah/JavaEWAH/1.1.6/JavaEWAH-1.1.6.jar
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jzlib/1.1.1/jzlib-1.1.1.jar
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpg-jdk15on/1.64/bcpg-jdk15on-1.64.jar
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar
00:02:35 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar
00:02:35 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
00:02:35 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
00:02:35 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
00:02:35 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
00:02:35 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
00:02:35 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
00:02:35 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)
00:02:35 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
00:02:35 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)
00:02:35 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
00:02:35 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)
00:02:35 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
00:02:35 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)
00:02:35 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
00:02:35 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)
00:02:35 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
00:02:35 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)
00:02:35 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)
00:02:36 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)
00:02:36 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)
00:02:36 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)
00:02:36 [INFO] The project's OSGi version is 3.21.100.v20200314-1817
00:02:36 [INFO] 
00:02:36 [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.jdt.core ---
00:02:36 [INFO] 
00:02:36 [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.jdt.core ---
00:02:36 [INFO] 
00:02:36 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (saveproperties) @ org.eclipse.jdt.core ---
00:02:36 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
00:02:36 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
00:02:36 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
00:02:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
00:02:36 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
00:02:36 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)
00:02:36 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
00:02:36 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
00:02:36 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
00:02:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
00:02:36 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
00:02:36 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)
00:02:36 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
00:02:36 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
00:02:36 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
00:02:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
00:02:36 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
00:02:36 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)
00:02:36 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
00:02:36 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
00:02:36 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
00:02:36 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom
00:02:36 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
00:02:36 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)
00:02:36 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
00:02:36 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
00:02:36 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
00:02:37 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
00:02:37 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
00:02:37 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)
00:02:37 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
00:02:37 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
00:02:37 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
00:02:37 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
00:02:37 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
00:02:37 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)
00:02:37 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
00:02:37 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
00:02:37 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
00:02:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
00:02:37 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
00:02:37 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)
00:02:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
00:02:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.4/commons-io-2.4.pom
00:02:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.4/commons-io-2.4.pom
00:02:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom
00:02:37 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
00:02:37 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)
00:02:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
00:02:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/25/commons-parent-25.pom
00:02:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/25/commons-parent-25.pom
00:02:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom
00:02:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
00:02:37 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)
00:02:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/9/apache-9.pom
00:02:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/9/apache-9.pom
00:02:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom
00:02:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/9/apache-9.pom
00:02:37 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
00:02:37 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)
00:02:37 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
00:02:37 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
00:02:37 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
00:02:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
00:02:37 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
00:02:37 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)
00:02:37 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
00:02:37 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
00:02:37 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
00:02:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
00:02:37 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
00:02:37 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)
00:02:37 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
00:02:37 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
00:02:37 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
00:02:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom
00:02:37 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
00:02:37 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)
00:02:37 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
00:02:37 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
00:02:37 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
00:02:37 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
00:02:38 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
00:02:38 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)
00:02:38 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
00:02:38 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
00:02:38 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
00:02:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
00:02:38 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
00:02:38 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)
00:02:38 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
00:02:38 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
00:02:38 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
00:02:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
00:02:38 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
00:02:38 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)
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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)
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
00:02:38 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
00:02:38 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)
00:02:38 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
00:02:38 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
00:02:38 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
00:02:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom
00:02:38 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
00:02:38 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)
00:02:38 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
00:02:38 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
00:02:38 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
00:02:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
00:02:38 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
00:02:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
00:02:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
00:02:38 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
00:02:38 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
00:02:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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
00:02:38 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)
00:02:38 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
00:02:38 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)
00:02:38 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
00:02:38 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)
00:02:38 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)
00:02:38 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)
00:02:38 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)
00:02:38 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)
00:02:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
00:02:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/saveproperties
00:02:39 [INFO] 
00:02:39 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core ---
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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)
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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)
00:02:39 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.pom
00:02:39 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.11/junit-4.11.pom
00:02:39 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.11/junit-4.11.pom
00:02:39 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.pom
00:02:39 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom
00:02:39 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)
00:02:39 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
00:02:39 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
00:02:39 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
00:02:39 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
00:02:39 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
00:02:39 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)
00:02:39 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
00:02:39 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
00:02:39 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
00:02:39 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
00:02:39 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
00:02:39 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)
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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)
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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)
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 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)
00:02:39 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
00:02:39 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
00:02:39 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
00:02:39 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
00:02:40 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
00:02:40 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)
00:02:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
00:02:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
00:02:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
00:02:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.12/commons-codec-1.12.pom
00:02:40 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
00:02:40 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)
00:02:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
00:02:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
00:02:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
00:02:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
00:02:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom
00:02:40 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)
00:02:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
00:02:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
00:02:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
00:02:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
00:02:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom
00:02:40 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)
00:02:40 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
00:02:40 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
00:02:40 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
00:02:40 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
00:02:40 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
00:02:40 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)
00:02:40 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
00:02:40 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
00:02:40 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
00:02:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom
00:02:40 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
00:02:40 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)
00:02:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
00:02:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven-parent/24/maven-parent-24.pom
00:02:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/24/maven-parent-24.pom
00:02:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/24/maven-parent-24.pom
00:02:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom
00:02:40 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)
00:02:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/14/apache-14.pom
00:02:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/14/apache-14.pom
00:02:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/14/apache-14.pom
00:02:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/14/apache-14.pom
00:02:40 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom
00:02:40 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)
00:02:40 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
00:02:40 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
00:02:40 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
00:02:40 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
00:02:40 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
00:02:41 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)
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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)
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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)
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
00:02:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/4.11/junit-4.11.jar
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
00:02:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/4.11/junit-4.11.jar
00:02:41 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
00:02:41 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
00:02:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
00:02:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
00:02:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.11/junit-4.11.jar
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
00:02:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.11/junit-4.11.jar
00:02:41 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
00:02:41 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
00:02:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
00:02:41 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
00:02:41 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
00:02:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
00:02:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.12/commons-codec-1.12.jar
00:02:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar
00:02:41 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)
00:02:41 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
00:02:41 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)
00:02:41 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
00:02:41 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)
00:02:41 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)
00:02:41 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
00:02:41 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
00:02:41 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)
00:02:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar
00:02:41 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)
00:02:41 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
00:02:41 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)
00:02:41 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)
00:02:41 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
00:02:41 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)
00:02:41 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
00:02:41 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)
00:02:41 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)
00:02:41 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)
00:02:41 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)
00:02:41 [INFO] 
00:02:41 [INFO] --- eclipse-cbi-plugin:1.1.8-SNAPSHOT:generate-api-build-xml (default) @ org.eclipse.jdt.core ---
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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
00:02:41 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)
00:02:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
00:02:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
00:02:42 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
00:02:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
00:02:42 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
00:02:42 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)
00:02:42 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
00:02:42 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
00:02:42 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
00:02:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
00:02:42 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
00:02:42 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)
00:02:42 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
00:02:42 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
00:02:42 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
00:02:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
00:02:42 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
00:02:42 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)
00:02:42 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
00:02:42 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
00:02:42 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
00:02:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
00:02:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
00:02:42 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)
00:02:42 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
00:02:42 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
00:02:42 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
00:02:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
00:02:42 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
00:02:42 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)
00:02:42 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
00:02:42 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
00:02:42 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
00:02:42 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
00:02:42 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
00:02:42 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)
00:02:42 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
00:02:42 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
00:02:42 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
00:02:42 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
00:02:42 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
00:02:42 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)
00:02:42 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
00:02:42 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
00:02:42 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
00:02:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
00:02:42 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
00:02:43 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)
00:02:43 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
00:02:43 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
00:02:43 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
00:02:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
00:02:43 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
00:02:43 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)
00:02:43 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
00:02:43 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
00:02:43 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
00:02:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
00:02:43 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
00:02:43 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)
00:02:43 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
00:02:43 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
00:02:43 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
00:02:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
00:02:43 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
00:02:43 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)
00:02:43 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
00:02:43 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom
00:02:43 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom
00:02:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom
00:02:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
00:02:43 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)
00:02:43 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
00:02:43 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
00:02:43 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
00:02:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
00:02:43 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
00:02:43 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)
00:02:43 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
00:02:43 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.pom
00:02:43 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom
00:02:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom
00:02:43 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
00:02:43 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)
00:02:43 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom
00:02:43 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom
00:02:43 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom
00:02:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/28.1-jre/guava-28.1-jre.pom
00:02:43 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
00:02:43 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)
00:02:43 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
00:02:43 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
00:02:43 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
00:02:43 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/28.1-jre/guava-parent-28.1-jre.pom
00:02:43 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
00:02:44 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)
00:02:44 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
00:02:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
00:02:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
00:02:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom
00:02:44 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
00:02:44 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)
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
00:02:44 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
00:02:44 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)
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 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)
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
00:02:44 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
00:02:44 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)
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.pom
00:02:44 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
00:02:44 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)
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 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)
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 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
00:02:44 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)
00:02:44 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
00:02:44 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
00:02:44 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
00:02:44 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom
00:02:44 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
00:02:45 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)
00:02:45 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
00:02:45 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
00:02:45 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
00:02:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom
00:02:45 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
00:02:45 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)
00:02:45 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
00:02:45 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
00:02:45 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
00:02:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom
00:02:45 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
00:02:45 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)
00:02:45 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
00:02:45 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
00:02:45 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
00:02:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
00:02:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom
00:02:45 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)
00:02:45 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
00:02:45 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
00:02:45 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
00:02:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
00:02:45 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
00:02:45 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)
00:02:45 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
00:02:45 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
00:02:45 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
00:02:45 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
00:02:45 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
00:02:45 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)
00:02:45 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
00:02:45 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
00:02:45 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
00:02:45 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
00:02:45 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
00:02:45 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)
00:02:45 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
00:02:45 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
00:02:45 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
00:02:45 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
00:02:45 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
00:02:45 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)
00:02:45 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
00:02:45 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
00:02:45 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
00:02:46 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
00:02:46 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
00:02:46 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)
00:02:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.pom
00:02:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.pom
00:02:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.pom
00:02:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.pom
00:02:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
00:02:46 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)
00:02:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
00:02:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
00:02:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
00:02:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
00:02:46 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
00:02:46 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)
00:02:46 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
00:02:46 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
00:02:46 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
00:02:46 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
00:02:46 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
00:02:46 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)
00:02:46 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
00:02:46 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
00:02:46 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
00:02:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
00:02:46 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
00:02:46 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)
00:02:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
00:02:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
00:02:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
00:02:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
00:02:46 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
00:02:46 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)
00:02:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
00:02:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
00:02:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
00:02:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
00:02:46 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
00:02:46 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)
00:02:46 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
00:02:46 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
00:02:46 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
00:02:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
00:02:46 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
00:02:46 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)
00:02:46 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
00:02:46 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
00:02:46 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
00:02:46 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-core/1.5.1/tycho-core-1.5.1.pom
00:02:47 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
00:02:47 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)
00:02:47 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
00:02:47 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
00:02:47 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
00:02:47 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho/1.5.1/tycho-1.5.1.pom
00:02:47 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
00:02:47 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)
00:02:47 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
00:02:47 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
00:02:47 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
00:02:47 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
00:02:47 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
00:02:47 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)
00:02:47 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
00:02:47 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
00:02:47 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
00:02:47 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
00:02:47 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
00:02:47 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)
00:02:47 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
00:02:47 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
00:02:47 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
00:02:47 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
00:02:47 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
00:02:47 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)
00:02:47 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
00:02:47 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
00:02:47 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
00:02:47 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
00:02:47 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
00:02:47 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)
00:02:47 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
00:02:47 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
00:02:47 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
00:02:47 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
00:02:47 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
00:02:47 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)
00:02:47 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
00:02:47 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
00:02:47 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
00:02:47 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
00:02:47 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
00:02:47 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)
00:02:47 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
00:02:47 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
00:02:47 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
00:02:47 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
00:02:47 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
00:02:48 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)
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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)
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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)
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
00:02:48 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
00:02:48 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)
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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)
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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)
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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
00:02:48 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)
00:02:48 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
00:02:48 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
00:02:48 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
00:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
00:02:49 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
00:02:49 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)
00:02:49 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
00:02:49 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
00:02:49 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
00:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
00:02:49 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
00:02:49 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)
00:02:49 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
00:02:49 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
00:02:49 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
00:02:49 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
00:02:49 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
00:02:49 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)
00:02:49 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
00:02:49 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
00:02:49 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
00:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/tycho-bundles/1.5.1/tycho-bundles-1.5.1.pom
00:02:49 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
00:02:49 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)
00:02:49 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
00:02:49 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
00:02:49 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
00:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.pom
00:02:49 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
00:02:49 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)
00:02:49 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
00:02:49 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
00:02:49 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
00:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.pom
00:02:49 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
00:02:49 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)
00:02:49 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
00:02:49 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
00:02:49 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
00:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
00:02:49 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom
00:02:49 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)
00:02:49 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
00:02:49 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
00:02:49 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
00:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
00:02:49 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
00:02:49 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)
00:02:49 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
00:02:49 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-io/commons-io/2.2/commons-io-2.2.pom
00:02:49 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.2/commons-io-2.2.pom
00:02:49 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.pom
00:02:49 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
00:02:49 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)
00:02:49 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
00:02:50 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/24/commons-parent-24.pom
00:02:50 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/24/commons-parent-24.pom
00:02:50 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/24/commons-parent-24.pom
00:02:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
00:02:50 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)
00:02:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
00:02:50 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
00:02:50 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
00:02:50 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom
00:02:50 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
00:02:50 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)
00:02:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom
00:02:50 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/48/commons-parent-48.pom
00:02:50 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom
00:02:50 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/48/commons-parent-48.pom
00:02:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom
00:02:50 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)
00:02:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.pom
00:02:50 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.5/xz-1.5.pom
00:02:50 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.pom
00:02:50 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.5/xz-1.5.pom
00:02:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.5/xz-1.5.pom
00:02:50 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)
00:02:50 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
00:02:50 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
00:02:50 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
00:02:50 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
00:02:50 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
00:02:50 Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml
00:02:50 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)
00:02:50 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
00:02:50 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
00:02:50 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
00:02:50 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
00:02:50 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
00:02:50 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)
00:02:50 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
00:02:50 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
00:02:50 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
00:02:50 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
00:02:50 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
00:02:50 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)
00:02:50 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
00:02:50 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
00:02:50 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
00:02:50 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
00:02:50 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
00:02:50 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)
00:02:50 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
00:02:50 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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)
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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)
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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)
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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)
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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)
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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)
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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)
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/tycho/sisu-equinox/1.5.1/sisu-equinox-1.5.1.pom
00:02:51 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
00:02:51 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)
00:02:51 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
00:02:51 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
00:02:51 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
00:02:51 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
00:02:52 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
00:02:52 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)
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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)
00:02:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom
00:02:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/de/pdark/decentxml/1.3/decentxml-1.3.pom
00:02:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.3/decentxml-1.3.pom
00:02:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/de/pdark/decentxml/1.3/decentxml-1.3.pom
00:02:52 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/pdark/decentxml/1.3/decentxml-1.3.pom
00:02:52 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)
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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)
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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)
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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)
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 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)
00:02:52 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
00:02:52 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
00:02:52 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
00:02:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
00:02:52 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
00:02:52 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)
00:02:52 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
00:02:52 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
00:02:52 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
00:02:52 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
00:02:52 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
00:02:52 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)
00:02:52 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
00:02:52 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
00:02:52 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
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom
00:02:53 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
00:02:53 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)
00:02:53 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
00:02:53 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
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
00:02:53 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
00:02:53 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
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
00:02:53 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
00:02:53 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
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
00:02:53 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
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/asm/asm/3.3.1/asm-3.3.1.jar
00:02:53 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
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
00:02:53 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
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
00:02:53 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
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
00:02:53 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/tukaani/xz/1.5/xz-1.5.jar
00:02:53 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
00:02:53 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
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
00:02:53 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
00:02:53 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
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/javax/inject/javax.inject/1/javax.inject-1.jar
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
00:02:53 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
00:02:53 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
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
00:02:53 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
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/asm/asm/3.3.1/asm-3.3.1.jar
00:02:53 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
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
00:02:53 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
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
00:02:53 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
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
00:02:53 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/tukaani/xz/1.5/xz-1.5.jar
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
00:02:53 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
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
00:02:53 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
00:02:53 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
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
00:02:53 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
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.jar
00:02:53 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
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
00:02:53 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
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
00:02:53 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
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
00:02:53 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.5/xz-1.5.jar
00:02:53 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
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
00:02:53 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
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/28.1-jre/guava-28.1-jre.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar
00:02:53 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
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/2.8.1/checker-qual-2.8.1.jar
00:02:53 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
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.jar
00:02:53 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
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
00:02:53 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
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.jar
00:02:53 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
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 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
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.4/plexus-archiver-3.4.jar
00:02:53 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.7.1/plexus-io-2.7.1.jar
00:02:54 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar
00:02:54 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.5/xz-1.5.jar
00:02:54 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
00:02:54 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
00:02:54 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
00:02:54 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
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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)
00:02:54 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
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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)
00:02:54 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
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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)
00:02:54 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)
00:02:54 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)
00:02:54 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)
00:02:54 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)
00:02:54 Generating target/.apibuild.xml
00:02:54 [INFO] 
00:02:54 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jdt.core ---
00:02:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
00:02:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/src/main/resources
00:02:54 [INFO] 
00:02:54 [INFO] --- maven-resources-plugin:3.1.0:resources (filter-resources) @ org.eclipse.jdt.core ---
00:02:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
00:02:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/src/main/resources
00:02:54 [INFO] 
00:02:54 [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.jdt.core ---
00:02:54 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
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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
00:02:54 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
00:02:54 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
00:02:54 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
00:02:54 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)
00:02:54 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
00:02:54 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
00:02:54 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
00:02:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.8.5/plexus-compiler-2.8.5.pom
00:02:55 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
00:02:55 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)
00:02:55 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
00:02:55 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
00:02:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
00:02:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
00:02:55 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
00:02:55 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)
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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)
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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)
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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)
00:02:55 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom
00:02:55 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom
00:02:55 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom
00:02:55 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/jdt/ecj/3.20.0/ecj-3.20.0.pom
00:02:55 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
00:02:55 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)
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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)
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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
00:02:55 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)
00:02:55 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)
00:02:55 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)
00:02:55 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)
00:02:56 [INFO] Compiling 1581 source files to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/classes
00:03:08 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/target/jdtCompilerAdapter.jar-classes
00:03:08 [INFO] 
00:03:08 [INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.jdt.core ---
00:03:08 [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)
00:03:08 [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)
00:03:09 [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)
00:03:09 [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)
00:03:09 [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)
00:03:09 [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)
00:03:09 [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)
00:03:10 [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)
00:03:10 [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)
00:03:10 [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)
00:03:10 [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)
00:03:10 [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)
00:03:10 [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)
00:03:11 [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)
00:03:11 [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)
00:03:11 [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)
00:03:11 [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)
00:03:12 [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)
00:03:12 [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)
00:03:13 [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)
00:03:13 [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)
00:03:13 [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)
00:03:13 [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)
00:03:14 [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)
00:03:14 [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)
00:03:14 [INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/oracle/jdk-8/latest/jre]
00:03:14 [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
00:03:14 [INFO] Command line:
00:03:14 	[/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]
00:03:15 Buildfile: target/.apibuild.xml
00:03:16 
00:03:16 apigen:
00:03:25 BUILD SUCCESSFUL
00:03:25 
00:03:25 BUILD SUCCESSFUL
00:03:25 Total time: 9 seconds
00:03:26 [INFO] 
00:03:26 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jdt.core ---
00:03:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
00:03:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/src/test/resources
00:03:26 [INFO] 
00:03:26 [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.jdt.core ---
00:03:26 [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
00:03:27 [INFO] 
00:03:27 [INFO] --- maven-antrun-plugin:1.8:run (default) @ org.eclipse.jdt.core ---
00:03:27 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
00:03:27 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
00:03:27 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
00:03:27 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
00:03:27 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
00:03:27 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)
00:03:27 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
00:03:27 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
00:03:27 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
00:03:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
00:03:27 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
00:03:27 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)
00:03:27 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
00:03:27 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
00:03:27 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
00:03:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
00:03:27 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
00:03:27 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)
00:03:27 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
00:03:27 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
00:03:27 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
00:03:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
00:03:27 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
00:03:27 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)
00:03:27 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.pom
00:03:27 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/3.8.1/junit-3.8.1.pom
00:03:27 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.pom
00:03:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.pom
00:03:27 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
00:03:27 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)
00:03:27 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
00:03:27 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
00:03:27 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
00:03:27 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
00:03:28 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
00:03:28 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)
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
00:03:28 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
00:03:28 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)
00:03:28 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
00:03:28 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
00:03:28 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
00:03:28 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
00:03:28 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)
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
00:03:28 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
00:03:28 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)
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
00:03:28 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
00:03:28 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)
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
00:03:28 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
00:03:28 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/junit/junit/3.8.1/junit-3.8.1.jar
00:03:28 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
00:03:28 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
00:03:28 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
00:03:28 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
00:03:28 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
00:03:28 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/junit/junit/3.8.1/junit-3.8.1.jar
00:03:28 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
00:03:28 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
00:03:28 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
00:03:28 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
00:03:28 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.jar
00:03:28 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
00:03:28 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
00:03:28 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
00:03:28 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
00:03:28 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
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
00:03:28 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
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.jar
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
00:03:28 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 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)
00:03:28 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)
00:03:28 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)
00:03:28 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
00:03:28 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
00:03:28 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
00:03:28 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)
00:03:28 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
00:03:28 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)
00:03:28 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
00:03:28 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)
00:03:28 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)
00:03:28 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)
00:03:28 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)
00:03:29 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)
00:03:29 [INFO] Executing tasks
00:03:29 
00:03:29 main:
00:03:29 [INFO] Executed tasks
00:03:29 [INFO] 
00:03:29 [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.jdt.core ---
00:03:29 [INFO] 
00:03:29 [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core ---
00:03:29 [INFO] Building jar: /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core/jdtCompilerAdapter.jar
00:03:29 [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
00:03:30 [INFO] 
00:03:30 [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core ---
00:03:33 [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
00:03:33     The main artifact has been replaced with the baseline version.
00:03:33     The following attached artifacts have been replaced with the baseline version: [sources]
00:03:33 
00:03:33 [INFO] 
00:03:33 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (copy-batch-compiler-source) @ org.eclipse.jdt.core ---
00:03:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
00:03:33 [INFO] Copying 1 resource
00:03:33 [INFO] 
00:03:33 [INFO] --- tycho-custom-bundle-plugin:1.6.0:custom-bundle (antadapter) @ org.eclipse.jdt.core ---
00:03:33 [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
00:03:33 [INFO] 
00:03:33 [INFO] --- tycho-custom-bundle-plugin:1.6.0:custom-bundle (batch-compiler-src) @ org.eclipse.jdt.core ---
00:03:33 [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
00:03:34 [INFO] 
00:03:34 [INFO] --- tycho-custom-bundle-plugin:1.6.0:custom-bundle (batch-compiler) @ org.eclipse.jdt.core ---
00:03:34 [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
00:03:34 [INFO] 
00:03:34 [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attached-p2-metadata) @ org.eclipse.jdt.core ---
00:03:37 [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
00:03:37    classifier-antadapter: not present in baseline
00:03:37    classifier-batch-compiler-src: not present in baseline
00:03:37    classifier-batch-compiler: different
00:03:37       META-INF/services/javax.tools.JavaCompiler: present in baseline only
00:03:37       org/eclipse/jdt/core/BuildJarIndex.class: present in baseline only
00:03:37       org/eclipse/jdt/core/CheckDebugAttributes.class: present in baseline only
00:03:37       org/eclipse/jdt/core/JDTCompilerAdapter$1.class: present in baseline only
00:03:37       org/eclipse/jdt/core/JDTCompilerAdapter.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/antadapter/AntAdapterMessages.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/antadapter/messages.properties: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/AnnotationDiscoveryVisitor.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/AptProblem.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/BaseAnnotationProcessorManager.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/BaseMessagerImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/BaseProcessingEnvImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/BatchAnnotationProcessorManager.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/BatchFilerImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/BatchMessagerImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/BatchProcessingEnvImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject$ForwardingOutputStream.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject$ForwardingWriter.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/HookedJavaFileObject.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/IProcessorProvider.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/ProcessorInfo.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/RoundDispatcher.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/dispatch/RoundEnvImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/AnnotationMemberValue.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/AnnotationMirrorImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/AnnotationValueImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ArrayTypeImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/DeclaredTypeImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ElementImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ElementsImpl9.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ErrorTypeElement.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ErrorTypeImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ExecutableElementImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ExecutableTypeImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/Factory.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/IElementInfo.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$ExportsDirectiveImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$OpensDirectiveImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$PackageDirectiveImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$ProvidesDirectiveImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$RequiresDirectiveImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl$UsesDirectiveImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/ModuleElementImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/NameImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/NoTypeImpl$1.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/NoTypeImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/PackageElementImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/PrimitiveTypeImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypeElementImpl$SourceLocationComparator.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypeElementImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypeMirrorImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypeParameterElementImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypeVariableImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$1.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$2.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$3.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$4.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl$MemberInTypeFinder.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/TypesImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/VariableElementImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/model/WildcardTypeImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/Archive.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/ArchiveFileObject.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager$1.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager$2.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/EclipseFileManager.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/EclipseFileObject.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem$1.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem$JrtFileObject.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/JrtFileSystem.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/ManyToMany.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$LocationContainer.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$LocationWrapper.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$ModuleLocationWrapper.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler$SystemLocationContainer.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/ModuleLocationHandler.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/Options.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/Util$EncodingError.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/Util$EncodingErrorCollector.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/apt/util/Util.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/batch/ClasspathJsr199.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/lookup/AptBinaryLocalVariableBinding.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/lookup/AptSourceLocalVariableBinding.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/Archive.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/ArchiveFileObject.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseBatchRequestor.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompiler$1.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompiler.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$1.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$2.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3$1.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3$2.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$3.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$4.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl$Jsr199ProblemWrapper.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerImpl.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseCompilerRequestor.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseDiagnostic.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseFileManager$1.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseFileManager$2.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseFileManager.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/EclipseFileObject.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/ExceptionDiagnostic.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/JrtFileSystem$1.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/JrtFileSystem$JrtFileObject.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/JrtFileSystem.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$LocationContainer.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$LocationWrapper.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$ModuleLocationWrapper.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$OutputLocationContainer.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler$SystemLocationContainer.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/ModuleLocationHandler.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/Options.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/Util$EncodingError.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/Util$EncodingErrorCollector.class: present in baseline only
00:03:37       org/eclipse/jdt/internal/compiler/tool/Util.class: present in baseline only
00:03:37 
00:03:37 [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
00:03:37     The main artifact has been replaced with the baseline version.
00:03:37     The following attached artifacts have been replaced with the baseline version: [sources, batch-compiler]
00:03:37 
00:03:37 [INFO] 
00:03:37 [INFO] --- tycho-p2-extras-plugin:1.6.0:compare-version-with-baselines (compare-attached-artifacts-with-release) @ org.eclipse.jdt.core ---
00:03:37 [INFO] Skipped
00:03:37 [INFO] 
00:03:37 [INFO] --------< org.eclipse.jdt:org.eclipse.jdt.core.tests.compiler >---------
00:03:37 [INFO] Building org.eclipse.jdt.core.tests.compiler 3.12.1200-SNAPSHOT    [2/2]
00:03:37 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
00:03:37 [INFO] 
00:03:37 [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.jdt.core.tests.compiler ---
00:03:37 [INFO] 
00:03:37 [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.jdt.core.tests.compiler ---
00:03:37 [INFO] The project's OSGi version is 3.12.1200.v20200314-1817
00:03:37 [INFO] 
00:03:37 [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.jdt.core.tests.compiler ---
00:03:37 [INFO] 
00:03:37 [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.jdt.core.tests.compiler ---
00:03:37 [INFO] 
00:03:37 [INFO] --- maven-resources-plugin:3.1.0:copy-resources (saveproperties) @ org.eclipse.jdt.core.tests.compiler ---
00:03:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
00:03:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/saveproperties
00:03:37 [INFO] 
00:03:37 [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ org.eclipse.jdt.core.tests.compiler ---
00:03:37 [INFO] 
00:03:37 [INFO] --- maven-toolchains-plugin:1.1:toolchain (default) @ org.eclipse.jdt.core.tests.compiler ---
00:03:37 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
00:03:38 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
00:03:38 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
00:03:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom
00:03:38 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
00:03:38 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)
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 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)
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom
00:03:38 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
00:03:38 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)
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom
00:03:38 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
00:03:38 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)
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom
00:03:38 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
00:03:38 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)
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 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)
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 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
00:03:38 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)
00:03:38 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
00:03:39 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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)
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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)
00:03:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
00:03:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
00:03:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
00:03:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom
00:03:40 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
00:03:40 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)
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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)
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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)
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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)
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
00:03:40 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
00:03:40 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)
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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
00:03:40 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)
00:03:40 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
00:03:40 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
00:03:40 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
00:03:40 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
00:03:41 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
00:03:41 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)
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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)
00:03:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
00:03:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
00:03:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
00:03:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.pom
00:03:41 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
00:03:41 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)
00:03:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom
00:03:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/commons/commons-parent/11/commons-parent-11.pom
00:03:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/11/commons-parent-11.pom
00:03:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/11/commons-parent-11.pom
00:03:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom
00:03:41 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)
00:03:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/apache/apache/4/apache-4.pom
00:03:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/org/apache/apache/4/apache-4.pom
00:03:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom
00:03:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom
00:03:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
00:03:41 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)
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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)
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom
00:03:41 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
00:03:41 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)
00:03:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom
00:03:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.pom
00:03:41 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom
00:03:41 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.pom
00:03:41 Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom
00:03:41 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)
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 Downloading from cbi-jdt: https://repo.eclipse.org/content/repositories/eclipse-staging/classworlds/classworlds/1.1/classworlds-1.1.jar
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:41 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
00:03:42 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
00:03:42 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
00:03:42 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
00:03:42 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
00:03:42 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
00:03:42 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
00:03:42 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
00:03:42 Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar
00:03:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar
00:03:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
00:03:42 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
00:03:42 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
00:03:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar
00:03:42 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
00:03:42 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
00:03:42 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
00:03:42 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
00:03:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.jar
00:03:42 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
00:03:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar
00:03:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
00:03:42 Downloading from eclipse: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.jar
00:03:42 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
00:03:42 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
00:03:42 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
00:03:42 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
00:03:42 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
00:03:42 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)
00:03:42 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
00:03:42 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)
00:03:42 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
00:03:42 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)
00:03:42 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
00:03:42 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)
00:03:42 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
00:03:42 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)
00:03:42 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
00:03:42 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)
00:03:42 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
00:03:42 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)
00:03:42 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
00:03:42 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)
00:03:42 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)
00:03:42 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
00:03:42 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
00:03:42 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)
00:03:42 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)
00:03:42 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)
00:03:42 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)
00:03:42 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)
00:03:42 [INFO] Required toolchain: jdk [ id='JavaSE-10' ]
00:03:42 [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/oracle/jdk-10/latest]
00:03:42 [INFO] 
00:03:42 [INFO] --- eclipse-cbi-plugin:1.1.8-SNAPSHOT:generate-api-build-xml (default) @ org.eclipse.jdt.core.tests.compiler ---
00:03:42 [INFO] 
00:03:42 [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ org.eclipse.jdt.core.tests.compiler ---
00:03:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
00:03:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/src/main/resources
00:03:42 [INFO] 
00:03:42 [INFO] --- maven-resources-plugin:3.1.0:resources (filter-resources) @ org.eclipse.jdt.core.tests.compiler ---
00:03:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
00:03:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/src/main/resources
00:03:42 [INFO] 
00:03:42 [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.jdt.core.tests.compiler ---
00:03:42 [INFO] Compiling 266 source files to /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/target/classes
00:03:46 [INFO] 
00:03:46 [INFO] --- tycho-eclipserun-plugin:1.6.0:eclipse-run (default) @ org.eclipse.jdt.core.tests.compiler ---
00:03:46 [INFO] 
00:03:46 [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ org.eclipse.jdt.core.tests.compiler ---
00:03:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
00:03:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipse.jdt.core-run.javac-10/org.eclipse.jdt.core.tests.compiler/src/test/resources
00:03:46 [INFO] 
00:03:46 [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.jdt.core.tests.compiler ---
00:03:46 [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
00:03:46 [INFO] 
00:03:46 [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.jdt.core.tests.compiler ---
00:03:46 [INFO] 
00:03:46 [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.jdt.core.tests.compiler ---
00:03:46 [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
00:03:47 [INFO] 
00:03:47 [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.jdt.core.tests.compiler ---
00:03:47 [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
00:03:47    classifier-sources: not present in baseline
00:03:47 
00:03:47 [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
00:03:47     The main artifact has been replaced with the baseline version.
00:03:47     The following attached artifacts are not present in the baseline and have been removed: [sources]
00:03:47 
00:03:47 [INFO] 
00:03:47 [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.jdt.core.tests.compiler ---
00:03:48 [INFO] Toolchain in tycho-surefire-plugin: JDK[/opt/tools/java/oracle/jdk-10/latest]
00:03:48 [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
00:03:48 [INFO] Command line:
00:03:48 	[/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]
00:03:48 WARNING: Using incubator modules: jdk.incubator.httpclient
00:03:53 Running org.eclipse.jdt.core.tests.eval.TestAll
00:03:54 reflectNestedClassUseDollar=true due to isJRE9Plus
00:04:04 java.net.ConnectException: Connection refused (Connection refused)
00:04:04 	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
00:04:04 	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:400)
00:04:04 	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:243)
00:04:04 	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:225)
00:04:04 	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:402)
00:04:04 	at java.base/java.net.Socket.connect(Socket.java:591)
00:04:04 	at java.base/java.net.Socket.connect(Socket.java:540)
00:04:04 	at java.base/java.net.Socket.<init>(Socket.java:436)
00:04:04 	at java.base/java.net.Socket.<init>(Socket.java:213)
00:04:04 	at org.eclipse.jdi.internal.connect.SocketTransportService$2.run(SocketTransportService.java:147)
00:04:04 	at java.base/java.lang.Thread.run(Thread.java:844)
00:04:04 10: could not contact the VM at localhost:38954. Retrying...
00:04:04 Listening for transport dt_socket at address: 38954
00:04:05 10: connected to VM using port 38954
00:04:05 10: connected to target using port 38954
00:04:11 This is an expected exception printed by the target VM:
00:04:11 java.io.IOException
00:04:11 	at CodeSnippet_74.run(Unknown Source)
00:04:11 	at java.base/jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
00:04:11 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:04:11 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
00:04:11 	at org.eclipse.jdt.core.tests.eval.target.CodeSnippetRunner$2.run(CodeSnippetRunner.java:351)
00:04:11 This is an expected error printed by the target VM:
00:04:11 java.lang.Error
00:04:11 	at CodeSnippet_77.run(Unknown Source)
00:04:11 	at java.base/jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
00:04:11 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
00:04:11 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
00:04:11 	at org.eclipse.jdt.core.tests.eval.target.CodeSnippetRunner$2.run(CodeSnippetRunner.java:351)
00:04:30 Tests run: 190, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.254 s - in org.eclipse.jdt.core.tests.eval.TestAll
00:04:30 testAllVariables - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0.203 s
00:04:30 testEvaluate - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0.896 s
00:04:30 testEvaluateImports - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0.001 s
00:04:30 testEvaluateVariable - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0.106 s
00:04:30 testEvaluateVariables - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0.092 s
00:04:30 testGetSetImports - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0.001 s
00:04:30 testGetSetPackageName - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0 s
00:04:30 testNewDeleteVariable - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationContext)  Time elapsed: 0 s
00:04:30 testGetEvaluationType - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.095 s
00:04:30 testGetProblems - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.011 s
00:04:30 testGetValue - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.095 s
00:04:30 testGetValueDisplayString - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.094 s
00:04:30 testGetValueTypeName - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.009 s
00:04:30 testHasErrors - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.009 s
00:04:30 testHasProblems - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.087 s
00:04:30 testHasValue - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.006 s
00:04:30 testHasWarnings - 10(org.eclipse.jdt.core.tests.eval.SanityTestEvaluationResult)  Time elapsed: 0.007 s
00:04:30 testAllKindOfValues - 10(org.eclipse.jdt.core.tests.eval.VariableTest)  Time elapsed: 0.682 s
00:04:30 testCodeSnippetVarAssign - 10(org.eclipse.jdt.core.tests.eval.VariableTest)  Time elapsed: 0.713 s
00:04:30 testCodeSnippetVarRetrieval - 10(org.eclipse.jdt.core.tests.eval.VariableTest)  Time elapsed: 0.49 s
00:04:30 testImports - 10(org.eclipse.jdt.core.tests.eval.VariableTest)  Time elapsed: 0.399 s
00:04:30 testSeveralVariableInstallations - 10(org.eclipse.jdt.core.tests.eval.VariableTest)  Time elapsed: 0.902 s
00:04:30 testBug345334 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.009 s
00:04:30 testBug464656 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.398 s
00:04:30 testCheckedException - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.095 s
00:04:30 testDiamond - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.103 s
00:04:30 testEmptyStatement - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.095 s
00:04:30 testEvaluateEmptyImport - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.001 s
00:04:30 testEvaluateExistingPackageAndNonExistingTypeImports - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
00:04:30 testEvaluateNonExistingPackageAndExistingTypeImports - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.001 s
00:04:30 testEvaluateNonExistingPackageImport - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
00:04:30 testEvaluateNonExistingTypeImport - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
00:04:30 testEvaluateValidPackageAndTypeImports - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.001 s
00:04:30 testEvaluateValidPackageImport - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0 s
00:04:30 testEvaluateValidTypeImport - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.001 s
00:04:30 testFinallyError - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.01 s
00:04:30 testFinallyOneBlock - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.087 s
00:04:30 testFinallyTwoBlock - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.008 s
00:04:30 testFor89632 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.096 s
00:04:30 testFreeReturnAnonymous - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.09 s
00:04:30 testFreeReturnClassDeclaration - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.008 s
00:04:30 testFreeReturnExpression - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.007 s
00:04:30 testFreeReturnInteger - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.089 s
00:04:30 testFreeReturnLocalVar - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testFreeReturnStatement - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.089 s
00:04:30 testImportPackage - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.01 s
00:04:30 testImportType - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.093 s
00:04:30 testImportTypeAndPackage - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.011 s
00:04:30 testInnerClassAnonymous - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.094 s
00:04:30 testInnerClassNamed - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testReturnDisplayStringBoolean - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.091 s
00:04:30 testReturnDisplayStringCharacter - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testReturnDisplayStringDouble - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.093 s
00:04:30 testReturnDisplayStringEmptyCodeSnippet - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.004 s
00:04:30 testReturnDisplayStringFloat - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.091 s
00:04:30 testReturnDisplayStringInteger - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testReturnDisplayStringLong - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.093 s
00:04:30 testReturnDisplayStringNoExplicitReturnedValue - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.007 s
00:04:30 testReturnDisplayStringObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.007 s
00:04:30 testReturnDisplayStringShort - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.087 s
00:04:30 testReturnDisplayStringString - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testReturnDisplayStringVoid - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.007 s
00:04:30 testReturnTypeBoolean - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.09 s
00:04:30 testReturnTypeBooleanArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.007 s
00:04:30 testReturnTypeBooleanObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.088 s
00:04:30 testReturnTypeChar - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.008 s
00:04:30 testReturnTypeCharArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testReturnTypeCharacterObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.092 s
00:04:30 testReturnTypeDouble - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.092 s
00:04:30 testReturnTypeDoubleArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.008 s
00:04:30 testReturnTypeDoubleObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.094 s
00:04:30 testReturnTypeEmptyCodeSnippet - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testReturnTypeFloat - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testReturnTypeFloatArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.085 s
00:04:30 testReturnTypeFloatObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.009 s
00:04:30 testReturnTypeInt - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.007 s
00:04:30 testReturnTypeIntegerObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.089 s
00:04:30 testReturnTypeLong - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.009 s
00:04:30 testReturnTypeLongArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.093 s
00:04:30 testReturnTypeLongObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.008 s
00:04:30 testReturnTypeNoExplicitReturnedValue - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.085 s
00:04:30 testReturnTypeObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
00:04:30 testReturnTypeObjectArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
00:04:30 testReturnTypeShort - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.091 s
00:04:30 testReturnTypeShortArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.005 s
00:04:30 testReturnTypeShortObject - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testReturnTypeString - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.09 s
00:04:30 testReturnTypeStringArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testReturnTypeVoid - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.092 s
00:04:30 testReturnTypesIntArray - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.006 s
00:04:30 testRunMethodInAnonymous - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.302 s
00:04:30 testRunMethodInAnonymous2 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.297 s
00:04:30 testRunMethodInAnonymous3 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.4 s
00:04:30 testRunMethodInAnonymous4 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.293 s
00:04:30 testRunMethodInAnonymous5 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.213 s
00:04:30 testRunMethodInAnonymous6 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.292 s
00:04:30 testRunMethodInAnonymous7 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.214 s
00:04:30 testRunMethodInAnonymous8 - 10(org.eclipse.jdt.core.tests.eval.CodeSnippetTest)  Time elapsed: 0.28 s
00:04:30 testExpressionInInnerClass - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.012 s
00:04:30 testExtraClosingCurlyBracket - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.008 s
00:04:30 testExtraOpenRoundBracket - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.004 s
00:04:30 testExtraSemiColonInExpression - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.002 s
00:04:30 testInvalidField - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.005 s
00:04:30 testInvalidImport - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.068 s
00:04:30 testInvalidUseOfThisInSnippet - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.005 s
00:04:30 testInvalidUseOfThisInSnippet2 - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.003 s
00:04:30 testMissingClosingRoundBracket - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.002 s
00:04:30 testMissingDoubleQuote - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.003 s
00:04:30 testNonLastExpressionStatement - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.004 s
00:04:30 testProblemInExpression - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.002 s
00:04:30 testProblemInExpression2 - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.003 s
00:04:30 testProblemInInnerClass - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.087 s
00:04:30 testProblemInPreviousStatement - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.003 s
00:04:30 testProblemInReturnStatement - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.005 s
00:04:30 testRemoveImport - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.097 s
00:04:30 testRemoveVariable - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.093 s
00:04:30 testUnreachableExpression - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.004 s
00:04:30 testUnusedImport - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.091 s
00:04:30 testWarning - 10(org.eclipse.jdt.core.tests.eval.NegativeCodeSnippetTest)  Time elapsed: 0.008 s
00:04:30 testInitializerProblem - 10(org.eclipse.jdt.core.tests.eval.NegativeVariableTest)  Time elapsed: 0.099 s
00:04:30 testUnknownType - 10(org.eclipse.jdt.core.tests.eval.NegativeVariableTest)  Time elapsed: 0.091 s
00:04:30 test001 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 1.216 s
00:04:30 test002 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.382 s
00:04:30 test003 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.113 s
00:04:30 test004 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.3 s
00:04:30 test005 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.393 s
00:04:30 test006 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.395 s
00:04:30 test007 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.313 s
00:04:30 test008 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.395 s
00:04:30 test009 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.207 s
00:04:30 test010 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.298 s
00:04:30 test011 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.205 s
00:04:30 test016 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.307 s
00:04:30 test017 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.183 s
00:04:30 test018 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.315 s
00:04:30 test019 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.033 s
00:04:30 test020 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.253 s
00:04:30 test021 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.258 s
00:04:30 test022 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.257 s
00:04:30 test023 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.266 s
00:04:30 test024 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.26 s
00:04:30 test025 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.278 s
00:04:30 test026 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
00:04:30 test027 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.145 s
00:04:30 test028 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.142 s
00:04:30 test029 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.153 s
00:04:30 test030 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
00:04:30 test031 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
00:04:30 test032 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.029 s
00:04:30 test033 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.14 s
00:04:30 test034 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
00:04:30 test035 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
00:04:30 test036 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.138 s
00:04:30 test037 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.139 s
00:04:30 test038 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.135 s
00:04:30 test039 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
00:04:30 test040 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
00:04:30 test041 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.131 s
00:04:30 test042 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.13 s
00:04:30 test043 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.13 s
00:04:30 test044 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.131 s
00:04:30 test045 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
00:04:30 test046 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.131 s
00:04:30 test047 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.129 s
00:04:30 test048 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.138 s
00:04:30 test049 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
00:04:30 test050 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
00:04:30 test051 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.132 s
00:04:30 test052 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
00:04:30 test053 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.134 s
00:04:30 test054 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.135 s
00:04:30 test055 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.136 s
00:04:30 test056 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.139 s
00:04:30 test057 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.141 s
00:04:30 test058 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.136 s
00:04:30 test059 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
00:04:30 test060 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
00:04:30 test061 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.13 s
00:04:30 test062 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.133 s
00:04:30 test063 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.183 s
00:04:30 test065 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.145 s
00:04:30 test066 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.137 s
00:04:30 test067 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.142 s
00:04:30 test068 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.031 s
00:04:30 test069 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.033 s
00:04:30 testNegative001 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.027 s
00:04:30 testNegative002 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.072 s
00:04:30 testNegative003 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.025 s
00:04:30 testNegative004 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.012 s
00:04:30 testNegative005 - 10(org.eclipse.jdt.core.tests.eval.DebugEvaluationTest)  Time elapsed: 0.012 s
00:04:30 Running org.eclipse.jdt.core.tests.compiler.parser.TestAll
00:04:43 ***************************************************************************
00:04:43 * Sun Javac compiler output archived into file:
00:04:43 * /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:43 ***************************************************************************
00:04:43 ***************************************************************************
00:04:43 * Comparison with Sun Javac compiler for class ParserTest (null tests)
00:04:43 ***************************************************************************
00:04:44 --- javac err: ---
00:04:44 X.java:3: error: illegal start of expression
00:04:44 		throws
00:04:44 		^
00:04:44 1 error
00:04:44 
00:04:44 
00:04:44 
00:04:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:45 --- javac err: ---
00:04:45 X.java:3: error: illegal start of expression
00:04:45 		throws new
00:04:45 		^
00:04:45 X.java:3: error: <identifier> expected
00:04:45 		throws new
00:04:45 		          ^
00:04:45 X.java:4: error: '(' or '[' expected
00:04:45 	}
00:04:45 	^
00:04:45 3 errors
00:04:45 
00:04:45 
00:04:45 
00:04:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:46 --- javac err: ---
00:04:46 X.java:3: error: illegal start of expression
00:04:46 		throws new X
00:04:46 		^
00:04:46 X.java:4: error: '(' or '[' expected
00:04:46 	}
00:04:46 	^
00:04:46 2 errors
00:04:46 
00:04:46 
00:04:46 
00:04:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:47 --- javac err: ---
00:04:47 X.java:3: error: illegal start of expression
00:04:47 		throws
00:04:47 		^
00:04:47 1 error
00:04:47 
00:04:47 
00:04:47 
00:04:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:48 --- javac err: ---
00:04:48 X.java:3: error: illegal start of expression
00:04:48 		throws new
00:04:48 		^
00:04:48 X.java:3: error: <identifier> expected
00:04:48 		throws new
00:04:48 		          ^
00:04:48 X.java:4: error: '(' or '[' expected
00:04:48 	}
00:04:48 	^
00:04:48 3 errors
00:04:48 
00:04:48 
00:04:48 
00:04:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:49 --- javac err: ---
00:04:49 X.java:3: error: illegal start of expression
00:04:49 		throws new X
00:04:49 		^
00:04:49 X.java:4: error: '(' or '[' expected
00:04:49 	}
00:04:49 	^
00:04:49 2 errors
00:04:49 
00:04:49 
00:04:49 
00:04:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:49 --- javac err: ---
00:04:49 X.java:2: error: ';' expected
00:04:49 	void foo()throw {
00:04:49 	          ^
00:04:49 1 error
00:04:49 
00:04:49 
00:04:49 
00:04:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:50 --- javac err: ---
00:04:50 X.java:2: error: ';' expected
00:04:50 	void foo()throw E {
00:04:50 	          ^
00:04:50 1 error
00:04:50 
00:04:50 
00:04:50 
00:04:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:51 --- javac err: ---
00:04:51 X.java:3: error: illegal start of expression
00:04:51 		throws e
00:04:51 		^
00:04:51 X.java:3: error: not a statement
00:04:51 		throws e
00:04:51 		       ^
00:04:51 X.java:3: error: ';' expected
00:04:51 		throws e
00:04:51 		        ^
00:04:51 3 errors
00:04:51 
00:04:51 
00:04:51 
00:04:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:52 --- javac err: ---
00:04:52 X.java:3: error: illegal start of expression
00:04:52 		throws e;
00:04:52 		^
00:04:52 X.java:3: error: not a statement
00:04:52 		throws e;
00:04:52 		       ^
00:04:52 2 errors
00:04:52 
00:04:52 
00:04:52 
00:04:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:54 
00:04:54 
00:04:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:55 
00:04:55 
00:04:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:56 --- javac err: ---
00:04:56 X.java:3: error: illegal start of expression
00:04:56 		import java.lang.*;
00:04:56 		^
00:04:56 X.java:3: error: <identifier> expected
00:04:56 		import java.lang.*;
00:04:56 		                 ^
00:04:56 X.java:3: error: illegal start of expression
00:04:56 		import java.lang.*;
00:04:56 		                  ^
00:04:56 3 errors
00:04:56 
00:04:56 
00:04:56 
00:04:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:57 --- javac err: ---
00:04:57 X.java:4: error: unclosed comment
00:04:57 /*
00:04:57 ^
00:04:57 X.java:6: error: reached end of file while parsing
00:04:57 2 errors
00:04:57 
00:04:57 
00:04:57 
00:04:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:58 --- javac err: ---
00:04:58 X.java:2: error: unclosed string literal
00:04:58 	String s = "
00:04:58 	           ^
00:04:58 X.java:2: error: reached end of file while parsing
00:04:58 	String s = "
00:04:58 	            ^
00:04:58 2 errors
00:04:58 
00:04:58 
00:04:58 
00:04:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:04:59 --- javac err: ---
00:04:59 X.java:2: error: unclosed character literal
00:04:59 	char c = '
00:04:59 	         ^
00:04:59 X.java:2: error: reached end of file while parsing
00:04:59 	char c = '
00:04:59 	          ^
00:04:59 2 errors
00:04:59 
00:04:59 
00:04:59 
00:04:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:00 --- javac err: ---
00:05:00 X.java:2: error: illegal unicode escape
00:05:00 	char c = '\u0
00:05:00 	            ^
00:05:00 X.java:2: error: unclosed character literal
00:05:00 	char c = '\u0
00:05:00 	         ^
00:05:00 X.java:2: error: reached end of file while parsing
00:05:00 	char c = '\u0
00:05:00 	             ^
00:05:00 3 errors
00:05:00 
00:05:00 
00:05:00 
00:05:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:01 --- javac err: ---
00:05:01 X.java:5: error: illegal start of expression
00:05:01 	}
00:05:01 	^
00:05:01 1 error
00:05:01 
00:05:01 
00:05:01 
00:05:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:02 --- javac err: ---
00:05:02 X.java:6: error: illegal start of expression
00:05:02 			if (sourceAttachmentPath.isEmpty()) { && !
00:05:02 			                                      ^
00:05:02 X.java:7: error: ';' expected
00:05:02 sourceAttachmentPath.isAbsolute()) {
00:05:02                                  ^
00:05:02 X.java:13: error: illegal start of expression
00:05:02 	public void foo() {
00:05:02 	^
00:05:02 3 errors
00:05:02 
00:05:02 
00:05:02 
00:05:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:03 --- javac err: ---
00:05:03 X.java:1003: error: ';' expected
00:05:03 	void method_1() { method_0() 
00:05:03 	                            ^
00:05:03 X.java:1004: error: illegal start of expression
00:05:03 	void method_2() { method_1() 
00:05:03 	^
00:05:03 X.java:1004: error: ';' expected
00:05:03 	void method_2() { method_1() 
00:05:03 	             ^
00:05:03 X.java:1004: error: ';' expected
00:05:03 	void method_2() { method_1() 
00:05:03 	                            ^
00:05:03 X.java:1005: error: illegal start of expression
00:05:03 	void method_3() { method_2() 
00:05:03 	^
00:05:03 X.java:1005: error: ';' expected
00:05:03 	void method_3() { method_2() 
00:05:03 	             ^
00:05:03 X.java:1005: error: ';' expected
00:05:03 	void method_3() { method_2() 
00:05:03 	                            ^
00:05:03 X.java:1006: error: illegal start of expression
00:05:03 	void method_4() { method_3() 
00:05:03 	^
00:05:03 X.java:1006: error: ';' expected
00:05:03 	void method_4() { method_3() 
00:05:03 	             ^
00:05:03 X.java:1006: error: ';' expected
00:05:03 	void method_4() { method_3() 
00:05:03 	                            ^
00:05:03 X.java:1007: error: illegal start of expression
00:05:03 	void method_5() { method_4() 
00:05:03 	^
00:05:03 X.java:1007: error: ';' expected
00:05:03 	void method_5() { method_4() 
00:05:03 	             ^
00:05:03 X.java:1007: error: ';' expected
00:05:03 	void method_5() { method_4() 
00:05:03 	                            ^
00:05:03 X.java:1008: error: illegal start of expression
00:05:03 	void method_6() { method_5() 
00:05:03 	^
00:05:03 X.java:1008: error: ';' expected
00:05:03 	void method_6() { method_5() 
00:05:03 	             ^
00:05:03 X.java:1008: error: ';' expected
00:05:03 	void method_6() { method_5() 
00:05:03 	                            ^
00:05:03 X.java:1009: error: illegal start of expression
00:05:03 	void method_7() { method_6() 
00:05:03 	^
00:05:03 X.java:1009: error: ';' expected
00:05:03 	void method_7() { method_6() 
00:05:03 	             ^
00:05:03 X.java:1009: error: ';' expected
00:05:03 	void method_7() { method_6() 
00:05:03 	                            ^
00:05:03 X.java:1010: error: illegal start of expression
00:05:03 	void method_8() { method_7() 
00:05:03 	^
00:05:03 X.java:1010: error: ';' expected
00:05:03 	void method_8() { method_7() 
00:05:03 	             ^
00:05:03 X.java:1010: error: ';' expected
00:05:03 	void method_8() { method_7() 
00:05:03 	                            ^
00:05:03 X.java:1011: error: illegal start of expression
00:05:03 	void method_9() { method_8() 
00:05:03 	^
00:05:03 X.java:1011: error: ';' expected
00:05:03 	void method_9() { method_8() 
00:05:03 	             ^
00:05:03 X.java:1011: error: ';' expected
00:05:03 	void method_9() { method_8() 
00:05:03 	                            ^
00:05:03 X.java:1012: error: illegal start of expression
00:05:03 	void method_10() { method_9() 
00:05:03 	^
00:05:03 X.java:1012: error: ';' expected
00:05:03 	void method_10() { method_9() 
00:05:03 	              ^
00:05:03 X.java:1012: error: ';' expected
00:05:03 	void method_10() { method_9() 
00:05:03 	                             ^
00:05:03 X.java:1013: error: illegal start of expression
00:05:03 	void method_11() { method_10() 
00:05:03 	^
00:05:03 X.java:1013: error: ';' expected
00:05:03 	void method_11() { method_10() 
00:05:03 	              ^
00:05:03 X.java:1013: error: ';' expected
00:05:03 	void method_11() { method_10() 
00:05:03 	                              ^
00:05:03 X.java:1014: error: illegal start of expression
00:05:03 	void method_12() { method_11() 
00:05:03 	^
00:05:03 X.java:1014: error: ';' expected
00:05:03 	void method_12() { method_11() 
00:05:03 	              ^
00:05:03 X.java:1014: error: ';' expected
00:05:03 	void method_12() { method_11() 
00:05:03 	                              ^
00:05:03 X.java:1015: error: illegal start of expression
00:05:03 	void method_13() { method_12() 
00:05:03 	^
00:05:03 X.java:1015: error: ';' expected
00:05:03 	void method_13() { method_12() 
00:05:03 	              ^
00:05:03 X.java:1015: error: ';' expected
00:05:03 	void method_13() { method_12() 
00:05:03 	                              ^
00:05:03 X.java:1016: error: illegal start of expression
00:05:03 	void method_14() { method_13() 
00:05:03 	^
00:05:03 X.java:1016: error: ';' expected
00:05:03 	void method_14() { method_13() 
00:05:03 	              ^
00:05:03 X.java:1016: error: ';' expected
00:05:03 	void method_14() { method_13() 
00:05:03 	                              ^
00:05:03 X.java:1017: error: illegal start of expression
00:05:03 	void method_15() { method_14() 
00:05:03 	^
00:05:03 X.java:1017: error: ';' expected
00:05:03 	void method_15() { method_14() 
00:05:03 	              ^
00:05:03 X.java:1017: error: ';' expected
00:05:03 	void method_15() { method_14() 
00:05:03 	                              ^
00:05:03 X.java:1018: error: illegal start of expression
00:05:03 	void method_16() { method_15() 
00:05:03 	^
00:05:03 X.java:1018: error: ';' expected
00:05:03 	void method_16() { method_15() 
00:05:03 	              ^
00:05:03 X.java:1018: error: ';' expected
00:05:03 	void method_16() { method_15() 
00:05:03 	                              ^
00:05:03 X.java:1019: error: illegal start of expression
00:05:03 	void method_17() { method_16() 
00:05:03 	^
00:05:03 X.java:1019: error: ';' expected
00:05:03 	void method_17() { method_16() 
00:05:03 	              ^
00:05:03 X.java:1019: error: ';' expected
00:05:03 	void method_17() { method_16() 
00:05:03 	                              ^
00:05:03 X.java:1020: error: illegal start of expression
00:05:03 	void method_18() { method_17() 
00:05:03 	^
00:05:03 X.java:1020: error: ';' expected
00:05:03 	void method_18() { method_17() 
00:05:03 	              ^
00:05:03 X.java:1020: error: ';' expected
00:05:03 	void method_18() { method_17() 
00:05:03 	                              ^
00:05:03 X.java:1021: error: illegal start of expression
00:05:03 	void method_19() { method_18() 
00:05:03 	^
00:05:03 X.java:1021: error: ';' expected
00:05:03 	void method_19() { method_18() 
00:05:03 	              ^
00:05:03 X.java:1021: error: ';' expected
00:05:03 	void method_19() { method_18() 
00:05:03 	                              ^
00:05:03 X.java:1022: error: illegal start of expression
00:05:03 	void method_20() { method_19() 
00:05:03 	^
00:05:03 X.java:1022: error: ';' expected
00:05:03 	void method_20() { method_19() 
00:05:03 	              ^
00:05:03 X.java:1022: error: ';' expected
00:05:03 	void method_20() { method_19() 
00:05:03 	                              ^
00:05:03 X.java:1023: error: illegal start of expression
00:05:03 	void method_21() { method_20() 
00:05:03 	^
00:05:03 X.java:1023: error: ';' expected
00:05:03 	void method_21() { method_20() 
00:05:03 	              ^
00:05:03 X.java:1023: error: ';' expected
00:05:03 	void method_21() { method_20() 
00:05:03 	                              ^
00:05:03 X.java:1024: error: illegal start of expression
00:05:03 	void method_22() { method_21() 
00:05:03 	^
00:05:03 X.java:1024: error: ';' expected
00:05:03 	void method_22() { method_21() 
00:05:03 	              ^
00:05:03 X.java:1024: error: ';' expected
00:05:03 	void method_22() { method_21() 
00:05:03 	                              ^
00:05:03 X.java:1025: error: illegal start of expression
00:05:03 	void method_23() { method_22() 
00:05:03 	^
00:05:03 X.java:1025: error: ';' expected
00:05:03 	void method_23() { method_22() 
00:05:03 	              ^
00:05:03 X.java:1025: error: ';' expected
00:05:03 	void method_23() { method_22() 
00:05:03 	                              ^
00:05:03 X.java:1026: error: illegal start of expression
00:05:03 	void method_24() { method_23() 
00:05:03 	^
00:05:03 X.java:1026: error: ';' expected
00:05:03 	void method_24() { method_23() 
00:05:03 	              ^
00:05:03 X.java:1026: error: ';' expected
00:05:03 	void method_24() { method_23() 
00:05:03 	                              ^
00:05:03 X.java:1027: error: illegal start of expression
00:05:03 	void method_25() { method_24() 
00:05:03 	^
00:05:03 X.java:1027: error: ';' expected
00:05:03 	void method_25() { method_24() 
00:05:03 	              ^
00:05:03 X.java:1027: error: ';' expected
00:05:03 	void method_25() { method_24() 
00:05:03 	                              ^
00:05:03 X.java:1028: error: illegal start of expression
00:05:03 	void method_26() { method_25() 
00:05:03 	^
00:05:03 X.java:1028: error: ';' expected
00:05:03 	void method_26() { method_25() 
00:05:03 	              ^
00:05:03 X.java:1028: error: ';' expected
00:05:03 	void method_26() { method_25() 
00:05:03 	                              ^
00:05:03 X.java:1029: error: illegal start of expression
00:05:03 	void method_27() { method_26() 
00:05:03 	^
00:05:03 X.java:1029: error: ';' expected
00:05:03 	void method_27() { method_26() 
00:05:03 	              ^
00:05:03 X.java:1029: error: ';' expected
00:05:03 	void method_27() { method_26() 
00:05:03 	                              ^
00:05:03 X.java:1030: error: illegal start of expression
00:05:03 	void method_28() { method_27() 
00:05:03 	^
00:05:03 X.java:1030: error: ';' expected
00:05:03 	void method_28() { method_27() 
00:05:03 	              ^
00:05:03 X.java:1030: error: ';' expected
00:05:03 	void method_28() { method_27() 
00:05:03 	                              ^
00:05:03 X.java:1031: error: illegal start of expression
00:05:03 	void method_29() { method_28() 
00:05:03 	^
00:05:03 X.java:1031: error: ';' expected
00:05:03 	void method_29() { method_28() 
00:05:03 	              ^
00:05:03 X.java:1031: error: ';' expected
00:05:03 	void method_29() { method_28() 
00:05:03 	                              ^
00:05:03 X.java:1032: error: illegal start of expression
00:05:03 	void method_30() { method_29() 
00:05:03 	^
00:05:03 X.java:1032: error: ';' expected
00:05:03 	void method_30() { method_29() 
00:05:03 	              ^
00:05:03 X.java:1032: error: ';' expected
00:05:03 	void method_30() { method_29() 
00:05:03 	                              ^
00:05:03 X.java:1033: error: illegal start of expression
00:05:03 	void method_31() { method_30() 
00:05:03 	^
00:05:03 X.java:1033: error: ';' expected
00:05:03 	void method_31() { method_30() 
00:05:03 	              ^
00:05:03 X.java:1033: error: ';' expected
00:05:03 	void method_31() { method_30() 
00:05:03 	                              ^
00:05:03 X.java:1034: error: illegal start of expression
00:05:03 	void method_32() { method_31() 
00:05:03 	^
00:05:03 X.java:1034: error: ';' expected
00:05:03 	void method_32() { method_31() 
00:05:03 	              ^
00:05:03 X.java:1034: error: ';' expected
00:05:03 	void method_32() { method_31() 
00:05:03 	                              ^
00:05:03 X.java:1035: error: illegal start of expression
00:05:03 	void method_33() { method_32() 
00:05:03 	^
00:05:03 X.java:1035: error: ';' expected
00:05:03 	void method_33() { method_32() 
00:05:03 	              ^
00:05:03 X.java:1035: error: ';' expected
00:05:03 	void method_33() { method_32() 
00:05:03 	                              ^
00:05:03 X.java:1036: error: illegal start of expression
00:05:03 	void method_34() { method_33() 
00:05:03 	^
00:05:03 X.java:1036: error: ';' expected
00:05:03 	void method_34() { method_33() 
00:05:03 	              ^
00:05:03 X.java:1036: error: ';' expected
00:05:03 	void method_34() { method_33() 
00:05:03 	                              ^
00:05:03 100 errors
00:05:03 
00:05:03 
00:05:03 The system is out of resources.
00:05:03 Consult the following stack trace for details.
00:05:03 java.lang.StackOverflowError
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavaTokenizer.readToken(JavaTokenizer.java:555)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.Scanner.ensureLookahead(Scanner.java:102)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.Scanner.token(Scanner.java:95)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.peekToken(JavacParser.java:248)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.peekToken(JavacParser.java:244)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.term3(JavacParser.java:1206)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.term2(JavacParser.java:869)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.term1(JavacParser.java:840)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.term(JavacParser.java:796)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.term(JavacParser.java:776)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2393)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 
00:05:03 
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.parseSimpleStatement(JavacParser.java:2444)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatement(JavacParser.java:2364)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.blockStatements(JavacParser.java:2303)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2273)
00:05:03 	at jdk.compiler/com.sun.tools.javac.parser.JavacParser.block(JavacParser.java:2287)
00:05:03 
00:05:04 
00:05:04 
00:05:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:05 
00:05:05 
00:05:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:06 
00:05:06 
00:05:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:07 
00:05:07 
00:05:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:09 
00:05:09 
00:05:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:10 --- javac err: ---
00:05:10 X.java:21: error: illegal start of type
00:05:10 ) {
00:05:10 ^
00:05:10 1 error
00:05:10 
00:05:10 
00:05:10 
00:05:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:11 --- javac err: ---
00:05:11 X.java:4: error: unclosed string literal
00:05:11     	Srtring bar = """
00:05:11     	                ^
00:05:11 1 error
00:05:11 
00:05:11 
00:05:11 
00:05:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:12 --- javac err: ---
00:05:12 T.java:2: error: '.' expected
00:05:12   Object o = T.super; // error: '.' expected
00:05:12                     ^
00:05:12 T.java:7: error: '.' expected
00:05:12   Object o2 = T.super;
00:05:12                      ^
00:05:12 T.java:9: error: '.' expected
00:05:12     o1 = U.super;
00:05:12                 ^
00:05:12 3 errors
00:05:12 
00:05:12 
00:05:12 
00:05:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:12 ***************************************************************************
00:05:12 * Comparison with Sun Javac compiler for class ComplianceDiagnoseTest (null tests)
00:05:12 ***************************************************************************
00:05:13 --- javac err: ---
00:05:13 X.java:1: error: package aaa does not exist
00:05:13 import static aaa.BBB.*;
00:05:13                  ^
00:05:13 1 error
00:05:13 
00:05:13 
00:05:13 
00:05:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:14 --- javac err: ---
00:05:14 X.java:1: error: package aaa does not exist
00:05:14 import static aaa.BBB.CCC;
00:05:14                  ^
00:05:14 X.java:1: error: static import only from classes and interfaces
00:05:14 import static aaa.BBB.CCC;
00:05:14 ^
00:05:14 2 errors
00:05:14 
00:05:14 
00:05:14 
00:05:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:16 
00:05:16 
00:05:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:17 --- javac err: ---
00:05:17 X.java:3: error: cannot find symbol
00:05:17 		for(String o: c) {
00:05:17 		              ^
00:05:17   symbol:   variable c
00:05:17   location: class X
00:05:17 1 error
00:05:17 
00:05:17 
00:05:17 
00:05:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:18 --- javac err: ---
00:05:18 X.java:2: error: cannot find symbol
00:05:18 	void foo(Z ... arg){
00:05:18 	         ^
00:05:18   symbol:   class Z
00:05:18   location: class X
00:05:18 1 error
00:05:18 
00:05:18 
00:05:18 
00:05:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:19 --- javac err: ---
00:05:19 X.java:1: error: cannot find symbol
00:05:19 public class X <T1 extends String, T2> extends Y {
00:05:19                                                ^
00:05:19   symbol: class Y
00:05:19 1 error
00:05:19 
00:05:19 
00:05:19 
00:05:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:20 --- javac err: ---
00:05:20 X.java:1: error: cannot find symbol
00:05:20 public interface X <T1 extends String, T2> extends Y {
00:05:20                                                    ^
00:05:20   symbol: class Y
00:05:20 1 error
00:05:20 
00:05:20 
00:05:20 
00:05:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:21 --- javac err: ---
00:05:21 X.java:3: error: missing return statement
00:05:21 	}
00:05:21 	^
00:05:21 1 error
00:05:21 
00:05:21 
00:05:21 
00:05:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:22 
00:05:22 
00:05:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:23 --- javac err: ---
00:05:23 X.java:2: error: cannot find symbol
00:05:23 	Z<Y1, Y2> var;
00:05:23 	^
00:05:23   symbol:   class Z
00:05:23   location: class X
00:05:23 X.java:2: error: cannot find symbol
00:05:23 	Z<Y1, Y2> var;
00:05:23 	  ^
00:05:23   symbol:   class Y1
00:05:23   location: class X
00:05:23 X.java:2: error: cannot find symbol
00:05:23 	Z<Y1, Y2> var;
00:05:23 	      ^
00:05:23   symbol:   class Y2
00:05:23   location: class X
00:05:23 3 errors
00:05:23 
00:05:23 
00:05:23 
00:05:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:24 --- javac err: ---
00:05:24 X.java:3: error: cannot find symbol
00:05:24 		<Y1, Y2>this(null);
00:05:24 		 ^
00:05:24   symbol:   class Y1
00:05:24   location: class X
00:05:24 X.java:3: error: cannot find symbol
00:05:24 		<Y1, Y2>this(null);
00:05:24 		     ^
00:05:24   symbol:   class Y2
00:05:24   location: class X
00:05:24 2 errors
00:05:24 
00:05:24 
00:05:24 
00:05:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:25 
00:05:25 
00:05:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:26 --- javac err: ---
00:05:26 X.java:1: error: ';' expected
00:05:26 import static aaa.*
00:05:26                    ^
00:05:26 1 error
00:05:26 
00:05:26 
00:05:26 
00:05:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:27 --- javac err: ---
00:05:27 X.java:1: error: '{' expected
00:05:27 public enum X 
00:05:27              ^
00:05:27 1 error
00:05:27 
00:05:27 
00:05:27 
00:05:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:28 --- javac err: ---
00:05:28 X.java:4: error: illegal character: '#'
00:05:28 			#
00:05:28 			^
00:05:28 1 error
00:05:28 
00:05:28 
00:05:28 
00:05:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:29 --- javac err: ---
00:05:29 X.java:4: error: illegal character: '#'
00:05:29 	#
00:05:29 	^
00:05:29 X.java:6: error: reached end of file while parsing
00:05:29 2 errors
00:05:29 
00:05:29 
00:05:29 
00:05:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:30 --- javac err: ---
00:05:30 X.java:2: error: illegal character: '#'
00:05:30 	#
00:05:30 	^
00:05:30 X.java:4: error: reached end of file while parsing
00:05:30 2 errors
00:05:30 
00:05:30 
00:05:30 
00:05:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:31 --- javac err: ---
00:05:31 X.java:4: error: illegal character: '#'
00:05:31 	#
00:05:31 	^
00:05:31 X.java:6: error: reached end of file while parsing
00:05:31 2 errors
00:05:31 
00:05:31 
00:05:31 
00:05:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:32 --- javac err: ---
00:05:32 X.java:3: error: illegal character: '#'
00:05:32 	#
00:05:32 	^
00:05:32 X.java:5: error: reached end of file while parsing
00:05:32 2 errors
00:05:32 
00:05:32 
00:05:32 
00:05:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:33 --- javac err: ---
00:05:33 X.java:4: error: illegal character: '#'
00:05:33     #
00:05:33     ^
00:05:33 1 error
00:05:33 
00:05:33 
00:05:33 
00:05:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:34 --- javac err: ---
00:05:34 X.java:1: error: '.' expected
00:05:34 import staic aaa.*;
00:05:34             ^
00:05:34 1 error
00:05:34 
00:05:34 
00:05:34 
00:05:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:35 --- javac err: ---
00:05:35 X.java:1: error: ';' expected
00:05:35 import static aaa.*.*;
00:05:35                    ^
00:05:35 1 error
00:05:35 
00:05:35 
00:05:35 
00:05:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:36 --- javac err: ---
00:05:36 X.java:1: error: <identifier> expected
00:05:36 import static for;
00:05:36              ^
00:05:36 1 error
00:05:36 
00:05:36 
00:05:36 
00:05:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:37 --- javac err: ---
00:05:37 X.java:1: error: class, interface, or enum expected
00:05:37 static aaa.*;
00:05:37        ^
00:05:37 1 error
00:05:37 
00:05:37 
00:05:37 
00:05:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:38 --- javac err: ---
00:05:38 X.java:3: error: ';' expected
00:05:38 		for(Object o ? c){
00:05:38 		            ^
00:05:38 X.java:3: error: illegal start of expression
00:05:38 		for(Object o ? c){
00:05:38 		             ^
00:05:38 X.java:3: error: : expected
00:05:38 		for(Object o ? c){
00:05:38 		                ^
00:05:38 3 errors
00:05:38 
00:05:38 
00:05:38 
00:05:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:39 --- javac err: ---
00:05:39 X.java:3: error: illegal start of expression
00:05:39 		for(Object o : switch){
00:05:39 		               ^
00:05:39 X.java:3: error: '(' expected
00:05:39 		for(Object o : switch){
00:05:39 		                     ^
00:05:39 2 errors
00:05:39 
00:05:39 
00:05:39 
00:05:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:40 --- javac err: ---
00:05:40 X.java:2: error: <identifier> expected
00:05:40 	void foo(int ... ){
00:05:40 	                ^
00:05:40 1 error
00:05:40 
00:05:40 
00:05:40 
00:05:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:41 --- javac err: ---
00:05:41 X.java:2: error: <identifier> expected
00:05:41 	void foo(int ... for){
00:05:41 	                ^
00:05:41 1 error
00:05:41 
00:05:41 
00:05:41 
00:05:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:42 --- javac err: ---
00:05:42 X.java:2: error: ',', ')', or '[' expected
00:05:42 	void foo(int ... aaa bbb){
00:05:42 	                    ^
00:05:42 1 error
00:05:42 
00:05:42 
00:05:42 
00:05:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:43 --- javac err: ---
00:05:43 X.java:1: error: '{' expected
00:05:43 public class X T1 extends String, T2> extends Y {
00:05:43               ^
00:05:43 1 error
00:05:43 
00:05:43 
00:05:43 
00:05:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:44 --- javac err: ---
00:05:44 X.java:1: error: > expected
00:05:44 public class X <T1 extnds String, T2> extends Y {
00:05:44                   ^
00:05:44 1 error
00:05:44 
00:05:44 
00:05:44 
00:05:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:45 --- javac err: ---
00:05:45 X.java:1: error: illegal start of type
00:05:45 public class X <T1 extends for, T2> extends Y {
00:05:45                            ^
00:05:45 1 error
00:05:45 
00:05:45 
00:05:45 
00:05:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:46 --- javac err: ---
00:05:46 X.java:2: error: invalid method declaration; return type required
00:05:46 	public <T1 extends String, T2> foo(){
00:05:46 	                               ^
00:05:46 1 error
00:05:46 
00:05:46 
00:05:46 
00:05:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:47 --- javac err: ---
00:05:47 X.java:2: error: > expected
00:05:47 	public <T1 extnds String, T2> int foo(){
00:05:47 	          ^
00:05:47 X.java:2: error: '(' expected
00:05:47 	public <T1 extnds String, T2> int foo(){
00:05:47 	                        ^
00:05:47 X.java:2: error: <identifier> expected
00:05:47 	public <T1 extnds String, T2> int foo(){
00:05:47 	                            ^
00:05:47 3 errors
00:05:47 
00:05:47 
00:05:47 
00:05:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:48 --- javac err: ---
00:05:48 X.java:2: error: > expected
00:05:48 	public <T1 extends String T2> int foo(){
00:05:48 	                         ^
00:05:48 X.java:2: error: <identifier> expected
00:05:48 	public <T1 extends String T2> int foo(){
00:05:48 	                            ^
00:05:48 2 errors
00:05:48 
00:05:48 
00:05:48 
00:05:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:49 --- javac err: ---
00:05:49 X.java:2: error: ';' expected
00:05:49 	Z Y1, Y2> var;
00:05:49 	        ^
00:05:49 X.java:2: error: 'var' is not allowed here
00:05:49 	Z Y1, Y2> var;
00:05:49 	          ^
00:05:49 X.java:2: error: <identifier> expected
00:05:49 	Z Y1, Y2> var;
00:05:49 	             ^
00:05:49 3 errors
00:05:49 
00:05:49 
00:05:49 
00:05:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:50 --- javac err: ---
00:05:50 X.java:2: error: > expected
00:05:50 	Z <Y1, Y2 var;
00:05:50 	          ^
00:05:50 1 error
00:05:50 
00:05:50 
00:05:50 
00:05:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:51 --- javac err: ---
00:05:51 X.java:2: error: illegal start of type
00:05:51 	Z <Y1, for Y2> var;
00:05:51 	       ^
00:05:51 X.java:2: error: <identifier> expected
00:05:51 	Z <Y1, for Y2> var;
00:05:51 	             ^
00:05:51 X.java:2: error: 'var' is not allowed here
00:05:51 	Z <Y1, for Y2> var;
00:05:51 	               ^
00:05:51 X.java:2: error: <identifier> expected
00:05:51 	Z <Y1, for Y2> var;
00:05:51 	                  ^
00:05:51 4 errors
00:05:51 
00:05:51 
00:05:51 
00:05:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:52 --- javac err: ---
00:05:52 X.java:1: error: class, interface, or enum expected
00:05:52 void ___eval() {
00:05:52 ^
00:05:52 X.java:5: error: class, interface, or enum expected
00:05:52 		}
00:05:52 		^
00:05:52 X.java:7: error: class, interface, or enum expected
00:05:52 		public void run() {
00:05:52 		       ^
00:05:52 X.java:10: error: class, interface, or enum expected
00:05:52 }
00:05:52 ^
00:05:52 4 errors
00:05:52 
00:05:52 
00:05:52 
00:05:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:53 --- javac err: ---
00:05:53 X.java:3: error: class, interface, or enum expected
00:05:53 public static void foo(){}
00:05:53               ^
00:05:53 1 error
00:05:53 
00:05:53 
00:05:53 
00:05:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:54 --- javac err: ---
00:05:54 X.java:6: error: class, interface, or enum expected
00:05:54 	public static void main(String[] args) {
00:05:54 	              ^
00:05:54 X.java:12: error: class, interface, or enum expected
00:05:54 		new Local();
00:05:54 		^
00:05:54 X.java:13: error: class, interface, or enum expected
00:05:54 	}
00:05:54 	^
00:05:54 3 errors
00:05:54 
00:05:54 
00:05:54 
00:05:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:55 --- javac err: ---
00:05:55 X.java:5: error: class, interface, or enum expected
00:05:55 	public void bar() {
00:05:55 	       ^
00:05:55 1 error
00:05:55 
00:05:55 
00:05:55 
00:05:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:57 
00:05:57 
00:05:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:58 
00:05:58 
00:05:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:05:59 --- javac err: ---
00:05:59 X.java:2: error: legacy array notation not allowed on variable-arity parameter
00:05:59 	void foo(X ... arg[]){
00:05:59 	                  ^
00:05:59 1 error
00:05:59 
00:05:59 
00:05:59 
00:05:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:00 --- javac err: ---
00:06:00 X.java:6: error: class Test is public, should be declared in a file named Test.java
00:06:00 public @MyAnn("","") class Test {		
00:06:00                      ^
00:06:00 X.java:6: error: annotation values must be of the form 'name=value'
00:06:00 public @MyAnn("","") class Test {		
00:06:00               ^
00:06:00 X.java:6: error: annotation values must be of the form 'name=value'
00:06:00 public @MyAnn("","") class Test {		
00:06:00                  ^
00:06:00 X.java:6: error: annotation @MyAnn is missing a default value for the element 'value2'
00:06:00 public @MyAnn("","") class Test {		
00:06:00        ^
00:06:00 4 errors
00:06:00 
00:06:00 
00:06:00 
00:06:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:01 --- javac err: ---
00:06:01 X.java:2: error: cannot find symbol
00:06:01 	void foo(List<String>... args) {}
00:06:01 	         ^
00:06:01   symbol:   class List
00:06:01   location: class X
00:06:01 1 error
00:06:01 
00:06:01 
00:06:01 
00:06:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:02 --- javac err: ---
00:06:02 X.java:2: error: cannot find symbol
00:06:02 	void foo(java.util.List2<String>... args) {}
00:06:02 	                  ^
00:06:02   symbol:   class List2
00:06:02   location: package java.util
00:06:02 1 error
00:06:02 
00:06:02 
00:06:02 
00:06:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:03 --- javac err: ---
00:06:03 X.java:5: error: illegal start of expression
00:06:03 		void foo2() {
00:06:03 		^
00:06:03 X.java:5: error: ';' expected
00:06:03 		void foo2() {
00:06:03 		         ^
00:06:03 2 errors
00:06:03 
00:06:03 
00:06:03 
00:06:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:04 
00:06:04 
00:06:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:05 --- javac err: ---
00:06:05 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
00:06:05 		try (int i = 0) {};
00:06:05 		         ^
00:06:05     (int cannot be converted to AutoCloseable)
00:06:05 1 error
00:06:05 
00:06:05 
00:06:05 
00:06:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:05 
00:06:05 
00:06:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:06 --- javac err: ---
00:06:06 X.java:8: error: exception SonOfFoo is never thrown in body of corresponding try statement
00:06:06 			} catch (SonOfFoo e1) {
00:06:06 			  ^
00:06:06 X.java:14: warning: [serial] serializable class Foo has no definition of serialVersionUID
00:06:06 class Foo extends Exception {}
00:06:06 ^
00:06:06 X.java:15: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
00:06:06 class SonOfFoo extends Foo {}
00:06:06 ^
00:06:06 X.java:16: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
00:06:06 class DaughterOfFoo extends Foo {}
00:06:06 ^
00:06:06 1 error
00:06:06 3 warnings
00:06:06 
00:06:06 
00:06:06 
00:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:06 
00:06:06 
00:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:06 
00:06:06 
00:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:06 
00:06:06 
00:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:06 
00:06:06 
00:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:06 
00:06:06 
00:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:06 
00:06:06 
00:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:06 
00:06:06 
00:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:06 
00:06:06 
00:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:08 
00:06:08 
00:06:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:08 
00:06:08 
00:06:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:09 --- javac err: ---
00:06:09 X.java:2: error: modifier default not allowed here
00:06:09   default void f() {
00:06:09                ^
00:06:09 X.java:4: error: modifier default not allowed here
00:06:09   default X() {}
00:06:09           ^
00:06:09 2 errors
00:06:09 
00:06:09 
00:06:09 
00:06:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:10 
00:06:10 
00:06:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:10 
00:06:10 
00:06:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:10 
00:06:10 
00:06:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:10 
00:06:10 
00:06:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:11 
00:06:11 
00:06:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:13 --- javac err: ---
00:06:13 X.java:4: warning: [unchecked] unchecked cast
00:06:13 		List<String> l = (List<String>) (null == null ? Arrays.asList() : Arrays.asList("Hello","world"));
00:06:13 		                                ^
00:06:13   required: List<String>
00:06:13   found:    List<? extends Object>
00:06:13 1 warning
00:06:13 
00:06:13 
00:06:13 
00:06:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:13 
00:06:13 
00:06:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:14 --- javac err: ---
00:06:14 X.java:2: error: as of release 9, '_' is a keyword, and may not be used as an identifier
00:06:14    int _;
00:06:14        ^
00:06:14 X.java:4: error: as of release 9, '_' is a keyword, and may not be used as an identifier
00:06:14 		int _   = 3;
00:06:14 		    ^
00:06:14 X.java:8: error: as of release 9, '_' is a keyword, and may not be used as an identifier
00:06:14    void goo(int _) {}
00:06:14                 ^
00:06:14 X.java:11: error: as of release 9, '_' is a keyword, and may not be used as an identifier
00:06:14       } catch (Exception _) {
00:06:14                          ^
00:06:14 4 errors
00:06:14 
00:06:14 
00:06:14 
00:06:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:15 ----------------------------------------
00:06:15 org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest#testBug440285 - 10
00:06:15 X.java [
00:06:15 import java.util.function.Function;
00:06:15 class Y{}
00:06:15 class Z{}
00:06:15 public class X {
00:06:15 	Function<Integer, int[]> m1 = int[]::<Y, Z>new;
00:06:15 	Function<Integer, int[]> m2 = int[]::<Y>new;
00:06:15 }
00:06:15 ]
00:06:15 
00:06:15 
00:06:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:15 
00:06:15 
00:06:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:15 
00:06:15 
00:06:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:19 ***************************************************************************
00:06:19 * Comparison with Sun Javac compiler for class JEP286ReservedWordTest (null tests)
00:06:19 ***************************************************************************
00:06:20 --- javac err: ---
00:06:20 X.java:2: error: 'var' not allowed here
00:06:20 	public class var { public int a; };
00:06:20 	             ^
00:06:20   as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations
00:06:20 X.java:3: error: illegal start of type
00:06:20 	+
00:06:20 	^
00:06:20 2 errors
00:06:20 
00:06:20 
00:06:20 
00:06:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:21 --- javac err: ---
00:06:21 X.java:2: error: 'var' not allowed here
00:06:21 	interface var { };
00:06:21 	          ^
00:06:21   as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations
00:06:21 X.java:3: error: illegal start of type
00:06:21 	+
00:06:21 	^
00:06:21 2 errors
00:06:21 
00:06:21 
00:06:21 
00:06:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:22 --- javac err: ---
00:06:22 X.java:1: error: 'var' not allowed here
00:06:22 public class X<var extends Number> { }
00:06:22                ^
00:06:22   as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations
00:06:22 1 error
00:06:22 
00:06:22 
00:06:22 
00:06:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:23 --- javac err: ---
00:06:23 X.java:2: error: 'var' not allowed here
00:06:23 	<var extends Number> var getNumber() {
00:06:23 	 ^
00:06:23   as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations
00:06:23 X.java:2: error: 'var' is not allowed here
00:06:23 	<var extends Number> var getNumber() {
00:06:23 	                     ^
00:06:23 2 errors
00:06:23 
00:06:23 
00:06:23 
00:06:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:23 Tests run: 2716, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 113.23 s <<< FAILURE! - in org.eclipse.jdt.core.tests.compiler.parser.TestAll
00:06:23 testInIfStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest)  Time elapsed: 0.025 s
00:06:23 testNoQualificationQualifiedTypeName - 10(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest)  Time elapsed: 0.073 s
00:06:23 testNoQualificationSimpleTypeName - 10(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest)  Time elapsed: 0.001 s
00:06:23 testQualifiedWithName - 10(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest)  Time elapsed: 0 s
00:06:23 testQualifiedWithPrimary - 10(org.eclipse.jdt.core.tests.compiler.parser.AllocationExpressionCompletionTest)  Time elapsed: 0.001 s
00:06:23 testArrayType - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testArrayTypeWithNonEmptyIdentifier - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testPrimitiveArrayType - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testPrimitiveArrayTypeWithNonEmptyIdentifier - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testPrimitiveType - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testPrimitiveTypeWithNonEmptyIdentifier - 10(org.eclipse.jdt.core.tests.compiler.parser.ClassLiteralAccessCompletionTest)  Time elapsed: 0 s
00:06:23 test001 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.003 s
00:06:23 test002 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 test003 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test004 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test005 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test006 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 test007 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test008 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test009 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 test010 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test011 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 test012 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test013 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test014 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
00:06:23 test015 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 test016 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test017 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testA - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.079 s
00:06:23 testAA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
00:06:23 testAA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.002 s
00:06:23 testAA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testAA_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testAB_1FHU9LU - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testAC_1FJ8D9Z_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testAC_1FJ8D9Z_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testAC_1FJ8D9Z_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testBA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testBA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testBB_1FHJ8H9 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testBC_1FJ4GSG_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testBC_1FJ4GSG_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testBC_1FJ4GSG_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testBug292087a - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testBug292087b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testBug310423 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testBug338789 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testBug338789b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testBug343637 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testBug346415 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testBug346454 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testBug346454b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testC - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testCA_1FGPJQZ - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testCB_1FHSKQ9_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testCB_1FHSKQ9_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testCC_1FJ64I9 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testDA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.078 s
00:06:23 testDA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testDA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testDA_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testDA_5 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testDB_1FHSLDR - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testDC_1FJJ0JR_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testD_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testD_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testEA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testEA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testEB_1FI74S3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testEC_1FSBZ2Y - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testE_1FG1YDS_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testE_1FG1YDS_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testE_1FG1YDS_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testF - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testFA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testFA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testFB_1FI74S3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testFC_1FSBZ9B - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testG - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testGA - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testGB_1FI74S3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testGC_1FSHLHV_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testGC_1FSHLHV_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testGC_1FSHLHV_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testGC_1FSHLHV_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testH - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testHA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testHA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testHB_1FHSLDR - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testHC_1FMPYO3_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.081 s
00:06:23 testHC_1FMPYO3_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testI - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testIA_1FGNBPR_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testIA_1FGNBPR_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testIB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testIC_1FMGUPR - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testJ - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testJA_1FGQVW2_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testJA_1FGQVW2_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testJB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testJC_1FLG1ZC - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testKA_1FH5SU5 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testKB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testKC_1FLG1ZC - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testK_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testK_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testK_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testK_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testLA_1FGLMOF - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testLB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testLC_1FLG1E2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testL_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testL_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testL_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testMA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testMA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testMA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testMB_1FHSLMQ_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testMB_1FHSLMQ_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testMC_1FJ8D9Z - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testM_1FGGLMT - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testN - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testNA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testNA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testNA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testNB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testNC_1FJ8D9Z - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testOA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testOA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testOB_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testOB_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.076 s
00:06:23 testOC_1FM7J7F - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testO_1FG1YU0 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testPA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testPA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testPB - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testPC_1FSU4EF - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testP_1FG1YU0 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testQA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testQA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testQA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testQA_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testQB_1FIK820 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testQ_1FG1YU0 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testRA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testRA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testRA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testRB_1FI74S3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testR_1FGD31E - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testSA - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testSB_1FILFDG - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testS_1FGF64P_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testS_1FGF64P_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testS_1FGF64P_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testTA_1FHISJJ_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testTA_1FHISJJ_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testTA_1FHISJJ_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testTB_1FHSLMQ - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testT_1FGF64P - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testUA_1FHISJJ_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testUA_1FHISJJ_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testUB_1FSBZ02 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testU_1FGGUME - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testVA_1FHISJJ_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testVA_1FHISJJ_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testVB_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testVB_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testV_1FGGUOO_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testV_1FGGUOO_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testWA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testWA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testWB_1FI313C - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.079 s
00:06:23 testW_1FGGUS4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testXA_1FGGUQF_1FHSL8H_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testXA_1FGGUQF_1FHSL8H_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testXA_1FGGUQF_1FHSL8H_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testXB_1FIYM5I_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testXB_1FIYM5I_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testXB_1FIYM5I_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testXB_1FIYM5I_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testX_1FGGV8C_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testX_1FGGV8C_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testX_1FGGV8C_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testX_1FGGV8C_4 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testX_1FGPE8E - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testYA_1FGRIUH - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testYB_1FJ4D46_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testY_1FGPESI - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testZA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testZA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testZA_3 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testZB_1FJ4D46_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testZB_1FJ4D46_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testZ_1FGPF3D_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0 s
00:06:23 testZ_1FGPF3D_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0002_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0002_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0003_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0003_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0005_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0005_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0006_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0006_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.084 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0008_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0008_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0009_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0009_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0011_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0011_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0012_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0012_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0014_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0014_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0015_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0015_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0017_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0017_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0018_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0018_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0020_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0020_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0021_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0021_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0023_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0023_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0024_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0024_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0026_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0026_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0027_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0027_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0029_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0029_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0030_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0030_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0031_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0031_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0032_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0032_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0033_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0033_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0034_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0034_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0035_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0035_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0036_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0036_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0038_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0038_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0039_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0039_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0040 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0041_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0041_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0042_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0042_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0043 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0044_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0044_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0045_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.072 s
00:06:23 test0045_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0046 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0047_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0047_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0048_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0048_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0049 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0050_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0050_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0051_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0051_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0052 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0053_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0053_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0054_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0054_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0055 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0056_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0056_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0057_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0057_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0058 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0059_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0059_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0060_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0060_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0062_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0062_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0063_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0063_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0064 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0065_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0065_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0066_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0066_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0067_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0067_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0068_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0068_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0069_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0069_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0070_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0070_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0071_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0071_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0072_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0072_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0073 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0074_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0074_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0075_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0075_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0076 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0077_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0077_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0078_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0078_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0079_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0079_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0080_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0080_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0081_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0081_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0082_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0082_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0083_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0083_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0084_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0084_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0085_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0085_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.073 s
00:06:23 test0086_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0086_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0087_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0087_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0088_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0088_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0089_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0089_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0090_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0090_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0091 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0092_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0092_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0093_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0093_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0094 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0095_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0095_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0096_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0096_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0097_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0097_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0098_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0098_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0099_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0099_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0100_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0100_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0101_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0101_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0102_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0102_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0103_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0103_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0104_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0104_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0105_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0105_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0106_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0106_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0107_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0107_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0108_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0108_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0109_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0109_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0110_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0110_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.082 s
00:06:23 test0111_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0111_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0112_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0112_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0113_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0113_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0114_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0114_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0115_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0115_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0116_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0116_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.002 s
00:06:23 test0117_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0117_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0118_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0118_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0119_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0119_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0120_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0120_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0121_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0121_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0122_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0122_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0123_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0123_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0124_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0124_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0125_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0125_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0126_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0126_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0127 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0128_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0128_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0129_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0129_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0130_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0130_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0131_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0131_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0132_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0132_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0133_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0133_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0134 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.082 s
00:06:23 test0135_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0135_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0136 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0137_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0137_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0138_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0138_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0139 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0140 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0141 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0142_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0142_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0143_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0143_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0144_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0144_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0145_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0145_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0146_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0146_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0147 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0148 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0149_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0149_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0150_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0150_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0151_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0151_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0152 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0153_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0153_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.086 s
00:06:23 test0154_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0154_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0155_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0155_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0156_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0156_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0157_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0157_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.002 s
00:06:23 test0158_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0158_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0159 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0160 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0161 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0162 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0163 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0164 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0165_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0165_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0166_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0166_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0167_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0167_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0168_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0168_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0169_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0169_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0170_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0170_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0171_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0171_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0172 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0173_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0173_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0174_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0175_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0176_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0177_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0 s
00:06:23 test0178_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest2)  Time elapsed: 0.001 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.083 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0021_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0021_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0022_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0022_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0023_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0023_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0024_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0024_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0025_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0025_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0026_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0026_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0027_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0027_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0028_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0028_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0029 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0030 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0032 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0034 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0035 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0037_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0037_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0038_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0038_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0039_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0039_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0040_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0040_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0041_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0041_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0042_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0042_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0043_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0043_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0044_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0044_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0045_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0045_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.082 s
00:06:23 test0046_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0046_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0047 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0048 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0049 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0050 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0051 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0052 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0053 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0054 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0055_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0055_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0056_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0056_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0057_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0057_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0058_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0058_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0059_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0059_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0060 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0062 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0063 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0064 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0065 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0066 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0067 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0068 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0069 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0070 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0071 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0072 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0073 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0074 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0075 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0076 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0077 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0078 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0079 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0080_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0080_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0081_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0081_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0082_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0082_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.08 s
00:06:23 test0083 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0084 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0085 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0086 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0087 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0088 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0089 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0090_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0090_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0091_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0091_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0092_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0092_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0093_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0093_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0094_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0094_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0095_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0095_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0096_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0096_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0097_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0097_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0098_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0098_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0099_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0099_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0100_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0100_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0101 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0102 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0103 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0104 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0105 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0106 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0107_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0107_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0108_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0108_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0109_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0109_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0110_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0110_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0111 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0112 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0113 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0114 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0115 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0116 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0117 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0118 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0119 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.077 s
00:06:23 test0120 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0121 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0122 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0123 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0124 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0125 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0126 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0127 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0128 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0129 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0130 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0131 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0132 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0133 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0134 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0135 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0136 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0137 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0138 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0139 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0140 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0141 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0142 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0143 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0144 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0145 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0146 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0147_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0147_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0148_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0148_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0149 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0150 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0151 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0152 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0153 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0154 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0155 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0156 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0157 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0158 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0159 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0160 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0161 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0162 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0163 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0164 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0165 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0166 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0167 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0168 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0169 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0170 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0171 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0172 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0173 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0174 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0175 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0176 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0177 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0178 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0179 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0180 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0181_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0181_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0182_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0182_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0183_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.076 s
00:06:23 test0183_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0184_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0184_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0185_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0185_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0186_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0186_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0187_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0187_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0188_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0188_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0189_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0189_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0190_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0190_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0191_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0191_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0192_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0192_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0193_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0193_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0194 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0195 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0196 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0197 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0198 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0199 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0200 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0201 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0202 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0203 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0204 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0205 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0206 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0207 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0208 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0209 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.002 s
00:06:23 test0210 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0211 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0212 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0213 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0214_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0214_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0216_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0216_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0217_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0217_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0218_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0218_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0219_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0219_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0220_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0220_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0221_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0221_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0222_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0222_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0223 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0224 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0225 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0226 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0227 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0228 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0229 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0230 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0231_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0231_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0232_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0232_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0233_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0233_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0234_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0234_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0235_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0235_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0236_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0236_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0237_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0237_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0238_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0238_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0239_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0239_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.073 s
00:06:23 test0240_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0240_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0241 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0242 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0243 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0244 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0245 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0246 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0247 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0248 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0249_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0249_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0250_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0250_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0251_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0251_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0252_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0252_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0253_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0253_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0254 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0255 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0256 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0257 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0258 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0259 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0260 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0261 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0262 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0263 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0264 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0265 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0266 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0267 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0268 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0269 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0270 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0271 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0272 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0273 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0274_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0274_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0275_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0275_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0276_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0276_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0277 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0278 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0279 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0280 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0281 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0282 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0283 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0284_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0284_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0285_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0285_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0286_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0286_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0287_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0287_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0288_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0288_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.082 s
00:06:23 test0289_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0289_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0290_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0290_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0291_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0291_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0292_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0292_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0293_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0293_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0294_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0294_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0295 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0296 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0297 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0298 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0299 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0300 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0301_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0301_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0302_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0302_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0303_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0303_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0304_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0304_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0305 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0306 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0307 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0308 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0309 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0310 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0311 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0312 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0313 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0314 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0315 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0316 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0317 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0318 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0319 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0320 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0321 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0322 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0323 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0324 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0325 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0326 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0327 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0328 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0329 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0330 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0331 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0332 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0333 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0334 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0335 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0336 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0337 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0338 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0339 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0340 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0341_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0341_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0342_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0342_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0343 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0344 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0345 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0346 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0347 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0348 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0349 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0350 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.078 s
00:06:23 test0351 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0352 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0353 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0354 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0355 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0356 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0357 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0358 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0359 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0360 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0361 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0362 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0363 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0364 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0365 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0366 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0367 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0368 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0369 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0370 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0371 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0372 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0373 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0374 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0375_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0375_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0376_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0376_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0377_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0377_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0378_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0378_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0379_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0379_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0380_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0380_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0381_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0381_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0382_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0382_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0384_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0384_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0385_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0385_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0386_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0386_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0387_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test0387_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0388_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0 s
00:06:23 test0388_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTestKeyword)  Time elapsed: 0.001 s
00:06:23 test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.074 s
00:06:23 test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0 s
00:06:23 test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test27 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test28 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test29 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test30 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test31 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test32 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test33 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test34 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test34a - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test34b - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test34c - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test35 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test36 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test37 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test38 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test39 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test40 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test41 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test42 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test43 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test44 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test45 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test46 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test47 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test48 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test49 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test50 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test51 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test52 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test53 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 test54 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0 s
00:06:23 test55 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietCompletionTest)  Time elapsed: 0.001 s
00:06:23 testPrimarySuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 testPrimaryThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 testWrapperNameSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testWrapperNameThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 testWrapperPrimarySuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testWrapperSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testWrapperThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 testAdditiveExpressionMinus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testAdditiveExpressionPlus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testAndExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testArgumentList - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testArrayAccess - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testArrayAccessPrimaryNoNewArray - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.067 s
00:06:23 testArrayInitializer - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testArrayInitializerComma - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testAssignment - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testBlock - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testBlockStatements - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testBlockStatementsInConstructorBody - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testBlockStatementsInInitializer - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testBlockStatementsInStaticInitializer - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testCastExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testCastExpressionUnaryExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testClassInstanceCreationExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testClassInstanceCreationExpressionName - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testClassInstanceCreationExpressionPrimary - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testConditionalAndExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testConditionalExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testConditionalExpressionConditionalExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testConditionalOrExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testConstructorBody - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testDimWithOrWithOutExpr - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testDoExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testDoStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testEqualityExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testEqualityExpressionNot - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testExclusiveOrExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testExplicitConstructorInvocationInConstructorBody - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testForInit - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testForStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testForStatementExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testForUpdate - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testIfExpresionThen - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testIfExpresionThenElse - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testIfThenElseStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testIfThenStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testIfThenStatementElse - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testInclusiveOrExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testLabeledStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testMethodBody - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testMethodInvocation - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testMethodInvocationPrimary - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testMethodInvocationSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testMultiplicativeExpressionMultiplication - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testMultiplicativeExpressionRemainder - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testMultiplicativeExpressiondDivision - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testPreIncrementExpressionMinusMinus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testPreIncrementExpressionPlusPlus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testPrimaryNoNewArray - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testRelationalExpressionGreaterThan - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testRelationalExpressionGreaterThanOrEquals - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testRelationalExpressionLessThan - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testRelationalExpressionLessThanOrEqual - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testReturnStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testShiftExpressionLeft - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testShiftExpressionRight - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testShiftExpressionRightUnSigned - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testStatementExpressionList - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testSwitchBlockStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testSwitchExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testSwitchLabel - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testSynchronizedStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testThrowExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testUnaryExpressionBitwiseComplement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testUnaryExpressionLogicalComplement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testUnaryExpressionMinus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testUnaryExpressionPlus - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testVariableDeclarator - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testVariableInitializers - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testWhileExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0 s
00:06:23 testWhileStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.FieldAccessCompletionTest)  Time elapsed: 0.001 s
00:06:23 testAnonymousFirstMethod - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testAnonymousNoStatementBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testAnonymousOneFieldBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testAnonymousOneStatementBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testAnonymousSecondMethod - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testLocalTypeFirstMethod - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testLocalTypeNoStatementBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testLocalTypeOneFieldBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testLocalTypeOneStatementBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testLocalTypeSecondMethod - 10(org.eclipse.jdt.core.tests.compiler.parser.InnerTypeCompletionTest)  Time elapsed: 0 s
00:06:23 test001 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.073 s
00:06:23 test002 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test003 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test004 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test005 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test006 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test007 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test008 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test010 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test011 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test012 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test013 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test014 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test015 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test020 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test021 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test022 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test023 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test024 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test025 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test026 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test027 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test028 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test029 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test030 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test031 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0 s
00:06:23 test032 - 10(org.eclipse.jdt.core.tests.compiler.parser.JavadocCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test1FTEO9L - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0.001 s
00:06:23 testInCaseWithIdentifier - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0.001 s
00:06:23 testInCaseWithNumberConstant - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0 s
00:06:23 testInLabeledInnerClass - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0 s
00:06:23 testInLabeledInnerClassWithErrorBefore - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0.001 s
00:06:23 testOneLevelDeep - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0 s
00:06:23 testSecondLabel - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0.001 s
00:06:23 testTwoLevelDeep - 10(org.eclipse.jdt.core.tests.compiler.parser.LabelStatementCompletionTest)  Time elapsed: 0 s
00:06:23 test1FVVWS8_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 test1FVVWS8_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 test1FW2ZTB_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 test1FW2ZTB_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 test1FW35YZ_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 test1FW35YZ_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 test1FWYBKF - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 test1GAJBUQ - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testAfterEmptyAnonymous - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testAfterFirstParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 testBeforeFirstParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testBeforeLastParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testBeforeSecondParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testEmptyInFirstParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 testInFirstParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testInIfStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testLabeledWithExpressionReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 testLabeledWithoutReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testNoReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testSpaceThenFirstParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 testWithExpressionReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testWithNameReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testWithNameReceiverAfterConditionalExpression - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0.001 s
00:06:23 testWithNameReceiverAndTwoArgs - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 testWithQualifiedNameReceiver - 10(org.eclipse.jdt.core.tests.compiler.parser.MethodInvocationCompletionTest)  Time elapsed: 0 s
00:06:23 test1FTZ849 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 test1FUUP73 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
00:06:23 test1FVRQQA_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 test1FVRQQA_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
00:06:23 test1FVT66Q_1 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 test1FVT66Q_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 test1G8DE30 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
00:06:23 testEmptyNameReference - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testEmptyNameReferenceAfterCast - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testEmptyNameReferenceAfterPlus - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
00:06:23 testEmptyNameReferenceInArrayDim - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testEmptyNameReferenceInInnerClass - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testInIfThenStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testInnerClassFieldInitializer - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
00:06:23 testInvocationFieldInitializer - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testMethodInvocationAnonymousInnerClass - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
00:06:23 testQualifiedNameReferenceShrinkAll - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testQualifiedNameReferenceShrinkAllButOne - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testQualifiedNameReferenceShrinkAllButOne2 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
00:06:23 testQualifiedNameReferenceShrinkNone - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testQualifiedNameReferenceShrinkNone2 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testQualifiedNameReferenceShrinkOne - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 testQualifiedNameReferenceShrinkOne2 - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0.001 s
00:06:23 testUnicode - 10(org.eclipse.jdt.core.tests.compiler.parser.NameReferenceCompletionTest)  Time elapsed: 0 s
00:06:23 test1FTZCIG - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testBlock - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testBlockStatements - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testCatchClause1 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testCatchClause2 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testCatchClause3 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testClassBody - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testClassBodyDeclarations - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testClassInstanceCreationExpression1 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testClassInstanceCreationExpression2 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testClassInstanceCreationExpression3 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testClassInstanceCreationExpression4 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testClassInstanceCreationExpressionName1 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testClassInstanceCreationExpressionName2 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testClassInstanceCreationExpressionName3 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testClassInstanceCreationExpressionName4 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testClassInstanceCreationExpressionPrimary1 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testClassInstanceCreationExpressionPrimary2 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testClassInstanceCreationExpressionPrimary3 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testClassInstanceCreationExpressionPrimary4 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testClassTypeList - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testConstructorBody - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testConstructorDeclarator - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testDeepReference - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testExtendsClass - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testExtendsInterface - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testFieldDeclarationWithModifiers - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testFieldDeclarationWithoutModifiers - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testForStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testFormalParameter - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testFormalParameterList - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testImplements - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testInstanceOf - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testInterfaceBody - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testInterfaceMemberDeclarations - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testInterfaceTypeList - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testLocalVariableDeclaration - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testMethodBody - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testMethodDeclarator - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testMethodHeaderWithModifiers - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testMethodHeaderWithoutModifiers - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testQualifiedTypeReferenceShrinkAll - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testQualifiedTypeReferenceShrinkAllButOne - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testQualifiedTypeReferenceShrinkNone - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testQualifiedTypeReferenceShrinkOne - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testSwitchBlockStatement - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0 s
00:06:23 testThrows - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceTypeCompletionTest)  Time elapsed: 0.001 s
00:06:23 testNameSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest)  Time elapsed: 0.061 s
00:06:23 testNameThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest)  Time elapsed: 0 s
00:06:23 testPrimarySuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest)  Time elapsed: 0.001 s
00:06:23 testSuper - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest)  Time elapsed: 0.001 s
00:06:23 testThis - 10(org.eclipse.jdt.core.tests.compiler.parser.ExplicitConstructorInvocationSelectionTest)  Time elapsed: 0 s
00:06:23 test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.002 s
00:06:23 test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.002 s
00:06:23 test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.002 s
00:06:23 test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.002 s
00:06:23 test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test27 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test28 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.069 s
00:06:23 test29 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test30 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test31 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test32 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test33 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test34 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test35 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test36 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test37 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test38 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test39 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test40 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test41 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test42 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test43 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test44 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test45 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test46 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test47 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test48 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test49 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.002 s
00:06:23 test50 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test51 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.002 s
00:06:23 test52 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.002 s
00:06:23 test53 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0.001 s
00:06:23 test54 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 test55 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest)  Time elapsed: 0 s
00:06:23 testBug30946 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionTest2)  Time elapsed: 1.002 s
00:06:23 test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.003 s
00:06:23 test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
00:06:23 test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
00:06:23 test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
00:06:23 test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
00:06:23 test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
00:06:23 test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.003 s
00:06:23 test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.003 s
00:06:23 test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.009 s
00:06:23 test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.004 s
00:06:23 test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
00:06:23 test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
00:06:23 test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
00:06:23 test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.003 s
00:06:23 test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.004 s
00:06:23 test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
00:06:23 test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.002 s
00:06:23 test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.003 s
00:06:23 test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.002 s
00:06:23 test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.002 s
00:06:23 test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
00:06:23 test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
00:06:23 test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.032 s
00:06:23 test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.002 s
00:06:23 test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0 s
00:06:23 test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionJavadocTest)  Time elapsed: 0.001 s
00:06:23 test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.101 s
00:06:23 test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.018 s
00:06:23 test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.087 s
00:06:23 test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.097 s
00:06:23 test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.008 s
00:06:23 test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.082 s
00:06:23 test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.084 s
00:06:23 test100 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.011 s
00:06:23 test102 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.097 s
00:06:23 test103 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test104 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.186 s
00:06:23 test105 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test106 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test107 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test108 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.088 s
00:06:23 test109 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test110 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test111 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test112 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.089 s
00:06:23 test113 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test114 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.087 s
00:06:23 test115 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test116 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test117 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test117_2 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test118 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test119 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.083 s
00:06:23 test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test120 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test121 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test122 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.087 s
00:06:23 test123 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test125 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 5.199 s
00:06:23 test126 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test127 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test128 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.068 s
00:06:23 test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.073 s
00:06:23 test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.008 s
00:06:23 test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.008 s
00:06:23 test27 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.084 s
00:06:23 test28 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test29 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test30 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test31 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test33 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.085 s
00:06:23 test34 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test35 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test36 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test37 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test38 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test39 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.082 s
00:06:23 test40 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test405778 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test405778a - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test41 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.083 s
00:06:23 test42 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test43 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test44 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test45 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test456861 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test46 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.085 s
00:06:23 test47 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test48 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test49 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test50 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.084 s
00:06:23 test51 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test52 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test53 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test54 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test55 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.082 s
00:06:23 test56 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test57 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test58 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test59 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test60 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.082 s
00:06:23 test61 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test62 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test63 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test64 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.084 s
00:06:23 test65 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.009 s
00:06:23 test66 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test67 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test68 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test69 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.084 s
00:06:23 test70 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test71 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test72 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test73 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test74 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test75 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.013 s
00:06:23 test76 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.068 s
00:06:23 test77 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test78 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test79 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test80 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test81 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test82 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test83 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test84 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test85 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test86 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test87 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test88 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test89 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test90 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test91 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test92 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test93 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.04 s
00:06:23 test94 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.008 s
00:06:23 test95 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test96 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test97 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test98 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test99 - 10(org.eclipse.jdt.core.tests.compiler.parser.DietRecoveryTest)  Time elapsed: 0.032 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.048 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0029 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0030 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0032 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.034 s
00:06:23 test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test0034 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0035 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0038 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0039 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0040 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0041 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0042 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0043 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0044 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0045 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0046 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0047 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.003 s
00:06:23 testBug430336 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest)  Time elapsed: 0.058 s
00:06:23 test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.006 s
00:06:23 test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test16 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test17 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test18 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test19 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test20 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test21 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test22 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test23 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test24 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test25 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test26 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test27 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test28 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test29 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test30 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test31 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test32 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.071 s
00:06:23 test33 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test34 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test35 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test36 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.002 s
00:06:23 test37 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test38 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test39 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test40 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test41 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test42 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test43 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test44 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test45 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test46 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test47 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test48 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test49 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test50 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test51 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test52 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test53 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test54 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test55 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.08 s
00:06:23 test56 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test57 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test58 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test59 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test60 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test61 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test62 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test63 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test64 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test65 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test66 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test67 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test68 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test69 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test70 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test71 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test72 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test73 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test74 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test75 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.002 s
00:06:23 test76 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.001 s
00:06:23 test81 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0.002 s
00:06:23 testBug99662 - 10(org.eclipse.jdt.core.tests.compiler.parser.SourceElementParserTest)  Time elapsed: 0 s
00:06:23 test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.DocumentElementParserTest)  Time elapsed: 0.009 s
00:06:23 test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.074 s
00:06:23 test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test11 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0 s
00:06:23 test12 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test13 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test14 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test15 - 10(org.eclipse.jdt.core.tests.compiler.parser.SyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test01 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0 s
00:06:23 test02 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test03 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test04 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test05 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0 s
00:06:23 test06 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test07 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test08 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test09 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test10 - 10(org.eclipse.jdt.core.tests.compiler.parser.DualParseSyntaxErrorTest)  Time elapsed: 0.001 s
00:06:23 test001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.829 s
00:06:23 test002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.071 s
00:06:23 test003 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.922 s
00:06:23 test004 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.98 s
00:06:23 test005 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.92 s
00:06:23 test006 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.955 s
00:06:23 test007 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.846 s
00:06:23 test008 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.972 s
00:06:23 test009 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.01 s
00:06:23 test010 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.904 s
00:06:23 test012 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.205 s
00:06:23 test013 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.012 s
00:06:23 test014 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.989 s
00:06:23 test015 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1 s
00:06:23 test016 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.196 s
00:06:23 test017 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.088 s
00:06:23 test018 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.995 s
00:06:23 test019 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.934 s
00:06:23 test020 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.95 s
00:06:23 test021 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.601 s
00:06:23 test022 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.958 s
00:06:23 test023 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.018 s
00:06:23 test024 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.982 s
00:06:23 test025 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.149 s
00:06:23 test026 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.16 s
00:06:23 test027 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 0.971 s
00:06:23 test028 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.061 s
00:06:23 testBug485477 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest)  Time elapsed: 1.018 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.103 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.197 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.679 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.999 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.054 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.082 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.199 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.106 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.177 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.132 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.011 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.07 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.988 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.987 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.031 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.989 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.92 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.995 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.958 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.92 s
00:06:23 test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.016 s
00:06:23 test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.005 s
00:06:23 test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.982 s
00:06:23 test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.015 s
00:06:23 test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.993 s
00:06:23 test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.007 s
00:06:23 test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.99 s
00:06:23 test0029 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.998 s
00:06:23 test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.006 s
00:06:23 test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.991 s
00:06:23 test0034 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.983 s
00:06:23 test0035 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.93 s
00:06:23 test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.105 s
00:06:23 test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.98 s
00:06:23 test0038 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.018 s
00:06:23 test0039 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.103 s
00:06:23 test0040 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.078 s
00:06:23 test0041 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.039 s
00:06:23 test0042 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.969 s
00:06:23 test0043 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.016 s
00:06:23 test0044 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.987 s
00:06:23 test0045 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.991 s
00:06:23 test0046 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.139 s
00:06:23 test0047 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.071 s
00:06:23 test0048 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.093 s
00:06:23 test0049 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.024 s
00:06:23 test0050 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.169 s
00:06:23 test0051 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.136 s
00:06:23 test0052 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.994 s
00:06:23 test0053 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.188 s
00:06:23 test0054 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.036 s
00:06:23 test0055 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.001 s
00:06:23 test0056 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.144 s
00:06:23 test0057 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 test0058 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 test0059 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.001 s
00:06:23 test0060 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 test0062 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 test0063 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 test0064 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 test401850 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.421 s
00:06:23 test406846 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 test421477 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.064 s
00:06:23 test428605 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.041 s
00:06:23 test429110 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 testBug391201 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.001 s
00:06:23 testBug399773 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 testBug399778 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.368 s
00:06:23 testBug399778a - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.426 s
00:06:23 testBug399780 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 testBug399781 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.897 s
00:06:23 testBug440285 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 1.406 s  <<< FAILURE!
00:06:23 junit.framework.ComparisonFailure: 
00:06:23 testBug440285 - Eclipse found error(s) but Javac did not find any.
00:06:23 ----------- Expected ------------
00:06:23 
00:06:23 ------------ but was ------------
00:06:23 ----------\n
00:06:23 1. ERROR in X.java (at line 5)\n
00:06:23 	Function<Integer, int[]> m1 = int[]::<Y, Z>new;\n
00:06:23 	                                      ^^^^\n
00:06:23 Type arguments are not allowed here\n
00:06:23 ----------\n
00:06:23 2. ERROR in X.java (at line 6)\n
00:06:23 	Function<Integer, int[]> m2 = int[]::<Y>new;\n
00:06:23 	                                      ^\n
00:06:23 Type arguments are not allowed here\n
00:06:23 ----------\n
00:06:23 
00:06:23 --------- Difference is ----------
00:06:23  expected:<[]> but was:<[----------\n
00:06:23 1. ERROR in X.java (at line 5)\n
00:06:23 	Function<Integer, int[]> m1 = int[]::<Y, Z>new;\n
00:06:23 	                                      ^^^^\n
00:06:23 Type arguments are not allowed here\n
00:06:23 ----------\n
00:06:23 2. ERROR in X.java (at line 6)\n
00:06:23 	Function<Integer, int[]> m2 = int[]::<Y>new;\n
00:06:23 	                                      ^\n
00:06:23 Type arguments are not allowed here\n
00:06:23 ----------\n
00:06:23 ]>
00:06:23 	at org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest.testBug440285(ComplianceDiagnoseTest.java:3502)
00:06:23 
00:06:23 testBug531714_001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0 s
00:06:23 testBug531714_002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ComplianceDiagnoseTest)  Time elapsed: 0.001 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0029 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0030_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0030_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0031_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0031_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0032_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0032_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0033_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0033_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0034_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0034_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0035_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0035_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0036_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0036_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0037_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0037_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0038_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0038_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0039_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0039_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0040_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0040_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0041_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0041_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0042_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0042_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0043_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0043_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.031 s
00:06:23 test0044_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0044_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0045_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0045_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0046_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0046_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0047_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0047_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0048_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0048_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0049_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0049_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0050_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0050_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0051_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0051_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0052_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0052_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0053_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0053_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0054_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0054_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0055_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0055_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0056_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0056_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0057_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0057_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0058_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0058_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0059 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0060 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0062 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0063 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0064 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0065 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0066 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0067 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0068 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0069 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0070 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0071 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0072 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0073 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0074 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0075 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0076 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0077 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0078 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0079 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0080 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0081 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0082 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0083 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0084 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0085 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0086 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0087 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0088 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0089 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0090 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0091 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0092 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0093 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0094 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0095 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0096 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0097 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0098 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0099_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0099_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0100_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0100_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0101_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0101_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0102_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0102_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0103_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0103_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0104_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0104_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0105_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0105_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0106_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0106_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0107_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0107_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0108_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0108_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0109_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0109_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0110_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0110_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0111_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0111_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0112_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0112_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0113_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0113_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0114_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0114_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0115_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0115_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0116_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0116_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0117_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0117_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0118_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0118_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0119_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0119_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0120_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0120_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0121_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0121_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0122_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0122_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0123_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0123_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0124_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0124_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0125_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0125_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0126_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0126_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0127_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0127_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0128_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0128_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0129_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0129_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0130_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0130_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0131_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.06 s
00:06:23 test0131_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0132_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0132_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0133_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0133_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0134_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0134_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0135_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0135_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0136_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0136_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0137_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0137_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0138_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0138_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0139_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0139_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0140_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0140_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0141_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0141_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0142_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0142_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0143_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0143_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0144_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0144_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0145_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0145_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0146 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0147 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0148 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0149 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0150 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0151 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0152 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0153 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0154 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0155 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0156 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0157 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0158 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0159_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0159_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0160_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0160_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0161 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0162 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0163 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0164 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0165_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0165_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0166_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0166_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0167_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0167_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0168_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0168_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0169 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0170 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0171_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0171_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0172_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0172_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0173_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0173_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0174_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0174_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0175_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0175_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0176_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0176_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0177 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0178 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0179 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0180 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0181 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0182 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0183 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0184_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0184_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0185 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0186 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0187_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0187_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0188_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0188_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0189_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0189_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0190_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0190_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0191_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0191_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0192_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0192_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0193_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0193_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0194_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0194_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0195_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0195_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0196 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0197 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0198 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0199 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0200 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0201 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0202_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0202_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0203_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0203_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0204_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0204_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0205 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0206_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0206_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0207_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0207_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0208_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0208_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0209_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0209_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0210_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0210_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0211 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0212 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0213_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0213_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0214_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0214_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0215_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0215_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0216_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0217_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0218_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0219_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0220_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 testBug351426 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 testBug351426b - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0 s
00:06:23 testBug351426c - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.068 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0013_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0013_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0024_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0024_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0028_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0028_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0029_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0029_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0030 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0032 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0034_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0034_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0035_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0035_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0038 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0039 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0040_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0040_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0041_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0041_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0042 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0043 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0044 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0045 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0046_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0046_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0047_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0047_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0048 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0049 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0050 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0051 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0052_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0052_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0053_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0053_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0054 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0055 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0056 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0057 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0058_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0058_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0059_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0059_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0060 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0062 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0063 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0064_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0064_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0065_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0065_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0066 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0067 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0068 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0069 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0070_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0070_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0071_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0071_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0072 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0073 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0074 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0075 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0076 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0078 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0079 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0080 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0081 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0082 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0083 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0084 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0085 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0086 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0087 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0088 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0089 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0090 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0091 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0092 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0093 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0094 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0095 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0096 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0097 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0098 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0099 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0100 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0101 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0102 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0103 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0104 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0105_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0105_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0106_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0106_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0107_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0107_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0108_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0108_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0109_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0109_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0110_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0110_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0111_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0111_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0112_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0112_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0113_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.062 s
00:06:23 test0113_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0114_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0114_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0115 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0116 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0117 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0118 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0119_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0119_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0120_Diet - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0120_Method - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0121 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0122 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0123 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0124 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0125 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0126 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0127 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0.001 s
00:06:23 test0128 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0129 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationCompletionParserTest)  Time elapsed: 0 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0 s
00:06:23 test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericsSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationSelectionTest)  Time elapsed: 0.001 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumSelectionTest)  Time elapsed: 0 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.079 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.09 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.085 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.08 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.088 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.01 s
00:06:23 test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.083 s
00:06:23 test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.008 s
00:06:23 test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.008 s
00:06:23 test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.GenericDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.072 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.069 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.EnumDietRecoveryTest)  Time elapsed: 0.001 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.065 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.074 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.002 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.072 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.01 s
00:06:23 test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.008 s
00:06:23 test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.07 s
00:06:23 test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.06 s
00:06:23 test0030 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.007 s
00:06:23 test0032 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test0034 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.005 s
00:06:23 test0035 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.006 s
00:06:23 test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0038 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.062 s
00:06:23 test0039 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0040 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.003 s
00:06:23 test0041 - 10(org.eclipse.jdt.core.tests.compiler.parser.AnnotationDietRecoveryTest)  Time elapsed: 0.004 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.007 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.007 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.006 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.005 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.006 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.057 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.005 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.StatementRecoveryTest_1_5)  Time elapsed: 0.002 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.ParserTest1_7)  Time elapsed: 0.001 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test00010 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test385132 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 testNestedLambda01 - 10(org.eclipse.jdt.core.tests.compiler.parser.LambdaExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test385132 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test385374 - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test385374a - 10(org.eclipse.jdt.core.tests.compiler.parser.ReferenceExpressionSyntaxTest)  Time elapsed: 0 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.052 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.004 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0028 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0029 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0030 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.067 s
00:06:23 test0031 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0032 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0033 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0034 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0035 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0036 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0037 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0038 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0039 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0040 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0041 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0042 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0043 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0044 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0045 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.079 s
00:06:23 test0046 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0047 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0048 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0049 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0050 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0051 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0052 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0053 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0054 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0055 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0056 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.081 s
00:06:23 test0057 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0058 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0059 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0060 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.094 s
00:06:23 test0061 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.008 s
00:06:23 test0062 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.004 s
00:06:23 test0063 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.089 s
00:06:23 test0064 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0066 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0067 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0068 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0069 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test007 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0070 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0071 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0072 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0073 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.079 s
00:06:23 test0074 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0075 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0076 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0077 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0078 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0079 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0080 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0081 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0082 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0083 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0084 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0085 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0086 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.077 s
00:06:23 test0087 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0088 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0089 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0090 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0091 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0092 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0093 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0094 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0095 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.081 s
00:06:23 test0096 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0097 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0098 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0099 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0100 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0101 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0102 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0103 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0104 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0105 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0106 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0107 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0108 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.075 s
00:06:23 test0109 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0110 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0111 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0112 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0113 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0114 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0115 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.003 s
00:06:23 test0116 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0117 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0118 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0119 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0120 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0121 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0122 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0123 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0125 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.074 s
00:06:23 test0126 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0127 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0128 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0129 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0130 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0131 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0132 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0133 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0134 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0135 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0136 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0137 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0138 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0139 - 10(org.eclipse.jdt.core.tests.compiler.parser.TypeAnnotationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test402081 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test405126 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test417935 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test422468 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.002 s
00:06:23 test424080 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.083 s
00:06:23 test425084 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test425084b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test427117 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test427255 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test427322 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test427322a - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test427463 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test427532 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test428735 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test428735a - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test428735b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test428735c - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test428735d - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test428735e - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test428735f - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test428735g - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test428735h - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test430656 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test430667 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test430667a - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test430667b - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test430667c - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test430667d - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test435219 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test435682 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test438952 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 test446765 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.083 s
00:06:23 test473008 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0 s
00:06:23 testBrokenMethodCall - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 testCompletionLocation - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 testElidedCompletion - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.002 s
00:06:23 testElidedCompletion2 - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 testLocalsPromotion - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 testUnspecifiedReference - 10(org.eclipse.jdt.core.tests.compiler.parser.CompletionParserTest18)  Time elapsed: 0.001 s
00:06:23 test424110 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.001 s
00:06:23 test424110a - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.001 s
00:06:23 test430572 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.002 s
00:06:23 test476693 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.001 s
00:06:23 test495912 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.001 s
00:06:23 test495912a - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.002 s
00:06:23 test495912b - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest18)  Time elapsed: 0.002 s
00:06:23 test510339_001_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0.083 s
00:06:23 test510339_002_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0.001 s
00:06:23 test510339_003_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
00:06:23 test510339_004_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
00:06:23 test510339_005_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0.001 s
00:06:23 test510339_006_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
00:06:23 test510339_007_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
00:06:23 test510339_008_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
00:06:23 test510339_009_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
00:06:23 test510339_010_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0.001 s
00:06:23 test510339_011_since_9 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest9)  Time elapsed: 0 s
00:06:23 test001 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest10)  Time elapsed: 0.001 s
00:06:23 test002 - 10(org.eclipse.jdt.core.tests.compiler.parser.SelectionParserTest10)  Time elapsed: 0 s
00:06:23 test0001 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0002 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0003 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0004 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0005 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0006 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0007 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.004 s
00:06:23 test0008 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.002 s
00:06:23 test0009 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0010 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0011 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0012 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0013 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0014 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0015 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0016 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0017 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0018 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0019 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0020 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0021 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0022 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0023 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 test0024 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0025 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.077 s
00:06:23 test0026 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0027 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 testBug518626 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 testbug488541 - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 testbug488541a - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0 s
00:06:23 testbug488541b - 10(org.eclipse.jdt.core.tests.compiler.parser.ModuleDeclarationSyntaxTest)  Time elapsed: 0.001 s
00:06:23 test0001_class_var_warning - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest)  Time elapsed: 1.131 s
00:06:23 test0002_interface_var_warning - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest)  Time elapsed: 0.992 s
00:06:23 testBug530920 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest)  Time elapsed: 1 s
00:06:23 testBug530920a - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286ReservedWordTest)  Time elapsed: 0.914 s
00:06:23 Running org.eclipse.jdt.core.tests.compiler.regression.TestAll
00:06:24 ***************************************************************************
00:06:24 * Comparison with Sun Javac compiler for class StandAloneASTParserTest (null tests)
00:06:24 ***************************************************************************
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:25 
00:06:25 
00:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:26 
00:06:26 
00:06:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:26 
00:06:26 
00:06:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:26 ***************************************************************************
00:06:26 * Comparison with Sun Javac compiler for class ArrayTest (null tests)
00:06:26 ***************************************************************************
00:06:27 
00:06:27 
00:06:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:29 
00:06:29 
00:06:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:30 
00:06:30 
00:06:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:32 
00:06:32 
00:06:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:33 
00:06:33 
00:06:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:34 --- javac err: ---
00:06:34 X.java:3: error: ']' expected
00:06:34 		char[][][] array = new char[][][10];
00:06:34 		                                ^
00:06:34 1 error
00:06:34 
00:06:34 
00:06:34 
00:06:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:35 
00:06:35 
00:06:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:36 
00:06:36 
00:06:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:37 --- javac err: ---
00:06:37 X.java:3: error: illegal initializer for X
00:06:37 		X x = { 10, zork() };
00:06:37 		      ^
00:06:37 X.java:3: error: cannot find symbol
00:06:37 		X x = { 10, zork() };
00:06:37 		            ^
00:06:37   symbol:   method zork()
00:06:37   location: class X
00:06:37 2 errors
00:06:37 
00:06:37 
00:06:37 
00:06:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:38 --- javac err: ---
00:06:38 X.java:3: error: illegal initializer for int
00:06:38 	int i = {};
00:06:38 	        ^
00:06:38 1 error
00:06:38 
00:06:38 
00:06:38 
00:06:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:39 
00:06:39 
00:06:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:41 --- javac err: ---
00:06:41 X.java:4: warning: [rawtypes] found raw type: Map
00:06:41 	Map fValueMap;
00:06:41 	^
00:06:41   missing type arguments for generic class Map<K,V>
00:06:41   where K,V are type-variables:
00:06:41     K extends Object declared in interface Map
00:06:41     V extends Object declared in interface Map
00:06:41 1 warning
00:06:41 
00:06:41 
00:06:41 
00:06:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:42 --- javac err: ---
00:06:42 X.java:3: error: cannot find symbol
00:06:42         System.out.println(argument + argument);
00:06:42                            ^
00:06:42   symbol:   variable argument
00:06:42   location: class X
00:06:42 X.java:3: error: cannot find symbol
00:06:42         System.out.println(argument + argument);
00:06:42                                       ^
00:06:42   symbol:   variable argument
00:06:42   location: class X
00:06:42 X.java:4: error: cannot find symbol
00:06:42         return new String[] { argument + argument, argument/*no problem*/ };
00:06:42                               ^
00:06:42   symbol:   variable argument
00:06:42   location: class X
00:06:42 X.java:4: error: cannot find symbol
00:06:42         return new String[] { argument + argument, argument/*no problem*/ };
00:06:42                                          ^
00:06:42   symbol:   variable argument
00:06:42   location: class X
00:06:42 X.java:4: error: cannot find symbol
00:06:42         return new String[] { argument + argument, argument/*no problem*/ };
00:06:42                                                    ^
00:06:42   symbol:   variable argument
00:06:42   location: class X
00:06:42 5 errors
00:06:42 
00:06:42 
00:06:42 
00:06:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:43 ----------------------------------------
00:06:43 org.eclipse.jdt.core.tests.compiler.regression.ArrayTest#test014 - 10
00:06:43 X.java [
00:06:43 public class X {
00:06:43 	void foo(long[] longs) throws Exception {
00:06:43 		long[] other = longs.clone();
00:06:43 	}
00:06:43 }
00:06:43 
00:06:43 ]
00:06:43 
00:06:43 
00:06:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:44 
00:06:44 
00:06:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:45 
00:06:45 
00:06:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:46 
00:06:46 
00:06:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:47 --- javac err: ---
00:06:47 X.java:2: error: cannot find symbol
00:06:47 	void foo(p.O[] elems)  {
00:06:47 	          ^
00:06:47   symbol:   class O
00:06:47   location: class Object
00:06:47 1 error
00:06:47 
00:06:47 
00:06:47 
00:06:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:49 
00:06:49 
00:06:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:49 ***************************************************************************
00:06:49 * Comparison with Sun Javac compiler for class AssignmentTest (null tests)
00:06:49 ***************************************************************************
00:06:50 
00:06:50 
00:06:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:51 --- javac err: ---
00:06:51 X.java:6: error: cannot find symbol
00:06:51 		zork = zork;	
00:06:51 		^
00:06:51   symbol:   variable zork
00:06:51   location: class X
00:06:51 X.java:6: error: cannot find symbol
00:06:51 		zork = zork;	
00:06:51 		       ^
00:06:51   symbol:   variable zork
00:06:51   location: class X
00:06:51 X.java:7: error: cannot find symbol
00:06:51 		arg = zork;	
00:06:51 		      ^
00:06:51   symbol:   variable zork
00:06:51   location: class X
00:06:51 3 errors
00:06:51 
00:06:51 
00:06:51 
00:06:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:52 
00:06:52 
00:06:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:54 --- javac err: ---
00:06:54 X.java:46: error: cannot assign a value to final variable o
00:06:54             other.o = new Object(); // illegal!  other.o is not assignable
00:06:54                  ^
00:06:54 X.java:59: error: cannot assign a value to final variable o
00:06:54            other.o = new Object(); // illegal!  other.o is not assignable
00:06:54                 ^
00:06:54 2 errors
00:06:54 
00:06:54 
00:06:54 
00:06:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:55 --- javac err: ---
00:06:55 X.java:8: error: cannot assign a value to final variable contents
00:06:55 		other.contents = 5;
00:06:55 		     ^
00:06:55 1 error
00:06:55 
00:06:55 
00:06:55 
00:06:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:56 --- javac err: ---
00:06:56 X.java:5: error: variable v might be assigned in loop
00:06:56 			v = i;
00:06:56 			^
00:06:56 1 error
00:06:56 
00:06:56 
00:06:56 
00:06:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:57 --- javac err: ---
00:06:57 X.java:13: error: variable b might not have been initialized
00:06:57 		System.out.println(a+b);
00:06:57 		                     ^
00:06:57 1 error
00:06:57 
00:06:57 
00:06:57 
00:06:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:58 ----------------------------------------
00:06:58 org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test034 - 10
00:06:58 X.java [
00:06:58 public final class X 
00:06:58 {
00:06:58 	public static String vdg;
00:06:58 	public static final String aa = null;
00:06:58 	public static final int a = 14;
00:06:58 	public static final int b = 3;
00:06:58 	private static final int c = 12;
00:06:58 	private static final int d = 2; 
00:06:58 	private static final int e = 3; 
00:06:58 	private static final int f = 34; 
00:06:58 	private static final int g = 35; 
00:06:58 	private static final int h = 36; 
00:06:58 	private static final int j = 4;
00:06:58 	private static final int k = 1;
00:06:58 	public static final int aba = 1;
00:06:58 	public static final int as = 11;
00:06:58 	public static final int ad = 12;
00:06:58 	public static final int af = 13;
00:06:58 	public static final int ag = 2;
00:06:58 	public static final int ah = 21;
00:06:58 	public static final int aj = 22;
00:06:58 	public static final int ak = 3;
00:06:58 	public static final String aaad = null;
00:06:58 	public static final int aaaf = 1;
00:06:58 	public static final int aaag = 2;
00:06:58 	public static final int aaha = 2;
00:06:58 	static int cxvvb = 1;
00:06:58 	static int z = a;
00:06:58 	String asdff;
00:06:58 	public static String ppfp;
00:06:58 	public static int ppfpged;
00:06:58 	boolean asfadf;
00:06:58 	boolean cbxbx;
00:06:58 	private static long tyt, rrky;
00:06:58 	private static int dgjt, ykjr6y;
00:06:58 	private static final int krykr = 1;
00:06:58 	protected static int rykr5;
00:06:58 	protected static int dhfg;
00:06:58 	private static int dthj;
00:06:58 	private static int fkffy;
00:06:58 	private static String fhfy;
00:06:58 	protected static String fhmf;
00:06:58 	protected String ryur6;
00:06:58 	protected String dhdthd;
00:06:58 	protected String dth5;
00:06:58 	protected String kfyk;
00:06:58 	private String ntd;
00:06:58 	public int asdasdads;
00:06:58 	public static final int dntdr = 7;
00:06:58 	public static final int asys = 1;
00:06:58 	public static final int djd5rwas = 11;
00:06:58 	public static final int dhds45rjd = 12;
00:06:58 	public static final int srws4jd = 13;
00:06:58 	public static final int s4ts = 2;
00:06:58 	public static final int dshes4 = 21;
00:06:58 	public static final int drthed56u = 22;
00:06:58 	public static final int drtye45 = 23;
00:06:58 	public static final int xxbxrb = 3;
00:06:58 	public static final int xfbxr = 31;
00:06:58 	public static final int asgw4y = 32;
00:06:58 	public static final int hdtrhs5r = 33;
00:06:58 	public static final int dshsh = 34;
00:06:58 	public static final int ds45yuwsuy = 4;
00:06:58 	public static final int astgs45rys = 5;
00:06:58 	public static final int srgs4y = 6;
00:06:58 	public static final int srgsryw45 = -6;
00:06:58 	public static final int srgdtgjd45ry = -7;
00:06:58 	public static final int srdjs43t = 1;
00:06:58 	public static final int sedteued5y = 2;
00:06:58 	public static int jrfd6u;
00:06:58 	public static int udf56u;
00:06:58 	private String jf6tu;
00:06:58 	private String jf6tud;
00:06:58 	String bsrh;
00:06:58 	protected X(String a)
00:06:58 	{
00:06:58 	}
00:06:58 	private long sfhdsrhs;
00:06:58 	private boolean qaafasdfs;
00:06:58 	private int sdgsa;
00:06:58 	private long dgse4;
00:06:58 	long sgrdsrg;
00:06:58 	public void gdsthsr()
00:06:58 	{
00:06:58 	}
00:06:58 	private int hsrhs;
00:06:58 	private void hsrhsdsh()
00:06:58 	{
00:06:58 	}
00:06:58 	private String dsfhshsr;
00:06:58 	protected void sfhsh4rsrh()
00:06:58 	{
00:06:58 	}
00:06:58 	protected void shsrhsh()
00:06:58 	{
00:06:58 	}
00:06:58 	protected void sfhstuje56u()
00:06:58 	{
00:06:58 	}
00:06:58 	public void dhdrt6u()
00:06:58 	{
00:06:58 	}
00:06:58 	public void hdtue56u()
00:06:58 	{
00:06:58 	}
00:06:58 	private void htdws4()
00:06:58 	{
00:06:58 	}
00:06:58 	String mfmgf;
00:06:58 	String mgdmd;
00:06:58 	String mdsrh;
00:06:58 	String nmdr;
00:06:58 	private void oyioyio()
00:06:58 	{
00:06:58 	}
00:06:58 	protected static long oyioyreye()
00:06:58 	{
00:06:58 		return 0;
00:06:58 	}
00:06:58 	protected static long etueierh()
00:06:58 	{
00:06:58 		return 0;
00:06:58 	}
00:06:58 	protected static void sdfgsgs()
00:06:58 	{
00:06:58 	}
00:06:58 	protected static void fhsrhsrh()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	long dcggsdg;
00:06:58 	int ssssssgsfh;
00:06:58 	long ssssssgae;
00:06:58 	long ssssssfaseg;
00:06:58 	public void zzzdged()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	String t;
00:06:58 	protected void xxxxxcbsg()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	
00:06:58 	public void vdg()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private int[] fffcvffffffasdfaef;
00:06:58 	private int[] fffcffffffasdfaef;
00:06:58 	private long[] ffcvfffffffasdfaef;
00:06:58 	private int fffffghffffasdfaef; 
00:06:58 	private int fffffdffffasdfaef; 
00:06:58 	private String ffafffffffasdfaef;
00:06:58 	
00:06:58 	private void fffffffffasdfaef()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private boolean aaaadgasrg;
00:06:58 	private void ddddgaergnj()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	private void aaaadgaeg()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private void aaaaaaefadfgh()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private void addddddddafge()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	static boolean aaaaaaaefae;
00:06:58 	protected void aaaaaaefaef()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	private void ggggseae()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	private static void ggggggsgsrg()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	private static synchronized void ggggggfsfgsr()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	private void aaaaaadgaeg()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private void aaaaadgaerg()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private void bbbbbbsfryghs()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private void bfbbbbbbfssreg()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	private void bbbbbbfssfb()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	private void bbbbbbfssb()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	private void bbbbfdssb()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	boolean dggggggdsg;
00:06:58 
00:06:58 	public void hdfhdr()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private void dhdrtdrs()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private void dghdthtdhd()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private void dhdhdtdh()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private void fddhdsh()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private boolean sdffgsdg()
00:06:58 	{
00:06:58 		return true;
00:06:58 	}
00:06:58 			
00:06:58 	private static boolean sdgsdg()
00:06:58 	{
00:06:58 		return false;
00:06:58 	}
00:06:58 	
00:06:58 	protected static final void sfdgsg()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	static int[] fghtys;
00:06:58 
00:06:58 	protected static final int sdsst = 1;
00:06:58 	private static X asdfahnr;
00:06:58 	private static int ssdsdbrtyrtdfhd, ssdsrtyrdbdfhd;
00:06:58 	protected static int ssdsrtydbdfhd, ssdsrtydffbdfhd;
00:06:58 	protected static int ssdrtyhrtysdbdfhd, ssyeghdsdbdfhd;
00:06:58 	private static int ssdsdrtybdfhd, ssdsdehebdfhd;
00:06:58 	protected static int ssdthrtsdbdfhd, ssdshethetdbdfhd;
00:06:58 	private static String sstrdrfhdsdbdfhd;
00:06:58 	protected static int ssdsdbdfhd, ssdsdethbdfhd;
00:06:58 	private static long ssdshdfhchddbdfhd;
00:06:58 	private static long ssdsdvbbdfhd;
00:06:58 	
00:06:58 	
00:06:58 	protected static long ssdsdbdfhd()
00:06:58 	{
00:06:58 		return 0;
00:06:58 	}
00:06:58 
00:06:58 	protected static long sdgsrsbsf()
00:06:58 	{
00:06:58 		return 0;
00:06:58 	}
00:06:58 
00:06:58 	protected static void sfgsfgssghr()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	protected static String sgsgsrg()
00:06:58 	{
00:06:58 		return null;
00:06:58 	}
00:06:58 
00:06:58 	protected static void sdgshsdygra()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	private static String sdfsdfs()
00:06:58 	{
00:06:58 		return null;
00:06:58 	}
00:06:58 
00:06:58 	static boolean ryweyer;
00:06:58 
00:06:58 	protected static void adfadfaghsfh()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	protected static void ghasghasrg()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	private static void aadfadfaf()
00:06:58 	{
00:06:58 	}
00:06:58 
00:06:58 	protected static void aadfadf()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private static int fgsfhwr()
00:06:58 	{
00:06:58 		return 0;
00:06:58 	}
00:06:58 
00:06:58 	protected static int gdfgfgrfg()
00:06:58 	{
00:06:58 		return 0;
00:06:58 	}
00:06:58 
00:06:58 	protected static int asdfsfs()
00:06:58 	{
00:06:58 		return 0;
00:06:58 	}
00:06:58 
00:06:58 	protected static String sdgs;
00:06:58 	protected static String sdfsh4e;
00:06:58 	protected static final int gsregs = 0;
00:06:58 	
00:06:58 	protected static String sgsgsd()
00:06:58 	{
00:06:58 		return null;
00:06:58 	}
00:06:58 
00:06:58 	private byte[] sdhqtgwsrh(String rsName, int id)
00:06:58 	{
00:06:58 		String rs = null;
00:06:58 		try
00:06:58 		{
00:06:58 			rs = "";
00:06:58 			return null;
00:06:58 		}
00:06:58 		catch (Exception ex)
00:06:58 		{
00:06:58 		}
00:06:58 		finally
00:06:58 		{
00:06:58 			if (rs != null)
00:06:58 			{
00:06:58 				try
00:06:58 				{
00:06:58 					rs.toString();
00:06:58 				}
00:06:58 				catch (Exception ex)
00:06:58 				{
00:06:58 				}
00:06:58 			}
00:06:58 		}
00:06:58 		return null;
00:06:58 	}
00:06:58 
00:06:58 	private void dgagadga()
00:06:58 	{
00:06:58 	}
00:06:58 	
00:06:58 	private String adsyasta;
00:06:58 }
00:06:58 
00:06:58 ]
00:06:58 
00:06:58 
00:06:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:06:59 --- javac err: ---
00:06:59 X.java:8: error: cannot find symbol
00:06:59 		Zork z;	}
00:06:59 		^
00:06:59   symbol:   class Zork
00:06:59   location: class X
00:06:59 1 error
00:06:59 
00:06:59 
00:06:59 
00:06:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:00 
00:07:00 
00:07:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:02 
00:07:02 
00:07:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:04 --- javac err: ---
00:07:04 X.java:17: error: Illegal static declaration in inner class <anonymous X$1$1>
00:07:04                         private static boolean selectionChanged;
00:07:04                                                ^
00:07:04   modifier 'static' is only allowed in constant variable declarations
00:07:04 X.java:18: error: Illegal static declaration in inner class <anonymous X$1$1>
00:07:04                         static TreeSelectionListener list = new TreeSelectionListener() {
00:07:04                                                      ^
00:07:04   modifier 'static' is only allowed in constant variable declarations
00:07:04 X.java:24: error: non-static variable myTree cannot be referenced from a static context
00:07:04                       myTree.addTreeSelectionListener(list);
00:07:04                       ^
00:07:04 X.java:23: error: Illegal static declaration in inner class <anonymous X$1$1>
00:07:04                       static {
00:07:04                       ^
00:07:04   modifier 'static' is only allowed in constant variable declarations
00:07:04 4 errors
00:07:04 
00:07:04 
00:07:04 
00:07:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:05 
00:07:05 
00:07:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:07 
00:07:07 
00:07:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:08 
00:07:08 
00:07:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:09 
00:07:09 
00:07:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:10 --- javac err: ---
00:07:10 X.java:4: error: final parameter b may not be assigned
00:07:10       b = false;
00:07:10       ^
00:07:10 1 error
00:07:10 
00:07:10 
00:07:10 
00:07:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:11 
00:07:11 
00:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:12 
00:07:12 
00:07:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:13 
00:07:13 
00:07:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:14 --- javac err: ---
00:07:14 X.java:5: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:07:14 		X.MyX.s = s;	}
00:07:14 		     ^
00:07:14 1 warning
00:07:14 
00:07:14 
00:07:14 
00:07:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:15 
00:07:15 
00:07:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:16 --- javac err: ---
00:07:16 p/X.java:4: error: Illegal static declaration in inner class X.XX
00:07:16 	 public static String s;
00:07:16 	                      ^
00:07:16   modifier 'static' is only allowed in constant variable declarations
00:07:16 1 error
00:07:16 
00:07:16 
00:07:16 
00:07:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:17 
00:07:17 
00:07:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:18 --- javac err: ---
00:07:18 X.java:3: error: incompatible types: String cannot be converted to int
00:07:18     int i = "aaa";
00:07:18             ^
00:07:18 X.java:4: error: incompatible types: String cannot be converted to int
00:07:18     i = "bbb";
00:07:18         ^
00:07:18 2 errors
00:07:18 
00:07:18 
00:07:18 
00:07:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:19 --- javac err: ---
00:07:19 X.java:2: error: incompatible types: String cannot be converted to int
00:07:19   int i = "aaa";
00:07:19           ^
00:07:19 X.java:4: error: incompatible types: String cannot be converted to int
00:07:19     i = "bbb";
00:07:19         ^
00:07:19 2 errors
00:07:19 
00:07:19 
00:07:19 
00:07:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:20 
00:07:20 
00:07:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:22 --- javac err: ---
00:07:22 X.java:11: error: variable i might already have been assigned
00:07:22     i = 1;
00:07:22     ^
00:07:22 1 error
00:07:22 
00:07:22 
00:07:22 
00:07:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:23 --- javac err: ---
00:07:23 X.java:11: error: variable i might already have been assigned
00:07:23     i = 1;
00:07:23     ^
00:07:23 1 error
00:07:23 
00:07:23 
00:07:23 
00:07:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:24 --- javac err: ---
00:07:24 X.java:8: error: variable i might be assigned in loop
00:07:24         i = 0;
00:07:24         ^
00:07:24 1 error
00:07:24 
00:07:24 ----------------------------------------
00:07:24 org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test058_definite_unassignment_try_finally - 10
00:07:24 X.java [
00:07:24 public class X {
00:07:24   public static void main(String args[]) {
00:07:24     final int i;
00:07:24     do {
00:07:24       try {
00:07:24         break;
00:07:24       } finally {
00:07:24         i = 0;
00:07:24       }
00:07:24     } while (args.length > 0);
00:07:24     System.out.println(i);
00:07:24   }
00:07:24 }
00:07:24 ]
00:07:24 
00:07:24 
00:07:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:25 --- javac err: ---
00:07:25 X.java:4: error: variable i might be assigned in loop
00:07:25     for (; 0 < (i = 1); i = i + 1) {
00:07:25                 ^
00:07:25 1 error
00:07:25 
00:07:25 
00:07:25 
00:07:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:26 
00:07:26 
00:07:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:28 --- javac err: ---
00:07:28 X.java:2: error: incompatible types: java.util.Date cannot be converted to java.sql.Date
00:07:28 	java.sql.Date d = new java.util.Date();
00:07:28 	                  ^
00:07:28 1 error
00:07:28 
00:07:28 
00:07:28 
00:07:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:29 --- javac err: ---
00:07:29 X.java:11: error: incompatible types: byte cannot be converted to boolean
00:07:29 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
00:07:29 	                       ^
00:07:29 X.java:11: error: incompatible types: short cannot be converted to boolean
00:07:29 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
00:07:29 	                          ^
00:07:29 X.java:11: error: incompatible types: char cannot be converted to boolean
00:07:29 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
00:07:29 	                             ^
00:07:29 X.java:11: error: incompatible types: int cannot be converted to boolean
00:07:29 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
00:07:29 	                                   ^
00:07:29 X.java:11: error: incompatible types: long cannot be converted to boolean
00:07:29 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
00:07:29 	                                      ^
00:07:29 X.java:11: error: incompatible types: float cannot be converted to boolean
00:07:29 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
00:07:29 	                                         ^
00:07:29 X.java:11: error: incompatible types: double cannot be converted to boolean
00:07:29 	boolean[] booleans = { b, s, c, z, i, j, f, d, };
00:07:29 	                                            ^
00:07:29 X.java:12: error: incompatible types: possible lossy conversion from short to byte
00:07:29 	byte[] bytes = { b, s, c, z, i, j, f, d, };
00:07:29 	                    ^
00:07:29 X.java:12: error: incompatible types: possible lossy conversion from char to byte
00:07:29 	byte[] bytes = { b, s, c, z, i, j, f, d, };
00:07:29 	                       ^
00:07:29 X.java:12: error: incompatible types: boolean cannot be converted to byte
00:07:29 	byte[] bytes = { b, s, c, z, i, j, f, d, };
00:07:29 	                          ^
00:07:29 X.java:12: error: incompatible types: possible lossy conversion from int to byte
00:07:29 	byte[] bytes = { b, s, c, z, i, j, f, d, };
00:07:29 	                             ^
00:07:29 X.java:12: error: incompatible types: possible lossy conversion from long to byte
00:07:29 	byte[] bytes = { b, s, c, z, i, j, f, d, };
00:07:29 	                                ^
00:07:29 X.java:12: error: incompatible types: possible lossy conversion from float to byte
00:07:29 	byte[] bytes = { b, s, c, z, i, j, f, d, };
00:07:29 	                                   ^
00:07:29 X.java:12: error: incompatible types: possible lossy conversion from double to byte
00:07:29 	byte[] bytes = { b, s, c, z, i, j, f, d, };
00:07:29 	                                      ^
00:07:29 X.java:13: error: incompatible types: possible lossy conversion from char to short
00:07:29 	short[] shorts = { b, s, c, z, i, j, f, d, };
00:07:29 	                         ^
00:07:29 X.java:13: error: incompatible types: boolean cannot be converted to short
00:07:29 	short[] shorts = { b, s, c, z, i, j, f, d, };
00:07:29 	                            ^
00:07:29 X.java:13: error: incompatible types: possible lossy conversion from int to short
00:07:29 	short[] shorts = { b, s, c, z, i, j, f, d, };
00:07:29 	                               ^
00:07:29 X.java:13: error: incompatible types: possible lossy conversion from long to short
00:07:29 	short[] shorts = { b, s, c, z, i, j, f, d, };
00:07:29 	                                  ^
00:07:29 X.java:13: error: incompatible types: possible lossy conversion from float to short
00:07:29 	short[] shorts = { b, s, c, z, i, j, f, d, };
00:07:29 	                                     ^
00:07:29 X.java:13: error: incompatible types: possible lossy conversion from double to short
00:07:29 	short[] shorts = { b, s, c, z, i, j, f, d, };
00:07:29 	                                        ^
00:07:29 X.java:14: error: incompatible types: possible lossy conversion from byte to char
00:07:29 	char[] chars = { b, s, c, z, i, j, f, d, };
00:07:29 	                 ^
00:07:29 X.java:14: error: incompatible types: possible lossy conversion from short to char
00:07:29 	char[] chars = { b, s, c, z, i, j, f, d, };
00:07:29 	                    ^
00:07:29 X.java:14: error: incompatible types: boolean cannot be converted to char
00:07:29 	char[] chars = { b, s, c, z, i, j, f, d, };
00:07:29 	                          ^
00:07:29 X.java:14: error: incompatible types: possible lossy conversion from int to char
00:07:29 	char[] chars = { b, s, c, z, i, j, f, d, };
00:07:29 	                             ^
00:07:29 X.java:14: error: incompatible types: possible lossy conversion from long to char
00:07:29 	char[] chars = { b, s, c, z, i, j, f, d, };
00:07:29 	                                ^
00:07:29 X.java:14: error: incompatible types: possible lossy conversion from float to char
00:07:29 	char[] chars = { b, s, c, z, i, j, f, d, };
00:07:29 	                                   ^
00:07:29 
00:07:29 X.java:14: error: incompatible types: possible lossy conversion from double to char
00:07:29 
00:07:29 	char[] chars = { b, s, c, z, i, j, f, d, };
00:07:29 	                                      ^
00:07:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:29 X.java:15: error: incompatible types: boolean cannot be converted to int
00:07:29 	int[] ints = { b, s, c, z, i, j, f, d, };
00:07:29 	                        ^
00:07:29 X.java:15: error: incompatible types: possible lossy conversion from long to int
00:07:29 	int[] ints = { b, s, c, z, i, j, f, d, };
00:07:29 	                              ^
00:07:29 X.java:15: error: incompatible types: possible lossy conversion from float to int
00:07:29 	int[] ints = { b, s, c, z, i, j, f, d, };
00:07:29 	                                 ^
00:07:29 X.java:15: error: incompatible types: possible lossy conversion from double to int
00:07:29 	int[] ints = { b, s, c, z, i, j, f, d, };
00:07:29 	                                    ^
00:07:29 X.java:16: error: incompatible types: boolean cannot be converted to long
00:07:29 	long[] longs = { b, s, c, z, i, j, f, d, };
00:07:29 	                          ^
00:07:29 X.java:16: error: incompatible types: possible lossy conversion from float to long
00:07:29 	long[] longs = { b, s, c, z, i, j, f, d, };
00:07:29 	                                   ^
00:07:29 X.java:16: error: incompatible types: possible lossy conversion from double to long
00:07:29 	long[] longs = { b, s, c, z, i, j, f, d, };
00:07:29 	                                      ^
00:07:29 X.java:17: error: incompatible types: boolean cannot be converted to float
00:07:29 	float[] floats = { b, s, c, z, i, j, f, d, };
00:07:29 	                            ^
00:07:29 X.java:17: error: incompatible types: possible lossy conversion from double to float
00:07:29 	float[] floats = { b, s, c, z, i, j, f, d, };
00:07:29 	                                        ^
00:07:29 X.java:18: error: incompatible types: boolean cannot be converted to double
00:07:29 	double[] doubles = { b, s, c, z, i, j, f, d, };
00:07:29 	                              ^
00:07:29 37 errors
00:07:29 
00:07:30 --- javac err: ---
00:07:30 X.java:11: error: incompatible types: byte cannot be converted to boolean
00:07:30 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
00:07:30 	                                ^
00:07:30 X.java:11: error: incompatible types: short cannot be converted to boolean
00:07:30 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
00:07:30 	                                            ^
00:07:30 X.java:11: error: incompatible types: char cannot be converted to boolean
00:07:30 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
00:07:30 	                                                        ^
00:07:30 X.java:11: warning: [cast] redundant cast to boolean
00:07:30 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
00:07:30 	                                                           ^
00:07:30 X.java:11: error: incompatible types: int cannot be converted to boolean
00:07:30 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
00:07:30 	                                                                                ^
00:07:30 X.java:11: error: incompatible types: long cannot be converted to boolean
00:07:30 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
00:07:30 	                                                                                            ^
00:07:30 X.java:11: error: incompatible types: float cannot be converted to boolean
00:07:30 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
00:07:30 	                                                                                                        ^
00:07:30 X.java:11: error: incompatible types: double cannot be converted to boolean
00:07:30 	boolean[] booleans = { (boolean)b, (boolean)s, (boolean)c, (boolean)z, (boolean)i, (boolean)j, (boolean)f, (boolean)d, };
00:07:30 	                                                                                                                    ^
00:07:30 X.java:12: warning: [cast] redundant cast to byte
00:07:30 	byte[] bytes = { (byte)b, (byte)s, (byte)c, (byte)z, (byte)i, (byte)j, (byte)f, (byte)d, };
00:07:30 	                 ^
00:07:30 X.java:12: error: incompatible types: boolean cannot be converted to byte
00:07:30 	byte[] bytes = { (byte)b, (byte)s, (byte)c, (byte)z, (byte)i, (byte)j, (byte)f, (byte)d, };
00:07:30 	                                                  ^
00:07:30 X.java:13: warning: [cast] redundant cast to short
00:07:30 	short[] shorts = { (short)b, (short)s, (short)c, (short)z, (short)i, (short)j, (short)f, (short)d, };
00:07:30 	                             ^
00:07:30 X.java:13: error: incompatible types: boolean cannot be converted to short
00:07:30 	short[] shorts = { (short)b, (short)s, (short)c, (short)z, (short)i, (short)j, (short)f, (short)d, };
00:07:30 	                                                        ^
00:07:30 X.java:14: warning: [cast] redundant cast to char
00:07:30 	char[] chars = { (char)b, (char)s, (char)c, (char)z, (char)i, (char)j, (char)f, (char)d, };
00:07:30 	                                   ^
00:07:30 X.java:14: error: incompatible types: boolean cannot be converted to char
00:07:30 	char[] chars = { (char)b, (char)s, (char)c, (char)z, (char)i, (char)j, (char)f, (char)d, };
00:07:30 	                                                  ^
00:07:30 X.java:15: error: incompatible types: boolean cannot be converted to int
00:07:30 	int[] ints = { (int)b, (int)s, (int)c, (int)z, (int)i, (int)j, (int)f, (int)d, };
00:07:30 	                                            ^
00:07:30 X.java:15: warning: [cast] redundant cast to int
00:07:30 	int[] ints = { (int)b, (int)s, (int)c, (int)z, (int)i, (int)j, (int)f, (int)d, };
00:07:30 	                                               ^
00:07:30 X.java:16: error: incompatible types: boolean cannot be converted to long
00:07:30 	long[] longs = { (long)b, (long)s, (long)c, (long)z, (long)i, (long)j, (long)f, (long)d, };
00:07:30 	                                                  ^
00:07:30 
00:07:30 X.java:16: warning: [cast] redundant cast to long
00:07:30 
00:07:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:30 	long[] longs = { (long)b, (long)s, (long)c, (long)z, (long)i, (long)j, (long)f, (long)d, };
00:07:30 	                                                              ^
00:07:30 X.java:17: error: incompatible types: boolean cannot be converted to float
00:07:30 	float[] floats = { (float)b, (float)s, (float)c, (float)z, (float)i, (float)j, (float)f, (float)d, };
00:07:30 	                                                        ^
00:07:30 X.java:17: warning: [cast] redundant cast to float
00:07:30 	float[] floats = { (float)b, (float)s, (float)c, (float)z, (float)i, (float)j, (float)f, (float)d, };
00:07:30 	                                                                               ^
00:07:30 X.java:18: error: incompatible types: boolean cannot be converted to double
00:07:30 	double[] doubles = { (double)b, (double)s, (double)c, (double)z, (double)i, (double)j, (double)f, (double)d, };
00:07:30 	                                                              ^
00:07:30 X.java:18: warning: [cast] redundant cast to double
00:07:30 	double[] doubles = { (double)b, (double)s, (double)c, (double)z, (double)i, (double)j, (double)f, (double)d, };
00:07:30 	                                                                                                  ^
00:07:30 14 errors
00:07:30 8 warnings
00:07:30 
00:07:31 
00:07:31 
00:07:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:32 ----------------------------------------
00:07:32 org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test065 - 10
00:07:32 X.java [
00:07:32 public class X {
00:07:32 	protected boolean foo = false;
00:07:32 	public boolean test() {
00:07:32 		return foo || (foo = foo());
00:07:32 	}
00:07:32 	public boolean test2() {
00:07:32 		return foo && (foo = foo());
00:07:32 	}
00:07:32 	public boolean test3() {
00:07:32 		return foo && (foo = foo);
00:07:32 	}
00:07:32 	boolean foo() { return true; }
00:07:32 }
00:07:32 ]
00:07:32 
00:07:32 
00:07:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:34 ----------------------------------------
00:07:34 org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test066 - 10
00:07:34 X.java [
00:07:34 public class X {
00:07:34 	public boolean test() {
00:07:34 		int i = 1;
00:07:34 		if (i != (i = 2)) {
00:07:34 			System.out.println("The first warning is unjust.");
00:07:34 		}
00:07:34 		if ((i = 3) != i) {
00:07:34 			System.out.println("The second warning is just.");
00:07:34 		}
00:07:34 		return false;
00:07:34 	}
00:07:34 }
00:07:34 ]
00:07:34 
00:07:34 
00:07:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:35 ----------------------------------------
00:07:35 org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest#test067 - 10
00:07:35 X.java [
00:07:35 public class X {
00:07:35 	public boolean test() {
00:07:35 		String s = "Hello World";
00:07:35 		if (s != (s = "")) {
00:07:35 			System.out.println("The first warning is unjust.");
00:07:35 		}
00:07:35 		if ((s = "") != s) {
00:07:35 			System.out.println("The second warning is just.");
00:07:35 		}
00:07:35 		return false;
00:07:35 	}
00:07:35 }
00:07:35 ]
00:07:35 
00:07:35 
00:07:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:36 --- javac err: ---
00:07:36 X.java:2: error: incompatible types: char cannot be converted to Integer
00:07:36 	Integer f = 'a'; // Field declaration.
00:07:36 	            ^
00:07:36 X.java:4: error: incompatible types: char cannot be converted to Integer
00:07:36 		Integer i = 'a'; // local declaration with initialization.
00:07:36 		            ^
00:07:36 X.java:5: error: incompatible types: char cannot be converted to Integer
00:07:36 		i = 'a'; // assignment
00:07:36 		    ^
00:07:36 X.java:6: error: incompatible types: char cannot be converted to Integer
00:07:36                 Integer [] ia = new Integer [] { 'a' }; // array initializer.
00:07:36                                                  ^
00:07:36 X.java:7: error: incompatible types: char cannot be converted to Integer
00:07:36 		return 'a'; // return statement.
00:07:36 		       ^
00:07:36 X.java:9: error: incompatible types: char cannot be converted to Integer
00:07:36 		case 'a' :   // case statement
00:07:36 		     ^
00:07:36 6 errors
00:07:36 
00:07:36 
00:07:36 
00:07:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:37 
00:07:37 
00:07:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:38 
00:07:38 
00:07:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:39 --- javac err: ---
00:07:39 Unassigned.java:6: error: variable test might not have been initialized
00:07:39             System.out.println(this.test);
00:07:39                                    ^
00:07:39 1 error
00:07:39 
00:07:39 
00:07:39 
00:07:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:39 ***************************************************************************
00:07:39 * Comparison with Sun Javac compiler for class BooleanTest (null tests)
00:07:39 ***************************************************************************
00:07:41 
00:07:41 
00:07:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:42 
00:07:42 
00:07:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:43 
00:07:43 
00:07:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:44 
00:07:44 
00:07:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:45 
00:07:45 
00:07:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:46 
00:07:46 
00:07:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:48 
00:07:48 
00:07:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:49 
00:07:49 
00:07:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:50 
00:07:50 
00:07:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:52 
00:07:52 
00:07:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:53 
00:07:53 
00:07:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:54 
00:07:54 
00:07:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:55 
00:07:55 
00:07:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:56 
00:07:56 
00:07:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:58 
00:07:58 
00:07:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:07:59 
00:07:59 
00:07:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:00 
00:08:00 
00:08:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:01 
00:08:01 
00:08:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:03 
00:08:03 
00:08:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:04 
00:08:04 
00:08:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:05 
00:08:05 
00:08:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:07 
00:08:07 
00:08:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:08 
00:08:08 
00:08:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:09 
00:08:09 
00:08:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:10 
00:08:10 
00:08:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:12 
00:08:12 
00:08:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:13 
00:08:13 
00:08:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:14 
00:08:14 
00:08:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:15 
00:08:15 
00:08:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:17 
00:08:17 
00:08:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:18 
00:08:18 
00:08:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:19 
00:08:19 
00:08:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:21 
00:08:21 
00:08:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:22 
00:08:22 
00:08:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:23 
00:08:23 
00:08:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:24 
00:08:24 
00:08:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:25 --- javac err: ---
00:08:25 X.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		boolean b = this.T;
00:08:25 		                ^
00:08:25 X.java:7: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		if (this.T)
00:08:25 		        ^
00:08:25 X.java:14: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		boolean b = this.T;
00:08:25 		                ^
00:08:25 X.java:15: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		if (this.T)
00:08:25 		        ^
00:08:25 X.java:22: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		boolean b = this.F;
00:08:25 		                ^
00:08:25 X.java:23: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		if (this.F)
00:08:25 		        ^
00:08:25 X.java:30: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		boolean b = this.F;
00:08:25 		                ^
00:08:25 X.java:31: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		if (this.F)
00:08:25 		        ^
00:08:25 X.java:69: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		boolean b = self.T;
00:08:25 		                ^
00:08:25 X.java:70: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		if (self.T)
00:08:25 		        ^
00:08:25 X.java:78: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		boolean b = self.T;
00:08:25 		                ^
00:08:25 X.java:79: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		if (self.T)
00:08:25 		        ^
00:08:25 X.java:87: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		boolean b = self.F;
00:08:25 		                ^
00:08:25 X.java:88: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		if (self.F)
00:08:25 		        ^
00:08:25 X.java:95: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		boolean b = self.F;
00:08:25 		                ^
00:08:25 X.java:96: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:08:25 		if (self.F)
00:08:25 		        ^
00:08:25 16 warnings
00:08:25 
00:08:26 
00:08:26 
00:08:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:27 
00:08:27 
00:08:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:28 
00:08:28 
00:08:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:29 
00:08:29 
00:08:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:31 
00:08:31 
00:08:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:32 
00:08:32 
00:08:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:33 
00:08:33 
00:08:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:34 
00:08:34 
00:08:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:36 
00:08:36 
00:08:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:37 
00:08:37 
00:08:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:38 
00:08:38 
00:08:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:40 
00:08:40 
00:08:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:41 
00:08:41 
00:08:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:43 
00:08:43 
00:08:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:43 ***************************************************************************
00:08:43 * Comparison with Sun Javac compiler for class CastTest (null tests)
00:08:43 ***************************************************************************
00:08:44 --- javac err: ---
00:08:44 X.java:4: warning: [cast] redundant cast to Cloneable
00:08:44 		Cloneable c2 = (Cloneable)c1; 
00:08:44 		               ^
00:08:44 1 warning
00:08:44 
00:08:44 
00:08:44 
00:08:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:46 --- javac err: ---
00:08:46 X.java:5: warning: [cast] redundant cast to String
00:08:46 		String t = (String) "hello";	// UNnecessary
00:08:46 		           ^
00:08:46 1 warning
00:08:46 
00:08:46 
00:08:46 
00:08:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:47 --- javac err: ---
00:08:47 X.java:5: warning: [cast] redundant cast to String
00:08:47 		foo((String) "hello");			// UNnecessary
00:08:47 		    ^
00:08:47 1 warning
00:08:47 
00:08:47 
00:08:47 
00:08:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:48 --- javac err: ---
00:08:48 X.java:5: warning: [cast] redundant cast to String
00:08:48 		new X((String) "hello");	// UNnecessary
00:08:48 		      ^
00:08:48 1 warning
00:08:48 
00:08:48 
00:08:48 
00:08:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:50 --- javac err: ---
00:08:50 X.java:5: warning: [cast] redundant cast to String
00:08:50 		new X().new XM3((String) "hello");	// UNnecessary
00:08:50 		                ^
00:08:50 X.java:9: warning: [cast] redundant cast to String
00:08:50 		new X().new XM3((String) "hello"){};	// UNnecessary
00:08:50 		                ^
00:08:50 2 warnings
00:08:50 
00:08:50 
00:08:50 
00:08:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:51 
00:08:51 
00:08:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:52 
00:08:52 
00:08:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:53 
00:08:53 
00:08:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:54 
00:08:54 
00:08:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:56 --- javac err: ---
00:08:56 X.java:4: warning: [cast] redundant cast to String
00:08:56 		String s2 = ((String)"hello") + 2; // UNnecessary
00:08:56 		             ^
00:08:56 1 warning
00:08:56 
00:08:56 
00:08:56 
00:08:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:57 --- javac err: ---
00:08:57 X.java:5: warning: [cast] redundant cast to X
00:08:57 		foo((X) x);			// UNnecessary
00:08:57 		    ^
00:08:57 1 warning
00:08:57 
00:08:57 
00:08:57 
00:08:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:58 
00:08:58 
00:08:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:08:59 
00:08:59 
00:08:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:00 --- javac err: ---
00:09:00 X.java:6: warning: [cast] redundant cast to double
00:09:00     double linePerSeconds2 = ((double) (lineCount * 10000.0 / time)) / 10.0; // UNnecessary 
00:09:00                               ^
00:09:00 1 warning
00:09:00 
00:09:00 
00:09:00 
00:09:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:01 --- javac err: ---
00:09:01 X.java:6: warning: [cast] redundant cast to double
00:09:01     print((double) (lineCount * 10000.0 / time)); // UNnecessary 
00:09:01           ^
00:09:01 1 warning
00:09:01 
00:09:01 
00:09:01 
00:09:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:02 --- javac err: ---
00:09:02 X.java:3: warning: [cast] redundant cast to X
00:09:02 		foo((X) this);
00:09:02 		    ^
00:09:02 X.java:4: error: cannot find symbol
00:09:02 		foo((X) zork());
00:09:02 		        ^
00:09:02   symbol:   method zork()
00:09:02   location: class X
00:09:02 X.java:4: warning: [cast] redundant cast to X
00:09:02 		foo((X) zork());
00:09:02 		    ^
00:09:02 1 error
00:09:02 2 warnings
00:09:02 
00:09:02 
00:09:02 
00:09:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:03 --- javac err: ---
00:09:03 X.java:8: error: incompatible types: double[] cannot be converted to int[]
00:09:03 		return (Y[]) Y.foo(new double[] {});
00:09:03 		                   ^
00:09:03 X.java:8: warning: [cast] redundant cast to Y[]
00:09:03 		return (Y[]) Y.foo(new double[] {});
00:09:03 		       ^
00:09:03 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
00:09:03 1 error
00:09:03 1 warning
00:09:03 
00:09:03 
00:09:03 
00:09:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:04 --- javac err: ---
00:09:04 X.java:3: error: cannot find symbol
00:09:04 		long l = (long)zork() + 2;
00:09:04 		               ^
00:09:04   symbol:   method zork()
00:09:04   location: class X
00:09:04 X.java:3: warning: [cast] redundant cast to long
00:09:04 		long l = (long)zork() + 2;
00:09:04 		         ^
00:09:04 1 error
00:09:04 1 warning
00:09:04 
00:09:04 
00:09:04 
00:09:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:06 --- javac err: ---
00:09:06 p1/C.java:8: error: qualified new of static class
00:09:06 		((A)b).new Member4().new M4Member(); // fault tolerance
00:09:06 		^
00:09:06 p1/C.java:8: error: qualified new of static class
00:09:06 		((A)b).new Member4().new M4Member(); // fault tolerance
00:09:06 		       ^
00:09:06 p1/C.java:9: error: cannot find symbol
00:09:06 		((A)zork()).new Member1(); // fault-tolerance
00:09:06 		    ^
00:09:06   symbol:   method zork()
00:09:06   location: class C
00:09:06 p1/C.java:9: warning: [cast] redundant cast to A
00:09:06 		((A)zork()).new Member1(); // fault-tolerance
00:09:06 		 ^
00:09:06 p1/C.java:14: error: qualified new of static class
00:09:06 		((A)b).new Member4().new M4Member(){}; // fault tolerance
00:09:06 		^
00:09:06 p1/C.java:14: error: qualified new of static class
00:09:06 		((A)b).new Member4().new M4Member(){}; // fault tolerance
00:09:06 		       ^
00:09:06 p1/C.java:14: error: illegal qualifier; M4Member is not an inner class
00:09:06 		((A)b).new Member4().new M4Member(){}; // fault tolerance
00:09:06 		                                   ^
00:09:06 p1/C.java:15: error: cannot find symbol
00:09:06 		((A)zork()).new Member1(){}; // fault-tolerance
00:09:06 		    ^
00:09:06   symbol:   method zork()
00:09:06   location: class C
00:09:06 p1/C.java:15: warning: [cast] redundant cast to A
00:09:06 		((A)zork()).new Member1(){}; // fault-tolerance
00:09:06 		 ^
00:09:06 7 errors
00:09:06 2 warnings
00:09:06 
00:09:06 
00:09:06 
00:09:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:07 --- javac err: ---
00:09:07 X.java:2: warning: [rawtypes] found raw type: Map
00:09:07   void foo(java.util.Map map){ 
00:09:07                     ^
00:09:07   missing type arguments for generic class Map<K,V>
00:09:07   where K,V are type-variables:
00:09:07     K extends Object declared in interface Map
00:09:07     V extends Object declared in interface Map
00:09:07 1 warning
00:09:07 
00:09:07 
00:09:07 
00:09:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:08 --- javac err: ---
00:09:08 X.java:6: warning: [cast] redundant cast to long
00:09:08 		final long lgLow32BitMask3 = ~(~((long) 0L) << 32);	// unnecessary
00:09:08 		                                 ^
00:09:08 1 warning
00:09:08 
00:09:08 
00:09:08 
00:09:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:09 --- javac err: ---
00:09:09 X.java:3: warning: [cast] redundant cast to Object
00:09:09 		System.out.println(((Object) bar).toString());
00:09:09 		                    ^
00:09:09 1 warning
00:09:09 
00:09:09 
00:09:09 
00:09:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:11 --- javac err: ---
00:09:11 X.java:4: warning: [cast] redundant cast to X
00:09:11 		System.out.println(((X) bar).i);
00:09:11 		                    ^
00:09:11 1 warning
00:09:11 
00:09:11 
00:09:11 
00:09:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:12 
00:09:12 
00:09:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:13 
00:09:13 
00:09:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:14 
00:09:14 
00:09:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:15 --- javac err: ---
00:09:15 X.java:17: warning: [cast] redundant cast to char[][]
00:09:15 			qName = (char[][])(char[][])(char[][])null;	
00:09:15 			                  ^
00:09:15 X.java:17: warning: [cast] redundant cast to char[][]
00:09:15 			qName = (char[][])(char[][])(char[][])null;	
00:09:15 			        ^
00:09:15 2 warnings
00:09:15 
00:09:15 
00:09:15 
00:09:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:16 --- javac err: ---
00:09:16 X.java:14: warning: [cast] redundant cast to char[][]
00:09:16 			char[][] qName = (char[][])(char[][])(char[][])null;	
00:09:16 			                           ^
00:09:16 X.java:14: warning: [cast] redundant cast to char[][]
00:09:16 			char[][] qName = (char[][])(char[][])(char[][])null;	
00:09:16 			                 ^
00:09:16 2 warnings
00:09:16 
00:09:16 
00:09:16 
00:09:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:18 --- javac err: ---
00:09:18 X.java:14: warning: [cast] redundant cast to char[][]
00:09:18 			char[][] qName = (char[][])(char[][])(char[][])null;	
00:09:18 			                           ^
00:09:18 X.java:14: warning: [cast] redundant cast to char[][]
00:09:18 			char[][] qName = (char[][])(char[][])(char[][])null;	
00:09:18 			                 ^
00:09:18 2 warnings
00:09:18 
00:09:18 
00:09:18 
00:09:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:19 
00:09:19 
00:09:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:20 --- javac err: ---
00:09:20 X.java:6: warning: [rawtypes] found raw type: List
00:09:20         List list = (List) new ArrayList();
00:09:20         ^
00:09:20   missing type arguments for generic class List<E>
00:09:20   where E is a type-variable:
00:09:20     E extends Object declared in interface List
00:09:20 X.java:6: warning: [rawtypes] found raw type: ArrayList
00:09:20         List list = (List) new ArrayList();
00:09:20                                ^
00:09:20   missing type arguments for generic class ArrayList<E>
00:09:20   where E is a type-variable:
00:09:20     E extends Object declared in class ArrayList
00:09:20 X.java:7: warning: [rawtypes] found raw type: ArrayList
00:09:20         list = (List) new ArrayList();
00:09:20                           ^
00:09:20   missing type arguments for generic class ArrayList<E>
00:09:20   where E is a type-variable:
00:09:20     E extends Object declared in class ArrayList
00:09:20 X.java:9: warning: [cast] redundant cast to String
00:09:20         String s = (String) "hello";
00:09:20                    ^
00:09:20 X.java:10: warning: [rawtypes] found raw type: ArrayList
00:09:20         s += (List) new ArrayList();
00:09:20                         ^
00:09:20   missing type arguments for generic class ArrayList<E>
00:09:20   where E is a type-variable:
00:09:20     E extends Object declared in class ArrayList
00:09:20 X.java:12: warning: [rawtypes] found raw type: ArrayList
00:09:20         ArrayList alist = new ArrayList();
00:09:20         ^
00:09:20   missing type arguments for generic class ArrayList<E>
00:09:20   where E is a type-variable:
00:09:20     E extends Object declared in class ArrayList
00:09:20 X.java:12: warning: [rawtypes] found raw type: ArrayList
00:09:20         ArrayList alist = new ArrayList();
00:09:20                               ^
00:09:20   missing type arguments for generic class ArrayList<E>
00:09:20   where E is a type-variable:
00:09:20     E extends Object declared in class ArrayList
00:09:20 X.java:13: warning: [rawtypes] found raw type: List
00:09:20         List list2 = (List) alist;
00:09:20         ^
00:09:20   missing type arguments for generic class List<E>
00:09:20   where E is a type-variable:
00:09:20     E extends Object declared in interface List
00:09:20 X.java:16: warning: [cast] redundant cast to String
00:09:20         String s2 = (String) "hello";
00:09:20                     ^
00:09:20 9 warnings
00:09:20 
00:09:20 
00:09:20 
00:09:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:22 --- javac err: ---
00:09:22 X.java:6: warning: [rawtypes] found raw type: List
00:09:22         List list = (List) new ArrayList();
00:09:22         ^
00:09:22   missing type arguments for generic class List<E>
00:09:22   where E is a type-variable:
00:09:22     E extends Object declared in interface List
00:09:22 X.java:6: warning: [rawtypes] found raw type: ArrayList
00:09:22         List list = (List) new ArrayList();
00:09:22                                ^
00:09:22   missing type arguments for generic class ArrayList<E>
00:09:22   where E is a type-variable:
00:09:22     E extends Object declared in class ArrayList
00:09:22 X.java:7: warning: [rawtypes] found raw type: ArrayList
00:09:22         list = (List) new ArrayList();
00:09:22                           ^
00:09:22   missing type arguments for generic class ArrayList<E>
00:09:22   where E is a type-variable:
00:09:22     E extends Object declared in class ArrayList
00:09:22 X.java:9: warning: [rawtypes] found raw type: ArrayList
00:09:22         ArrayList alist = new ArrayList();
00:09:22         ^
00:09:22   missing type arguments for generic class ArrayList<E>
00:09:22   where E is a type-variable:
00:09:22     E extends Object declared in class ArrayList
00:09:22 X.java:9: warning: [rawtypes] found raw type: ArrayList
00:09:22         ArrayList alist = new ArrayList();
00:09:22                               ^
00:09:22   missing type arguments for generic class ArrayList<E>
00:09:22   where E is a type-variable:
00:09:22     E extends Object declared in class ArrayList
00:09:22 X.java:10: warning: [rawtypes] found raw type: List
00:09:22         List list2 = (List) alist;
00:09:22         ^
00:09:22   missing type arguments for generic class List<E>
00:09:22   where E is a type-variable:
00:09:22     E extends Object declared in interface List
00:09:22 6 warnings
00:09:22 
00:09:22 
00:09:22 
00:09:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:23 
00:09:23 
00:09:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:24 
00:09:24 
00:09:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:25 --- javac err: ---
00:09:25 X.java:4: error: incompatible types: Integer[] cannot be converted to int[]
00:09:25 		int[] ints = (int[]) integers;
00:09:25 		                     ^
00:09:25 1 error
00:09:25 
00:09:25 
00:09:25 
00:09:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:26 --- javac err: ---
00:09:26 X.java:4: error: cannot find symbol
00:09:26       Zork z;
00:09:26       ^
00:09:26   symbol:   class Zork
00:09:26   location: class X
00:09:26 1 error
00:09:26 
00:09:26 
00:09:26 
00:09:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:27 --- javac err: ---
00:09:27 X.java:4: warning: [rawtypes] found raw type: ArrayList
00:09:27 	void foo(ArrayList al) {
00:09:27 	         ^
00:09:27   missing type arguments for generic class ArrayList<E>
00:09:27   where E is a type-variable:
00:09:27     E extends Object declared in class ArrayList
00:09:27 X.java:5: warning: [rawtypes] found raw type: List
00:09:27 		List l = (List) al;
00:09:27 		^
00:09:27   missing type arguments for generic class List<E>
00:09:27   where E is a type-variable:
00:09:27     E extends Object declared in interface List
00:09:27 X.java:7: warning: [cast] redundant cast to ArrayList
00:09:27 		o = (ArrayList) al;
00:09:27 		    ^
00:09:27 X.java:8: warning: [cast] redundant cast to ArrayList
00:09:27 		Object o2 = (ArrayList) al;
00:09:27 		            ^
00:09:27 X.java:11: error: cannot find symbol
00:09:27 		Zork z;
00:09:27 		^
00:09:27   symbol:   class Zork
00:09:27   location: class X
00:09:27 1 error
00:09:27 4 warnings
00:09:27 
00:09:27 
00:09:27 
00:09:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:29 --- javac err: ---
00:09:29 X.java:6: error: cannot find symbol
00:09:29 		Zork z;
00:09:29 		^
00:09:29   symbol:   class Zork
00:09:29   location: class X
00:09:29 1 error
00:09:29 
00:09:29 
00:09:29 
00:09:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:30 --- javac err: ---
00:09:30 X.java:13: warning: [cast] redundant cast to Integer
00:09:30             Integer other = (Integer) max;
00:09:30                             ^
00:09:30 X.java:16: error: cannot find symbol
00:09:30             Zork z;
00:09:30             ^
00:09:30   symbol:   class Zork
00:09:30   location: class X.B
00:09:30 1 error
00:09:30 1 warning
00:09:30 
00:09:30 
00:09:30 
00:09:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:31 --- javac err: ---
00:09:31 X.java:7: warning: [rawtypes] found raw type: List
00:09:31 	public static void foo(boolean b, List l) {
00:09:31 	                                  ^
00:09:31   missing type arguments for generic class List<E>
00:09:31   where E is a type-variable:
00:09:31     E extends Object declared in interface List
00:09:31 1 warning
00:09:31 
00:09:31 
00:09:31 
00:09:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:32 --- javac err: ---
00:09:32 X.java:7: warning: [rawtypes] found raw type: List
00:09:32 	public static void foo(boolean b, List l) {
00:09:32 	                                  ^
00:09:32   missing type arguments for generic class List<E>
00:09:32   where E is a type-variable:
00:09:32     E extends Object declared in interface List
00:09:32 X.java:9: warning: [cast] redundant cast to Object
00:09:32 			Object o = (Object) l.get(0);
00:09:32 			           ^
00:09:32 2 warnings
00:09:32 
00:09:32 
00:09:32 
00:09:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:33 --- javac err: ---
00:09:33 X.java:5: warning: [rawtypes] found raw type: Class
00:09:33         Class c = Class.forName("X");
00:09:33         ^
00:09:33   missing type arguments for generic class Class<T>
00:09:33   where T is a type-variable:
00:09:33     T extends Object declared in class Class
00:09:33 X.java:6: warning: [deprecation] newInstance() in Class has been deprecated
00:09:33         String s = ((X) c.newInstance()).s;
00:09:33                          ^
00:09:33   where T is a type-variable:
00:09:33     T extends Object declared in class Class
00:09:33 X.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:09:33         String s = ((X) c.newInstance()).s;
00:09:33                                         ^
00:09:33 3 warnings
00:09:33 
00:09:33 
00:09:33 
00:09:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:34 --- javac err: ---
00:09:34 X.java:6: warning: [cast] redundant cast to long
00:09:34 		return (int)((long)longVal);
00:09:34 		             ^
00:09:34 1 warning
00:09:34 
00:09:35 
00:09:35 
00:09:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:35 
00:09:35 
00:09:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:36 --- javac err: ---
00:09:36 X.java:5: warning: [cast] redundant cast to Integer
00:09:36 		a = (Integer)a + (Integer)2;
00:09:36 		    ^
00:09:36 X.java:6: warning: [cast] redundant cast to Character
00:09:36 		if ((Character)aList.get(0) == 'c')
00:09:36 		    ^
00:09:36 2 warnings
00:09:36 
00:09:36 
00:09:36 
00:09:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:37 --- javac err: ---
00:09:37 A.java:7: error: cannot find symbol
00:09:37     Zork z;
00:09:37     ^
00:09:37   symbol:   class Zork
00:09:37   location: class A<T>
00:09:37   where T is a type-variable:
00:09:37     T extends Object declared in class A
00:09:37 A.java:5: warning: [rawtypes] found raw type: A.A1
00:09:37         A.A1 v = ((A.A1) tree.root);
00:09:37          ^
00:09:37   missing type arguments for generic class A<T>.A1
00:09:37   where T is a type-variable:
00:09:37     T extends Object declared in class A
00:09:37 1 error
00:09:37 1 warning
00:09:37 
00:09:37 
00:09:37 
00:09:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:38 
00:09:38 
00:09:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:39 --- javac err: ---
00:09:39 A.java:7: error: cannot find symbol
00:09:39     Zork z;
00:09:39     ^
00:09:39   symbol:   class Zork
00:09:39   location: class A<T>
00:09:39   where T is a type-variable:
00:09:39     T extends Object declared in class A
00:09:39 A.java:2: warning: [rawtypes] found raw type: D.D1
00:09:39     public class A1 extends D.D1 {
00:09:39                              ^
00:09:39   missing type arguments for generic class D<T>.D1
00:09:39   where T is a type-variable:
00:09:39     T extends Object declared in class D
00:09:39 A.java:5: warning: [rawtypes] found raw type: A.A1
00:09:39         A.A1 v = ((A.A1) tree.root);
00:09:39          ^
00:09:39   missing type arguments for generic class A<T>.A1
00:09:39   where T is a type-variable:
00:09:39     T extends Object declared in class A
00:09:39 1 error
00:09:39 2 warnings
00:09:39 
00:09:39 
00:09:39 
00:09:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:40 
00:09:40 
00:09:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:41 
00:09:41 
00:09:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:43 
00:09:43 
00:09:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:44 
00:09:44 
00:09:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:45 
00:09:45 
00:09:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:47 
00:09:47 
00:09:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:48 
00:09:48 
00:09:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:49 
00:09:49 
00:09:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:50 
00:09:50 
00:09:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:52 
00:09:52 
00:09:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:53 
00:09:53 
00:09:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:54 
00:09:54 
00:09:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:55 
00:09:55 
00:09:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:56 
00:09:56 
00:09:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:58 
00:09:58 
00:09:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:09:59 --- javac err: ---
00:09:59 X.java:3: error: incompatible types: String cannot be converted to int
00:09:59 	int x = (int) "Hello";
00:09:59 	              ^
00:09:59 1 error
00:09:59 
00:09:59 
00:09:59 
00:09:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:00 
00:10:00 
00:10:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:01 --- javac err: ---
00:10:01 X.java:3: error: incompatible types: Number cannot be converted to char
00:10:01        char rounded = (char) n;
00:10:01                              ^
00:10:01 1 error
00:10:01 
00:10:01 
00:10:01 
00:10:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:03 
00:10:03 
00:10:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:04 --- javac err: ---
00:10:04 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
00:10:04 public class X implements Serializable {
00:10:04        ^
00:10:04 1 warning
00:10:04 
00:10:04 
00:10:04 
00:10:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:05 --- javac err: ---
00:10:05 X.java:12: warning: [deprecation] Long(long) in Long has been deprecated
00:10:05 		int i = test(new Long(1234));
00:10:05 		             ^
00:10:05 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
00:10:05 public class X implements Serializable {
00:10:05        ^
00:10:05 2 warnings
00:10:05 
00:10:05 
00:10:05 
00:10:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:06 --- javac err: ---
00:10:06 X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated
00:10:06 		int i = test(new Integer(1234));
00:10:06 		             ^
00:10:06 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
00:10:06 public class X implements Serializable {
00:10:06        ^
00:10:06 2 warnings
00:10:06 
00:10:07 
00:10:07 
00:10:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:08 --- javac err: ---
00:10:08 X.java:4: error: incompatible types: S cannot be converted to int
00:10:08     return (int) b;
00:10:08                  ^
00:10:08   where S is a type-variable:
00:10:08     S extends Boolean,Serializable declared in method <S>test(S)
00:10:08 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
00:10:08 public class X implements Serializable {
00:10:08        ^
00:10:08 1 error
00:10:08 1 warning
00:10:08 
00:10:08 
00:10:08 
00:10:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:09 --- javac err: ---
00:10:09 X.java:4: error: incompatible types: INT#1 cannot be converted to int
00:10:09     return (int) (Boolean & Serializable) b;
00:10:09                  ^
00:10:09   where INT#1 is an intersection type:
00:10:09     INT#1 extends Boolean,Serializable
00:10:09 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
00:10:09 public class X implements Serializable {
00:10:09        ^
00:10:09 1 error
00:10:09 1 warning
00:10:09 
00:10:09 
00:10:09 
00:10:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:10 --- javac err: ---
00:10:10 X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated
00:10:10 		int i = test(new Integer(1234));
00:10:10 		             ^
00:10:10 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
00:10:10 public class X implements Serializable {
00:10:10        ^
00:10:10 2 warnings
00:10:10 
00:10:10 
00:10:10 
00:10:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:11 --- javac err: ---
00:10:11 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
00:10:11 public class X implements Serializable {
00:10:11        ^
00:10:11 1 warning
00:10:11 
00:10:11 
00:10:11 
00:10:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:13 
00:10:13 
00:10:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:14 
00:10:14 
00:10:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:15 
00:10:15 
00:10:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:16 
00:10:16 
00:10:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:17 
00:10:17 
00:10:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:18 --- javac err: ---
00:10:18 X.java:5: warning: [deprecation] Long(long) in Long has been deprecated
00:10:18 	  	return new Long(100L);
00:10:18 	  	       ^
00:10:18 1 warning
00:10:18 
00:10:18 
00:10:18 
00:10:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:20 
00:10:20 
00:10:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:21 --- javac err: ---
00:10:21 Bug.java:20: warning: [cast] redundant cast to ICondition
00:10:21 				.map(x -> (ICondition)x)
00:10:21 				          ^
00:10:21 1 warning
00:10:21 
00:10:21 
00:10:21 
00:10:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:23 
00:10:23 
00:10:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:24 
00:10:24 
00:10:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:26 
00:10:26 
00:10:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:27 --- javac err: ---
00:10:27 Bug.java:6: warning: [cast] redundant cast to Number
00:10:27 		if ((Number) n instanceof Long) return;
00:10:27 		    ^
00:10:27 Bug.java:8: warning: [cast] redundant cast to Number
00:10:27 		if ((Number) j instanceof Integer) return;
00:10:27 		    ^
00:10:27 Bug.java:9: warning: [cast] redundant cast to Number
00:10:27 		if ((Number) getK() instanceof Integer) return;
00:10:27 		    ^
00:10:27 3 warnings
00:10:27 
00:10:27 
00:10:27 
00:10:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:28 
00:10:28 
00:10:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:29 
00:10:29 
00:10:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:30 
00:10:30 
00:10:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 --- javac err: ---
00:10:32 Junk4.java:3: error: incompatible types: Object[] cannot be converted to double
00:10:32         int rounded = (int) Math.round((double) n);
00:10:32                                                 ^
00:10:32 Junk4.java:3: warning: [cast] redundant cast to int
00:10:32         int rounded = (int) Math.round((double) n);
00:10:32                       ^
00:10:32 1 error
00:10:32 1 warning
00:10:32 
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 ***************************************************************************
00:10:32 * Comparison with Sun Javac compiler for class ClassFileComparatorTest (null tests)
00:10:32 ***************************************************************************
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 
00:10:32 
00:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:32 ***************************************************************************
00:10:32 * Comparison with Sun Javac compiler for class CollisionCase (null tests)
00:10:32 ***************************************************************************
00:10:34 
00:10:34 
00:10:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:35 --- javac err: ---
00:10:35 X.java:3: error: cannot find symbol
00:10:35     foo.bar	abar; 
00:10:35        ^
00:10:35   symbol:   class bar
00:10:35   location: class foo
00:10:35 1 error
00:10:35 
00:10:35 
00:10:35 
00:10:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:36 --- javac err: ---
00:10:36 X.java:5: error: classes: Bar and MyFoo$Bar have the same binary name
00:10:36 	static class MyFoo$Bar {}
00:10:36 	       ^
00:10:36 1 error
00:10:36 
00:10:36 
00:10:36 
00:10:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:36 ***************************************************************************
00:10:36 * Comparison with Sun Javac compiler for class ConstantTest (null tests)
00:10:36 ***************************************************************************
00:10:37 
00:10:37 
00:10:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:38 
00:10:38 
00:10:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:39 
00:10:39 
00:10:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:40 
00:10:40 
00:10:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:42 
00:10:42 
00:10:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:43 --- javac err: ---
00:10:43 p1/X.java:7: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:10:43 			System.out.println(new X().otherX.STR);	
00:10:43 			                                 ^
00:10:43 1 warning
00:10:43 
00:10:43 
00:10:43 
00:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:44 
00:10:44 
00:10:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:46 
00:10:46 
00:10:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:47 --- javac err: ---
00:10:47 X.java:10: warning: [cast] redundant cast to String
00:10:47 		final String s2 = (String) "aaa";	
00:10:47 		                  ^
00:10:47 1 warning
00:10:47 
00:10:47 
00:10:47 
00:10:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:48 
00:10:48 
00:10:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:49 
00:10:49 
00:10:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:51 
00:10:51 
00:10:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:52 --- javac err: ---
00:10:52 X.java:3: error: integer number too large: -9223372036854775809
00:10:52 		System.out.println(-9223372036854775809L); // KO
00:10:52 		                    ^
00:10:52 X.java:4: error: integer number too large: 9223372036854775809
00:10:52 		System.out.println(9223372036854775809L); // KO
00:10:52 		                   ^
00:10:52 X.java:5: error: integer number too large: 9223372036854775808
00:10:52 		System.out.println(9223372036854775808L); // KO
00:10:52 		                   ^
00:10:52 X.java:6: error: integer number too large: 23092395825689123986
00:10:52 		System.out.println(23092395825689123986L); // KO
00:10:52 		                   ^
00:10:52 4 errors
00:10:52 
00:10:52 
00:10:52 
00:10:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:52 
00:10:52 
00:10:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:52 
00:10:52 
00:10:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:52 
00:10:52 
00:10:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:53 
00:10:53 
00:10:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:54 
00:10:54 
00:10:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:56 
00:10:56 
00:10:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:57 --- javac err: ---
00:10:57 X.java:4: error: Illegal static declaration in inner class X.Inner
00:10:57 		 static final String notAConstant = null;
00:10:57 		                     ^
00:10:57   modifier 'static' is only allowed in constant variable declarations
00:10:57 1 error
00:10:57 
00:10:57 
00:10:57 
00:10:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:58 
00:10:58 
00:10:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:59 
00:10:59 
00:10:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:59 
00:10:59 
00:10:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:10:59 ***************************************************************************
00:10:59 * Comparison with Sun Javac compiler for class DeprecatedTest (null tests)
00:10:59 ***************************************************************************
00:11:00 --- javac err: ---
00:11:00 p/A.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:00     int x = 1;
00:11:00         ^
00:11:00 p/B.java:3: warning: [deprecation] x in A has been deprecated
00:11:00     float x = super.x;
00:11:00                    ^
00:11:00 2 warnings
00:11:00 
00:11:00 
00:11:00 
00:11:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:01 --- javac err: ---
00:11:01 p/C.java:3: warning: [deprecation] x in A has been deprecated
00:11:01     static int x = new A().x;
00:11:01                           ^
00:11:01 p/A.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:01     int x = 1;
00:11:01         ^
00:11:01 2 warnings
00:11:01 
00:11:01 
00:11:01 
00:11:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:02 --- javac err: ---
00:11:02 p/Top.java:30: error: qualified new of static class
00:11:02     new StaticM1().new StaticM2();}
00:11:02     ^
00:11:02 1 error
00:11:02 
00:11:02 
00:11:02 
00:11:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:03 --- javac err: ---
00:11:03 p/Warning.java:7: warning: [static] static method should be qualified by type name, Date, instead of by an expression
00:11:03      dateObj.UTC(1,2,3,4,5,6);
00:11:03             ^
00:11:03 p/Warning.java:7: warning: [deprecation] UTC(int,int,int,int,int,int) in Date has been deprecated
00:11:03      dateObj.UTC(1,2,3,4,5,6);
00:11:03             ^
00:11:03 2 warnings
00:11:03 
00:11:03 
00:11:03 
00:11:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:04 --- javac err: ---
00:11:04 X.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:04  	public static class Y {
00:11:04  	              ^
00:11:04 1 warning
00:11:04 
00:11:06 --- javac err: ---
00:11:06 A.java:1: warning: [deprecation] Y in X has been deprecated
00:11:06 public class A extends X.Y {}
00:11:06                         ^
00:11:06 1 warning
00:11:06 
00:11:06 
00:11:06 
00:11:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:08 
00:11:08 
00:11:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:09 --- javac err: ---
00:11:09 Y.java:5: error: cannot find symbol
00:11:09   Zork z;
00:11:09   ^
00:11:09   symbol:   class Zork
00:11:09   location: class Y
00:11:09 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:09 public class X {
00:11:09        ^
00:11:09 Y.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:09 public class Y {
00:11:09        ^
00:11:09 1 error
00:11:09 2 warnings
00:11:09 
00:11:09 
00:11:09 
00:11:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:10 --- javac err: ---
00:11:10 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:10 public class X {
00:11:10        ^
00:11:10 1 warning
00:11:10 
00:11:11 --- javac err: ---
00:11:11 Y.java:5: error: cannot find symbol
00:11:11   Zork z;
00:11:11   ^
00:11:11   symbol:   class Zork
00:11:11   location: class Y
00:11:11 Y.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:11 public class Y {
00:11:11        ^
00:11:11 1 error
00:11:11 1 warning
00:11:11 
00:11:11 
00:11:11 
00:11:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:13 --- javac err: ---
00:11:13 Y.java:3: warning: [deprecation] X in p008 has been deprecated
00:11:13     p008.X x;
00:11:13         ^
00:11:13 1 warning
00:11:13 
00:11:13 
00:11:13 
00:11:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:14 --- javac err: ---
00:11:14 Y.java:5: error: cannot find symbol
00:11:14   Zork z;
00:11:14   ^
00:11:14   symbol:   class Zork
00:11:14   location: class Y
00:11:14 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:14 public class X {
00:11:14        ^
00:11:14 Y.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:14 public class Y {
00:11:14        ^
00:11:14 1 error
00:11:14 2 warnings
00:11:14 
00:11:14 
00:11:14 
00:11:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:15 --- javac err: ---
00:11:15 X.java:11: error: cannot find symbol
00:11:15        Zork z;
00:11:15        ^
00:11:15   symbol:   class Zork
00:11:15   location: class X
00:11:15 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:15 public class X {
00:11:15        ^
00:11:15 I1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:15 public interface I1 {
00:11:15        ^
00:11:15 I2.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:15 public interface I2 {
00:11:15        ^
00:11:15 1 error
00:11:15 3 warnings
00:11:15 
00:11:15 
00:11:15 
00:11:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:16 --- javac err: ---
00:11:16 p1/X.java:5: error: cannot find symbol
00:11:16 	Zork z;
00:11:16 	^
00:11:16   symbol:   class Zork
00:11:16   location: class X
00:11:16 p1/X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:16 public class X {
00:11:16        ^
00:11:16 p2/I.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:16 public interface I {
00:11:16        ^
00:11:16 1 error
00:11:16 2 warnings
00:11:16 
00:11:16 
00:11:16 
00:11:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:17 --- javac err: ---
00:11:17 X.java:4: warning: [deprecation] m in Y has been deprecated
00:11:17         int i1 = Y.m;
00:11:17                   ^
00:11:17 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:17     void bar() {
00:11:17          ^
00:11:17 Y.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:17     static int m;
00:11:17                ^
00:11:17 3 warnings
00:11:17 
00:11:17 
00:11:17 
00:11:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:18 --- javac err: ---
00:11:18 X.java:4: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
00:11:18         int i1 = Y.m;
00:11:18             ^
00:11:18 X.java:4: warning: [deprecation] m in Y has been deprecated
00:11:18         int i1 = Y.m;
00:11:18                   ^
00:11:18 2 warnings
00:11:18 
00:11:18 
00:11:18 
00:11:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:19 --- javac err: ---
00:11:19 Y.java:3: error: cannot find symbol
00:11:19   Zork z;
00:11:19   ^
00:11:19   symbol:   class Zork
00:11:19   location: class Y
00:11:19 p/X.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:19 public class X {
00:11:19        ^
00:11:19 Y.java:5: warning: [deprecation] X in p has been deprecated
00:11:19     X x;
00:11:19     ^
00:11:19 Y.java:6: warning: [deprecation] X in p has been deprecated
00:11:19     X[] xs = { x };
00:11:19     ^
00:11:19 Y.java:9: warning: [deprecation] X in p has been deprecated
00:11:19     p.X x;
00:11:19      ^
00:11:19 Y.java:10: warning: [deprecation] X in p has been deprecated
00:11:19     p.X[] xs = { x };
00:11:19      ^
00:11:19 1 error
00:11:19 5 warnings
00:11:19 
00:11:19 
00:11:19 
00:11:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:20 --- javac err: ---
00:11:20 p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated
00:11:20     a.N1.N2.N3 m = null;
00:11:20         ^
00:11:20 a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:20   public class N2 {    public class N3 {      public void foo() {}    }  }}
00:11:20          ^
00:11:20 2 warnings
00:11:20 
00:11:20 
00:11:20 
00:11:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:21 --- javac err: ---
00:11:21 a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:21   public class N2 {    public class N3 {      public void foo() {}    }  }}
00:11:21          ^
00:11:21 p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated
00:11:21     a.N1.N2.N3 m = null;
00:11:21         ^
00:11:21 2 warnings
00:11:21 
00:11:21 
00:11:21 
00:11:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:22 --- javac err: ---
00:11:22 a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:22   public class N2 {    public class N3 {      public void foo() {}    }  }  void bar() {
00:11:22          ^
00:11:22 1 warning
00:11:22 
00:11:22 
00:11:22 
00:11:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:23 --- javac err: ---
00:11:23 a/N1.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:23   public class N2 {    public class N3 {      public void foo() {}    }  }}
00:11:23          ^
00:11:23 1 warning
00:11:23 
00:11:24 --- javac err: ---
00:11:24 p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated
00:11:24     a.N1.N2.N3 m = null;
00:11:24         ^
00:11:24 1 warning
00:11:24 
00:11:24 
00:11:24 
00:11:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:26 --- javac err: ---
00:11:26 test1/E01.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:26 	public static int x = 5, y= 10;
00:11:26 	                  ^
00:11:26 test1/E01.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:26 	public static int x = 5, y= 10;
00:11:26 	                         ^
00:11:26 test1/E02.java:4: warning: [deprecation] x in E01 has been deprecated
00:11:26 		System.out.println(E01.x);
00:11:26 		                      ^
00:11:26 test1/E02.java:5: warning: [deprecation] y in E01 has been deprecated
00:11:26 		System.out.println(E01.y);
00:11:26 		                      ^
00:11:26 4 warnings
00:11:26 
00:11:26 
00:11:26 
00:11:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:27 --- javac err: ---
00:11:27 a.b.c.d/Deprecated.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:27 		public class Inn {
00:11:27 		       ^
00:11:27 a.b.c.d/Deprecated.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:27 	public class Inner {
00:11:27 	       ^
00:11:27 a.b.c.d/Deprecated.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:27 	public Deprecated foo(){ return null;}
00:11:27 	                  ^
00:11:27 a.b.c.d/Deprecated.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:27 	public Deprecated goo(){ return null;}
00:11:27 	                  ^
00:11:27 a.b.c.d/Deprecated.java:14: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:11:27 	public static Deprecated bar(){ return null;}
00:11:27 	                         ^
00:11:27 a.b.c.d.e/T.java:5: warning: [deprecation] Deprecated.Inner in Deprecated has been deprecated
00:11:27 	a.b.c.d.Deprecated.Inner.Inn g;
00:11:27 	                  ^
00:11:27 a.b.c.d.e/T.java:5: warning: [deprecation] Deprecated.Inner.Inn in Deprecated.Inner has been deprecated
00:11:27 	a.b.c.d.Deprecated.Inner.Inn g;
00:11:27 	                        ^
00:11:27 a.b.c.d.e/T.java:6: warning: [deprecation] Deprecated.Inner in Deprecated has been deprecated
00:11:27 	Deprecated.Inner i;
00:11:27 	          ^
00:11:27 a.b.c.d.e/T.java:8: warning: [deprecation] foo() in Deprecated has been deprecated
00:11:27 		f.foo().goo();
00:11:27 		 ^
00:11:27 a.b.c.d.e/T.java:8: warning: [deprecation] goo() in Deprecated has been deprecated
00:11:27 		f.foo().goo();
00:11:27 		       ^
00:11:27 a.b.c.d.e/T.java:9: warning: [deprecation] bar() in Deprecated has been deprecated
00:11:27 		a.b.c.d.Deprecated.bar();
00:11:27 		                  ^
00:11:27 11 warnings
00:11:27 
00:11:27 
00:11:27 
00:11:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:27 ***************************************************************************
00:11:27 * Comparison with Sun Javac compiler for class LocalVariableTest (null tests)
00:11:27 ***************************************************************************
00:11:28 
00:11:28 
00:11:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:29 
00:11:29 
00:11:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:30 
00:11:30 
00:11:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:31 
00:11:31 
00:11:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:32 
00:11:32 
00:11:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:33 
00:11:33 
00:11:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:34 
00:11:34 
00:11:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:35 --- javac err: ---
00:11:35 X.java:10: error: variable y might not have been initialized
00:11:35 		System.out.println(y.innerY.longMemberName);
00:11:35 		                   ^
00:11:35 1 error
00:11:35 
00:11:35 
00:11:35 
00:11:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:36 --- javac err: ---
00:11:36 X.java:8: error: variable y might not have been initialized
00:11:36 		System.out.println(y.longMemberName);
00:11:36 		                   ^
00:11:36 1 error
00:11:36 
00:11:36 
00:11:36 
00:11:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:37 
00:11:37 
00:11:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:38 --- javac err: ---
00:11:38 X.java:5: error: variable x is already defined in method main(String[])
00:11:38                         int x = 4;
00:11:38                             ^
00:11:38 1 error
00:11:38 
00:11:38 
00:11:38 
00:11:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:39 --- javac err: ---
00:11:39 X.java:5: error: variable x is already defined in method main(String[])
00:11:39                         int x = x = 1;
00:11:39                             ^
00:11:39 1 error
00:11:39 
00:11:39 
00:11:39 
00:11:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:40 --- javac err: ---
00:11:40 X.java:6: error: variable x is already defined in method main(String[])
00:11:40                 } catch(Exception x) {
00:11:40                                   ^
00:11:40 1 error
00:11:40 
00:11:40 
00:11:40 
00:11:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:41 --- javac err: ---
00:11:41 X.java:4: error: variable x is already defined in method foo()
00:11:41 		String x = "";
00:11:41 		       ^
00:11:41 X.java:5: error: int cannot be dereferenced
00:11:41 		x.toString();
00:11:41 		 ^
00:11:41 2 errors
00:11:41 
00:11:41 
00:11:41 
00:11:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:43 
00:11:43 
00:11:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:44 
00:11:44 
00:11:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:45 
00:11:45 
00:11:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:46 
00:11:46 
00:11:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:47 
00:11:47 
00:11:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:48 
00:11:48 
00:11:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:49 
00:11:49 
00:11:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:50 
00:11:50 
00:11:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:51 
00:11:51 
00:11:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:52 
00:11:52 
00:11:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:53 --- javac err: ---
00:11:53 ShowBug.java:13: error: variable x might not have been initialized
00:11:53                     x.x(val - 1);
00:11:53                     ^
00:11:53 1 error
00:11:53 
00:11:53 
00:11:53 
00:11:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:53 ***************************************************************************
00:11:53 * Comparison with Sun Javac compiler for class LookupTest (null tests)
00:11:53 ***************************************************************************
00:11:54 
00:11:54 
00:11:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:55 --- javac err: ---
00:11:55 p1/A.java:6: error: non-static variable value cannot be referenced from a static context
00:11:55 			value = 2;								
00:11:55 			^
00:11:55 1 error
00:11:55 
00:11:55 
00:11:55 
00:11:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:57 
00:11:57 
00:11:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:58 
00:11:58 
00:11:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:11:59 
00:11:59 
00:11:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:00 --- javac err: ---
00:12:00 p1/A.java:7: error: success has private access in A
00:12:00 			public void aTask() {System.out.println(this.success);}
00:12:00 			                                            ^
00:12:00 p1/A.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:12:00 			public void aTask() {System.out.println(this.success);}
00:12:00 			                                            ^
00:12:00 1 error
00:12:00 1 warning
00:12:00 
00:12:00 
00:12:00 
00:12:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:01 
00:12:01 
00:12:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:03 --- javac err: ---
00:12:03 p1/A.java:7: error: non-static variable this cannot be referenced from a static context
00:12:03 			public void aTask() {System.out.println(A.this.success);}
00:12:03 			                                         ^
00:12:03 p1/A.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:12:03 			public void aTask() {System.out.println(A.this.success);}
00:12:03 			                                              ^
00:12:03 1 error
00:12:03 1 warning
00:12:03 
00:12:03 
00:12:03 
00:12:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:04 --- javac err: ---
00:12:04 p1/A.java:7: error: success has private access in A
00:12:04 			public void aTask() {System.out.println(this.success);}
00:12:04 			                                            ^
00:12:04 1 error
00:12:04 
00:12:04 
00:12:04 
00:12:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:05 --- javac err: ---
00:12:05 p1/A.java:7: error: non-static variable success cannot be referenced from a static context
00:12:05 			public void aTask() {System.out.println(A.success);}
00:12:05 			                                         ^
00:12:05 1 error
00:12:05 
00:12:05 
00:12:05 
00:12:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:06 --- javac err: ---
00:12:06 p2/Aa.java:3: error: Aa.B is not abstract and does not override abstract method sMethod() in C
00:12:06 	class B implements p1.A.C {						
00:12:06 	^
00:12:06 1 error
00:12:06 
00:12:06 
00:12:06 
00:12:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:07 
00:12:07 
00:12:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:08 --- javac err: ---
00:12:08 p1/A.java:11: error: illegal start of expression
00:12:08 			public void anotherMethod(int A) {};	
00:12:08 			^
00:12:08 p1/A.java:14: error: class, interface, or enum expected
00:12:08    	public static void main (String argv[]) {	
00:12:08    	              ^
00:12:08 p1/A.java:16: error: class, interface, or enum expected
00:12:08 	}												
00:12:08 	^
00:12:08 3 errors
00:12:08 
00:12:08 
00:12:08 
00:12:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:09 --- javac err: ---
00:12:09 pack1/First.java:7: error: cannot find symbol
00:12:09 		foo.something();							
00:12:09 		   ^
00:12:09   symbol:   method something()
00:12:09   location: variable foo of type First.Inner
00:12:09 1 error
00:12:09 
00:12:09 
00:12:09 
00:12:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:10 
00:12:10 
00:12:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:11 
00:12:11 
00:12:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:13 --- javac err: ---
00:12:13 p1/A.java:5: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:12:13 		bVal.sval += "V";							
00:12:13 		    ^
00:12:13 p1/A.java:16: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:12:13 		foo.sval = "U";							
00:12:13 		   ^
00:12:13 p1/A.java:18: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:12:13 		System.out.println(foo.sval);				
00:12:13 		                      ^
00:12:13 3 warnings
00:12:13 
00:12:13 
00:12:13 
00:12:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:14 
00:12:14 
00:12:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:16 --- javac err: ---
00:12:16 p1/A.java:17: error: cannot find symbol
00:12:16 		System.out.println(foo.rating + bar.other);	
00:12:16 		                                   ^
00:12:16   symbol:   variable other
00:12:16   location: variable bar of type A.B
00:12:16 1 error
00:12:16 
00:12:16 
00:12:16 
00:12:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:17 --- javac err: ---
00:12:17 p1/A.java:13: error: cannot find symbol
00:12:17 		System.out.println(foo.rating + bar.other);	
00:12:17 		                                   ^
00:12:17   symbol:   variable other
00:12:17   location: variable bar of type A.B
00:12:17 1 error
00:12:17 
00:12:17 
00:12:17 
00:12:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:18 
00:12:18 
00:12:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:19 
00:12:19 
00:12:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:20 
00:12:20 
00:12:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:21 
00:12:21 
00:12:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:22 --- javac err: ---
00:12:22 p1/A.java:10: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:12:22 		foo.B = 2;							
00:12:22 		   ^
00:12:22 p1/A.java:12: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:12:22 		if (bar.B == 35) {					
00:12:22 		       ^
00:12:22 p1/A.java:16: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:12:22 			System.out.println(bar.B);		
00:12:22 			                      ^
00:12:22 p2/B.java:6: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:12:22 		bleh.B = 35;						
00:12:22 		    ^
00:12:22 4 warnings
00:12:22 
00:12:22 
00:12:22 
00:12:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:23 --- javac err: ---
00:12:23 p2/B.java:6: error: B has protected access in B
00:12:23 		bleh.B = 35;						
00:12:23 		    ^
00:12:23 p2/B.java:6: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:12:23 		bleh.B = 35;						
00:12:23 		    ^
00:12:23 1 error
00:12:23 1 warning
00:12:23 
00:12:23 
00:12:23 
00:12:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:25 --- javac err: ---
00:12:25 p2/B.java:5: error: B() has protected access in B
00:12:25 		A.B bleh = new A.B();				
00:12:25 		           ^
00:12:25 1 error
00:12:25 
00:12:25 
00:12:25 
00:12:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:26 
00:12:26 
00:12:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:27 --- javac err: ---
00:12:27 p1/X.java:4: error: Top.Member is not public in Top; cannot be accessed from outside package
00:12:27 	Member field;	
00:12:27 	^
00:12:27 1 error
00:12:27 
00:12:27 
00:12:27 
00:12:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:29 
00:12:29 
00:12:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:31 
00:12:31 
00:12:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:32 --- javac err: ---
00:12:32 X.java:3: error: cannot find symbol
00:12:32 		System.out.println(p.Bar.array[0].length);
00:12:32 		                                 ^
00:12:32   symbol:   variable length
00:12:32   location: class Z
00:12:32 X.java:4: error: Array.length is defined in an inaccessible class or interface
00:12:32 		System.out.println(p.Bar.array.length);
00:12:32 		                              ^
00:12:32 X.java:5: error: Z.foo() is defined in an inaccessible class or interface
00:12:32 		System.out.println(p.Bar.array[0].foo());
00:12:32 		                                 ^
00:12:32 3 errors
00:12:32 
00:12:32 
00:12:32 
00:12:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:33 --- javac err: ---
00:12:33 q/Y.java:2: error: Y is not abstract and does not override abstract method foo() in X
00:12:33 public class Y extends p.X {	
00:12:33        ^
00:12:33 1 error
00:12:33 
00:12:33 
00:12:33 
00:12:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:34 --- javac err: ---
00:12:34 q/Y.java:5: error: Z is not abstract and does not override abstract method foo() in X
00:12:34 class Z extends Y {	
00:12:34 ^
00:12:34 1 error
00:12:34 
00:12:34 
00:12:34 
00:12:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:35 --- javac err: ---
00:12:35 q/Z.java:2: error: Z is not abstract and does not override abstract method bar() in X
00:12:35 class Z extends p.Y {	
00:12:35 ^
00:12:35 1 error
00:12:35 
00:12:35 
00:12:35 
00:12:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:36 --- javac err: ---
00:12:36 q/Y.java:5: error: Z is not abstract and does not override abstract method foo() in X
00:12:36 class Z extends Y implements p.X.I {	
00:12:36 ^
00:12:36 1 error
00:12:36 
00:12:36 
00:12:36 
00:12:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:37 --- javac err: ---
00:12:37 q/Y.java:6: error: Z is not abstract and does not override abstract method foo() in X
00:12:37 class Z extends Y {	
00:12:37 ^
00:12:37 1 error
00:12:37 
00:12:37 
00:12:37 
00:12:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:38 --- javac err: ---
00:12:38 q/Y.java:5: error: Z is not abstract and does not override abstract method foo() in X
00:12:38 class Z extends Y {	
00:12:38 ^
00:12:38 1 error
00:12:38 
00:12:38 
00:12:38 
00:12:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:39 --- javac err: ---
00:12:39 q/Z.java:2: error: Z is not abstract and does not override abstract method bar() in X
00:12:39 class Z extends p.Y {	
00:12:39 ^
00:12:39 1 error
00:12:39 
00:12:39 
00:12:39 
00:12:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:40 --- javac err: ---
00:12:40 p/X.java:2: error: X is not abstract and does not override abstract method baz() in Y
00:12:40 public class X extends q.Y.Member {	
00:12:40        ^
00:12:40 1 error
00:12:40 
00:12:40 
00:12:40 
00:12:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:41 --- javac err: ---
00:12:41 p/X.java:2: error: X is not abstract and does not override abstract method bar() in Y
00:12:41 public class X extends q.Y.Member {	
00:12:41        ^
00:12:41 1 error
00:12:41 
00:12:41 
00:12:41 
00:12:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:42 --- javac err: ---
00:12:42 p/X.java:2: error: X is not abstract and does not override abstract method bar() in Y
00:12:42 public class X extends q.Y.Member {	
00:12:42        ^
00:12:42 1 error
00:12:42 
00:12:42 
00:12:42 
00:12:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:43 
00:12:43 
00:12:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:45 
00:12:45 
00:12:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:48 
00:12:48 
00:12:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:49 --- javac err: ---
00:12:49 X.java:9: error: non-static method foo(XY) cannot be referenced from a static context
00:12:49                 foo(new XY());
00:12:49                 ^
00:12:49 1 error
00:12:49 
00:12:49 
00:12:49 
00:12:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:50 
00:12:50 
00:12:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:52 
00:12:52 
00:12:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:53 --- javac err: ---
00:12:53 X.java:4: error: non-static method format(Date) cannot be referenced from a static context
00:12:53         return "Started " + java.text.DateFormat.format(new java.util.Date());
00:12:53                                                 ^
00:12:53 1 error
00:12:53 
00:12:53 
00:12:53 
00:12:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:55 
00:12:55 
00:12:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:56 --- javac err: ---
00:12:56 X.java:4: error: finalize() has protected access in Object
00:12:56         args.finalize();
00:12:56             ^
00:12:56 X.java:4: warning: [deprecation] finalize() in Object has been deprecated
00:12:56         args.finalize();
00:12:56             ^
00:12:56 1 error
00:12:56 1 warning
00:12:56 
00:12:56 
00:12:56 
00:12:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:57 
00:12:57 
00:12:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:12:58 
00:12:58 
00:12:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:00 --- javac err: ---
00:13:00 X.java:6: warning: [rawtypes] found raw type: LinkedHashMap
00:13:00     private LinkedHashMap fCache;
00:13:00             ^
00:13:00   missing type arguments for generic class LinkedHashMap<K,V>
00:13:00   where K,V are type-variables:
00:13:00     K extends Object declared in class LinkedHashMap
00:13:00     V extends Object declared in class LinkedHashMap
00:13:00 X.java:10: warning: [rawtypes] found raw type: LinkedHashMap
00:13:00         fCache= new LinkedHashMap(100, 0.75f, true) {
00:13:00                     ^
00:13:00   missing type arguments for generic class LinkedHashMap<K,V>
00:13:00   where K,V are type-variables:
00:13:00     K extends Object declared in class LinkedHashMap
00:13:00     V extends Object declared in class LinkedHashMap
00:13:00 X.java:13: warning: [rawtypes] found raw type: Entry
00:13:00             protected boolean removeEldestEntry(Entry eldest) {
00:13:00                                                 ^
00:13:00   missing type arguments for generic class Entry<K,V>
00:13:00   where K,V are type-variables:
00:13:00     K extends Object declared in interface Entry
00:13:00     V extends Object declared in interface Entry
00:13:00 3 warnings
00:13:00 
00:13:00 
00:13:00 
00:13:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:01 --- javac err: ---
00:13:01 A.java:4: error: cannot find symbol
00:13:01     B b = new B();
00:13:01     ^
00:13:01   symbol:   class B
00:13:01   location: class A
00:13:01 A.java:4: error: cannot find symbol
00:13:01     B b = new B();
00:13:01               ^
00:13:01   symbol:   class B
00:13:01   location: class A
00:13:01 A.java:6: error: cannot find symbol
00:13:01         String s2 = B.str;
00:13:01                     ^
00:13:01   symbol:   variable B
00:13:01   location: class A
00:13:01 3 errors
00:13:01 
00:13:01 
00:13:01 
00:13:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:02 
00:13:02 
00:13:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:03 --- javac err: ---
00:13:03 X.java:6: error: cannot find symbol
00:13:03     public void foo(Applet a) {
00:13:03                     ^
00:13:03   symbol:   class Applet
00:13:03   location: class X
00:13:03 1 error
00:13:03 
00:13:03 
00:13:03 
00:13:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:05 
00:13:05 
00:13:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:06 --- javac err: ---
00:13:06 X.java:7: error: cannot find symbol
00:13:06 	Zork bb() {
00:13:06 	^
00:13:06   symbol:   class Zork
00:13:06   location: class X
00:13:06 1 error
00:13:06 
00:13:06 
00:13:06 
00:13:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:07 --- javac err: ---
00:13:07 X.java:5: error: cannot find symbol
00:13:07 	Zork aa(long l) {
00:13:07 	^
00:13:07   symbol:   class Zork
00:13:07   location: class X
00:13:07 X.java:7: error: cannot find symbol
00:13:07 	Zork bb() {
00:13:07 	^
00:13:07   symbol:   class Zork
00:13:07   location: class X
00:13:07 2 errors
00:13:07 
00:13:07 
00:13:07 
00:13:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:08 
00:13:08 
00:13:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:09 
00:13:09 
00:13:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:10 --- javac err: ---
00:13:10 X.java:1: error: <identifier> expected
00:13:10 class 56 {
00:13:10      ^
00:13:10 1 error
00:13:10 
00:13:10 
00:13:10 
00:13:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:11 
00:13:11 
00:13:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:13 
00:13:13 
00:13:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:14 
00:13:14 
00:13:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:15 
00:13:15 
00:13:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:16 
00:13:16 
00:13:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:19 --- javac err: ---
00:13:19 Test.java:3: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
00:13:19         X1 x = new X2().foo();
00:13:19                    ^
00:13:19 Test.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
00:13:19         X2 xx = new X2().foo();
00:13:19         ^
00:13:19 Test.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
00:13:19         X2 xx = new X2().foo();
00:13:19                     ^
00:13:19 Test.java:5: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file
00:13:19         X1 z = new Z().foo();
00:13:19                    ^
00:13:19 Test.java:6: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
00:13:19         X2 zz = new Z().foo();
00:13:19         ^
00:13:19 Test.java:6: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file
00:13:19         X2 zz = new Z().foo();
00:13:19                     ^
00:13:19 6 warnings
00:13:19 
00:13:20 --- javac err: ---
00:13:20 Test14.java:3: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
00:13:20         X1 x = new X2().foo();
00:13:20                    ^
00:13:20 Test14.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
00:13:20         X2 xx = new X2().foo();
00:13:20         ^
00:13:20 Test14.java:4: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
00:13:20         X2 xx = new X2().foo();
00:13:20                     ^
00:13:20 Test14.java:5: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file
00:13:20         X1 z = new Z().foo();
00:13:20                    ^
00:13:20 Test14.java:6: warning: auxiliary class X2 in X1.java should not be accessed from outside its own source file
00:13:20         X2 zz = new Z().foo();
00:13:20         ^
00:13:20 Test14.java:6: warning: auxiliary class Z in X1.java should not be accessed from outside its own source file
00:13:20         X2 zz = new Z().foo();
00:13:20                     ^
00:13:20 6 warnings
00:13:20 
00:13:20 
00:13:20 
00:13:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:21 
00:13:21 
00:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:22 
00:13:22 
00:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:25 
00:13:25 
00:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:26 --- javac err: ---
00:13:26 X.java:3: error: reference to foo is ambiguous
00:13:26 		ax.foo(null);
00:13:26 		  ^
00:13:26   both method foo(Thread) in JX and method foo(String) in AX match
00:13:26 1 error
00:13:26 
00:13:26 
00:13:26 
00:13:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:27 --- javac err: ---
00:13:27 E.java:4: error: method run in class Inner cannot be applied to given types;
00:13:27 		void run() { run(1); }
00:13:27 		             ^
00:13:27   required: no arguments
00:13:27   found: int
00:13:27   reason: actual and formal argument lists differ in length
00:13:27 1 error
00:13:27 
00:13:27 
00:13:27 
00:13:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:28 --- javac err: ---
00:13:28 p1/Test.java:2: error: '.' expected
00:13:28 import Test2;	
00:13:28             ^
00:13:28 1 error
00:13:28 
00:13:28 
00:13:28 
00:13:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:29 --- javac err: ---
00:13:29 package1/Test.java:6: warning: [unchecked] unchecked call to add(E) as a member of the raw type AbstractList
00:13:29                 recList.add(null);
00:13:29                            ^
00:13:29   where E is a type-variable:
00:13:29     E extends Object declared in class AbstractList
00:13:29 package2/MyList.java:4: warning: [rawtypes] found raw type: AbstractList
00:13:29 public class MyList extends AbstractList implements List {
00:13:29                             ^
00:13:29   missing type arguments for generic class AbstractList<E>
00:13:29   where E is a type-variable:
00:13:29     E extends Object declared in class AbstractList
00:13:29 package2/MyList.java:4: warning: [rawtypes] found raw type: List
00:13:29 public class MyList extends AbstractList implements List {
00:13:29                                                     ^
00:13:29   missing type arguments for generic class List<E>
00:13:29   where E is a type-variable:
00:13:29     E extends Object declared in interface List
00:13:29 3 warnings
00:13:29 
00:13:29 
00:13:29 
00:13:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:30 --- javac err: ---
00:13:30 q/X.java:7: error: method foo in class X cannot be applied to given types;
00:13:30           foo("");
00:13:30           ^
00:13:30   required: no arguments
00:13:30   found: String
00:13:30   reason: actual and formal argument lists differ in length
00:13:30 1 error
00:13:30 
00:13:30 
00:13:30 
00:13:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:32 
00:13:32 
00:13:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:33 --- javac err: ---
00:13:33 X.java:13: error: cannot find symbol
00:13:33       super(getValue());
00:13:33             ^
00:13:33   symbol:   method getValue()
00:13:33   location: class X.C
00:13:33 X.java:14: error: cannot find symbol
00:13:33       String s = getValue();
00:13:33                  ^
00:13:33   symbol:   method getValue()
00:13:33   location: class X.C
00:13:33 2 errors
00:13:33 
00:13:33 
00:13:33 
00:13:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:34 
00:13:34 
00:13:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:35 
00:13:35 
00:13:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:37 
00:13:37 
00:13:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:38 
00:13:38 
00:13:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:40 
00:13:40 
00:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:41 
00:13:41 
00:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:42 --- javac err: ---
00:13:42 X.java:5: error: cannot find symbol
00:13:42 		System.out.println(y.length);
00:13:42 		                    ^
00:13:42   symbol:   variable length
00:13:42   location: variable y of type Y
00:13:42 1 error
00:13:42 
00:13:42 
00:13:42 
00:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:43 --- javac err: ---
00:13:43 java/lang/Object.java:1: error: package exists in another module: java.base
00:13:43 package java.lang;
00:13:43 ^
00:13:43 1 error
00:13:43 
00:13:43 
00:13:43 
00:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:44 --- javac err: ---
00:13:44 X.java:2: error: interface expected here
00:13:44 	static class Member implements X {
00:13:44 	                               ^
00:13:44 1 error
00:13:44 
00:13:44 
00:13:44 
00:13:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:45 --- javac err: ---
00:13:45 X.java:2: error: modifier synchronized not allowed here
00:13:45 	public synchronized int f;
00:13:45 	                        ^
00:13:45 X.java:3: error: modifier synchronized not allowed here
00:13:45 	public synchronized X() {}
00:13:45 	                    ^
00:13:45 X.java:4: error: modifier volatile not allowed here
00:13:45 	public volatile void foo() {}
00:13:45 	                     ^
00:13:45 3 errors
00:13:45 
00:13:45 
00:13:45 
00:13:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:46 --- javac err: ---
00:13:46 bar/Test2.java:3: error: package Test.M1 does not exist
00:13:46 import Test.M1.M2;
00:13:46               ^
00:13:46 1 error
00:13:46 
00:13:46 
00:13:46 
00:13:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:47 --- javac err: ---
00:13:47 bar/Test2.java:3: error: package Test.M1 does not exist
00:13:47 import Test.M1.M2;
00:13:47               ^
00:13:47 1 error
00:13:47 
00:13:47 
00:13:47 
00:13:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:48 --- javac err: ---
00:13:48 bar/Test2.java:3: error: package Test.M1 does not exist
00:13:48 import Test.M1.foo;
00:13:48               ^
00:13:48 1 error
00:13:48 
00:13:48 
00:13:48 
00:13:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:49 
00:13:49 
00:13:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:50 --- javac err: ---
00:13:50 p1/B.java:2: error: modifier protected not allowed here
00:13:50 protected class B1 {}
00:13:50           ^
00:13:50 X.java:1: error: B1 is not public in p1; cannot be accessed from outside package
00:13:50 public class X extends p1.B1 {}
00:13:50                          ^
00:13:50 2 errors
00:13:50 
00:13:50 
00:13:50 
00:13:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:52 --- javac err: ---
00:13:52 p1/C.java:5: error: A.A.M is defined in an inaccessible class or interface
00:13:52         B.m().new M();
00:13:52                   ^
00:13:52 1 error
00:13:52 
00:13:52 
00:13:52 
00:13:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:53 --- javac err: ---
00:13:53 B.java:13: error: B.A has private access in B
00:13:53         B.m().new M();
00:13:53                   ^
00:13:53 1 error
00:13:53 
00:13:53 
00:13:53 
00:13:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:54 
00:13:54 
00:13:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:55 --- javac err: ---
00:13:55 B.java:9: error: non-static variable B cannot be referenced from a static context
00:13:55         System.out.println(A.B.length);
00:13:55                             ^
00:13:55 1 error
00:13:55 
00:13:55 
00:13:55 
00:13:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:56 
00:13:56 
00:13:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:57 --- javac err: ---
00:13:57 B.java:9: error: A.B has private access in A
00:13:57         System.out.println(A.B.length);
00:13:57                             ^
00:13:57 1 error
00:13:57 
00:13:57 
00:13:57 
00:13:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:13:59 --- javac err: ---
00:13:59 B.java:9: error: length has private access in A.B
00:13:59         System.out.println(A.B.length);
00:13:59                               ^
00:13:59 1 error
00:13:59 
00:13:59 
00:13:59 
00:13:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:00 ----------------------------------------
00:14:00 org.eclipse.jdt.core.tests.compiler.regression.LookupTest#test103 - 10
00:14:00 A.java [
00:14:00 public class A {
00:14:00 	  private int x;
00:14:00 	  static class B {
00:14:00 	    private int x;
00:14:00 	    private C c = new C() {
00:14:00 	      void foo() {
00:14:00 	        x = 3;
00:14:00 	      }
00:14:00 	    };
00:14:00 	  }
00:14:00 	  static class C {
00:14:00 	    private int x;
00:14:00 	  }
00:14:00 	}
00:14:00 
00:14:00 ]
00:14:00 
00:14:00 
00:14:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:01 
00:14:01 
00:14:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:02 ----------------------------------------
00:14:02 org.eclipse.jdt.core.tests.compiler.regression.LookupTest#test105 - 10
00:14:02 A.java [
00:14:02 public class A {
00:14:02 	  private int x;
00:14:02 	  private C c = new C() {
00:14:02 	    void foo() {
00:14:02 	      x = 3;
00:14:02 	    }
00:14:02 	  };
00:14:02 	  static class C {
00:14:02 	    private int x;
00:14:02 	  }
00:14:02 	 }
00:14:02 
00:14:02 ]
00:14:02 
00:14:02 
00:14:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:03 
00:14:03 
00:14:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:04 
00:14:04 
00:14:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:04 ***************************************************************************
00:14:04 * Comparison with Sun Javac compiler for class NumericTest (null tests)
00:14:04 ***************************************************************************
00:14:05 
00:14:05 
00:14:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:07 
00:14:07 
00:14:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:08 --- javac err: ---
00:14:08 X.java:3: error: integer number too large: 2147483648
00:14:08   int i2 = -(2147483648);
00:14:08              ^
00:14:08 1 error
00:14:08 
00:14:08 
00:14:08 
00:14:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:09 --- javac err: ---
00:14:09 X.java:3: error: integer number too large: 9223372036854775808
00:14:09   long l2 = -(9223372036854775808L);
00:14:09               ^
00:14:09 1 error
00:14:09 
00:14:09 
00:14:09 
00:14:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:10 
00:14:10 
00:14:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:10 ***************************************************************************
00:14:10 * Comparison with Sun Javac compiler for class ProblemConstructorTest (null tests)
00:14:10 ***************************************************************************
00:14:11 --- javac err: ---
00:14:11 prs/Test1.java:4: error: incompatible types: int cannot be converted to String
00:14:11 String s = 3;	
00:14:11            ^
00:14:11 1 error
00:14:11 
00:14:11 
00:14:11 
00:14:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:12 --- javac err: ---
00:14:12 X.java:3: error: invalid method declaration; return type required
00:14:12     public Y();
00:14:12            ^
00:14:12 1 error
00:14:12 
00:14:12 
00:14:12 
00:14:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:13 --- javac err: ---
00:14:13 Example.java:16: error: cannot find symbol
00:14:13     Zork z;
00:14:13     ^
00:14:13   symbol:   class Zork
00:14:13   location: class E3
00:14:13 1 error
00:14:13 
00:14:13 
00:14:13 
00:14:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:14 ----------------------------------------
00:14:14 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test004 - 10
00:14:14 X.java [
00:14:14 public class X {
00:14:14 	private class M { 
00:14:14        private int state = 0;
00:14:14        public int unusedMethod() { return this.state; }
00:14:14        public M (int state) { this.state = state;} 
00:14:14        public int unusedField = 0;
00:14:14        public class N {}
00:14:14 	}
00:14:14 	private class N { 
00:14:14        private int state = 0;
00:14:14        public int usedMethod() { new O(); return new N(this.state + this.usedField).state; }
00:14:14        public N (int state) { this.state = state;} 
00:14:14        public int usedField = 0;
00:14:14        public class O {}
00:14:14 	}
00:14:14 	public class P { 
00:14:14        private int state = 0;
00:14:14        public int unusedMethod() { return this.state; }
00:14:14        public P (int state) { this.state = state;} 
00:14:14        public int unusedField = 0;
00:14:14        public class N {}
00:14:14 	}
00:14:14 	public M foo(M m, N n) {
00:14:14    n.usedMethod(); return m;
00:14:14 	}
00:14:14 } 
00:14:14 
00:14:14 ]
00:14:14 
00:14:14 
00:14:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:15 ----------------------------------------
00:14:15 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test005 - 10
00:14:15 A.java [
00:14:15 public class A {
00:14:15 	public A(String s) {
00:14:15 		B.test();
00:14:15 	}
00:14:15 
00:14:15 	private static class B extends A {
00:14:15 		public B () { super(""); }
00:14:15 	private static void test() {};
00:14:15 	}
00:14:15 }
00:14:15 
00:14:15 ]
00:14:15 
00:14:15 
00:14:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:16 ----------------------------------------
00:14:16 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test006 - 10
00:14:16 A.java [
00:14:16 public class A {
00:14:16 	public A(String s) {
00:14:16 		B.test();
00:14:16 	}
00:14:16 	public A() {}
00:14:16 
00:14:16 	private static class B extends A {
00:14:16 		public B () { super(""); }
00:14:16 		private static void test() {};
00:14:16    }
00:14:16 }
00:14:16 
00:14:16 ]
00:14:16 
00:14:16 
00:14:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:17 
00:14:17 
00:14:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:18 
00:14:18 
00:14:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:19 ----------------------------------------
00:14:19 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test009 - 10
00:14:19 A.java [
00:14:19 public class A {
00:14:19 	public A(String s) {}
00:14:19 	protected A() {}
00:14:19 }
00:14:19 class C {
00:14:19 	private static class B extends A {
00:14:19 		public B () { super(""); }
00:14:19 		static void foo() {}
00:14:19 	}
00:14:19 	C() {
00:14:19 		B.foo();
00:14:19 	}
00:14:19 }
00:14:19 
00:14:19 ]
00:14:19 
00:14:19 
00:14:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:20 ----------------------------------------
00:14:20 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038a - 10
00:14:20 X.java [
00:14:20 public class X {
00:14:20 	private class Y {
00:14:20 		static final int i = 10;
00:14:20 		public Y() {}
00:14:20 		public Y(int x) {System.out.println(x);}
00:14:20    }
00:14:20 
00:14:20 	public void zoo() {
00:14:20 		System.out.println(Y.i);
00:14:20 		Y y = new Y(5);
00:14:20 		System.out.println(y);
00:14:20 	}
00:14:20 }
00:14:20 ]
00:14:20 
00:14:20 
00:14:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:21 ----------------------------------------
00:14:21 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038b - 10
00:14:21 X.java [
00:14:21 public class X {
00:14:21 	private static class Y {
00:14:21 		static final int i = 10;
00:14:21 		public Y() {}
00:14:21 		public Y(int x) {System.out.println(x);}
00:14:21    }
00:14:21 
00:14:21 	public void zoo() {
00:14:21 		System.out.println(Y.i);
00:14:21 		Y y = new Y(5);
00:14:21 		System.out.println(y);
00:14:21 	}
00:14:21 }
00:14:21 ]
00:14:21 
00:14:21 
00:14:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:23 --- javac err: ---
00:14:23 X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID
00:14:23 	private static class Y implements Externalizable {
00:14:23 	               ^
00:14:23 1 warning
00:14:23 
00:14:23 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038c - 10
00:14:23 ----------------------------------------
00:14:23 X.java [
00:14:23 import java.io.Externalizable;
00:14:23 import java.io.IOException;
00:14:23 import java.io.ObjectInput;
00:14:23 import java.io.ObjectOutput;
00:14:23 public class X {
00:14:23 	private static class Y implements Externalizable {
00:14:23 		static final int i = 10;
00:14:23 		public Y() {}
00:14:23 		public Y(int x) {System.out.println(x);}
00:14:23 
00:14:23 		@Override
00:14:23 		public void writeExternal(ObjectOutput out) throws IOException {
00:14:23 		}
00:14:23 
00:14:23 		@Override 
00:14:23 		public void readExternal(ObjectInput in) throws IOException,
00:14:23 		ClassNotFoundException {
00:14:23 		}
00:14:23 	}
00:14:23 	public void zoo() {
00:14:23 		System.out.println(Y.i);
00:14:23 		Y y = new Y(5);
00:14:23 		System.out.println(y);
00:14:23 	}
00:14:23 }
00:14:23 ]
00:14:23 
00:14:23 
00:14:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:24 --- javac err: ---
00:14:24 X.java:6: warning: [serial] serializable class X.Y has no definition of serialVersionUID
00:14:24 	private class Y implements Externalizable {
00:14:24 	        ^
00:14:24 1 warning
00:14:24 
00:14:24 
00:14:24 
00:14:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:25 ----------------------------------------
00:14:25 org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest#test408038e - 10
00:14:25 X.java [
00:14:25 class X {
00:14:25 	int i;
00:14:25 	private X(int x) {i = x;}
00:14:25 	X() {}
00:14:25 	public int foo() {
00:14:25 		X x = new X();
00:14:25 		return x.i;
00:14:25 	}
00:14:25 }
00:14:25 
00:14:25 ]
00:14:25 
00:14:25 
00:14:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:25 ***************************************************************************
00:14:25 * Comparison with Sun Javac compiler for class ProblemTypeAndMethodTest (null tests)
00:14:25 ***************************************************************************
00:14:26 --- javac err: ---
00:14:26 X.java:6: error: W is not abstract and does not override abstract method foo() in Moosh
00:14:26         static class W extends A {}
00:14:26                ^
00:14:26 X.java:7: error: Y is not abstract and does not override abstract method foo() in Moosh
00:14:26         static class Y extends A {}
00:14:26                ^
00:14:26 X.java:8: error: Z is not abstract and does not override abstract method foo() in Moosh
00:14:26         static class Z extends A {}
00:14:26                ^
00:14:26 3 errors
00:14:26 
00:14:26 
00:14:26 
00:14:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:27 --- javac err: ---
00:14:27 X.java:1: error: cannot find symbol
00:14:27 public class X extends Zork {
00:14:27                        ^
00:14:27   symbol: class Zork
00:14:27 X.java:7: error: cannot find symbol
00:14:27 	Zork fz = this;
00:14:27 	^
00:14:27   symbol:   class Zork
00:14:27   location: class X
00:14:27 X.java:9: error: cannot find symbol
00:14:27 	Zork2 fz2 = this;
00:14:27 	^
00:14:27   symbol:   class Zork2
00:14:27   location: class X
00:14:27 X.java:3: error: cannot find symbol
00:14:27 		Zork z = this;
00:14:27 		^
00:14:27   symbol:   class Zork
00:14:27   location: class X
00:14:27 X.java:4: error: incompatible types: X cannot be converted to String
00:14:27 		String s = this;
00:14:27 		           ^
00:14:27 X.java:5: error: cannot find symbol
00:14:27 		Zork2 z2 = this;
00:14:27 		^
00:14:27   symbol:   class Zork2
00:14:27   location: class X
00:14:27 X.java:8: error: incompatible types: X cannot be converted to String
00:14:27 	String fs = this;
00:14:27 	            ^
00:14:27 7 errors
00:14:27 
00:14:27 
00:14:27 
00:14:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:28 --- javac err: ---
00:14:28 X.java:2: error: cannot find symbol
00:14:28 	Zork field;
00:14:28 	^
00:14:28   symbol:   class Zork
00:14:28   location: class X
00:14:28 X.java:13: error: cannot find symbol
00:14:28 	Zork foo() {	return null; }
00:14:28 	^
00:14:28   symbol:   class Zork
00:14:28   location: class Y
00:14:28 X.java:14: error: cannot find symbol
00:14:28 	void bar(Zork z) {}
00:14:28 	         ^
00:14:28   symbol:   class Zork
00:14:28   location: class Y
00:14:28 X.java:15: error: cannot find symbol
00:14:28 	Zork slot;
00:14:28 	^
00:14:28   symbol:   class Zork
00:14:28   location: class Y
00:14:28 4 errors
00:14:28 
00:14:28 
00:14:28 
00:14:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:30 --- javac err: ---
00:14:30 X.java:7: error: incompatible types: Zork cannot be converted to String
00:14:30 		String s1 = ofoo.foo;
00:14:30 		                ^
00:14:30 X.java:8: error: incompatible types: Zork cannot be converted to String
00:14:30 		String s2 = ofoo.bar();
00:14:30 		                    ^
00:14:30 X.java:9: error: incompatible types: OtherFoo.OtherMember cannot be converted to String
00:14:30 		String s3 = ofoo.new OtherMember();
00:14:30 		                 ^
00:14:30 X.java:10: error: incompatible types: X cannot be converted to Zork
00:14:30 		ofoo.baz(this);
00:14:30 		         ^
00:14:30 X.java:14: error: incompatible types: Zork cannot be converted to String
00:14:30 		String s1 = ox.foo;
00:14:30 		              ^
00:14:30 X.java:15: error: incompatible types: Zork cannot be converted to String
00:14:30 		String s2 = ox.bar();
00:14:30 		                  ^
00:14:30 X.java:16: error: incompatible types: OtherX.OtherMember cannot be converted to String
00:14:30 		String s3 = ox.new OtherMember();
00:14:30 		               ^
00:14:30 X.java:17: error: incompatible types: X cannot be converted to Zork
00:14:30 		ox.baz(this);
00:14:30 		       ^
00:14:30 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
00:14:30 8 errors
00:14:30 
00:14:31 --- javac err: ---
00:14:31 X.java:7: error: incompatible types: Zork cannot be converted to String
00:14:31 		String s1 = ofoo.foo;
00:14:31 		                ^
00:14:31 X.java:8: error: incompatible types: Zork cannot be converted to String
00:14:31 		String s2 = ofoo.bar();
00:14:31 		                    ^
00:14:31 X.java:9: error: incompatible types: OtherFoo.OtherMember cannot be converted to String
00:14:31 		String s3 = ofoo.new OtherMember();
00:14:31 		                 ^
00:14:31 X.java:10: error: incompatible types: X cannot be converted to Zork
00:14:31 		ofoo.baz(this);
00:14:31 		         ^
00:14:31 X.java:14: error: incompatible types: Zork cannot be converted to String
00:14:31 		String s1 = ox.foo;
00:14:31 		              ^
00:14:31 X.java:15: error: incompatible types: Zork cannot be converted to String
00:14:31 		String s2 = ox.bar();
00:14:31 		                  ^
00:14:31 X.java:16: error: incompatible types: OtherX.OtherMember cannot be converted to String
00:14:31 		String s3 = ox.new OtherMember();
00:14:31 		               ^
00:14:31 X.java:17: error: incompatible types: X cannot be converted to Zork
00:14:31 		ox.baz(this);
00:14:31 		       ^
00:14:31 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
00:14:31 8 errors
00:14:31 
00:14:31 
00:14:31 
00:14:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:32 
00:14:32 
00:14:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:33 
00:14:33 
00:14:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:35 
00:14:35 
00:14:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:36 
00:14:36 
00:14:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:37 
00:14:37 
00:14:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:38 
00:14:38 
00:14:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:39 --- javac err: ---
00:14:39 X.java:4: error: '(' expected
00:14:39 	void field3;
00:14:39 	           ^
00:14:39 X.java:5: error: <identifier> expected
00:14:39 	void[] field4;
00:14:39 	    ^
00:14:39 X.java:5: error: <identifier> expected
00:14:39 	void[] field4;
00:14:39 	             ^
00:14:39 3 errors
00:14:39 
00:14:39 
00:14:39 
00:14:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:40 --- javac err: ---
00:14:40 X.java:5: error: illegal start of expression
00:14:40 	Class c4 = void[].class;
00:14:40 	           ^
00:14:40 X.java:5: error: ';' expected
00:14:40 	Class c4 = void[].class;
00:14:40 	               ^
00:14:40 X.java:5: error: <identifier> expected
00:14:40 	Class c4 = void[].class;
00:14:40 	                       ^
00:14:40 X.java:6: error: reached end of file while parsing
00:14:40 }
00:14:40  ^
00:14:40 4 errors
00:14:40 
00:14:40 
00:14:40 
00:14:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:42 --- javac err: ---
00:14:42 X.java:3: warning: [rawtypes] found raw type: Class
00:14:42 	Class c2 = java.lang[].class;
00:14:42 	^
00:14:42   missing type arguments for generic class Class<T>
00:14:42   where T is a type-variable:
00:14:42     T extends Object declared in class Class
00:14:42 X.java:3: error: package java does not exist
00:14:42 	Class c2 = java.lang[].class;
00:14:42 	               ^
00:14:42 1 error
00:14:42 1 warning
00:14:42 
00:14:42 
00:14:42 
00:14:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:43 --- javac err: ---
00:14:43 X.java:3: warning: [rawtypes] found raw type: Class
00:14:43 	Class c2 = java.lang[].class;
00:14:43 	^
00:14:43   missing type arguments for generic class Class<T>
00:14:43   where T is a type-variable:
00:14:43     T extends Object declared in class Class
00:14:43 X.java:3: error: package java does not exist
00:14:43 	Class c2 = java.lang[].class;
00:14:43 	               ^
00:14:43 1 error
00:14:43 1 warning
00:14:43 
00:14:43 
00:14:43 
00:14:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:44 --- javac err: ---
00:14:44 X.java:2: warning: [rawtypes] found raw type: Class
00:14:44 	Class a = zork1[].class;
00:14:44 	^
00:14:44   missing type arguments for generic class Class<T>
00:14:44   where T is a type-variable:
00:14:44     T extends Object declared in class Class
00:14:44 X.java:2: error: cannot find symbol
00:14:44 	Class a = zork1[].class;
00:14:44 	          ^
00:14:44   symbol:   class zork1
00:14:44   location: class X
00:14:44 X.java:3: warning: [rawtypes] found raw type: Class
00:14:44 	Class x = zork1.zork2[].class;	// compile time error
00:14:44 	^
00:14:44   missing type arguments for generic class Class<T>
00:14:44   where T is a type-variable:
00:14:44     T extends Object declared in class Class
00:14:44 X.java:3: error: package zork1 does not exist
00:14:44 	Class x = zork1.zork2[].class;	// compile time error
00:14:44 	               ^
00:14:44 X.java:5: warning: [rawtypes] found raw type: Class
00:14:44 	Class a2 = zork1.class;
00:14:44 	^
00:14:44   missing type arguments for generic class Class<T>
00:14:44   where T is a type-variable:
00:14:44     T extends Object declared in class Class
00:14:44 X.java:5: error: cannot find symbol
00:14:44 	Class a2 = zork1.class;
00:14:44 	           ^
00:14:44   symbol:   class zork1
00:14:44   location: class X
00:14:44 X.java:6: warning: [rawtypes] found raw type: Class
00:14:44 	Class x2 = zork1.zork2.class;	// compile time error	
00:14:44 	^
00:14:44   missing type arguments for generic class Class<T>
00:14:44   where T is a type-variable:
00:14:44     T extends Object declared in class Class
00:14:44 X.java:6: error: package zork1 does not exist
00:14:44 	Class x2 = zork1.zork2.class;	// compile time error	
00:14:44 	                ^
00:14:44 4 errors
00:14:44 4 warnings
00:14:44 
00:14:44 
00:14:44 
00:14:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:45 --- javac err: ---
00:14:45 X.java:2: error: package java.langz does not exist
00:14:45 	java.langz.AClass1 field1;
00:14:45 	          ^
00:14:45 X.java:3: error: package java.langz does not exist
00:14:45 	java.langz.AClass2 field2;
00:14:45 	          ^
00:14:45 2 errors
00:14:45 
00:14:45 
00:14:45 
00:14:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:46 --- javac err: ---
00:14:46 X.java:2: error: package java does not exist
00:14:46 	java.langz field1;
00:14:46 	    ^
00:14:46 X.java:3: error: package java.langz does not exist
00:14:46 	java.langz.AClass2 field2;
00:14:46 	          ^
00:14:46 2 errors
00:14:46 
00:14:46 
00:14:46 
00:14:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:47 --- javac err: ---
00:14:47 X.java:2: error: package java.langz does not exist
00:14:47 	java.langz.AClass1 field1;
00:14:47 	          ^
00:14:47 X.java:3: error: package java does not exist
00:14:47 	java.langz field2;
00:14:47 	    ^
00:14:47 2 errors
00:14:47 
00:14:47 
00:14:47 
00:14:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:50 --- javac err: ---
00:14:50 X.java:3: error: package a.b does not exist
00:14:50 		a.b.Missing1 m1;
00:14:50 		   ^
00:14:50 X.java:4: error: cannot find symbol
00:14:50 		q1.q2.Missing2 m2;
00:14:50 		     ^
00:14:50   symbol:   class Missing2
00:14:50   location: package q1.q2
00:14:50 2 errors
00:14:50 
00:14:50 
00:14:50 
00:14:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:52 --- javac err: ---
00:14:52 X.java:3: error: package a.b does not exist
00:14:52 		a.b.Missing1 m1;
00:14:52 		   ^
00:14:52 X.java:4: error: cannot find symbol
00:14:52 		q1.q2.Missing2 m2;
00:14:52 		     ^
00:14:52   symbol:   class Missing2
00:14:52   location: package q1.q2
00:14:52 2 errors
00:14:52 
00:14:52 
00:14:52 
00:14:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:53 --- javac err: ---
00:14:53 p/OtherFoo.java:2: error: package q1.q2 does not exist
00:14:53 public class OtherFoo extends q1.q2.Zork{
00:14:53                                    ^
00:14:53 X.java:3: error: package a.b does not exist
00:14:53 		a.b.Missing1 m1;
00:14:53 		   ^
00:14:53 X.java:4: error: package q1.q2 does not exist
00:14:53 		q1.q2.Missing2 m2;
00:14:53 		     ^
00:14:53 3 errors
00:14:53 
00:14:53 
00:14:53 
00:14:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:55 --- javac err: ---
00:14:55 X.java:2: error: cannot find symbol
00:14:55 	void foo(q1.q2.Missing1 m1) {
00:14:55 	              ^
00:14:55   symbol:   class Missing1
00:14:55   location: package q1.q2
00:14:55 X.java:3: error: package a.b does not exist
00:14:55 		a.b.Missing1 m1a;
00:14:55 		   ^
00:14:55 X.java:5: error: cannot find symbol
00:14:55 		q1.q2.Missing1 m11;
00:14:55 		     ^
00:14:55   symbol:   class Missing1
00:14:55   location: package q1.q2
00:14:55 3 errors
00:14:55 
00:14:55 
00:14:55 
00:14:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:14:58 --- javac err: ---
00:14:58 X.java:2: error: cannot find symbol
00:14:58 	void foo(q1.q2.Missing1 m1) {
00:14:58 	              ^
00:14:58   symbol:   class Missing1
00:14:58   location: package q1.q2
00:14:58 X.java:3: error: package a.b does not exist
00:14:58 		a.b.Missing1 m1a;
00:14:58 		   ^
00:14:58 X.java:5: error: cannot find symbol
00:14:58 		q1.q2.Missing1 m11;
00:14:58 		     ^
00:14:58   symbol:   class Missing1
00:14:58   location: package q1.q2
00:14:58 3 errors
00:14:58 
00:14:58 
00:14:58 
00:14:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:00 --- javac err: ---
00:15:00 X.java:2: error: cannot find symbol
00:15:00 	void foo(q1.q2.Missing1 m1) {
00:15:00 	              ^
00:15:00   symbol:   class Missing1
00:15:00   location: package q1.q2
00:15:00 X.java:3: error: package a.b does not exist
00:15:00 		a.b.Missing1 m1a;
00:15:00 		   ^
00:15:00 X.java:5: error: cannot find symbol
00:15:00 		q1.q2.Missing1 m11;
00:15:00 		     ^
00:15:00   symbol:   class Missing1
00:15:00   location: package q1.q2
00:15:00 3 errors
00:15:00 
00:15:00 
00:15:00 
00:15:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:02 --- javac err: ---
00:15:02 X.java:2: error: cannot find symbol
00:15:02 	void foo(q1.q2.Missing1 m1) {
00:15:02 	              ^
00:15:02   symbol:   class Missing1
00:15:02   location: package q1.q2
00:15:02 X.java:3: error: package a.b does not exist
00:15:02 		a.b.Missing1 m1a;
00:15:02 		   ^
00:15:02 Y.java:3: error: cannot find symbol
00:15:02 		q1.q2.Missing1 m11;
00:15:02 		     ^
00:15:02   symbol:   class Missing1
00:15:02   location: package q1.q2
00:15:02 3 errors
00:15:02 
00:15:02 
00:15:02 
00:15:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:03 --- javac err: ---
00:15:03 X.java:2: error: cannot find symbol
00:15:03 	void foo(Missing1 m1) {
00:15:03 	         ^
00:15:03   symbol:   class Missing1
00:15:03   location: class X
00:15:03 X.java:3: error: cannot find symbol
00:15:03 		Missing2 m2 = m1;
00:15:03 		^
00:15:03   symbol:   class Missing2
00:15:03   location: class X
00:15:03 2 errors
00:15:03 
00:15:03 
00:15:03 
00:15:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:04 --- javac err: ---
00:15:04 X.java:11: error: cannot find symbol
00:15:04 	Missing2 m2;
00:15:04 	^
00:15:04   symbol:   class Missing2
00:15:04   location: class Other
00:15:04 1 error
00:15:04 
00:15:04 
00:15:04 
00:15:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:05 --- javac err: ---
00:15:05 X.java:10: error: cannot find symbol
00:15:05 	Missing2 m2;
00:15:05 	^
00:15:05   symbol:   class Missing2
00:15:05   location: class Other
00:15:05 X.java:5: error: cannot find symbol
00:15:05 		Missing2.foo();
00:15:05 		^
00:15:05   symbol:   variable Missing2
00:15:05   location: class X
00:15:05 2 errors
00:15:05 
00:15:05 
00:15:05 
00:15:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:06 --- javac err: ---
00:15:06 Y.java:1: error: cannot find symbol
00:15:06 public class Y extends Z {
00:15:06                        ^
00:15:06   symbol: class Z
00:15:06 1 error
00:15:06 
00:15:06 
00:15:06 
00:15:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:07 --- javac err: ---
00:15:07 Y.java:1: error: cannot find symbol
00:15:07 public class Y extends Z {
00:15:07                        ^
00:15:07   symbol: class Z
00:15:07 1 error
00:15:07 
00:15:08 --- javac err: ---
00:15:08 X.java:1: error: cannot find symbol
00:15:08 public class X extends Y {
00:15:08                        ^
00:15:08   symbol: class Y
00:15:08 1 error
00:15:08 
00:15:08 
00:15:08 
00:15:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:09 --- javac err: ---
00:15:09 Y.java:1: error: cannot find symbol
00:15:09 public class Y extends Z {
00:15:09                        ^
00:15:09   symbol: class Z
00:15:09 1 error
00:15:09 
00:15:09 
00:15:09 
00:15:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:10 --- javac err: ---
00:15:10 X.java:3: error: cannot find symbol
00:15:10   void foo(p.Zork z) {}
00:15:10             ^
00:15:10   symbol:   class Zork
00:15:10   location: package p
00:15:10 1 error
00:15:10 
00:15:10 
00:15:10 
00:15:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:11 --- javac err: ---
00:15:11 Y.java:1: error: cannot find symbol
00:15:11 @Z public class Y {
00:15:11  ^
00:15:11   symbol: class Z
00:15:11 1 error
00:15:11 
00:15:11 
00:15:11 
00:15:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:12 --- javac err: ---
00:15:12 X1.java:2: error: cannot find symbol
00:15:12 	Zork bar() { return null; }	
00:15:12 	^
00:15:12   symbol:   class Zork
00:15:12   location: class X1
00:15:12 1 error
00:15:12 
00:15:12 
00:15:12 
00:15:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:13 --- javac err: ---
00:15:13 X1.java:2: error: cannot find symbol
00:15:13 	Zork bar() { return null; }	
00:15:13 	^
00:15:13   symbol:   class Zork
00:15:13   location: class X1
00:15:13 1 error
00:15:13 
00:15:14 --- javac err: ---
00:15:14 X.java:2: error: cannot find symbol
00:15:14 	void foo(X1 x1) {
00:15:14 	         ^
00:15:14   symbol:   class X1
00:15:14   location: class X
00:15:14 1 error
00:15:14 
00:15:14 
00:15:14 
00:15:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:15 --- javac err: ---
00:15:15 X1.java:2: error: cannot find symbol
00:15:15 	Object bar(Zork z) { return null; }	
00:15:15 	           ^
00:15:15   symbol:   class Zork
00:15:15   location: class X1
00:15:15 1 error
00:15:15 
00:15:15 
00:15:15 
00:15:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:16 --- javac err: ---
00:15:16 X1.java:2: error: cannot find symbol
00:15:16 	Object bar(Zork z) { return null; }	
00:15:16 	           ^
00:15:16   symbol:   class Zork
00:15:16   location: class X1
00:15:16 1 error
00:15:16 
00:15:17 --- javac err: ---
00:15:17 X.java:2: error: cannot find symbol
00:15:17 	void foo(X1 x1) {
00:15:17 	         ^
00:15:17   symbol:   class X1
00:15:17   location: class X
00:15:17 1 error
00:15:17 
00:15:17 
00:15:17 
00:15:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:18 --- javac err: ---
00:15:18 X1.java:2: error: cannot find symbol
00:15:18 	Object bar(Object o) throws Zork { return null; }	
00:15:18 	                            ^
00:15:18   symbol:   class Zork
00:15:18   location: class X1
00:15:18 1 error
00:15:18 
00:15:18 
00:15:18 
00:15:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:19 --- javac err: ---
00:15:19 X1.java:2: error: cannot find symbol
00:15:19 	Object bar(Object o) throws Zork { return null; }	
00:15:19 	                            ^
00:15:19   symbol:   class Zork
00:15:19   location: class X1
00:15:19 1 error
00:15:19 
00:15:20 --- javac err: ---
00:15:20 X.java:2: error: cannot find symbol
00:15:20 	void foo(X1 x1) {
00:15:20 	         ^
00:15:20   symbol:   class X1
00:15:20   location: class X
00:15:20 1 error
00:15:20 
00:15:20 
00:15:20 
00:15:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:21 --- javac err: ---
00:15:21 X1.java:2: error: cannot find symbol
00:15:21 	public X1(Zork z) {}
00:15:21 	          ^
00:15:21   symbol:   class Zork
00:15:21   location: class X1
00:15:21 1 error
00:15:21 
00:15:21 
00:15:21 
00:15:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:22 --- javac err: ---
00:15:22 X1.java:2: error: cannot find symbol
00:15:22 	public X1(Zork z) {}
00:15:22 	          ^
00:15:22   symbol:   class Zork
00:15:22   location: class X1
00:15:22 1 error
00:15:22 
00:15:23 --- javac err: ---
00:15:23 X.java:2: error: cannot find symbol
00:15:23 	void foo(X1 x1) {
00:15:23 	         ^
00:15:23   symbol:   class X1
00:15:23   location: class X
00:15:23 X.java:3: error: cannot find symbol
00:15:23 		Object o = new X1(x1);
00:15:23 		               ^
00:15:23   symbol:   class X1
00:15:23   location: class X
00:15:23 2 errors
00:15:23 
00:15:23 
00:15:23 
00:15:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:24 --- javac err: ---
00:15:24 X1.java:2: error: cannot find symbol
00:15:24 	public X1() throws Zork {}
00:15:24 	                   ^
00:15:24   symbol:   class Zork
00:15:24   location: class X1
00:15:24 1 error
00:15:24 
00:15:24 
00:15:24 
00:15:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:25 --- javac err: ---
00:15:25 X1.java:2: error: cannot find symbol
00:15:25 	public X1() throws Zork {}
00:15:25 	                   ^
00:15:25   symbol:   class Zork
00:15:25   location: class X1
00:15:25 1 error
00:15:25 
00:15:26 --- javac err: ---
00:15:26 X.java:2: error: cannot find symbol
00:15:26 	void foo(X1 x1) {
00:15:26 	         ^
00:15:26   symbol:   class X1
00:15:26   location: class X
00:15:26 X.java:3: error: cannot find symbol
00:15:26 		Object o = new X1();
00:15:26 		               ^
00:15:26   symbol:   class X1
00:15:26   location: class X
00:15:26 2 errors
00:15:26 
00:15:26 
00:15:26 
00:15:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:27 --- javac err: ---
00:15:27 X1.java:2: error: cannot find symbol
00:15:27 	public X1(Zork z) {}
00:15:27 	          ^
00:15:27   symbol:   class Zork
00:15:27   location: class X1
00:15:27 1 error
00:15:27 
00:15:27 
00:15:27 
00:15:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:28 --- javac err: ---
00:15:28 X1.java:2: error: cannot find symbol
00:15:28 	public X1(Zork z) {}
00:15:28 	          ^
00:15:28   symbol:   class Zork
00:15:28   location: class X1
00:15:28 1 error
00:15:28 
00:15:29 --- javac err: ---
00:15:29 X.java:2: error: cannot find symbol
00:15:29 	void foo(X1 x1) {
00:15:29 	         ^
00:15:29   symbol:   class X1
00:15:29   location: class X
00:15:29 X.java:3: error: cannot find symbol
00:15:29 		Object o = new X1(x1){};
00:15:29 		               ^
00:15:29   symbol:   class X1
00:15:29   location: class X
00:15:29 2 errors
00:15:29 
00:15:29 
00:15:29 
00:15:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:30 --- javac err: ---
00:15:30 X1.java:2: error: cannot find symbol
00:15:30 	public X1() throws Zork {}
00:15:30 	                   ^
00:15:30   symbol:   class Zork
00:15:30   location: class X1
00:15:30 1 error
00:15:30 
00:15:30 
00:15:30 
00:15:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:31 --- javac err: ---
00:15:31 X1.java:2: error: cannot find symbol
00:15:31 	public X1() throws Zork {}
00:15:31 	                   ^
00:15:31   symbol:   class Zork
00:15:31   location: class X1
00:15:31 1 error
00:15:31 
00:15:32 --- javac err: ---
00:15:32 X.java:2: error: cannot find symbol
00:15:32 	void foo(X1 x1) {
00:15:32 	         ^
00:15:32   symbol:   class X1
00:15:32   location: class X
00:15:32 X.java:3: error: cannot find symbol
00:15:32 		Object o = new X1(){};
00:15:32 		               ^
00:15:32   symbol:   class X1
00:15:32   location: class X
00:15:32 2 errors
00:15:32 
00:15:32 
00:15:32 
00:15:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:33 --- javac err: ---
00:15:33 X1.java:2: error: cannot find symbol
00:15:33 	public X1(Zork z) {}
00:15:33 	          ^
00:15:33   symbol:   class Zork
00:15:33   location: class X1
00:15:33 1 error
00:15:33 
00:15:33 
00:15:33 
00:15:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:34 --- javac err: ---
00:15:34 X1.java:2: error: cannot find symbol
00:15:34 	public X1(Zork z) {}
00:15:34 	          ^
00:15:34   symbol:   class Zork
00:15:34   location: class X1
00:15:34 1 error
00:15:34 
00:15:35 --- javac err: ---
00:15:35 X.java:1: error: cannot find symbol
00:15:35 public class X extends X1 {
00:15:35                        ^
00:15:35   symbol: class X1
00:15:35 X.java:2: error: cannot find symbol
00:15:35 	X(X1 x1) {
00:15:35 	  ^
00:15:35   symbol:   class X1
00:15:35   location: class X
00:15:35 2 errors
00:15:35 
00:15:35 
00:15:35 
00:15:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:36 --- javac err: ---
00:15:36 X1.java:2: error: cannot find symbol
00:15:36 	public X1() throws Zork {}
00:15:36 	                   ^
00:15:36   symbol:   class Zork
00:15:36   location: class X1
00:15:36 1 error
00:15:36 
00:15:36 
00:15:36 
00:15:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:37 --- javac err: ---
00:15:37 X1.java:2: error: cannot find symbol
00:15:37 	public X1() throws Zork {}
00:15:37 	                   ^
00:15:37   symbol:   class Zork
00:15:37   location: class X1
00:15:37 1 error
00:15:37 
00:15:38 --- javac err: ---
00:15:38 X.java:1: error: cannot find symbol
00:15:38 public class X extends X1 {
00:15:38                        ^
00:15:38   symbol: class X1
00:15:38 X.java:2: error: cannot find symbol
00:15:38 	X(X1 x1) {
00:15:38 	  ^
00:15:38   symbol:   class X1
00:15:38   location: class X
00:15:38 2 errors
00:15:38 
00:15:38 
00:15:38 
00:15:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:39 --- javac err: ---
00:15:39 X.java:11: error: cannot find symbol
00:15:39 	Zork zork;
00:15:39 	^
00:15:39   symbol:   class Zork
00:15:39   location: class X
00:15:39 X.java:15: error: cannot find symbol
00:15:39 	Zork zork;
00:15:39 	^
00:15:39   symbol:   class Zork
00:15:39   location: class X1
00:15:39 2 errors
00:15:39 
00:15:39 
00:15:39 
00:15:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:40 --- javac err: ---
00:15:40 X.java:11: error: cannot find symbol
00:15:40 	Zork zork;
00:15:40 	^
00:15:40   symbol:   class Zork
00:15:40   location: class X
00:15:40 X.java:15: error: cannot find symbol
00:15:40 	Zork zork;
00:15:40 	^
00:15:40   symbol:   class Zork
00:15:40   location: class X1
00:15:40 2 errors
00:15:40 
00:15:40 
00:15:40 
00:15:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:41 --- javac err: ---
00:15:41 X.java:11: error: cannot find symbol
00:15:41 	Zork zork;
00:15:41 	^
00:15:41   symbol:   class Zork
00:15:41   location: class X
00:15:41 X.java:15: error: cannot find symbol
00:15:41 	Zork zork;
00:15:41 	^
00:15:41   symbol:   class Zork
00:15:41   location: class X1
00:15:41 X.java:3: error: cannot find symbol
00:15:41 		Zork z;
00:15:41 		^
00:15:41   symbol:   class Zork
00:15:41   location: class X
00:15:41 3 errors
00:15:41 
00:15:41 
00:15:41 
00:15:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:42 --- javac err: ---
00:15:42 X1.java:3: error: cannot find symbol
00:15:42 	public Zork zork;
00:15:42 	       ^
00:15:42   symbol:   class Zork
00:15:42   location: class X1
00:15:42 1 error
00:15:42 
00:15:43 --- javac err: ---
00:15:43 X.java:2: error: cannot find symbol
00:15:43 	void foo(X1 x1) {
00:15:43 	         ^
00:15:43   symbol:   class X1
00:15:43   location: class X
00:15:43 X.java:11: error: cannot find symbol
00:15:43 	Zork zork;
00:15:43 	^
00:15:43   symbol:   class Zork
00:15:43   location: class X
00:15:43 2 errors
00:15:43 
00:15:43 
00:15:43 
00:15:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:44 --- javac err: ---
00:15:44 X1.java:3: error: cannot find symbol
00:15:44 	public Zork zork;
00:15:44 	       ^
00:15:44   symbol:   class Zork
00:15:44   location: class X1
00:15:44 1 error
00:15:44 
00:15:45 --- javac err: ---
00:15:45 X.java:2: error: cannot find symbol
00:15:45 	void bar(X1 x1) {
00:15:45 	         ^
00:15:45   symbol:   class X1
00:15:45   location: class X
00:15:45 X.java:11: error: cannot find symbol
00:15:45 	Zork zork;
00:15:45 	^
00:15:45   symbol:   class Zork
00:15:45   location: class X
00:15:45 2 errors
00:15:45 
00:15:45 
00:15:45 
00:15:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:46 --- javac err: ---
00:15:46 X1.java:3: error: cannot find symbol
00:15:46 	public Zork zork;
00:15:46 	       ^
00:15:46   symbol:   class Zork
00:15:46   location: class X1
00:15:46 1 error
00:15:46 
00:15:47 --- javac err: ---
00:15:47 X.java:2: error: cannot find symbol
00:15:47 	void baz(X1 x1) {
00:15:47 	         ^
00:15:47   symbol:   class X1
00:15:47   location: class X
00:15:47 X.java:11: error: cannot find symbol
00:15:47 	Zork zork;
00:15:47 	^
00:15:47   symbol:   class Zork
00:15:47   location: class X
00:15:47 X.java:3: error: cannot find symbol
00:15:47 		Zork z;
00:15:47 		^
00:15:47   symbol:   class Zork
00:15:47   location: class X
00:15:47 3 errors
00:15:47 
00:15:47 
00:15:47 
00:15:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:48 --- javac err: ---
00:15:48 X.java:8: error: cannot find symbol
00:15:48 	Zork bar(){}
00:15:48 	^
00:15:48   symbol:   class Zork
00:15:48   location: class X1
00:15:48 1 error
00:15:48 
00:15:48 
00:15:48 
00:15:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:49 --- javac err: ---
00:15:49 X.java:13: error: cannot find symbol
00:15:49 	X1(Zork z) {}
00:15:49 	   ^
00:15:49   symbol:   class Zork
00:15:49   location: class X1
00:15:49 X.java:3: error: cannot find symbol
00:15:49 		new X1(x1).baz();
00:15:49 		          ^
00:15:49   symbol:   method baz()
00:15:49   location: class X1
00:15:49 X.java:4: error: cannot find symbol
00:15:49 		new X1(null).baz();
00:15:49 		            ^
00:15:49   symbol:   method baz()
00:15:49   location: class X1
00:15:49 X.java:5: error: cannot find symbol
00:15:49 		new Zork().baz();
00:15:49 		    ^
00:15:49   symbol:   class Zork
00:15:49   location: class X
00:15:49 X.java:6: error: cannot find symbol
00:15:49 		new X1(x1){}.baz();
00:15:49 		            ^
00:15:49   symbol: method baz()
00:15:49 X.java:7: error: cannot find symbol
00:15:49 		new X1(null){}.baz();
00:15:49 		              ^
00:15:49   symbol: method baz()
00:15:49 X.java:8: error: cannot find symbol
00:15:49 		new Zork(){}.baz();
00:15:49 		    ^
00:15:49   symbol:   class Zork
00:15:49   location: class X
00:15:49 7 errors
00:15:49 
00:15:49 
00:15:49 
00:15:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:50 --- javac err: ---
00:15:50 X.java:2: error: cannot find symbol
00:15:50 	void foo(Zork z) {
00:15:50 	         ^
00:15:50   symbol:   class Zork
00:15:50   location: class X
00:15:50 1 error
00:15:50 
00:15:50 
00:15:50 
00:15:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:51 --- javac err: ---
00:15:51 X.java:10: error: cannot find symbol
00:15:51 	Zork z;
00:15:51 	^
00:15:51   symbol:   class Zork
00:15:51   location: class X1
00:15:51 X.java:11: error: cannot find symbol
00:15:51 	Zork[] zArray;
00:15:51 	^
00:15:51   symbol:   class Zork
00:15:51   location: class X1
00:15:51 X.java:4: error: incompatible types: Zork[] cannot be converted to int
00:15:51 		int j = x1.next.zArray;
00:15:51 		               ^
00:15:51 3 errors
00:15:51 
00:15:51 
00:15:51 
00:15:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:52 --- javac err: ---
00:15:52 X.java:11: error: cannot find symbol
00:15:52 	Zork z;
00:15:52 	^
00:15:52   symbol:   class Zork
00:15:52   location: class X1
00:15:52 X.java:12: error: cannot find symbol
00:15:52 	Zork[] zArray;
00:15:52 	^
00:15:52   symbol:   class Zork
00:15:52   location: class X1
00:15:52 X.java:5: error: incompatible types: Zork[] cannot be converted to int
00:15:52 		int j = x1.next.zArray;
00:15:52 		               ^
00:15:52 3 errors
00:15:52 
00:15:52 
00:15:52 
00:15:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:53 --- javac err: ---
00:15:53 p/X.java:10: error: cannot find symbol
00:15:53 	static Zork z;
00:15:53 	       ^
00:15:53   symbol:   class Zork
00:15:53   location: class X1
00:15:53 p/X.java:11: error: cannot find symbol
00:15:53 	static Zork[] zArray;
00:15:53 	       ^
00:15:53   symbol:   class Zork
00:15:53   location: class X1
00:15:53 p/X.java:5: error: incompatible types: Zork[] cannot be converted to int
00:15:53 		int j = p.X1.zArray;
00:15:53 		            ^
00:15:53 3 errors
00:15:53 
00:15:53 
00:15:53 
00:15:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:54 --- javac err: ---
00:15:54 X.java:4: error: cannot find symbol
00:15:54         Serializable[] v= new ArrayListExtra[10];
00:15:54                               ^
00:15:54   symbol:   class ArrayListExtra
00:15:54   location: class X
00:15:54 1 error
00:15:54 
00:15:54 
00:15:54 
00:15:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:55 --- javac err: ---
00:15:55 X.java:8: error: cannot find symbol
00:15:55     Zork[] array;
00:15:55     ^
00:15:55   symbol:   class Zork
00:15:55   location: class X
00:15:55 1 error
00:15:55 
00:15:55 
00:15:55 
00:15:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:56 --- javac err: ---
00:15:56 X.java:10: error: cannot find symbol
00:15:56         Zork bar() {
00:15:56         ^
00:15:56   symbol:   class Zork
00:15:56   location: class X
00:15:56 X.java:3: error: cannot find symbol
00:15:56                 Zork z1 = null;
00:15:56                 ^
00:15:56   symbol:   class Zork
00:15:56   location: class X
00:15:56 X.java:7: error: cannot find symbol
00:15:56                 Zork[] array = null;
00:15:56                 ^
00:15:56   symbol:   class Zork
00:15:56   location: class X
00:15:56 3 errors
00:15:56 
00:15:56 
00:15:56 
00:15:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:57 --- javac err: ---
00:15:57 E.java:7: error: cannot find symbol
00:15:57     E<XYX> fList= new E<SomeType>();
00:15:57       ^
00:15:57   symbol:   class XYX
00:15:57   location: class E<T>
00:15:57   where T is a type-variable:
00:15:57     T extends Object declared in class E
00:15:57 E.java:4: error: cannot find symbol
00:15:57         E<XYX> list= new E<SomeType>();
00:15:57           ^
00:15:57   symbol:   class XYX
00:15:57   location: class E<T>
00:15:57   where T is a type-variable:
00:15:57     T extends Object declared in class E
00:15:57 2 errors
00:15:57 
00:15:57 
00:15:57 
00:15:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:58 --- javac err: ---
00:15:58 E.java:5: error: cannot find symbol
00:15:58         E<Map<String, ? extends XYX>> list= new E<Map<String, ? extends SomeType>>() {
00:15:58                                 ^
00:15:58   symbol:   class XYX
00:15:58   location: class E<T>
00:15:58   where T is a type-variable:
00:15:58     T extends Object declared in class E
00:15:58 1 error
00:15:58 
00:15:58 
00:15:58 
00:15:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:15:59 --- javac err: ---
00:15:59 p/X.java:3: error: cannot find symbol
00:15:59 	IOException foo() {}
00:15:59 	^
00:15:59   symbol:   class IOException
00:15:59   location: class X
00:15:59 p/Y.java:5: error: cannot find symbol
00:15:59    void bar(Zork z) {}
00:15:59             ^
00:15:59   symbol:   class Zork
00:15:59   location: class Y
00:15:59 2 errors
00:15:59 
00:15:59 
00:15:59 
00:15:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:00 --- javac err: ---
00:16:00 p/X.java:3: error: cannot find symbol
00:16:00 	IOException foo() {}
00:16:00 	^
00:16:00   symbol:   class IOException
00:16:00   location: class X
00:16:00 q/Y.java:6: error: cannot find symbol
00:16:00    void bar(Zork z) {}
00:16:00             ^
00:16:00   symbol:   class Zork
00:16:00   location: class Y
00:16:00 2 errors
00:16:00 
00:16:00 
00:16:00 
00:16:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:01 --- javac err: ---
00:16:01 X.java:2: error: cannot find symbol
00:16:01 	IOException foo() {}
00:16:01 	^
00:16:01   symbol:   class IOException
00:16:01   location: class X
00:16:01 Y.java:4: error: cannot find symbol
00:16:01    void bar(Zork z) {}
00:16:01             ^
00:16:01   symbol:   class Zork
00:16:01   location: class Y
00:16:01 2 errors
00:16:01 
00:16:01 
00:16:01 
00:16:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:02 --- javac err: ---
00:16:02 X.java:8: error: cannot find symbol
00:16:02 class Foo extends Zork {
00:16:02                   ^
00:16:02   symbol: class Zork
00:16:02 X.java:4: error: cannot find symbol
00:16:02 	public void bar() throws Zork {
00:16:02 	                         ^
00:16:02   symbol:   class Zork
00:16:02   location: class X
00:16:02 X.java:2: error: incompatible types: Foo cannot be converted to Throwable
00:16:02 	public void foo() throws Foo {
00:16:02 	                         ^
00:16:02 3 errors
00:16:02 
00:16:02 
00:16:02 
00:16:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:03 --- javac err: ---
00:16:03 X.java:6: error: Foo.Private has private access in Foo
00:16:03 	void foo(Foo.Private p) {
00:16:03 	            ^
00:16:03 1 error
00:16:03 
00:16:03 
00:16:03 
00:16:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:05 --- javac err: ---
00:16:05 X.java:9: error: cannot find symbol
00:16:05 	Zork<String> bar1() {}
00:16:05 	^
00:16:05   symbol:   class Zork
00:16:05   location: class X
00:16:05 X.java:10: error: cannot find symbol
00:16:05 	List<Zork> bar2() {}
00:16:05 	     ^
00:16:05   symbol:   class Zork
00:16:05   location: class X
00:16:05 X.java:11: error: cannot find symbol
00:16:05 	void bar3(Zork<String> z) {}
00:16:05 	          ^
00:16:05   symbol:   class Zork
00:16:05   location: class X
00:16:05 X.java:12: error: cannot find symbol
00:16:05 	void bar4(Zork<String,String> z) {}
00:16:05 	          ^
00:16:05   symbol:   class Zork
00:16:05   location: class X
00:16:05 X.java:7: error: method bar4 in class X cannot be applied to given types;
00:16:05 		bar4(null,null);
00:16:05 		^
00:16:05   required: <any>
00:16:05   found: <null>,<null>
00:16:05   reason: actual and formal argument lists differ in length
00:16:05 5 errors
00:16:05 
00:16:05 
00:16:05 
00:16:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:06 --- javac err: ---
00:16:06 X.java:3: error: cannot find symbol
00:16:06 		Zork<?,?> z = (Zork<?, ? extends Number>) o;
00:16:06 		^
00:16:06   symbol:   class Zork
00:16:06   location: class X
00:16:06 X.java:3: error: cannot find symbol
00:16:06 		Zork<?,?> z = (Zork<?, ? extends Number>) o;
00:16:06 		               ^
00:16:06   symbol:   class Zork
00:16:06   location: class X
00:16:06 X.java:4: error: cannot find symbol
00:16:06 		String s = (Zork<?, ? extends Number>) o;
00:16:06 		            ^
00:16:06   symbol:   class Zork
00:16:06   location: class X
00:16:06 3 errors
00:16:06 
00:16:06 
00:16:06 
00:16:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:07 --- javac err: ---
00:16:07 X.java:3: error: cannot find symbol
00:16:07 		Zork<?,?> z = (Zork<?, ? super Number>) o;
00:16:07 		^
00:16:07   symbol:   class Zork
00:16:07   location: class X
00:16:07 X.java:3: error: cannot find symbol
00:16:07 		Zork<?,?> z = (Zork<?, ? super Number>) o;
00:16:07 		               ^
00:16:07   symbol:   class Zork
00:16:07   location: class X
00:16:07 X.java:4: error: cannot find symbol
00:16:07 		String s = (Zork<?, ? super Number>) o;
00:16:07 		            ^
00:16:07   symbol:   class Zork
00:16:07   location: class X
00:16:07 3 errors
00:16:07 
00:16:07 
00:16:07 
00:16:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:08 --- javac err: ---
00:16:08 X.java:3: error: cannot find symbol
00:16:08 		Zork<?,?> z = (Zork<?, ? super Number[]>) o;
00:16:08 		^
00:16:08   symbol:   class Zork
00:16:08   location: class X
00:16:08 X.java:3: error: cannot find symbol
00:16:08 		Zork<?,?> z = (Zork<?, ? super Number[]>) o;
00:16:08 		               ^
00:16:08   symbol:   class Zork
00:16:08   location: class X
00:16:08 X.java:4: error: cannot find symbol
00:16:08 		String s = (Zork<?, ? extends Number[]>) o;
00:16:08 		            ^
00:16:08   symbol:   class Zork
00:16:08   location: class X
00:16:08 3 errors
00:16:08 
00:16:08 
00:16:08 
00:16:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:09 --- javac err: ---
00:16:09 X.java:6: error: cannot find symbol
00:16:09 	public Zork m(String arg0) {
00:16:09 	       ^
00:16:09   symbol:   class Zork
00:16:09   location: class X
00:16:09 1 error
00:16:09 
00:16:09 
00:16:09 
00:16:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:10 --- javac err: ---
00:16:10 X.java:2: error: cannot find symbol
00:16:10 	public Zork m(X x) {
00:16:10 	       ^
00:16:10   symbol:   class Zork
00:16:10   location: class X
00:16:10 1 error
00:16:10 
00:16:10 
00:16:10 
00:16:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:11 --- javac err: ---
00:16:11 X.java:6: error: cannot find symbol
00:16:11 	public void m() throws IOException {
00:16:11 	                       ^
00:16:11   symbol:   class IOException
00:16:11   location: class X
00:16:11 1 error
00:16:11 
00:16:11 
00:16:11 
00:16:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:12 --- javac err: ---
00:16:12 com/ost/util/report/Matrix.java:4: warning: [serial] serializable class Matrix has no definition of serialVersionUID
00:16:12 public class Matrix<T> implements Serializable {
00:16:12        ^
00:16:12 com/ost/util/report/FilterConstraintSpecification.java:4: warning: [serial] serializable class FilterConstraintSpecification has no definition of serialVersionUID
00:16:12 public final class FilterConstraintSpecification implements Serializable, Cloneable {
00:16:12              ^
00:16:12 com/ost/util/report/exceptions/MalformedFilterConstraintSpecification.java:2: warning: [serial] serializable class MalformedFilterConstraintSpecification has no definition of serialVersionUID
00:16:12 public class MalformedFilterConstraintSpecification extends RuntimeException {
00:16:12        ^
00:16:12 com/ost/util/report/exceptions/InvalidRowSizeException.java:2: warning: [serial] serializable class InvalidRowSizeException has no definition of serialVersionUID
00:16:12 public class InvalidRowSizeException extends RuntimeException {
00:16:12        ^
00:16:12 4 warnings
00:16:12 
00:16:12 
00:16:12 
00:16:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:13 --- javac err: ---
00:16:13 com/ost/util/report/Matrix.java:4: warning: [serial] serializable class Matrix has no definition of serialVersionUID
00:16:13 public class Matrix<T> implements Serializable {
00:16:13        ^
00:16:13 com/ost/util/report/FilterConstraintSpecification.java:4: warning: [serial] serializable class FilterConstraintSpecification has no definition of serialVersionUID
00:16:13 public final class FilterConstraintSpecification implements Serializable, Cloneable {
00:16:13              ^
00:16:13 com/ost/util/report/exceptions/MalformedFilterConstraintSpecification.java:2: warning: [serial] serializable class MalformedFilterConstraintSpecification has no definition of serialVersionUID
00:16:13 public class MalformedFilterConstraintSpecification extends RuntimeException {
00:16:13        ^
00:16:13 com/ost/util/report/exceptions/InvalidRowSizeException.java:2: warning: [serial] serializable class InvalidRowSizeException has no definition of serialVersionUID
00:16:13 public class InvalidRowSizeException extends RuntimeException {
00:16:13        ^
00:16:13 4 warnings
00:16:13 
00:16:13 
00:16:13 
00:16:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:14 
00:16:14 
00:16:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:15 --- javac err: ---
00:16:15 foo/X.java:6: error: class exceptions clashes with package of same name
00:16:15 class exceptions {}
00:16:15 ^
00:16:15 foo/exceptions/Z.java:1: error: package foo.exceptions clashes with class of same name
00:16:15 package foo.exceptions;
00:16:15 ^
00:16:15 2 errors
00:16:15 
00:16:15 
00:16:15 
00:16:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:16 --- javac err: ---
00:16:16 p/X.java:2: error: package zork does not exist
00:16:16 public class X extends zork.Z {
00:16:16                            ^
00:16:16 1 error
00:16:16 
00:16:16 
00:16:16 
00:16:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:17 --- javac err: ---
00:16:17 p/X.java:2: error: package zork does not exist
00:16:17 public class X extends zork.Z {
00:16:17                            ^
00:16:17 1 error
00:16:17 
00:16:17 
00:16:17 
00:16:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:18 --- javac err: ---
00:16:18 p/X.java:2: error: package zork does not exist
00:16:18 public class X extends zork.Z {
00:16:18                            ^
00:16:18 1 error
00:16:18 
00:16:18 
00:16:18 
00:16:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:20 --- javac err: ---
00:16:20 p/X.java:2: error: package zork does not exist
00:16:20 public class X extends zork.Z {
00:16:20                            ^
00:16:20 1 error
00:16:20 
00:16:20 
00:16:20 
00:16:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:21 --- javac err: ---
00:16:21 com/foo/bar/baz/reporting/dom/ReportExceptionBase.java:2: warning: [serial] serializable class ReportExceptionBase has no definition of serialVersionUID
00:16:21 public class ReportExceptionBase extends Exception  {
00:16:21        ^
00:16:21 1 warning
00:16:21 
00:16:21 
00:16:21 
00:16:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:22 --- javac err: ---
00:16:22 X.java:2: error: cannot find symbol
00:16:22 <U,V extends Runnable> void foo(Zork z) {}	
00:16:22                                 ^
00:16:22   symbol:   class Zork
00:16:22   location: class X
00:16:22 1 error
00:16:22 
00:16:22 
00:16:22 
00:16:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:23 --- javac err: ---
00:16:23 TypeUtils.java:483: error: cannot find symbol
00:16:23 	Collection<?> group, Class<? extends S> sourceType, Getter<S,T> getter,
00:16:23 	                                                    ^
00:16:23   symbol:   class Getter
00:16:23   location: class TypeUtils
00:16:23 TypeUtils.java:520: error: cannot find symbol
00:16:23 	Collection<?> group, Class<? extends S> sourceType, Getter<S,T> getter,
00:16:23 	                                                    ^
00:16:23   symbol:   class Getter
00:16:23   location: class TypeUtils
00:16:23 TypeUtils.java:444: error: incompatible types: Object cannot be converted to T
00:16:23 			if (type.isInstance(target)) return target;
00:16:23 			                                    ^
00:16:23   where T is a type-variable:
00:16:23     T extends Class<?> declared in method <T>getFirstAssignableTo(Collection<Object>,T)
00:16:23 TypeUtils.java:458: warning: [rawtypes] found raw type: Collection
00:16:23 	public static Object getFirstIdenticalTo(Collection targets, Class type) {
00:16:23 	                                         ^
00:16:23   missing type arguments for generic class Collection<E>
00:16:23   where E is a type-variable:
00:16:23     E extends Object declared in interface Collection
00:16:23 TypeUtils.java:458: warning: [rawtypes] found raw type: Class
00:16:23 	public static Object getFirstIdenticalTo(Collection targets, Class type) {
00:16:23 	                                                             ^
00:16:23   missing type arguments for generic class Class<T>
00:16:23   where T is a type-variable:
00:16:23     T extends Object declared in class Class
00:16:23 TypeUtils.java:459: warning: [rawtypes] found raw type: Iterator
00:16:23 		Iterator targetI = targets.iterator();
00:16:23 		^
00:16:23   missing type arguments for generic class Iterator<E>
00:16:23   where E is a type-variable:
00:16:23     E extends Object declared in interface Iterator
00:16:23 TypeUtils.java:499: warning: [unchecked] unchecked cast
00:16:23 			S source = (S) obj;
00:16:23 			               ^
00:16:23   required: S
00:16:23   found:    Object
00:16:23   where S,T,TT,R are type-variables:
00:16:23     S extends Object declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
00:16:23     T extends Object declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
00:16:23     TT extends T declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
00:16:23     R extends Collection<? super TT> declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
00:16:23 TypeUtils.java:502: warning: [unchecked] unchecked cast
00:16:23 			retVal.add((TT) target);
00:16:23 			                ^
00:16:23   required: TT
00:16:23   found:    T
00:16:23   where T,S,TT,R are type-variables:
00:16:23     T extends Object declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
00:16:23     S extends Object declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
00:16:23     TT extends T declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
00:16:23     R extends Collection<? super TT> declared in method <S,T,TT,R>getAll(Collection<?>,Class<? extends S>,<any>,Class<TT>,R)
00:16:23 TypeUtils.java:534: warning: [unchecked] unchecked cast
00:16:23 			S source = (S) obj;
00:16:23 			               ^
00:16:23   required: S
00:16:23   found:    Object
00:16:23   where S,T,R are type-variables:
00:16:23 
00:16:23     S extends Object declared in method <S,T,R>getAll(Collection<?>,Class<? extends S>,<any>,R)
00:16:23 
00:16:23     T extends Object declared in method <S,T,R>getAll(Collection<?>,Class<? extends S>,<any>,R)
00:16:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:23     R extends Collection<? super T> declared in method <S,T,R>getAll(Collection<?>,Class<? extends S>,<any>,R)
00:16:23 3 errors
00:16:23 6 warnings
00:16:23 
00:16:24 --- javac err: ---
00:16:24 p1/p2/X.java:3: error: package p2.p3 does not exist
00:16:24 	public p2.p3.Z z() {return null;}
00:16:24 	            ^
00:16:24 1 error
00:16:24 
00:16:24 
00:16:24 
00:16:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:26 --- javac err: ---
00:16:26 X.java:5: error: cannot find symbol
00:16:26 		List<? extends Zork> zlist = null;
00:16:26 		               ^
00:16:26   symbol:   class Zork
00:16:26   location: class X
00:16:26 1 error
00:16:26 
00:16:26 
00:16:26 
00:16:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:28 --- javac err: ---
00:16:28 X.java:7: error: cannot find symbol
00:16:28 	<T> T bar(Zork z) { return z; }
00:16:28 	          ^
00:16:28   symbol:   class Zork
00:16:28   location: class X
00:16:28 1 error
00:16:28 
00:16:28 
00:16:28 
00:16:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:29 --- javac err: ---
00:16:29 X.java:7: error: invalid method declaration; return type required
00:16:29 	<T> bar(Zork z) { return z; }
00:16:29 	    ^
00:16:29 1 error
00:16:29 
00:16:29 
00:16:29 
00:16:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:30 --- javac err: ---
00:16:30 p2/B.java:2: error: package p1 does not exist
00:16:30 import p1.A;
00:16:30          ^
00:16:30 p2/B.java:4: error: cannot find symbol
00:16:30 	public static A foo() {}
00:16:30 	              ^
00:16:30   symbol:   class A
00:16:30   location: class B
00:16:30 p3/C.java:2: error: package p1 does not exist
00:16:30 import p1.A;
00:16:30          ^
00:16:30 p3/C.java:4: error: cannot find symbol
00:16:30 	public static A foo() {}
00:16:30 	              ^
00:16:30   symbol:   class A
00:16:30   location: class C
00:16:30 4 errors
00:16:30 
00:16:30 
00:16:30 
00:16:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:31 --- javac err: ---
00:16:31 X.java:6: error: cannot find symbol
00:16:31 			TheFieldDeclaratation fieldDeclaratation, Env
00:16:31 			^
00:16:31   symbol:   class TheFieldDeclaratation
00:16:31   location: class X
00:16:31 1 error
00:16:31 
00:16:31 
00:16:31 
00:16:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:32 
00:16:32 
00:16:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:33 
00:16:33 
00:16:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:34 
00:16:34 
00:16:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:36 
00:16:36 
00:16:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:37 
00:16:37 
00:16:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:38 
00:16:38 
00:16:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:39 
00:16:39 
00:16:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:40 
00:16:40 
00:16:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:41 --- javac err: ---
00:16:41 p/Bar.java:2: error: package q does not exist
00:16:41 import q.Zork;
00:16:41         ^
00:16:41 1 error
00:16:41 
00:16:42 --- javac err: ---
00:16:42 X.java:1: error: package p does not exist
00:16:42 import p.Bar;
00:16:42         ^
00:16:42 X.java:2: error: cannot find symbol
00:16:42 public class X extends Bar {
00:16:42                        ^
00:16:42   symbol: class Bar
00:16:42 2 errors
00:16:42 
00:16:42 
00:16:42 
00:16:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:43 
00:16:43 
00:16:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:44 --- javac err: ---
00:16:44 X.java:3: error: cannot find symbol
00:16:44 		new Listener() {
00:16:44 		    ^
00:16:44   symbol:   class Listener
00:16:44   location: class X
00:16:44 X.java:6: error: cannot find symbol
00:16:44        new Listener() {
00:16:44            ^
00:16:44   symbol:   class Listener
00:16:44   location: class X
00:16:44 2 errors
00:16:44 
00:16:44 
00:16:44 
00:16:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:45 --- javac err: ---
00:16:45 p/OuterBogus.java:2: error: illegal combination of modifiers: abstract and final
00:16:45 abstract final class OuterBogus {
00:16:45                ^
00:16:45 1 error
00:16:45 
00:16:46 --- javac err: ---
00:16:46 p/Bogus.java:6: error: cannot find symbol
00:16:46 			OuterBogus.call();
00:16:46 			^
00:16:46   symbol:   variable OuterBogus
00:16:46   location: class Bogus
00:16:46 1 error
00:16:46 
00:16:46 
00:16:46 
00:16:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:48 --- javac err: ---
00:16:48 SyntheticConstructorTooManyArgs.java:3: error: too many parameters
00:16:48 	static class A {
00:16:48 	       ^
00:16:48 1 error
00:16:48 
00:16:48 
00:16:48 
00:16:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:49 
00:16:49 
00:16:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:51 
00:16:51 
00:16:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:52 --- javac err: ---
00:16:52 SyntheticConstructorTooManyArgs.java:3: error: too many parameters
00:16:52 	class A {
00:16:52 	^
00:16:52 1 error
00:16:52 
00:16:52 
00:16:52 
00:16:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:54 
00:16:54 
00:16:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:55 --- javac err: ---
00:16:55 X.java:12: error: variable before might not have been initialized
00:16:55 				return new String(before);
00:16:55 				                  ^
00:16:55 1 error
00:16:55 
00:16:56 --- javac err: ---
00:16:56 Y.java:4: error: cannot find symbol
00:16:56 			X.bar(3);
00:16:56 			^
00:16:56   symbol:   variable X
00:16:56   location: class Y
00:16:56 1 error
00:16:56 
00:16:56 
00:16:56 
00:16:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:57 
00:16:57 
00:16:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:58 
00:16:58 
00:16:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:16:59 
00:16:59 
00:16:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:01 --- javac err: ---
00:17:01 X.java:8: warning: [static] static method should be qualified by type name, X, instead of by an expression
00:17:01 		this.baz();
00:17:01 		    ^
00:17:01 X.java:11: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:01 		this.xfield.baz();
00:17:01 		    ^
00:17:01 X.java:11: warning: [static] static method should be qualified by type name, X, instead of by an expression
00:17:01 		this.xfield.baz();
00:17:01 		           ^
00:17:01 X.java:14: warning: [static] static method should be qualified by type name, X, instead of by an expression
00:17:01 		xfield.baz();
00:17:01 		      ^
00:17:01 X.java:18: warning: [static] static method should be qualified by type name, X, instead of by an expression
00:17:01 		x.baz();
00:17:01 		 ^
00:17:01 X.java:21: warning: [static] static method should be qualified by type name, X, instead of by an expression
00:17:01 		A.xA.baz();
00:17:01 		    ^
00:17:01 X.java:27: warning: [static] static method should be qualified by type name, B, instead of by an expression
00:17:01 		this.b1();
00:17:01 		    ^
00:17:01 X.java:30: warning: [static] static method should be qualified by type name, B, instead of by an expression
00:17:01 		new X().b1();
00:17:01 		       ^
00:17:01 8 warnings
00:17:01 
00:17:01 
00:17:01 
00:17:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:02 
00:17:02 
00:17:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:03 --- javac err: ---
00:17:03 X.java:8: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:03 		this.field1 = 1;
00:17:03 		    ^
00:17:03 X.java:14: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:03 		System.out.println(this.field1);
00:17:03 		                       ^
00:17:03 X.java:18: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:03 		x.field1 = 1;
00:17:03 		 ^
00:17:03 X.java:21: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:03 		A.xA.field1 = 1;
00:17:03 		    ^
00:17:03 X.java:27: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:17:03 		this.b1 = 1;
00:17:03 		    ^
00:17:03 X.java:30: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:17:03 		new X().b1 = 1;
00:17:03 		       ^
00:17:03 X.java:33: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:03 		this.xfield.field1 = 1;
00:17:03 		    ^
00:17:03 X.java:33: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:03 		this.xfield.field1 = 1;
00:17:03 		           ^
00:17:03 X.java:36: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:03 		System.out.println(this.xfield.field1);
00:17:03 		                       ^
00:17:03 X.java:36: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:03 		System.out.println(this.xfield.field1);
00:17:03 		                              ^
00:17:03 X.java:39: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:17:03 		System.out.println(new X().b1);
00:17:03 		                          ^
00:17:03 X.java:45: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:17:03 		System.out.println(this.b1);
00:17:03 		                       ^
00:17:03 X.java:48: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:03 		xfield.field1 = 1;
00:17:03 		      ^
00:17:03 X.java:51: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:03 		System.out.println(xfield.field1);
00:17:03 		                         ^
00:17:03 14 warnings
00:17:03 
00:17:03 
00:17:03 
00:17:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:04 
00:17:04 
00:17:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:05 
00:17:05 
00:17:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:06 
00:17:06 
00:17:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:07 --- javac err: ---
00:17:07 X.java:8: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:17:07 		super.fieldA = 1;
00:17:07 		     ^
00:17:07 X.java:11: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:17:07 		System.out.println(super.fieldA);
00:17:07 		                        ^
00:17:07 2 warnings
00:17:07 
00:17:07 
00:17:07 
00:17:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:08 
00:17:08 
00:17:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:09 
00:17:09 
00:17:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:10 
00:17:10 
00:17:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:11 --- javac err: ---
00:17:11 X.java:3: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:17:11 		Foo.m(this.xField);
00:17:11 		          ^
00:17:11 1 warning
00:17:11 
00:17:11 
00:17:11 
00:17:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:13 
00:17:13 
00:17:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:14 
00:17:14 
00:17:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:15 
00:17:15 
00:17:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:16 
00:17:16 
00:17:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:17 ----------------------------------------
00:17:17 org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest#test376550_11 - 10
00:17:17 X.java [
00:17:17 import java.util.ArrayList;
00:17:17 import java.util.Collection;
00:17:17 public class X {
00:17:17    private Object o = new Object();
00:17:17    public final Collection<Object> go() {
00:17:17    	return new ArrayList<Object>() {
00:17:17 			{ add(o);}
00:17:17 		};
00:17:17 	}
00:17:17 }
00:17:17 ]
00:17:17 
00:17:17 
00:17:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:19 
00:17:19 
00:17:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:20 
00:17:20 
00:17:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:22 
00:17:22 
00:17:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:23 
00:17:23 
00:17:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:24 
00:17:24 
00:17:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:25 
00:17:25 
00:17:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:26 
00:17:26 
00:17:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:27 
00:17:27 
00:17:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:28 
00:17:28 
00:17:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:29 
00:17:29 
00:17:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:30 
00:17:30 
00:17:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:31 
00:17:31 
00:17:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:32 
00:17:32 
00:17:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:33 
00:17:33 
00:17:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:34 
00:17:34 
00:17:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:35 
00:17:35 
00:17:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:36 
00:17:36 
00:17:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:37 
00:17:37 
00:17:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:38 
00:17:38 
00:17:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:39 
00:17:39 
00:17:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:40 
00:17:40 
00:17:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:41 
00:17:41 
00:17:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:42 
00:17:42 
00:17:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:44 
00:17:44 
00:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:45 
00:17:45 
00:17:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:46 
00:17:46 
00:17:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:47 
00:17:47 
00:17:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:48 
00:17:48 
00:17:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:49 
00:17:49 
00:17:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:50 
00:17:50 
00:17:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:51 
00:17:51 
00:17:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:52 
00:17:52 
00:17:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:53 
00:17:53 
00:17:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:55 
00:17:55 
00:17:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:56 
00:17:56 
00:17:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:57 
00:17:57 
00:17:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:58 --- javac err: ---
00:17:58 p/X.java:4: warning: [rawtypes] found raw type: Map
00:17:58 	public void bar(java.util.Map map) {
00:17:58 	                         ^
00:17:58   missing type arguments for generic class Map<K,V>
00:17:58   where K,V are type-variables:
00:17:58     K extends Object declared in interface Map
00:17:58     V extends Object declared in interface Map
00:17:58 p/X.java:5: error: incompatible types: java.util.Map cannot be converted to Map
00:17:58 		foo(map, "");
00:17:58 		    ^
00:17:58 p/X.java:6: error: method foo in class X cannot be applied to given types;
00:17:58 		foo(map);
00:17:58 		^
00:17:58   required: Map,String
00:17:58   found: java.util.Map
00:17:58   reason: actual and formal argument lists differ in length
00:17:58 p/X.java:7: error: method foo in class X cannot be applied to given types;
00:17:58 		foo();
00:17:58 		^
00:17:58   required: Map,String
00:17:58   found: no arguments
00:17:58   reason: actual and formal argument lists differ in length
00:17:58 p/X.java:8: error: method foo1 in class X cannot be applied to given types;
00:17:58 		foo1(map, "");
00:17:58 		^
00:17:58   required: no arguments
00:17:58   found: Map,String
00:17:58   reason: actual and formal argument lists differ in length
00:17:58 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
00:17:58 4 errors
00:17:58 1 warning
00:17:58 
00:17:58 
00:17:58 
00:17:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:17:59 
00:17:59 
00:17:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:00 
00:18:00 
00:18:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:01 
00:18:01 
00:18:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:02 
00:18:02 
00:18:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:03 
00:18:03 
00:18:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:04 
00:18:04 
00:18:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:05 
00:18:05 
00:18:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:07 
00:18:07 
00:18:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:08 
00:18:08 
00:18:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 --- javac err: ---
00:18:11 b/Roken.java:4: error: getGood() is not public in Issing; cannot be accessed from outside package
00:18:11 		return provider.getGood();
00:18:11 		               ^
00:18:11 1 error
00:18:11 
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 ***************************************************************************
00:18:11 * Comparison with Sun Javac compiler for class ScannerTest (null tests)
00:18:11 ***************************************************************************
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:11 
00:18:11 
00:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:12 
00:18:12 
00:18:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:14 
00:18:14 
00:18:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:15 
00:18:15 
00:18:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:16 
00:18:16 
00:18:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:17 
00:18:17 
00:18:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:18 
00:18:18 
00:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:18 
00:18:18 
00:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:18 
00:18:18 
00:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:18 
00:18:18 
00:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:18 
00:18:18 
00:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:18 
00:18:18 
00:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:18 
00:18:18 
00:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:18 
00:18:18 
00:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:18 
00:18:18 
00:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:18 
00:18:18 
00:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 --- javac err: ---
00:18:20 _X.java:5: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0001;
00:18:20 		       ^
00:18:20 _X.java:6: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0002;
00:18:20 		       ^
00:18:20 _X.java:7: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0003;
00:18:20 		       ^
00:18:20 _X.java:8: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0004;
00:18:20 		       ^
00:18:20 _X.java:9: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0005;
00:18:20 		       ^
00:18:20 _X.java:10: error: variable i is already defined in method main(String[])
00:18:20 org.eclipse.jdt.core.tests.compiler.regression.ScannerTest#test045 - 10
00:18:20 		String i\u0006;
00:18:20 		       ^
00:18:20 _X.java [
00:18:20 _X.java:11: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0007;
00:18:20 		       ^
00:18:20 _X.java:12: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0008;
00:18:20 import java.lang.reflect.Field;
00:18:20 		       ^
00:18:20 public class _X {
00:18:20 	public static void main(String[] args) {
00:18:20 _X.java:13: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0000;
00:18:20 		String i\u000e;
00:18:20 		String i\u0001;
00:18:20 		       ^
00:18:20 		String i\u0002;
00:18:20 		String i\u0003;
00:18:20 		String i\u0004;
00:18:20 _X.java:14: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0005;
00:18:20 		String i\u000f;
00:18:20 		String i\u0006;
00:18:20 		       ^
00:18:20 		String i\u0007;
00:18:20 		String i\u0008;
00:18:20 _X.java:15: error: variable i is already defined in method main(String[])
00:18:20 		String i\u000e;
00:18:20 		String i\u0010;
00:18:20 		String i\u000f;
00:18:20 		       ^
00:18:20 		String i\u0010;
00:18:20 		String i\u0011;
00:18:20 		String i\u0012;
00:18:20 _X.java:16: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0013;
00:18:20 		String i\u0011;
00:18:20 		String i\u0014;
00:18:20 		       ^
00:18:20 		String i\u0015;
00:18:20 		String i\u0016;
00:18:20 _X.java:17: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0017;
00:18:20 		String i\u0012;
00:18:20 		String i\u0018;
00:18:20 		       ^
00:18:20 		String i\u0019;
00:18:20 		String i\u001a;
00:18:20 		String i\u001b;
00:18:20 _X.java:18: error: variable i is already defined in method main(String[])
00:18:20 		String i\u007f;
00:18:20 		String i\u0013;
00:18:20 		       ^
00:18:20 		System.out.print("SUCCESS");
00:18:20 	}
00:18:20 }
00:18:20 _X.java:19: error: variable i is already defined in method main(String[])
00:18:20 ]
00:18:20 		String i\u0014;
00:18:20 		       ^
00:18:20 _X.java:20: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0015;
00:18:20 		       ^
00:18:20 _X.java:21: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0016;
00:18:20 		       ^
00:18:20 _X.java:22: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0017;
00:18:20 		       ^
00:18:20 _X.java:23: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0018;
00:18:20 		       ^
00:18:20 _X.java:24: error: variable i is already defined in method main(String[])
00:18:20 		String i\u0019;
00:18:20 		       ^
00:18:20 _X.java:25: error: variable i is already defined in method main(String[])
00:18:20 		String i\u001a;
00:18:20 		       ^
00:18:20 _X.java:26: error: variable i is already defined in method main(String[])
00:18:20 		String i\u001b;
00:18:20 		       ^
00:18:20 _X.java:27: error: variable i is already defined in method main(String[])
00:18:20 		String i\u007f;
00:18:20 		       ^
00:18:20 23 errors
00:18:20 
00:18:20 ----------------------------------------
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:20 
00:18:20 
00:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:21 --- javac err: ---
00:18:21 X.java:3: error: illegal character: '\u1369'
00:18:21 		int a\u1369b;
00:18:21 		          ^
00:18:21 X.java:3: error: not a statement
00:18:21 		int a\u1369b;
00:18:21 		           ^
00:18:21 2 errors
00:18:21 
00:18:21 
00:18:21 
00:18:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:22 
00:18:22 
00:18:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:23 --- javac err: ---
00:18:23 X.java:2: error: illegal unicode escape
00:18:23 	public static final String ERROR = "\u000Ⅻ";
00:18:23 	                                         ^
00:18:23 1 error
00:18:23 
00:18:23 
00:18:23 
00:18:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:23 
00:18:23 
00:18:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:23 
00:18:23 
00:18:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:23 
00:18:23 
00:18:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:24 --- javac err: ---
00:18:24 X.java:2: error: illegal character: '\u205f'
00:18:24 	Hello\u205fworld;
00:18:24 	          ^
00:18:24 X.java:2: error: '}' expected
00:18:24 	Hello\u205fworld;
00:18:24 	           ^
00:18:24 X.java:3: error: class, interface, or enum expected
00:18:24 	public static void main(String[] args) {
00:18:24 	              ^
00:18:24 X.java:4: error: illegal character: '\u205f'
00:18:24 		System.out.println(Hello\u205fworld);
00:18:24 		                             ^
00:18:24 X.java:5: error: class, interface, or enum expected
00:18:24 		System.out.println(Character.isJavaIdentifierPart('\u205f')); // false
00:18:24 		^
00:18:24 X.java:6: error: class, interface, or enum expected
00:18:24 	}
00:18:24 	^
00:18:24 6 errors
00:18:24 
00:18:24 
00:18:24 
00:18:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:24 --- javac err: ---
00:18:24 X.java:2: error: hexadecimal numbers must contain at least one hexadecimal digit
00:18:24 	double d = 0XP00;
00:18:24 	           ^
00:18:24 X.java:2: error: ';' expected
00:18:24 	double d = 0XP00;
00:18:24 	             ^
00:18:24 X.java:2: error: <identifier> expected
00:18:24 	double d = 0XP00;
00:18:24 	                ^
00:18:24 3 errors
00:18:24 
00:18:24 
00:18:24 
00:18:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:25 --- javac err: ---
00:18:25 X.java:2: error: hexadecimal numbers must contain at least one hexadecimal digit
00:18:25 	double d = 0X.p02d;
00:18:25 	           ^
00:18:25 X.java:2: error: <identifier> expected
00:18:25 	double d = 0X.p02d;
00:18:25 	                  ^
00:18:25 2 errors
00:18:25 
00:18:25 
00:18:25 
00:18:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:26 --- javac err: ---
00:18:26 X.java:2: error: hexadecimal numbers must contain at least one hexadecimal digit
00:18:26 	float f = 0Xp02f;
00:18:26 	          ^
00:18:26 X.java:2: error: ';' expected
00:18:26 	float f = 0Xp02f;
00:18:26 	            ^
00:18:26 X.java:2: error: <identifier> expected
00:18:26 	float f = 0Xp02f;
00:18:26 	                ^
00:18:26 3 errors
00:18:26 
00:18:26 
00:18:26 
00:18:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:27 
00:18:27 
00:18:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:27 
00:18:27 
00:18:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:27 
00:18:27 
00:18:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:27 
00:18:27 
00:18:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:27 ***************************************************************************
00:18:27 * Comparison with Sun Javac compiler for class SwitchTest (null tests)
00:18:27 ***************************************************************************
00:18:28 
00:18:28 
00:18:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:29 
00:18:29 
00:18:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:30 
00:18:30 
00:18:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:31 
00:18:31 
00:18:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:32 
00:18:32 
00:18:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:33 
00:18:33 
00:18:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:34 --- javac err: ---
00:18:34 p/X.java:7: error: duplicate case label
00:18:34       case (int) (2.0 / 0.0) :
00:18:34       ^
00:18:34 1 error
00:18:34 
00:18:34 
00:18:34 
00:18:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:36 
00:18:36 
00:18:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:37 
00:18:37 
00:18:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:38 --- javac err: ---
00:18:38 X.java:4: error: incompatible types: X cannot be converted to int
00:18:38 		switch(this){
00:18:38 		      ^
00:18:38 X.java:6: error: cannot find symbol
00:18:38 				Zork z;
00:18:38 				^
00:18:38   symbol:   class Zork
00:18:38   location: class X
00:18:38 X.java:11: error: cannot find symbol
00:18:38 		switch(x){
00:18:38 		       ^
00:18:38   symbol:   variable x
00:18:38   location: class X
00:18:38 X.java:11: error: illegal parenthesized expression
00:18:38 		switch(x){
00:18:38 		      ^
00:18:38 X.java:13: error: cannot find symbol
00:18:38 				Zork z;
00:18:38 				^
00:18:38   symbol:   class Zork
00:18:38   location: class X
00:18:38 5 errors
00:18:38 
00:18:38 
00:18:38 
00:18:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:39 --- javac err: ---
00:18:39 X.java:6: warning: [fallthrough] possible fall-through into case
00:18:39 			case 3 :
00:18:39 			^
00:18:39 1 warning
00:18:39 
00:18:39 
00:18:39 
00:18:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:40 
00:18:40 
00:18:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:41 
00:18:41 
00:18:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:43 --- javac err: ---
00:18:43 X.java:8: warning: [fallthrough] possible fall-through into case
00:18:43 			case 2://OK
00:18:43 			^
00:18:43 X.java:10: warning: [fallthrough] possible fall-through into case
00:18:43 			case 3://OK
00:18:43 			^
00:18:43 X.java:13: warning: [fallthrough] possible fall-through into case
00:18:43 			case 4://OK
00:18:43 			^
00:18:43 X.java:18: warning: [fallthrough] possible fall-through into case
00:18:43 			case 6://WRONG
00:18:43 			^
00:18:43 X.java:22: warning: [fallthrough] possible fall-through into case
00:18:43 			case 7://OK
00:18:43 			^
00:18:43 5 warnings
00:18:43 
00:18:43 ----------------------------------------
00:18:43 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test014 - 10
00:18:43 X.java [
00:18:43 public class X {
00:18:43 	void foo1(int i) {
00:18:43 		switch (i) {
00:18:43 			case 0://OK
00:18:43 			case 1://OK
00:18:43 				System.out.println();
00:18:43 				//$FALL-THROUGH$
00:18:43 			case 2://OK
00:18:43 				System.out.println(); //$FALL-THROUGH$
00:18:43 			case 3://OK
00:18:43 				System.out.println();
00:18:43 				//$FALL-THROUGH$ - some allowed explanation
00:18:43 			case 4://OK
00:18:43 			case 5://OK
00:18:43 				System.out.println();
00:18:43 				//$FALL-THROUGH$ - not last comment, thus inoperant
00:18:43 				// last comment is not fall-through explanation
00:18:43 			case 6://WRONG
00:18:43 				//$FALL-THROUGH$ - useless since not leading the case
00:18:43 				System.out.println();
00:18:43 				/*$FALL-THROUGH$ - block comment, is also allowed */
00:18:43 			case 7://OK
00:18:43 				System.out.println("aa"); //$NON-NLS-1$
00:18:43 		}
00:18:43 	}
00:18:43 }
00:18:43 
00:18:43 ]
00:18:43 
00:18:43 
00:18:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:44 --- javac err: ---
00:18:44 X.java:8: warning: [fallthrough] possible fall-through into case
00:18:44 			case 2://OK
00:18:44 			^
00:18:44 X.java:10: warning: [fallthrough] possible fall-through into case
00:18:44 			case 3://OK
00:18:44 			^
00:18:44 X.java:13: warning: [fallthrough] possible fall-through into case
00:18:44 			case 4://OK
00:18:44 			^
00:18:44 X.java:18: warning: [fallthrough] possible fall-through into case
00:18:44 			case 6://WRONG
00:18:44 			^
00:18:44 X.java:22: warning: [fallthrough] possible fall-through into case
00:18:44 			case 7://OK
00:18:44 			^
00:18:44 5 warnings
00:18:44 
00:18:44 ----------------------------------------
00:18:44 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test015 - 10
00:18:44 X.java [
00:18:44 public class X {
00:18:44 	void foo1(int i) {
00:18:44 		switch (i) {
00:18:44 			case 0://OK
00:18:44 			case 1://OK
00:18:44 				System.out.println();
00:18:44 				//	  $FALL-THROUGH$
00:18:44 			case 2://OK
00:18:44 				System.out.println(); // 	 $FALL-THROUGH$
00:18:44 			case 3://OK
00:18:44 				System.out.println();
00:18:44 				//	$FALL-THROUGH$ - some allowed explanation
00:18:44 			case 4://OK
00:18:44 			case 5://OK
00:18:44 				System.out.println();
00:18:44 				// $FALL-THROUGH$ - not last comment, thus inoperant
00:18:44 				// last comment is not fall-through explanation
00:18:44 			case 6://WRONG
00:18:44 				// $FALL-THROUGH$ - useless since not leading the case
00:18:44 				System.out.println();
00:18:44 				/* $FALL-THROUGH$ - block comment, is also allowed */
00:18:44 			case 7://OK
00:18:44 				System.out.println("aa"); //$NON-NLS-1$
00:18:44 		}
00:18:44 	}
00:18:44 }
00:18:44 
00:18:44 ]
00:18:44 
00:18:44 
00:18:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:45 --- javac err: ---
00:18:45 X.java:8: warning: [fallthrough] possible fall-through into case
00:18:45 			case 2://WRONG
00:18:45 			^
00:18:45 1 warning
00:18:45 
00:18:45 ----------------------------------------
00:18:45 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test016 - 10
00:18:45 X.java [
00:18:45 public class X {
00:18:45 	void foo1(int i) {
00:18:45 		switch (i) {
00:18:45 			case 0://OK
00:18:45 			case 1://OK
00:18:45 				System.out.println();
00:18:45 				//	  $FALL-THROUGH - missing trailing $ in tag
00:18:45 			case 2://WRONG
00:18:45 				System.out.println();
00:18:45 		}
00:18:45 	}
00:18:45 }
00:18:45 
00:18:45 ]
00:18:45 
00:18:45 
00:18:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:46 --- javac err: ---
00:18:46 X.java:10: warning: [fallthrough] possible fall-through into case
00:18:46 			default :
00:18:46 			^
00:18:46 1 warning
00:18:46 
00:18:46 ----------------------------------------
00:18:46 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test017 - 10
00:18:46 X.java [
00:18:46 public class X {
00:18:46 	void foo1(char previousChar) {
00:18:46 		switch(previousChar) {
00:18:46 			case '/':
00:18:46 				if (previousChar == '*') {
00:18:46 					// End of javadoc
00:18:46 					break;
00:18:46 					//$FALL-THROUGH$ into default case
00:18:46 				}
00:18:46 			default :
00:18:46 		}
00:18:46 	}
00:18:46 }
00:18:46 
00:18:46 ]
00:18:46 
00:18:46 
00:18:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:47 
00:18:47 
00:18:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:48 
00:18:48 
00:18:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:50 
00:18:50 
00:18:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:51 
00:18:51 
00:18:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:52 
00:18:52 
00:18:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:53 
00:18:53 
00:18:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:54 --- javac err: ---
00:18:54 X.java:4: error: cannot find symbol
00:18:54         switch (p) {
00:18:54                 ^
00:18:54   symbol:   variable p
00:18:54   location: class X
00:18:54 X.java:4: error: illegal parenthesized expression
00:18:54         switch (p) {
00:18:54                ^
00:18:54 X.java:5: error: cannot find symbol
00:18:54             case ONE:
00:18:54                  ^
00:18:54   symbol:   variable ONE
00:18:54   location: class X
00:18:54 X.java:8: error: cannot find symbol
00:18:54             case TWO:
00:18:54                  ^
00:18:54   symbol:   variable TWO
00:18:54   location: class X
00:18:54 4 errors
00:18:54 
00:18:54 
00:18:54 
00:18:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:55 --- javac err: ---
00:18:55 X.java:10: warning: [fallthrough] possible fall-through into case
00:18:55 		case 2:
00:18:55 		^
00:18:55 1 warning
00:18:55 
00:18:55 ----------------------------------------
00:18:55 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test387146a - 10
00:18:55 X.java [
00:18:55 public class X {
00:18:55 	private Object someLock;
00:18:55 	public void foo1(int i) {
00:18:55 		switch (i) {
00:18:55 		case 1:
00:18:55 			synchronized (someLock) {
00:18:55 				System.out.println();
00:18:55 			}
00:18:55 			//$FALL-THROUGH$
00:18:55 		case 2:
00:18:55 			System.out.println();
00:18:55 			break;
00:18:55 		default:
00:18:55 			System.out.println();
00:18:55 		}
00:18:55 	}
00:18:55 }
00:18:55 
00:18:55 ]
00:18:55 
00:18:55 
00:18:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:56 --- javac err: ---
00:18:56 X.java:10: warning: [fallthrough] possible fall-through into case
00:18:56 		case 2:
00:18:56 		^
00:18:56 1 warning
00:18:56 
00:18:56 ----------------------------------------
00:18:56 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test387146b - 10
00:18:56 X.java [
00:18:56 public class X {
00:18:56 	private boolean someFlag;
00:18:56 	public void foo1(int i) {
00:18:56 		switch (i) {
00:18:56 		case 1:
00:18:56 			if (someFlag) {
00:18:56 				System.out.println();
00:18:56 			}
00:18:56 			//$FALL-THROUGH$
00:18:56 		case 2:
00:18:56 			System.out.println();
00:18:56 			break;
00:18:56 		default:
00:18:56 			System.out.println();
00:18:56 		}
00:18:56 	}
00:18:56 }
00:18:56 
00:18:56 ]
00:18:56 
00:18:56 
00:18:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:58 
00:18:58 
00:18:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:18:59 
00:18:59 
00:18:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:00 
00:19:00 
00:19:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:01 
00:19:01 
00:19:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:02 ----------------------------------------
00:19:02 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test410892_4 - 10
00:19:02 X.java [
00:19:02 public class X {
00:19:02    public void testFunction(String s) {
00:19:02         int var1 = 0;
00:19:02         int var2 = 0;
00:19:02         switch (s) {
00:19:02         case "test": 
00:19:02             var2 = ++var1 % 2;
00:19:02             break;
00:19:02         }
00:19:02    }
00:19:02 }
00:19:02 ]
00:19:02 
00:19:02 
00:19:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:03 ----------------------------------------
00:19:03 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test410892_5 - 10
00:19:03 X.java [
00:19:03 public class X {
00:19:03    public X(String s) {
00:19:03         int var1 = 0;
00:19:03         int var2 = 0;
00:19:03         switch (s) {
00:19:03         case "test": 
00:19:03             var2 = ++var1 % 2;
00:19:03             break;
00:19:03         }
00:19:03    }
00:19:03 }
00:19:03 ]
00:19:03 
00:19:03 
00:19:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:04 ----------------------------------------
00:19:04 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#test410892_6 - 10
00:19:04 X.java [
00:19:04 public class X {
00:19:04    static {
00:19:04         int var1 = 0;
00:19:04         int var2 = 0;
00:19:04         String s = "Test2";
00:19:04         switch (s) {
00:19:04         case "test": 
00:19:04             var2 = ++var1 % 2;
00:19:04             break;
00:19:04         }
00:19:04    }
00:19:04 }
00:19:04 ]
00:19:04 
00:19:04 
00:19:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:06 --- javac err: ---
00:19:06 Main.java:7: warning: auxiliary class VA in V.java should not be accessed from outside its own source file
00:19:06 		V v = new VA();
00:19:06 		          ^
00:19:06 1 warning
00:19:06 
00:19:06 
00:19:06 
00:19:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:08 --- javac err: ---
00:19:08 Main.java:7: warning: auxiliary class VA in V.java should not be accessed from outside its own source file
00:19:08 		V v = new VA();
00:19:08 		          ^
00:19:08 1 warning
00:19:08 
00:19:08 
00:19:08 
00:19:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:09 
00:19:09 
00:19:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:11 ----------------------------------------
00:19:11 org.eclipse.jdt.core.tests.compiler.regression.SwitchTest#testBug374605 - 10
00:19:11 p/X.java [
00:19:11 package p;
00:19:11 class X {
00:19:11   void v(int i) {
00:19:11     switch (i) {
00:19:11       case 1 :
00:19:11         break;
00:19:11       case 2 :
00:19:11         break;
00:19:11     }
00:19:11   }
00:19:11 }
00:19:11 ]
00:19:11 
00:19:11 
00:19:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:12 
00:19:12 
00:19:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:13 
00:19:13 
00:19:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:14 
00:19:14 
00:19:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:16 
00:19:16 
00:19:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:17 --- javac err: ---
00:19:17 X.java:13: error: variable b might not have been initialized
00:19:17         System.out.println(b);
00:19:17                            ^
00:19:17 1 error
00:19:17 
00:19:17 
00:19:17 
00:19:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:18 --- javac err: ---
00:19:18 X.java:13: error: variable b might not have been initialized
00:19:18         System.out.println(b);
00:19:18                            ^
00:19:18 1 error
00:19:18 
00:19:18 
00:19:18 
00:19:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:19 --- javac err: ---
00:19:19 X.java:13: error: variable b might not have been initialized
00:19:19         System.out.println(b);
00:19:19                            ^
00:19:19 1 error
00:19:19 
00:19:19 
00:19:19 
00:19:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:20 --- javac err: ---
00:19:20 X.java:13: error: variable b might not have been initialized
00:19:20         System.out.println(b);
00:19:20                            ^
00:19:20 1 error
00:19:20 
00:19:20 
00:19:20 
00:19:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:21 
00:19:21 
00:19:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:23 
00:19:23 
00:19:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:24 
00:19:24 
00:19:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:25 --- javac err: ---
00:19:25 X.java:5: error: : expected
00:19:25       case "ABC", (false ? (String) "c" : (String) "d") : break;
00:19:25                 ^
00:19:25 X.java:5: error: not a statement
00:19:25       case "ABC", (false ? (String) "c" : (String) "d") : break;
00:19:25                             ^
00:19:25 X.java:5: error: ';' expected
00:19:25       case "ABC", (false ? (String) "c" : (String) "d") : break;
00:19:25                                   ^
00:19:25 X.java:5: error: not a statement
00:19:25       case "ABC", (false ? (String) "c" : (String) "d") : break;
00:19:25                                            ^
00:19:25 X.java:5: error: ';' expected
00:19:25       case "ABC", (false ? (String) "c" : (String) "d") : break;
00:19:25                                                  ^
00:19:25 5 errors
00:19:25 
00:19:25 
00:19:25 
00:19:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:26 --- javac err: ---
00:19:26 X.java:4: error: incompatible types: int cannot be converted to String
00:19:26 		case 123: break;
00:19:26 		     ^
00:19:26 X.java:5: error: incompatible types: byte cannot be converted to String
00:19:26        case (byte) 1: break;
00:19:26             ^
00:19:26 X.java:6: error: incompatible types: char cannot be converted to String
00:19:26        case (char) 2: break;
00:19:26             ^
00:19:26 X.java:7: error: incompatible types: short cannot be converted to String
00:19:26        case (short)3: break;
00:19:26             ^
00:19:26 X.java:8: error: incompatible types: int cannot be converted to String
00:19:26        case (int) 4: break;
00:19:26             ^
00:19:26 X.java:9: error: incompatible types: long cannot be converted to String
00:19:26        case (long) 5: break;
00:19:26             ^
00:19:26 X.java:10: error: incompatible types: float cannot be converted to String
00:19:26        case (float) 6: break;
00:19:26             ^
00:19:26 X.java:11: error: incompatible types: double cannot be converted to String
00:19:26        case (double) 7: break;
00:19:26             ^
00:19:26 X.java:12: error: incompatible types: int cannot be converted to boolean
00:19:26        case (boolean) 8: break;
00:19:26                       ^
00:19:26 9 errors
00:19:26 
00:19:26 
00:19:26 
00:19:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:27 --- javac err: ---
00:19:27 X.java:7: error: incompatible types: Days cannot be converted to String
00:19:27             case Days.Sunday: break;
00:19:27                      ^
00:19:27 1 error
00:19:27 
00:19:27 
00:19:27 
00:19:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:28 --- javac err: ---
00:19:28 X.java:7: error: incompatible types: String cannot be converted to int
00:19:28             case "0": break;
00:19:28                  ^
00:19:28 X.java:10: error: an enum switch case label must be the unqualified name of an enumeration constant
00:19:28             case "Sunday": break;
00:19:28                  ^
00:19:28 X.java:13: error: incompatible types: String cannot be converted to Integer
00:19:28             case "0": break;
00:19:28                  ^
00:19:28 3 errors
00:19:28 
00:19:28 
00:19:28 
00:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:29 --- javac err: ---
00:19:29 X.java:5: error: duplicate case label
00:19:29 		case "123": break;
00:19:29 		^
00:19:29 X.java:6: error: incompatible types: unexpected return value
00:19:29        default: return args;
00:19:29                        ^
00:19:29 2 errors
00:19:29 
00:19:29 
00:19:29 
00:19:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:30 --- javac err: ---
00:19:30 X.java:10: error: duplicate case label
00:19:30       case "123": break;
00:19:30       ^
00:19:30 X.java:11: error: duplicate case label
00:19:30 	   case "1" + "2" + "3": break;
00:19:30 	   ^
00:19:30 X.java:13: error: duplicate case label
00:19:30 	   case local: break;
00:19:30 	   ^
00:19:30 X.java:14: error: duplicate case label
00:19:30            case field: break;
00:19:30            ^
00:19:30 X.java:15: error: non-static variable ifield cannot be referenced from a static context
00:19:30            case ifield: break;
00:19:30                 ^
00:19:30 X.java:15: error: duplicate case label
00:19:30            case ifield: break;
00:19:30            ^
00:19:30 X.java:16: error: non-static variable inffield cannot be referenced from a static context
00:19:30            case inffield: break;
00:19:30                 ^
00:19:30 X.java:17: error: constant string expression required
00:19:30            case nffield: break;
00:19:30                 ^
00:19:30 X.java:18: error: constant string expression required
00:19:30            case argument: break;
00:19:30                 ^
00:19:30 X.java:19: error: duplicate default label
00:19:30            default: break;
00:19:30            ^
00:19:30 10 errors
00:19:30 
00:19:30 
00:19:30 
00:19:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:31 --- javac err: ---
00:19:31 X.java:10: error: duplicate case label
00:19:31 	   case "1" + "2" + "3": break;
00:19:31 	   ^
00:19:31 X.java:12: error: duplicate case label
00:19:31 	   case local: break;
00:19:31 	   ^
00:19:31 X.java:13: error: duplicate case label
00:19:31            case field: break;
00:19:31            ^
00:19:31 X.java:14: error: duplicate case label
00:19:31            case ifield: break;
00:19:31            ^
00:19:31 X.java:15: error: constant string expression required
00:19:31            case inffield: break;
00:19:31                 ^
00:19:31 X.java:16: error: constant string expression required
00:19:31            case nffield: break;
00:19:31                 ^
00:19:31 X.java:17: error: constant string expression required
00:19:31            case argument: break;
00:19:31                 ^
00:19:31 X.java:18: error: duplicate default label
00:19:31            default: break;
00:19:31            ^
00:19:31 8 errors
00:19:31 
00:19:31 
00:19:31 
00:19:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:32 
00:19:32 
00:19:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:34 
00:19:34 
00:19:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:35 
00:19:35 
00:19:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:36 --- javac err: ---
00:19:36 testFallThrough.java:13: warning: [fallthrough] possible fall-through into case
00:19:36     		case "3": System.out.print(s);
00:19:36     		^
00:19:36 testFallThrough.java:14: warning: [fallthrough] possible fall-through into case
00:19:36     		case "2": System.out.print(s);
00:19:36     		^
00:19:36 testFallThrough.java:15: warning: [fallthrough] possible fall-through into case
00:19:36     		case "1": System.out.print(s + " ");
00:19:36     		^
00:19:36 testFallThrough.java:16: warning: [fallthrough] possible fall-through into case
00:19:36     		case "0": break;
00:19:36     		^
00:19:36 4 warnings
00:19:36 
00:19:36 
00:19:36 
00:19:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:38 
00:19:38 
00:19:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:39 
00:19:39 
00:19:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:40 --- javac err: ---
00:19:40 X.java:11: warning: [empty] empty statement after if
00:19:40 						;
00:19:40 						^
00:19:40 1 warning
00:19:40 
00:19:40 
00:19:40 
00:19:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:42 
00:19:42 
00:19:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:43 
00:19:43 
00:19:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:44 
00:19:44 
00:19:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:45 --- javac err: ---
00:19:45 X.java:7: error: constant string expression required
00:19:45 	   case local: break;
00:19:45 	        ^
00:19:45 X.java:8: error: constant string expression required
00:19:45 	   case argument: break;
00:19:45 	        ^
00:19:45 X.java:9: error: constant string expression required
00:19:45       case inffield: break;
00:19:45            ^
00:19:45 X.java:10: error: constant string expression required
00:19:45       case nffield: break;
00:19:45            ^
00:19:45 X.java:11: error: constant string expression required
00:19:45       case (String) null: break;
00:19:45            ^
00:19:45 X.java:12: error: constant string expression required
00:19:45       case true ? (String) null : (String) null : break;
00:19:45                 ^
00:19:45 6 errors
00:19:45 
00:19:45 
00:19:45 
00:19:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:46 
00:19:46 
00:19:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:47 --- javac err: ---
00:19:47 X.java:4: error: incompatible types: unexpected return value
00:19:47 		default: return args;
00:19:47 		                ^
00:19:47 1 error
00:19:47 
00:19:47 
00:19:47 
00:19:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:49 
00:19:49 
00:19:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:50 --- javac err: ---
00:19:50 X.java:7: error: constant string expression required
00:19:50 	   case local: break;
00:19:50 	        ^
00:19:50 X.java:8: error: constant string expression required
00:19:50 	   case argument: break;
00:19:50 	        ^
00:19:50 X.java:9: error: constant string expression required
00:19:50       case inffield: break;
00:19:50            ^
00:19:50 X.java:10: error: constant string expression required
00:19:50       case nffield: break;
00:19:50            ^
00:19:50 X.java:11: error: constant string expression required
00:19:50       case argument: break;
00:19:50            ^
00:19:50 5 errors
00:19:50 
00:19:50 
00:19:50 
00:19:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:51 --- javac err: ---
00:19:51 X.java:8: error: constant string expression required
00:19:51 	   case argument: break;
00:19:51 	        ^
00:19:51 X.java:11: error: constant string expression required
00:19:51       case argument: break;
00:19:51            ^
00:19:51 2 errors
00:19:51 
00:19:51 
00:19:51 
00:19:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:51 ***************************************************************************
00:19:51 * Comparison with Sun Javac compiler for class TryStatementTest (null tests)
00:19:51 ***************************************************************************
00:19:52 
00:19:52 
00:19:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:53 
00:19:53 
00:19:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:54 
00:19:54 
00:19:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:55 --- javac err: ---
00:19:55 p/ATC.java:4: warning: [serial] serializable class ATC.B has no definition of serialVersionUID
00:19:55     public class B extends Exception {
00:19:55            ^
00:19:55 1 warning
00:19:55 
00:19:55 
00:19:55 
00:19:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:57 --- javac err: ---
00:19:57 p/A.java:8: warning: [rawtypes] found raw type: Vector
00:19:57   public Vector getComponents () {
00:19:57          ^
00:19:57   missing type arguments for generic class Vector<E>
00:19:57   where E is a type-variable:
00:19:57     E extends Object declared in class Vector
00:19:57 1 warning
00:19:57 
00:19:57 
00:19:57 
00:19:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:58 --- javac err: ---
00:19:58 p/T.java:3: warning: [serial] serializable class T has no definition of serialVersionUID
00:19:58 public class T extends InvocationTargetException {
00:19:58        ^
00:19:58 1 warning
00:19:58 
00:19:58 
00:19:58 
00:19:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:19:59 
00:19:59 
00:19:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:00 
00:20:00 
00:20:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:01 
00:20:01 
00:20:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:03 
00:20:03 
00:20:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:04 
00:20:04 
00:20:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:05 
00:20:05 
00:20:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:06 
00:20:06 
00:20:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:08 
00:20:08 
00:20:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:09 
00:20:09 
00:20:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:10 
00:20:10 
00:20:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:11 --- javac err: ---
00:20:11 p1/X.java:15: warning: [serial] serializable class AEx has no definition of serialVersionUID
00:20:11 	static class AEx extends Exception {} 
00:20:11 	       ^
00:20:11 p1/X.java:16: warning: [serial] serializable class BEx has no definition of serialVersionUID
00:20:11 	static class BEx extends Exception {} 
00:20:11 	       ^
00:20:11 2 warnings
00:20:11 
00:20:12 
00:20:12 
00:20:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:13 
00:20:13 
00:20:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:14 
00:20:14 
00:20:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:15 
00:20:15 
00:20:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:17 
00:20:17 
00:20:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:18 
00:20:18 
00:20:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:19 --- javac err: ---
00:20:19 X.java:6: warning: unreachable catch clause
00:20:19 		} catch(AX e) {
00:20:19 		  ^
00:20:19   thrown type BX has already been caught
00:20:19 X.java:10: warning: [serial] serializable class AX has no definition of serialVersionUID
00:20:19 class AX extends Exception {}
00:20:19 ^
00:20:19 X.java:11: warning: [serial] serializable class BX has no definition of serialVersionUID
00:20:19 class BX extends AX {}
00:20:19 ^
00:20:19 3 warnings
00:20:19 
00:20:19 
00:20:19 
00:20:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:20 --- javac err: ---
00:20:20 p/X.java:9: error: exception LookupException has already been caught
00:20:20 	    } catch(LookupException le) {	
00:20:20 	      ^
00:20:20 p/X.java:17: warning: [serial] serializable class DataException has no definition of serialVersionUID
00:20:20 class DataException extends Throwable {	
00:20:20 ^
00:20:20 p/X.java:19: warning: [serial] serializable class LookupException has no definition of serialVersionUID
00:20:20 class LookupException extends DataException {	
00:20:20 ^
00:20:20 1 error
00:20:20 2 warnings
00:20:20 
00:20:20 
00:20:20 
00:20:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:21 --- javac err: ---
00:20:21 X.java:15: warning: [deprecation] isSpace(char) in Character has been deprecated
00:20:21                     if (!Character.isSpace(line.charAt(i))) {
00:20:21                                   ^
00:20:21 1 warning
00:20:21 
00:20:21 
00:20:21 
00:20:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:23 
00:20:23 
00:20:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:24 
00:20:24 
00:20:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:25 
00:20:25 
00:20:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:26 --- javac err: ---
00:20:26 X.java:17: warning: [finally] finally clause cannot complete normally
00:20:26         }
00:20:26         ^
00:20:26 1 warning
00:20:26 
00:20:26 
00:20:26 
00:20:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:28 
00:20:28 
00:20:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:29 --- javac err: ---
00:20:29 X.java:13: error: exception IOException is never thrown in body of corresponding try statement
00:20:29     	} catch(IOException e) {
00:20:29     	  ^
00:20:29 1 error
00:20:29 
00:20:29 
00:20:29 
00:20:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:31 
00:20:31 
00:20:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:32 
00:20:32 
00:20:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:33 
00:20:33 
00:20:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:34 
00:20:34 
00:20:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:36 
00:20:36 
00:20:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:37 
00:20:37 
00:20:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:38 
00:20:38 
00:20:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:39 
00:20:39 
00:20:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:41 
00:20:41 
00:20:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:42 
00:20:42 
00:20:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:43 
00:20:43 
00:20:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:44 
00:20:44 
00:20:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:46 
00:20:46 
00:20:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:47 
00:20:47 
00:20:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:48 
00:20:48 
00:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:49 
00:20:49 
00:20:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:50 --- javac err: ---
00:20:50 X.java:5: error: incompatible types: Object cannot be converted to Throwable
00:20:50 					throw new Object();
00:20:50 					^
00:20:50 X.java:6: error: incompatible types: Object cannot be converted to Throwable
00:20:50                 } catch(Object o) {
00:20:50                         ^
00:20:50 2 errors
00:20:50 
00:20:50 
00:20:50 
00:20:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:51 
00:20:51 
00:20:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:53 
00:20:53 
00:20:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:54 
00:20:54 
00:20:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:55 
00:20:55 
00:20:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:56 
00:20:56 
00:20:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:58 
00:20:58 
00:20:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:20:59 
00:20:59 
00:20:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:00 
00:21:00 
00:21:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:01 
00:21:01 
00:21:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:03 
00:21:03 
00:21:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:04 --- javac err: ---
00:21:04 X.java:5: error: unexpected type
00:21:04     	} catch(Exception[] e) {
00:21:04     	                 ^
00:21:04   required: class
00:21:04   found:    Exception[]
00:21:04 1 error
00:21:04 
00:21:04 
00:21:04 
00:21:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:05 --- javac err: ---
00:21:05 X.java:5: error: unexpected type
00:21:05     	} catch(int e) {
00:21:05     	        ^
00:21:05   required: class
00:21:05   found:    int
00:21:05 1 error
00:21:05 
00:21:05 
00:21:05 
00:21:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:06 
00:21:06 
00:21:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:07 
00:21:07 
00:21:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:08 
00:21:08 
00:21:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:10 --- javac err: ---
00:21:10 X.java:16: warning: [finally] finally clause cannot complete normally
00:21:10 		}
00:21:10 		^
00:21:10 X.java:17: error: unreachable statement
00:21:10 		return;
00:21:10 		^
00:21:10 1 error
00:21:10 1 warning
00:21:10 
00:21:10 
00:21:10 
00:21:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:11 --- javac err: ---
00:21:11 X.java:4: error: cannot find symbol
00:21:11 			Zork z = null;
00:21:11 			^
00:21:11   symbol:   class Zork
00:21:11   location: class X
00:21:11 X.java:6: error: cannot find symbol
00:21:11 		} catch(Zork z) {
00:21:11 		        ^
00:21:11   symbol:   class Zork
00:21:11   location: class X
00:21:11 2 errors
00:21:11 
00:21:11 
00:21:11 
00:21:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:12 
00:21:12 
00:21:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:13 --- javac err: ---
00:21:13 X.java:18: warning: unreachable catch clause
00:21:13             } catch (Foo f) {}
00:21:13               ^
00:21:13   thrown types GrandSonOfFoo,GrandDaughterOfFoo have already been caught
00:21:13 X.java:22: warning: [serial] serializable class Foo has no definition of serialVersionUID
00:21:13 class Foo extends Exception {}
00:21:13 ^
00:21:13 X.java:23: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
00:21:13 class SonOfFoo extends Foo {}
00:21:13 ^
00:21:13 X.java:24: warning: [serial] serializable class GrandSonOfFoo has no definition of serialVersionUID
00:21:13 class GrandSonOfFoo extends SonOfFoo {}
00:21:13 ^
00:21:13 X.java:25: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
00:21:13 class DaughterOfFoo extends Foo {}
00:21:13 ^
00:21:13 X.java:26: warning: [serial] serializable class GrandDaughterOfFoo has no definition of serialVersionUID
00:21:13 class GrandDaughterOfFoo extends DaughterOfFoo {}
00:21:13 ^
00:21:13 6 warnings
00:21:13 
00:21:13 
00:21:13 
00:21:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:14 --- javac err: ---
00:21:14 X.java:10: error: exception SonOfFoo is never thrown in body of corresponding try statement
00:21:14             } catch (SonOfFoo e1) {
00:21:14               ^
00:21:14 X.java:16: warning: [serial] serializable class Foo has no definition of serialVersionUID
00:21:14 class Foo extends Exception {}
00:21:14 ^
00:21:14 X.java:17: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
00:21:14 class SonOfFoo extends Foo {}
00:21:14 ^
00:21:14 X.java:18: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
00:21:14 class DaughterOfFoo extends Foo {}
00:21:14 ^
00:21:14 1 error
00:21:14 3 warnings
00:21:14 
00:21:14 
00:21:14 
00:21:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:15 --- javac err: ---
00:21:15 X.java:7: error: unreachable statement
00:21:15            foo();
00:21:15            ^
00:21:15 X.java:16: warning: [serial] serializable class Foo has no definition of serialVersionUID
00:21:15 class Foo extends Exception {}
00:21:15 ^
00:21:15 X.java:18: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
00:21:15 class DaughterOfFoo extends Foo {}
00:21:15 ^
00:21:15 X.java:17: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
00:21:15 class SonOfFoo extends Foo {}
00:21:15 ^
00:21:15 1 error
00:21:15 3 warnings
00:21:15 
00:21:15 
00:21:15 
00:21:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:17 --- javac err: ---
00:21:17 X.java:4: error: unexpected type
00:21:17 		} catch (Exception [][][][][]  e [][][][]) {
00:21:17 		                                 ^
00:21:17   required: class
00:21:17   found:    Exception[][][][][][][][][]
00:21:17 1 error
00:21:17 
00:21:17 
00:21:17 
00:21:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:18 --- javac err: ---
00:21:18 X.java:4: error: unexpected type
00:21:18 		} catch (Exception e []) {
00:21:18 		                     ^
00:21:18   required: class
00:21:18   found:    Exception[]
00:21:18 1 error
00:21:18 
00:21:18 
00:21:18 
00:21:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:19 --- javac err: ---
00:21:19 X.java:4: error: unexpected type
00:21:19 		} catch (Exception [] e) {
00:21:19 		                   ^
00:21:19   required: class
00:21:19   found:    Exception[]
00:21:19 1 error
00:21:19 
00:21:19 
00:21:19 
00:21:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:20 --- javac err: ---
00:21:20 X.java:2: warning: [rawtypes] found raw type: Class
00:21:20 	Class test(String name) throws ClassNotFoundException {
00:21:20 	^
00:21:20   missing type arguments for generic class Class<T>
00:21:20   where T is a type-variable:
00:21:20     T extends Object declared in class Class
00:21:20 X.java:3: warning: [rawtypes] found raw type: Class
00:21:20 		Class c= findClass(name);
00:21:20 		^
00:21:20   missing type arguments for generic class Class<T>
00:21:20   where T is a type-variable:
00:21:20     T extends Object declared in class Class
00:21:20 X.java:17: warning: [rawtypes] found raw type: Class
00:21:20     Class findClass(String name) throws ClassNotFoundException { return null; }
00:21:20     ^
00:21:20   missing type arguments for generic class Class<T>
00:21:20   where T is a type-variable:
00:21:20     T extends Object declared in class Class
00:21:20 3 warnings
00:21:20 
00:21:20 
00:21:20 
00:21:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:21 --- javac err: ---
00:21:21 Client.java:7: error: unreported exception E; must be caught or declared to be thrown
00:21:21             b.foo(null, null);
00:21:21                  ^
00:21:21 1 error
00:21:21 
00:21:21 
00:21:21 
00:21:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:22 --- javac err: ---
00:21:22 Client.java:7: error: unreported exception E; must be caught or declared to be thrown
00:21:22             b.foo(null, null);
00:21:22                  ^
00:21:22 1 error
00:21:22 
00:21:22 
00:21:22 
00:21:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 --- javac err: ---
00:21:24 Client.java:7: error: unreported exception E; must be caught or declared to be thrown
00:21:24             b.foo(null, null);
00:21:24                  ^
00:21:24 1 error
00:21:24 
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 ***************************************************************************
00:21:24 * Comparison with Sun Javac compiler for class UtilTest (null tests)
00:21:24 ***************************************************************************
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 
00:21:24 
00:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:24 ***************************************************************************
00:21:24 * Comparison with Sun Javac compiler for class XLargeTest (null tests)
00:21:24 ***************************************************************************
00:21:27 
00:21:27 
00:21:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:30 --- javac err: ---
00:21:30 X.java:2: error: code too large
00:21:30 	X0(0),
00:21:30 	^
00:21:30 1 error
00:21:30 
00:21:30 
00:21:30 
00:21:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:33 
00:21:33 
00:21:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:36 
00:21:36 
00:21:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:39 
00:21:39 
00:21:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:41 
00:21:41 
00:21:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:43 
00:21:43 
00:21:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:46 
00:21:46 
00:21:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:47 --- javac err: ---
00:21:47 
00:21:47 
00:21:47 The system is out of resources.
00:21:47 Consult the following stack trace for details.
00:21:47 java.lang.StackOverflowError
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 
00:21:47 
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:47 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:47 
00:21:51 
00:21:51 
00:21:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:53 
00:21:53 
00:21:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:55 
00:21:55 
00:21:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:56 --- javac err: ---
00:21:56 X.java:3: error: constant string too long
00:21:56     	"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz" +
00:21:56     	^
00:21:56 1 error
00:21:56 
00:21:56 
00:21:56 
00:21:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:57 --- javac err: ---
00:21:57 
00:21:57 
00:21:57 The system is out of resources.
00:21:57 Consult the following stack trace for details.
00:21:57 java.lang.StackOverflowError
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 
00:21:57 
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBinary(Attr.java:3386)
00:21:57 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
00:21:57 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:700)
00:21:57 
00:21:59 --- javac err: ---
00:21:59 
00:21:59 
00:21:59 The system is out of resources.
00:21:59 Consult the following stack trace for details.
00:21:59 java.lang.StackOverflowError
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 
00:21:59 
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:21:59 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:21:59 
00:22:01 --- javac err: ---
00:22:01 
00:22:01 
00:22:01 The system is out of resources.
00:22:01 Consult the following stack trace for details.
00:22:01 java.lang.StackOverflowError
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 
00:22:01 
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.visitBinary(TreeScanner.java:282)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBinary.accept(JCTree.java:1989)
00:22:01 	at jdk.compiler/com.sun.tools.javac.tree.TreeScanner.scan(TreeScanner.java:49)
00:22:01 
00:22:03 
00:22:03 
00:22:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:05 
00:22:05 
00:22:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:08 --- javac err: ---
00:22:08 X.java:8008: error: code too large for try statement
00:22:08 		} catch(Exception e) {
00:22:08 		  ^
00:22:08 X.java:3: error: code too large for try statement
00:22:08 		try {
00:22:08 		    ^
00:22:08 X.java:2: error: code too large
00:22:08 	public static int foo(int i) {
00:22:08 	                  ^
00:22:08 3 errors
00:22:08 
00:22:08 
00:22:08 
00:22:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:14 
00:22:14 
00:22:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:20 
00:22:20 
00:22:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:25 
00:22:25 
00:22:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:41 ----------------------------------------
00:22:41 org.eclipse.jdt.core.tests.compiler.regression.XLargeTest#testBug519070 - 10
00:22:41 X.java [
00:22:41 public class X {
00:22:41     public static void main(String[] args) {
00:22:41         System.out.println("SUCCESS");
00:22:41     }
00:22:41 	void test0() {
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.println("xyz");
00:22:41 		System.out.prin
00:22:41 ...(truncated)
00:22:41 ]
00:22:41 
00:22:41 
00:22:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:41 ***************************************************************************
00:22:41 * Comparison with Sun Javac compiler for class InternalScannerTest (null tests)
00:22:41 ***************************************************************************
00:22:41 
00:22:41 
00:22:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:41 
00:22:41 
00:22:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:41 ***************************************************************************
00:22:41 * Comparison with Sun Javac compiler for class ConditionalExpressionTest (null tests)
00:22:41 ***************************************************************************
00:22:43 
00:22:43 
00:22:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:44 
00:22:44 
00:22:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:45 --- javac err: ---
00:22:45 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
00:22:45 		return square(what ? new Integer(1) : new Integer(2)) % 2 == 1; // trouble here
00:22:45 		                     ^
00:22:45 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
00:22:45 		return square(what ? new Integer(1) : new Integer(2)) % 2 == 1; // trouble here
00:22:45 		                                      ^
00:22:45 2 warnings
00:22:45 
00:22:45 
00:22:45 
00:22:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:46 
00:22:46 
00:22:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:48 --- javac err: ---
00:22:48 X.java:3: warning: [rawtypes] found raw type: J
00:22:48     	I<? super J> i = true ? (I<I>) null : (I<J>) null; // Type mismatch reported
00:22:48     	          ^
00:22:48   missing type arguments for generic class J<T>
00:22:48   where T is a type-variable:
00:22:48     T extends Object declared in interface J
00:22:48 X.java:3: warning: [rawtypes] found raw type: I
00:22:48     	I<? super J> i = true ? (I<I>) null : (I<J>) null; // Type mismatch reported
00:22:48     	                           ^
00:22:48   missing type arguments for generic class I<T>
00:22:48   where T is a type-variable:
00:22:48     T extends Object declared in interface I
00:22:48 X.java:3: warning: [rawtypes] found raw type: J
00:22:48     	I<? super J> i = true ? (I<I>) null : (I<J>) null; // Type mismatch reported
00:22:48     	                                         ^
00:22:48   missing type arguments for generic class J<T>
00:22:48   where T is a type-variable:
00:22:48     T extends Object declared in interface J
00:22:48 3 warnings
00:22:48 
00:22:48 
00:22:48 
00:22:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:49 
00:22:49 
00:22:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:50 --- javac err: ---
00:22:50 X.java:9: error: incompatible types: bad type in conditional expression
00:22:50     	foo(false ? (a,b)->a+b :new StringCatenation());
00:22:50     	                        ^
00:22:50     StringCatenation cannot be converted to BinaryOperation<Integer>
00:22:50 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
00:22:50 1 error
00:22:50 
00:22:50 
00:22:50 
00:22:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:55 --- javac err: ---
00:22:55 X.java:9: error: incompatible types: bad type in conditional expression
00:22:55     	foo(false ? new StringCatenation() : (a,b)->a+b);
00:22:55     	            ^
00:22:55     StringCatenation cannot be converted to BinaryOperation<Integer>
00:22:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
00:22:55 1 error
00:22:55 
00:22:55 
00:22:55 
00:22:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:56 
00:22:56 
00:22:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:58 
00:22:58 
00:22:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:22:59 --- javac err: ---
00:22:59 X.java:7: warning: [rawtypes] found raw type: Nothing
00:22:59 		return (value == null) ? f.apply(value) : new Nothing();
00:22:59 		                                              ^
00:22:59   missing type arguments for generic class Nothing<T>
00:22:59   where T is a type-variable:
00:22:59     T extends Object declared in class Nothing
00:22:59 1 warning
00:22:59 
00:22:59 
00:22:59 
00:22:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:01 
00:23:01 
00:23:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:03 
00:23:03 
00:23:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:04 --- javac err: ---
00:23:04 X.java:2: warning: [rawtypes] found raw type: Class
00:23:04 	public X(Class clazz) {
00:23:04 	         ^
00:23:04   missing type arguments for generic class Class<T>
00:23:04   where T is a type-variable:
00:23:04     T extends Object declared in class Class
00:23:04 1 warning
00:23:04 
00:23:04 
00:23:04 
00:23:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:05 --- javac err: ---
00:23:05 X.java:2: warning: [rawtypes] found raw type: Class
00:23:05 	public X(Class clazz) {
00:23:05 	         ^
00:23:05   missing type arguments for generic class Class<T>
00:23:05   where T is a type-variable:
00:23:05     T extends Object declared in class Class
00:23:05 1 warning
00:23:05 
00:23:05 
00:23:05 
00:23:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:06 --- javac err: ---
00:23:06 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
00:23:06 		c.add(b ? new Integer(1)
00:23:06 		          ^
00:23:06 1 warning
00:23:06 
00:23:06 ----------------------------------------
00:23:06 org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest#test427625 - 10
00:23:06 X.java [
00:23:06 import java.util.Collection;
00:23:06 import java.util.List;
00:23:06 public class X {
00:23:06 	public void error(Collection<Object> c) {
00:23:06 		boolean b  =true;
00:23:06 		c.add(b ? new Integer(1)
00:23:06 		        : c==null ? null 
00:23:06 				  : c instanceof List ? Integer.valueOf(1) 
00:23:06 				                      : o()); 
00:23:06 	}
00:23:06 	public Object o() {
00:23:06 		return null;
00:23:06 	}
00:23:06 }
00:23:06 
00:23:06 ]
00:23:06 
00:23:06 
00:23:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:07 
00:23:07 
00:23:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:09 
00:23:09 
00:23:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:10 --- javac err: ---
00:23:10 Main.java:4: warning: [empty] empty statement after if
00:23:10 			if ((false) ? true: null);
00:23:10 			                         ^
00:23:10 1 warning
00:23:10 
00:23:10 
00:23:10 
00:23:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:11 --- javac err: ---
00:23:11 X.java:9: error: cannot find symbol
00:23:11 		f(y.f2() == 1 ? null : y.f());
00:23:11 		   ^
00:23:11   symbol:   method f2()
00:23:11   location: variable y of type Y
00:23:11 1 error
00:23:11 
00:23:11 
00:23:11 
00:23:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:11 ***************************************************************************
00:23:11 * Comparison with Sun Javac compiler for class ExternalizeStringLiteralsTest (null tests)
00:23:11 ***************************************************************************
00:23:12 
00:23:12 
00:23:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:13 
00:23:13 
00:23:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:14 --- javac err: ---
00:23:14 p/Foo.java:6: error: reached end of file while parsing
00:23:14 }
00:23:14  ^
00:23:14 1 error
00:23:14 
00:23:14 
00:23:14 
00:23:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:15 
00:23:15 
00:23:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:16 
00:23:16 
00:23:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:17 --- javac err: ---
00:23:17 X.java:4: error: reached end of file while parsing
00:23:17     }
00:23:17      ^
00:23:17 1 error
00:23:17 
00:23:17 
00:23:17 
00:23:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:18 
00:23:18 
00:23:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:19 
00:23:19 
00:23:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:20 
00:23:20 
00:23:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:21 --- javac err: ---
00:23:21 X.java:4: error: incompatible types: String cannot be converted to int
00:23:21 		int i = s;
00:23:21 		        ^
00:23:21 1 error
00:23:21 
00:23:21 
00:23:21 
00:23:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:23 --- javac err: ---
00:23:23 X.java:3: error: incompatible types: <null> cannot be converted to int
00:23:23 		int i = null;
00:23:23 		        ^
00:23:23 1 error
00:23:23 
00:23:23 
00:23:23 
00:23:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:24 --- javac err: ---
00:23:24 X.java:3: error: incompatible types: <null> cannot be converted to int
00:23:24 		int i = null;
00:23:24 		        ^
00:23:24 1 error
00:23:24 
00:23:24 
00:23:24 
00:23:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:25 
00:23:25 
00:23:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:26 
00:23:26 
00:23:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:27 
00:23:27 
00:23:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:28 
00:23:28 
00:23:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:29 --- javac err: ---
00:23:29 X.java:5: error: ';' expected
00:23:29 			enclosingType.toString()
00:23:29 			                        ^
00:23:29 1 error
00:23:29 
00:23:29 
00:23:29 
00:23:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:30 --- javac err: ---
00:23:30 X.java:2: error: illegal character: '#'
00:23:30 	#
00:23:30 	^
00:23:30 X.java:3: error: <identifier> expected
00:23:30 	String s1= "1"; //$NON-NLS-1$
00:23:30 	         ^
00:23:30 2 errors
00:23:30 
00:23:30 
00:23:30 
00:23:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:31 --- javac err: ---
00:23:31 X.java:3: error: illegal character: '#'
00:23:31 	#
00:23:31 	^
00:23:31 1 error
00:23:31 
00:23:31 
00:23:31 
00:23:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:32 --- javac err: ---
00:23:32 X.java:4: error: illegal character: '#'
00:23:32 		#
00:23:32 		^
00:23:32 1 error
00:23:32 
00:23:32 
00:23:32 
00:23:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:33 --- javac err: ---
00:23:33 X.java:5: error: illegal character: '#'
00:23:33 		#
00:23:33 		^
00:23:33 1 error
00:23:33 
00:23:33 
00:23:33 
00:23:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:34 --- javac err: ---
00:23:34 X.java:2: error: illegal character: '#'
00:23:34 	#
00:23:34 	^
00:23:34 X.java:3: error: <identifier> expected
00:23:34 	String s1= "1"; //$NON-NLS-1$
00:23:34 	         ^
00:23:34 X.java:5: error: illegal character: '#'
00:23:34 		#
00:23:34 		^
00:23:34 3 errors
00:23:34 
00:23:34 
00:23:34 
00:23:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:35 --- javac err: ---
00:23:35 X.java:4: error: not a statement
00:23:35                 output.append(this != null) ? null : "<no type>"); //$NON-NLS-1$
00:23:35                                             ^
00:23:35 X.java:4: error: ';' expected
00:23:35                 output.append(this != null) ? null : "<no type>"); //$NON-NLS-1$
00:23:35                                                                 ^
00:23:35 2 errors
00:23:35 
00:23:35 
00:23:35 
00:23:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:36 
00:23:36 
00:23:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:36 ***************************************************************************
00:23:36 * Comparison with Sun Javac compiler for class NonFatalErrorTest (null tests)
00:23:36 ***************************************************************************
00:23:37 
00:23:37 
00:23:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:38 
00:23:38 
00:23:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:39 
00:23:39 
00:23:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:41 
00:23:41 
00:23:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:42 
00:23:42 
00:23:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:43 
00:23:43 
00:23:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:44 
00:23:44 
00:23:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:45 
00:23:45 
00:23:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:46 
00:23:46 
00:23:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:47 --- javac err: ---
00:23:47 Test.java:5: error: reference to Double is ambiguous
00:23:47 	Double d = null;
00:23:47 	^
00:23:47   both class java.awt.geom.Line2D.Double in Line2D and class java.awt.geom.Point2D.Double in Point2D match
00:23:47 1 error
00:23:47 
00:23:47 
00:23:47 
00:23:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:47 
00:23:47 
00:23:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:47 
00:23:47 
00:23:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:47 
00:23:47 
00:23:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:47 
00:23:47 
00:23:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:47 
00:23:47 
00:23:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:47 ***************************************************************************
00:23:47 * Comparison with Sun Javac compiler for class FlowAnalysisTest (null tests)
00:23:47 ***************************************************************************
00:23:48 --- javac err: ---
00:23:48 X.java:9: error: missing return statement
00:23:48 	}	
00:23:48 	^
00:23:48 1 error
00:23:48 
00:23:48 
00:23:48 
00:23:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:49 --- javac err: ---
00:23:49 X.java:6: error: variable c2 might not have been initialized
00:23:49         if (c2 == 0) {} // complain
00:23:49             ^
00:23:49 1 error
00:23:49 
00:23:49 
00:23:49 
00:23:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:50 --- javac err: ---
00:23:50 X.java:6: error: variable c2 might not have been initialized
00:23:50         if (c2 == 0) {} // complain
00:23:50             ^
00:23:50 1 error
00:23:50 
00:23:50 
00:23:50 
00:23:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:51 --- javac err: ---
00:23:51 X.java:6: error: variable c2 might not have been initialized
00:23:51         if (c2 == 0) {} // complain
00:23:51             ^
00:23:51 1 error
00:23:51 
00:23:51 
00:23:51 
00:23:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:52 --- javac err: ---
00:23:52 X.java:6: error: variable c2 might not have been initialized
00:23:52         if (c2 == 0) {} // complain
00:23:52             ^
00:23:52 1 error
00:23:52 
00:23:52 
00:23:52 
00:23:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:53 --- javac err: ---
00:23:53 X.java:6: warning: [fallthrough] possible fall-through into case
00:23:53         case 1:
00:23:53         ^
00:23:53 1 warning
00:23:53 
00:23:53 
00:23:53 
00:23:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:53 
00:23:53 
00:23:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:54 --- javac err: ---
00:23:54 X.java:9: warning: [fallthrough] possible fall-through into case
00:23:54         case 1:
00:23:54         ^
00:23:54 1 warning
00:23:54 
00:23:54 
00:23:54 
00:23:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:56 
00:23:56 
00:23:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:57 --- javac err: ---
00:23:57 X.java:6: warning: [fallthrough] possible fall-through into case
00:23:57         case 1:
00:23:57         ^
00:23:57 1 warning
00:23:57 
00:23:57 
00:23:57 
00:23:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:57 
00:23:57 
00:23:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:58 --- javac err: ---
00:23:58 X.java:6: warning: [fallthrough] possible fall-through into case
00:23:58         default:
00:23:58         ^
00:23:58 1 warning
00:23:58 
00:23:58 
00:23:58 
00:23:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:23:59 --- javac err: ---
00:23:59 X.java:8: warning: [fallthrough] possible fall-through into case
00:23:59         case 1:
00:23:59         ^
00:23:59 1 warning
00:23:59 
00:23:59 
00:23:59 
00:23:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:00 --- javac err: ---
00:24:00 X.java:8: warning: [fallthrough] possible fall-through into case
00:24:00         case 1:
00:24:00         ^
00:24:00 1 warning
00:24:00 
00:24:00 
00:24:00 
00:24:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:01 --- javac err: ---
00:24:01 X.java:8: warning: [fallthrough] possible fall-through into case
00:24:01         case 1:
00:24:01         ^
00:24:01 1 warning
00:24:01 
00:24:01 
00:24:01 
00:24:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:02 --- javac err: ---
00:24:02 X.java:10: error: cannot find symbol
00:24:02 	Zork z;
00:24:02 	^
00:24:02   symbol:   class Zork
00:24:02   location: class X
00:24:02 1 error
00:24:02 
00:24:02 
00:24:02 
00:24:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:02 
00:24:02 
00:24:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:03 
00:24:03 
00:24:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:04 --- javac err: ---
00:24:04 X.java:10: error: variable x might not have been initialized
00:24:04 		x.foo();
00:24:04 		^
00:24:04 1 error
00:24:04 
00:24:04 
00:24:04 
00:24:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:05 --- javac err: ---
00:24:05 X.java:10: error: variable l might not have been initialized
00:24:05     l.toString();
00:24:05     ^
00:24:05 1 error
00:24:05 
00:24:05 
00:24:05 
00:24:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:07 
00:24:07 
00:24:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:08 --- javac err: ---
00:24:08 X.java:15: error: variable s might not have been initialized
00:24:08     System.out.println(s);
00:24:08                        ^
00:24:08 1 error
00:24:08 
00:24:08 
00:24:08 
00:24:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:09 
00:24:09 
00:24:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:11 
00:24:11 
00:24:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:12 
00:24:12 
00:24:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:13 
00:24:13 
00:24:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:14 
00:24:14 
00:24:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:15 --- javac err: ---
00:24:15 X.java:14: error: cannot reference blank before supertype constructor has been called
00:24:15 		super(blank = 0);
00:24:15 		      ^
00:24:15 1 error
00:24:15 
00:24:15 
00:24:15 
00:24:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:16 
00:24:16 
00:24:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:18 --- javac err: ---
00:24:18 X.java:6: warning: [fallthrough] possible fall-through into case
00:24:18     case i: // should complain: i not initialized
00:24:18     ^
00:24:18 X.java:6: error: variable i might not have been initialized
00:24:18     case i: // should complain: i not initialized
00:24:18          ^
00:24:18 1 error
00:24:18 1 warning
00:24:18 
00:24:18 
00:24:18 
00:24:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:19 --- javac err: ---
00:24:19 X.java:6: warning: [fallthrough] possible fall-through into case
00:24:19     case 1:
00:24:19     ^
00:24:19 X.java:7: error: variable j might not have been initialized
00:24:19       System.out.println(j); // should complain: j not initialized
00:24:19                          ^
00:24:19 1 error
00:24:19 1 warning
00:24:19 
00:24:19 
00:24:19 
00:24:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:20 --- javac err: ---
00:24:20 X.java:9: error: cannot find symbol
00:24:20       new Local();
00:24:20           ^
00:24:20   symbol:   class Local
00:24:20   location: class X
00:24:20 1 error
00:24:20 
00:24:20 
00:24:20 
00:24:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:21 --- javac err: ---
00:24:21 X.java:5: error: variable s might not have been initialized
00:24:21       System.out.println(s);
00:24:21                          ^
00:24:21 1 error
00:24:21 
00:24:21 
00:24:21 
00:24:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:22 
00:24:22 
00:24:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:23 --- javac err: ---
00:24:23 X.java:6: error: variable s might not have been initialized
00:24:23         System.out.println(s);
00:24:23                            ^
00:24:23 1 error
00:24:23 
00:24:23 
00:24:23 
00:24:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:24 --- javac err: ---
00:24:24 X.java:5: error: cannot assign a value to final variable s
00:24:24       s = "";
00:24:24       ^
00:24:24 1 error
00:24:24 
00:24:24 
00:24:24 
00:24:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:25 
00:24:25 
00:24:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:26 --- javac err: ---
00:24:26 X.java:7: error: variable s might already have been assigned
00:24:26     s = "";
00:24:26     ^
00:24:26 1 error
00:24:26 
00:24:26 
00:24:26 
00:24:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:28 
00:24:28 
00:24:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:29 --- javac err: ---
00:24:29 X.java:11: error: cannot assign a value to final variable j
00:24:29           j = 2;
00:24:29           ^
00:24:29 1 error
00:24:29 
00:24:29 
00:24:29 
00:24:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:30 --- javac err: ---
00:24:30 X.java:6: warning: [fallthrough] possible fall-through into case
00:24:30       case 2:
00:24:30       ^
00:24:30 X.java:8: error: variable j might not have been initialized
00:24:30           case j:
00:24:30                ^
00:24:30 1 error
00:24:30 1 warning
00:24:30 
00:24:30 
00:24:30 
00:24:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:32 --- javac err: ---
00:24:32 X.java:3: error: variable i might be assigned in loop
00:24:32     for (final int i; 0 < (i = 1); i = i + 1) {
00:24:32                            ^
00:24:32 1 error
00:24:32 
00:24:32 ----------------------------------------
00:24:32 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test046 - 10
00:24:32 X.java [
00:24:32 public abstract class X {
00:24:32   public static void main(String args[]) {
00:24:32     for (final int i; 0 < (i = 1); i = i + 1) {
00:24:32       System.out.println(i);
00:24:32       break;
00:24:32     }
00:24:32   }
00:24:32 }
00:24:32 
00:24:32 ]
00:24:32 
00:24:32 
00:24:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:33 
00:24:33 
00:24:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:33 
00:24:33 
00:24:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:33 
00:24:33 
00:24:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:34 
00:24:34 
00:24:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:35 
00:24:35 
00:24:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:36 --- javac err: ---
00:24:36 X.java:8: error: unreachable statement
00:24:36 		return;
00:24:36 		^
00:24:36 1 error
00:24:36 
00:24:36 
00:24:36 
00:24:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:37 --- javac err: ---
00:24:37 X.java:8: error: unreachable statement
00:24:37 		return;
00:24:37 		^
00:24:37 1 error
00:24:37 
00:24:37 
00:24:37 
00:24:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:38 --- javac err: ---
00:24:38 X.java:8: error: unreachable statement
00:24:38 		return;
00:24:38 		^
00:24:38 1 error
00:24:38 
00:24:38 
00:24:38 
00:24:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:39 --- javac err: ---
00:24:39 X.java:8: error: unreachable statement
00:24:39 		return;
00:24:39 		^
00:24:39 1 error
00:24:39 
00:24:39 
00:24:39 
00:24:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:40 --- javac err: ---
00:24:40 X.java:4: error: unreachable statement
00:24:40 		{
00:24:40 		^
00:24:40 X.java:10: error: unreachable statement
00:24:40 		{
00:24:40 		^
00:24:40 X.java:15: error: unreachable statement
00:24:40 		; // 4
00:24:40 		^
00:24:40 3 errors
00:24:40 
00:24:40 
00:24:40 
00:24:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:41 ----------------------------------------
00:24:41 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test057 - 10
00:24:41 X.java [
00:24:41 public class X {
00:24:41 	void foo(int x, int[] array) {
00:24:41 		for (int i = 0; 
00:24:41 		     i < array.length; 
00:24:41 		     i++) {//dead code
00:24:41 			if (x == array[i])
00:24:41 				return;
00:24:41 			else
00:24:41 				break;
00:24:41 		}
00:24:41 	}
00:24:41 }
00:24:41 
00:24:41 ]
00:24:41 
00:24:41 
00:24:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:42 --- javac err: ---
00:24:42 X.java:11: error: unreachable statement
00:24:42 					return;
00:24:42 					^
00:24:42 1 error
00:24:42 
00:24:42 
00:24:42 
00:24:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:43 --- javac err: ---
00:24:43 X.java:8: error: unreachable statement
00:24:43 		return;
00:24:43 		^
00:24:43 1 error
00:24:43 
00:24:43 
00:24:43 
00:24:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:44 --- javac err: ---
00:24:44 X.java:19: error: unreachable statement
00:24:44 		return;
00:24:44 		^
00:24:44 1 error
00:24:44 
00:24:44 
00:24:44 
00:24:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:46 
00:24:46 
00:24:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:47 --- javac err: ---
00:24:47 X.java:9: error: unreachable statement
00:24:47                 return;
00:24:47                 ^
00:24:47 1 error
00:24:47 
00:24:47 
00:24:47 
00:24:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:48 ----------------------------------------
00:24:48 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test063 - 10
00:24:48 X.java [
00:24:48 public class X {
00:24:48    boolean bar() { return false; } 
00:24:48 	public void foo() {		if (bar())
00:24:48 			new IllegalArgumentException("You must not bar!");
00:24:48 	}
00:24:48 }
00:24:48 ]
00:24:48 
00:24:48 
00:24:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:49 ----------------------------------------
00:24:49 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test064 - 10
00:24:49 X.java [
00:24:49 public class X {
00:24:49    boolean bar() { return false; } 
00:24:49 	public void foo() {		if (bar())
00:24:49 			new String("You must not bar!");
00:24:49 	}
00:24:49 }
00:24:49 ]
00:24:49 
00:24:49 
00:24:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:50 
00:24:50 
00:24:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:51 
00:24:51 
00:24:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:52 
00:24:52 
00:24:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:54 
00:24:54 
00:24:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:54 ----------------------------------------
00:24:54 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test069 - 10
00:24:54 X.java [
00:24:54 public class X {
00:24:54    boolean bar() { return false; } 
00:24:54 	public void foo() {		if (bar())
00:24:54 			new Object() {};
00:24:54 	}
00:24:54 }
00:24:54 ]
00:24:54 
00:24:54 
00:24:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:56 ----------------------------------------
00:24:56 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test070 - 10
00:24:56 X.java [
00:24:56 public final class X {
00:24:56     private X (){
00:24:56         boolean flagSet = true;
00:24:56         Object first = true ? null : "";        
00:24:56         Object second = flagSet || first == null ? null :
00:24:56             new Object() {};
00:24:56     }
00:24:56 }
00:24:56 
00:24:56 ]
00:24:56 
00:24:56 
00:24:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:57 ----------------------------------------
00:24:57 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#test071 - 10
00:24:57 X.java [
00:24:57 import java.io.*;
00:24:57 public class X {
00:24:57   static {
00:24:57     try {
00:24:57       while(true) {
00:24:57           if (true)
00:24:57               throw new NumberFormatException();
00:24:57           else
00:24:57               throw new IOException();
00:24:57       }
00:24:57     } catch(IOException e ) {
00:24:57         // empty
00:24:57     } 
00:24:57   } 
00:24:57 }
00:24:57 
00:24:57 ]
00:24:57 
00:24:57 
00:24:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:58 --- javac err: ---
00:24:58 X.java:6: error: variable i might not have been initialized
00:24:58             i++;    
00:24:58             ^
00:24:58 1 error
00:24:58 
00:24:58 
00:24:58 
00:24:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:24:59 
00:24:59 
00:24:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:00 --- javac err: ---
00:25:00 X.java:7: error: variable field1 might not have been initialized
00:25:00 			i = field1;
00:25:00 			    ^
00:25:00 X.java:2: error: variable field1 not initialized in the default constructor
00:25:00     public final int field1;
00:25:00                      ^
00:25:00 2 errors
00:25:00 
00:25:00 
00:25:00 
00:25:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:01 --- javac err: ---
00:25:01 X.java:11: error: variable i might not have been initialized
00:25:01 		 i++;
00:25:01 		 ^
00:25:01 1 error
00:25:01 
00:25:01 
00:25:01 
00:25:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:02 
00:25:02 
00:25:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:03 --- javac err: ---
00:25:03 X.java:7: warning: [try] auto-closeable resource fis is never referenced in body of corresponding try statement
00:25:03             try (FileInputStream fis = new FileInputStream("")) {
00:25:03                                  ^
00:25:03 1 warning
00:25:03 
00:25:03 
00:25:03 
00:25:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:05 
00:25:05 
00:25:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:06 
00:25:06 
00:25:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:07 
00:25:07 
00:25:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:08 
00:25:08 
00:25:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:09 
00:25:09 
00:25:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:11 
00:25:11 
00:25:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:12 
00:25:12 
00:25:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:13 --- javac err: ---
00:25:13 Test.java:11: error: local variables referenced from an inner class must be final or effectively final
00:25:13             	str = "String";
00:25:13             	^
00:25:13 1 error
00:25:13 
00:25:13 
00:25:13 
00:25:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:14 
00:25:14 
00:25:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 --- javac err: ---
00:25:15 Test.java:27: error: variable action might not have been initialized
00:25:15 		if (action) //Missing error: 'action' may not be initialized!
00:25:15 		    ^
00:25:15 1 error
00:25:15 
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:15 
00:25:15 
00:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:16 ----------------------------------------
00:25:16 org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest#testCloseable1 - 10
00:25:16 X.java [
00:25:16 import java.io.File;
00:25:16 import java.io.FileReader;
00:25:16 import java.io.IOException;
00:25:16 public class X {
00:25:16     void foo() throws IOException {
00:25:16         File file = new File("somefile");
00:25:16         FileReader fileReader = new FileReader(file); // not closed
00:25:16         char[] in = new char[50];
00:25:16         fileReader.read(in);
00:25:16     }
00:25:16 }
00:25:16 
00:25:16 ]
00:25:16 
00:25:16 
00:25:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:18 
00:25:18 
00:25:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:19 
00:25:19 
00:25:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 --- javac err: ---
00:25:20 X.java:5: error: break outside switch or loop
00:25:20                 { if (true) break; }
00:25:20                             ^
00:25:20 X.java:15: error: undefined label: outer
00:25:20                   if (2 == j) continue outer;
00:25:20                               ^
00:25:20 X.java:16: error: continue outside of loop
00:25:20                   else continue;
00:25:20                        ^
00:25:20 3 errors
00:25:20 
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 ***************************************************************************
00:25:20 * Comparison with Sun Javac compiler for class CharOperationTest (null tests)
00:25:20 ***************************************************************************
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 
00:25:20 
00:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:20 ***************************************************************************
00:25:20 * Comparison with Sun Javac compiler for class RuntimeTests (null tests)
00:25:20 ***************************************************************************
00:25:21 
00:25:21 
00:25:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:23 
00:25:23 
00:25:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:24 
00:25:24 
00:25:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:26 
00:25:26 
00:25:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:29 
00:25:29 
00:25:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:31 
00:25:31 
00:25:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:34 
00:25:34 
00:25:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:35 --- javac err: ---
00:25:35 p1/Z.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression
00:25:35 		System.out.print(y.staticField);	
00:25:35 		                  ^
00:25:35 p1/Z.java:8: warning: [static] static method should be qualified by type name, X, instead of by an expression
00:25:35 		System.out.println(y.staticMethod());	
00:25:35 		                    ^
00:25:35 2 warnings
00:25:35 
00:25:36 
00:25:36 
00:25:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:36 ***************************************************************************
00:25:36 * Comparison with Sun Javac compiler for class DebugAttributeTest (null tests)
00:25:36 ***************************************************************************
00:25:37 
00:25:37 
00:25:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:39 
00:25:39 
00:25:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:40 --- javac err: ---
00:25:40 X.java:6: warning: [rawtypes] found raw type: List
00:25:40 		List l = new ArrayList();
00:25:40 		^
00:25:40   missing type arguments for generic class List<E>
00:25:40   where E is a type-variable:
00:25:40     E extends Object declared in interface List
00:25:40 X.java:6: warning: [rawtypes] found raw type: ArrayList
00:25:40 		List l = new ArrayList();
00:25:40 		             ^
00:25:40   missing type arguments for generic class ArrayList<E>
00:25:40   where E is a type-variable:
00:25:40     E extends Object declared in class ArrayList
00:25:40 X.java:7: warning: [rawtypes] found raw type: List
00:25:40 		List l2 = new ArrayList();
00:25:40 		^
00:25:40   missing type arguments for generic class List<E>
00:25:40   where E is a type-variable:
00:25:40     E extends Object declared in interface List
00:25:40 X.java:7: warning: [rawtypes] found raw type: ArrayList
00:25:40 		List l2 = new ArrayList();
00:25:40 		              ^
00:25:40   missing type arguments for generic class ArrayList<E>
00:25:40   where E is a type-variable:
00:25:40     E extends Object declared in class ArrayList
00:25:40 X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
00:25:40 		l.add(new X());
00:25:40 		     ^
00:25:40   where E is a type-variable:
00:25:40     E extends Object declared in interface List
00:25:40 X.java:9: warning: [rawtypes] found raw type: Iterator
00:25:40 		for (Iterator iterator = l.iterator(); iterator.hasNext() ;) {
00:25:40 		     ^
00:25:40   missing type arguments for generic class Iterator<E>
00:25:40   where E is a type-variable:
00:25:40     E extends Object declared in interface Iterator
00:25:40 X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
00:25:40 			l2.add(((X) iterator.next()).toString()
00:25:40 			      ^
00:25:40   where E is a type-variable:
00:25:40     E extends Object declared in interface List
00:25:40 X.java:13: warning: [rawtypes] found raw type: Iterator
00:25:40 		for (Iterator iterator = l2.iterator(); iterator.hasNext() ;) {
00:25:40 		     ^
00:25:40   missing type arguments for generic class Iterator<E>
00:25:40   where E is a type-variable:
00:25:40     E extends Object declared in interface Iterator
00:25:40 8 warnings
00:25:40 
00:25:40 
00:25:40 
00:25:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:41 
00:25:41 
00:25:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:41 ***************************************************************************
00:25:41 * Comparison with Sun Javac compiler for class NullReferenceTest (null tests)
00:25:41 ***************************************************************************
00:25:42 
00:25:42 
00:25:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:43 
00:25:43 
00:25:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:44 
00:25:44 
00:25:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:45 
00:25:45 
00:25:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:46 --- javac err: ---
00:25:46 X.java:4: error: variable o might not have been initialized
00:25:46     o.toString();
00:25:46     ^
00:25:46 1 error
00:25:46 
00:25:46 
00:25:46 
00:25:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:47 
00:25:47 
00:25:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:48 
00:25:48 
00:25:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:49 
00:25:49 
00:25:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:51 
00:25:51 
00:25:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:52 
00:25:52 
00:25:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:53 
00:25:53 
00:25:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:54 
00:25:54 
00:25:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:55 
00:25:55 
00:25:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:56 
00:25:56 
00:25:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:57 
00:25:57 
00:25:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:25:58 
00:25:58 
00:25:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:00 
00:26:00 
00:26:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:01 
00:26:01 
00:26:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:02 
00:26:02 
00:26:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:03 
00:26:03 
00:26:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:04 
00:26:04 
00:26:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:05 
00:26:05 
00:26:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:06 
00:26:06 
00:26:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:07 
00:26:07 
00:26:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:08 
00:26:08 
00:26:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:09 
00:26:09 
00:26:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:10 
00:26:10 
00:26:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:11 
00:26:11 
00:26:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:12 
00:26:12 
00:26:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:13 
00:26:13 
00:26:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:14 
00:26:14 
00:26:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:16 
00:26:16 
00:26:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:17 
00:26:17 
00:26:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:18 
00:26:18 
00:26:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:19 
00:26:19 
00:26:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:20 
00:26:20 
00:26:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:21 
00:26:21 
00:26:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:22 
00:26:22 
00:26:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:23 
00:26:23 
00:26:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:24 
00:26:24 
00:26:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:25 
00:26:25 
00:26:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:27 
00:26:27 
00:26:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:28 
00:26:28 
00:26:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:29 
00:26:29 
00:26:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:30 
00:26:30 
00:26:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:31 
00:26:31 
00:26:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:32 
00:26:32 
00:26:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:33 
00:26:33 
00:26:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:34 
00:26:34 
00:26:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:36 
00:26:36 
00:26:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:37 
00:26:37 
00:26:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:38 
00:26:38 
00:26:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:39 
00:26:39 
00:26:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:40 
00:26:40 
00:26:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:41 
00:26:41 
00:26:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:42 
00:26:42 
00:26:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:43 
00:26:43 
00:26:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:44 
00:26:44 
00:26:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:45 
00:26:45 
00:26:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:46 
00:26:46 
00:26:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:48 
00:26:48 
00:26:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:49 
00:26:49 
00:26:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:50 
00:26:50 
00:26:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:51 
00:26:51 
00:26:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:52 
00:26:52 
00:26:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:53 
00:26:53 
00:26:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:54 
00:26:54 
00:26:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:55 --- javac err: ---
00:26:55 X.java:3: warning: [rawtypes] found raw type: Class
00:26:55     Class c = java.lang.Object.class;
00:26:55     ^
00:26:55   missing type arguments for generic class Class<T>
00:26:55   where T is a type-variable:
00:26:55     T extends Object declared in class Class
00:26:55 1 warning
00:26:55 
00:26:55 
00:26:55 
00:26:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:56 
00:26:56 
00:26:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:57 
00:26:57 
00:26:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:58 
00:26:58 
00:26:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:26:59 
00:26:59 
00:26:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:00 
00:27:00 
00:27:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:02 
00:27:02 
00:27:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:03 
00:27:03 
00:27:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:04 
00:27:04 
00:27:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:05 
00:27:05 
00:27:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:06 
00:27:06 
00:27:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:07 
00:27:07 
00:27:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:08 
00:27:08 
00:27:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:09 
00:27:09 
00:27:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:10 
00:27:10 
00:27:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:12 
00:27:12 
00:27:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:13 
00:27:13 
00:27:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:14 
00:27:14 
00:27:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:15 
00:27:15 
00:27:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:17 
00:27:17 
00:27:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:18 
00:27:18 
00:27:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:19 
00:27:19 
00:27:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:20 
00:27:20 
00:27:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:21 
00:27:21 
00:27:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:22 
00:27:22 
00:27:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:23 
00:27:23 
00:27:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:24 
00:27:24 
00:27:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:25 
00:27:25 
00:27:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:26 
00:27:26 
00:27:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:28 
00:27:28 
00:27:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:29 
00:27:29 
00:27:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:30 
00:27:30 
00:27:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:31 
00:27:31 
00:27:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:32 
00:27:32 
00:27:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:33 
00:27:33 
00:27:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:34 
00:27:34 
00:27:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:35 
00:27:35 
00:27:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:36 
00:27:36 
00:27:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:37 
00:27:37 
00:27:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:38 
00:27:38 
00:27:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:39 
00:27:39 
00:27:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:40 
00:27:40 
00:27:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:41 
00:27:41 
00:27:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:43 
00:27:43 
00:27:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:44 
00:27:44 
00:27:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:45 
00:27:45 
00:27:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:46 
00:27:46 
00:27:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:47 
00:27:47 
00:27:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:48 
00:27:48 
00:27:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:49 
00:27:49 
00:27:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:50 
00:27:50 
00:27:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:51 
00:27:51 
00:27:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:52 
00:27:52 
00:27:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:53 
00:27:53 
00:27:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:54 
00:27:54 
00:27:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:55 
00:27:55 
00:27:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:56 
00:27:56 
00:27:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:57 
00:27:57 
00:27:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:27:58 
00:27:58 
00:27:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:00 
00:28:00 
00:28:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:01 
00:28:01 
00:28:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:02 
00:28:02 
00:28:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:03 
00:28:03 
00:28:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:04 
00:28:04 
00:28:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:05 
00:28:05 
00:28:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:06 
00:28:06 
00:28:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:07 
00:28:07 
00:28:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:08 
00:28:08 
00:28:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:09 
00:28:09 
00:28:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:10 
00:28:10 
00:28:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:11 
00:28:11 
00:28:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:12 
00:28:12 
00:28:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:13 
00:28:13 
00:28:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:14 
00:28:14 
00:28:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:16 
00:28:16 
00:28:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:17 
00:28:17 
00:28:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:18 
00:28:18 
00:28:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:19 
00:28:19 
00:28:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:20 
00:28:20 
00:28:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:21 
00:28:21 
00:28:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:22 
00:28:22 
00:28:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:23 
00:28:23 
00:28:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:24 
00:28:24 
00:28:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:25 
00:28:25 
00:28:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:26 
00:28:26 
00:28:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:27 
00:28:27 
00:28:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:28 
00:28:28 
00:28:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:29 
00:28:29 
00:28:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:30 
00:28:30 
00:28:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:31 
00:28:31 
00:28:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:32 
00:28:32 
00:28:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:33 
00:28:33 
00:28:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:35 
00:28:35 
00:28:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:36 
00:28:36 
00:28:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:37 
00:28:37 
00:28:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:38 
00:28:38 
00:28:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:39 
00:28:39 
00:28:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:40 
00:28:40 
00:28:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:41 
00:28:41 
00:28:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:42 
00:28:42 
00:28:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:44 
00:28:44 
00:28:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:44 
00:28:44 
00:28:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:45 
00:28:45 
00:28:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:46 
00:28:46 
00:28:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:47 
00:28:47 
00:28:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:48 
00:28:48 
00:28:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:50 
00:28:50 
00:28:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:51 
00:28:51 
00:28:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:52 
00:28:52 
00:28:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:53 
00:28:53 
00:28:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:54 
00:28:54 
00:28:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:55 
00:28:55 
00:28:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:56 
00:28:56 
00:28:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:57 
00:28:57 
00:28:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:58 
00:28:58 
00:28:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:28:59 
00:28:59 
00:28:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:00 
00:29:00 
00:29:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:02 
00:29:02 
00:29:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:03 
00:29:03 
00:29:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:04 
00:29:04 
00:29:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:05 
00:29:05 
00:29:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:06 
00:29:06 
00:29:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:07 
00:29:07 
00:29:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:08 
00:29:08 
00:29:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:10 
00:29:10 
00:29:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:11 
00:29:11 
00:29:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:12 
00:29:12 
00:29:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:13 
00:29:13 
00:29:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:14 
00:29:14 
00:29:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:16 
00:29:16 
00:29:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:17 
00:29:17 
00:29:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:18 
00:29:18 
00:29:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:19 
00:29:19 
00:29:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:20 
00:29:20 
00:29:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:21 
00:29:21 
00:29:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:22 
00:29:22 
00:29:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:23 
00:29:23 
00:29:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:24 
00:29:24 
00:29:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:25 
00:29:25 
00:29:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:26 
00:29:26 
00:29:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:27 
00:29:27 
00:29:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:28 
00:29:28 
00:29:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:29 
00:29:29 
00:29:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:30 
00:29:30 
00:29:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:32 
00:29:32 
00:29:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:33 
00:29:33 
00:29:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:34 
00:29:34 
00:29:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:35 
00:29:35 
00:29:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:36 
00:29:36 
00:29:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:37 
00:29:37 
00:29:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:38 
00:29:38 
00:29:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:40 
00:29:40 
00:29:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:41 
00:29:41 
00:29:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:42 
00:29:42 
00:29:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:43 
00:29:43 
00:29:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:44 
00:29:44 
00:29:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:45 
00:29:45 
00:29:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:46 
00:29:46 
00:29:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:47 
00:29:47 
00:29:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:48 
00:29:48 
00:29:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:49 
00:29:49 
00:29:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:50 
00:29:50 
00:29:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:51 
00:29:51 
00:29:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:53 
00:29:53 
00:29:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:54 
00:29:54 
00:29:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:55 
00:29:55 
00:29:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:56 
00:29:56 
00:29:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:57 
00:29:57 
00:29:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:58 
00:29:58 
00:29:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:29:59 
00:29:59 
00:29:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:01 
00:30:01 
00:30:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:02 
00:30:02 
00:30:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:03 
00:30:03 
00:30:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:04 
00:30:04 
00:30:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:05 
00:30:05 
00:30:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:06 
00:30:06 
00:30:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:07 
00:30:07 
00:30:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:08 
00:30:08 
00:30:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:09 --- javac err: ---
00:30:09 X.java:2: warning: [rawtypes] found raw type: Class
00:30:09   Class bar(boolean b) throws ClassNotFoundException {
00:30:09   ^
00:30:09   missing type arguments for generic class Class<T>
00:30:09   where T is a type-variable:
00:30:09     T extends Object declared in class Class
00:30:09 X.java:8: warning: [rawtypes] found raw type: Class
00:30:09   public Class foo(Class c, boolean b) {
00:30:09                    ^
00:30:09   missing type arguments for generic class Class<T>
00:30:09   where T is a type-variable:
00:30:09     T extends Object declared in class Class
00:30:09 X.java:8: warning: [rawtypes] found raw type: Class
00:30:09   public Class foo(Class c, boolean b) {
00:30:09          ^
00:30:09   missing type arguments for generic class Class<T>
00:30:09   where T is a type-variable:
00:30:09     T extends Object declared in class Class
00:30:09 3 warnings
00:30:09 
00:30:09 
00:30:09 
00:30:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:10 
00:30:10 
00:30:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:11 
00:30:11 
00:30:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:12 
00:30:12 
00:30:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:13 
00:30:13 
00:30:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:14 
00:30:14 
00:30:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:16 
00:30:16 
00:30:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:17 
00:30:17 
00:30:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:18 
00:30:18 
00:30:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:19 --- javac err: ---
00:30:19 X.java:8: error: variable i might not have been initialized
00:30:19       System.out.println(i);
00:30:19                          ^
00:30:19 1 error
00:30:19 
00:30:19 
00:30:19 
00:30:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:20 --- javac err: ---
00:30:20 X.java:15: error: variable i might not have been initialized
00:30:20       if(i == 0)
00:30:20          ^
00:30:20 1 error
00:30:20 
00:30:20 
00:30:20 
00:30:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:22 --- javac err: ---
00:30:22 X.java:18: error: variable i might not have been initialized
00:30:22 		if (i==1) {
00:30:22 		    ^
00:30:22 1 error
00:30:22 
00:30:22 
00:30:22 
00:30:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:23 --- javac err: ---
00:30:23 X.java:7: error: variable i might not have been initialized
00:30:23 		System.out.println(i);
00:30:23 		                   ^
00:30:23 1 error
00:30:23 
00:30:23 
00:30:23 
00:30:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:24 
00:30:24 
00:30:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:25 
00:30:25 
00:30:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:26 
00:30:26 
00:30:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:27 --- javac err: ---
00:30:27 X.java:4: warning: [serial] serializable class MyException has no definition of serialVersionUID
00:30:27 class MyException extends Exception {}
00:30:27 ^
00:30:27 X.java:14: warning: [try] explicit call to close() on an auto-closeable resource
00:30:27 		fis3.close();
00:30:27 		    ^
00:30:27 2 warnings
00:30:27 
00:30:27 
00:30:27 
00:30:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:27 
00:30:27 
00:30:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:27 
00:30:27 
00:30:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:27 
00:30:27 
00:30:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:28 
00:30:28 
00:30:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:29 
00:30:29 
00:30:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:30 
00:30:30 
00:30:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:31 
00:30:31 
00:30:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:32 
00:30:32 
00:30:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:33 
00:30:33 
00:30:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:34 
00:30:34 
00:30:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:35 
00:30:35 
00:30:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:36 
00:30:36 
00:30:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:38 
00:30:38 
00:30:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:39 
00:30:39 
00:30:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:40 
00:30:40 
00:30:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:41 
00:30:41 
00:30:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:42 
00:30:42 
00:30:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:43 
00:30:43 
00:30:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:44 
00:30:44 
00:30:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:45 
00:30:45 
00:30:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:46 
00:30:46 
00:30:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:47 
00:30:47 
00:30:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:49 
00:30:49 
00:30:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:50 
00:30:50 
00:30:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:51 
00:30:51 
00:30:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:52 
00:30:52 
00:30:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:53 
00:30:53 
00:30:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:54 
00:30:54 
00:30:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:55 
00:30:55 
00:30:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:56 --- javac err: ---
00:30:56 X.java:3: warning: [rawtypes] found raw type: Iterable
00:30:56     Iterable i = null;
00:30:56     ^
00:30:56   missing type arguments for generic class Iterable<T>
00:30:56   where T is a type-variable:
00:30:56     T extends Object declared in interface Iterable
00:30:56 1 warning
00:30:56 
00:30:56 
00:30:56 
00:30:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:58 
00:30:58 
00:30:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:30:59 --- javac err: ---
00:30:59 X.java:3: warning: [rawtypes] found raw type: Iterable
00:30:59     Iterable i = new java.util.Vector<Object>();
00:30:59     ^
00:30:59   missing type arguments for generic class Iterable<T>
00:30:59   where T is a type-variable:
00:30:59     T extends Object declared in interface Iterable
00:30:59 1 warning
00:30:59 
00:30:59 
00:30:59 
00:30:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:00 --- javac err: ---
00:31:00 X.java:3: warning: [rawtypes] found raw type: Iterable
00:31:00     Iterable i = new java.util.Vector<Object>();
00:31:00     ^
00:31:00   missing type arguments for generic class Iterable<T>
00:31:00   where T is a type-variable:
00:31:00     T extends Object declared in interface Iterable
00:31:00 1 warning
00:31:00 
00:31:00 
00:31:00 
00:31:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:01 --- javac err: ---
00:31:01 X.java:3: warning: [rawtypes] found raw type: Iterable
00:31:01     Iterable i = new java.util.Vector<Object>();
00:31:01     ^
00:31:01   missing type arguments for generic class Iterable<T>
00:31:01   where T is a type-variable:
00:31:01     T extends Object declared in interface Iterable
00:31:01 1 warning
00:31:01 
00:31:01 
00:31:01 
00:31:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:02 
00:31:02 
00:31:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:03 
00:31:03 
00:31:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:05 
00:31:05 
00:31:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:06 
00:31:06 
00:31:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:07 
00:31:07 
00:31:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:08 
00:31:08 
00:31:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:09 
00:31:09 
00:31:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:10 
00:31:10 
00:31:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:11 
00:31:11 
00:31:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:12 
00:31:12 
00:31:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:14 
00:31:14 
00:31:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:15 --- javac err: ---
00:31:15 X.java:4: error: unreachable statement
00:31:15     if (x == null) { /* */ }
00:31:15     ^
00:31:15 1 error
00:31:15 
00:31:15 
00:31:15 
00:31:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:16 
00:31:16 
00:31:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:17 
00:31:17 
00:31:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:18 
00:31:18 
00:31:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:19 
00:31:19 
00:31:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:20 
00:31:20 
00:31:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:22 
00:31:22 
00:31:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:23 
00:31:23 
00:31:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:24 
00:31:24 
00:31:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:25 
00:31:25 
00:31:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:26 
00:31:26 
00:31:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:28 
00:31:28 
00:31:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:29 
00:31:29 
00:31:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:30 
00:31:30 
00:31:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:31 
00:31:31 
00:31:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:32 
00:31:32 
00:31:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:33 
00:31:33 
00:31:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:35 
00:31:35 
00:31:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:36 
00:31:36 
00:31:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:37 
00:31:37 
00:31:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:38 
00:31:38 
00:31:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:39 --- javac err: ---
00:31:39 X.java:8: warning: [fallthrough] possible fall-through into case
00:31:39      case 1 :
00:31:39      ^
00:31:39 1 warning
00:31:39 
00:31:39 
00:31:39 
00:31:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:40 
00:31:40 
00:31:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:41 
00:31:41 
00:31:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:42 
00:31:42 
00:31:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:43 
00:31:43 
00:31:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:44 
00:31:44 
00:31:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:45 
00:31:45 
00:31:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:47 
00:31:47 
00:31:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:48 
00:31:48 
00:31:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:49 
00:31:49 
00:31:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:50 
00:31:50 
00:31:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:51 
00:31:51 
00:31:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:52 
00:31:52 
00:31:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:53 
00:31:53 
00:31:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:54 
00:31:54 
00:31:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:56 
00:31:56 
00:31:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:57 
00:31:57 
00:31:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:58 
00:31:58 
00:31:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:31:59 
00:31:59 
00:31:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:00 
00:32:00 
00:32:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:01 --- javac err: ---
00:32:01 X.java:2: warning: [rawtypes] found raw type: Class
00:32:01   void foo(Class c) {
00:32:01            ^
00:32:01   missing type arguments for generic class Class<T>
00:32:01   where T is a type-variable:
00:32:01     T extends Object declared in class Class
00:32:01 1 warning
00:32:01 
00:32:01 
00:32:01 
00:32:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:03 
00:32:03 
00:32:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:04 
00:32:04 
00:32:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:05 
00:32:05 
00:32:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:06 --- javac err: ---
00:32:06 X.java:5: warning: [rawtypes] found raw type: Class
00:32:06   Class bar(String name) throws ClassNotFoundException { return null; }
00:32:06   ^
00:32:06   missing type arguments for generic class Class<T>
00:32:06   where T is a type-variable:
00:32:06     T extends Object declared in class Class
00:32:06 X.java:8: warning: [rawtypes] found raw type: Class
00:32:06   public Class foo(String name, boolean resolve) throws ClassNotFoundException {
00:32:06          ^
00:32:06   missing type arguments for generic class Class<T>
00:32:06   where T is a type-variable:
00:32:06     T extends Object declared in class Class
00:32:06 X.java:10: warning: [rawtypes] found raw type: Class
00:32:06     Class c = bar(name);
00:32:06     ^
00:32:06   missing type arguments for generic class Class<T>
00:32:06   where T is a type-variable:
00:32:06     T extends Object declared in class Class
00:32:06 3 warnings
00:32:06 
00:32:06 
00:32:06 
00:32:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:07 
00:32:07 
00:32:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:08 --- javac err: ---
00:32:08 X.java:8: warning: [cast] redundant cast to X
00:32:08       X other = (X)itself;
00:32:08                 ^
00:32:08 1 warning
00:32:08 
00:32:08 
00:32:08 
00:32:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:09 
00:32:09 
00:32:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:10 
00:32:10 
00:32:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:11 
00:32:11 
00:32:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:12 
00:32:12 
00:32:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:13 
00:32:13 
00:32:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:14 
00:32:14 
00:32:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:15 
00:32:15 
00:32:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:17 
00:32:17 
00:32:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:18 
00:32:18 
00:32:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:19 
00:32:19 
00:32:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:20 
00:32:20 
00:32:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:21 
00:32:21 
00:32:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:22 
00:32:22 
00:32:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:23 
00:32:23 
00:32:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:25 
00:32:25 
00:32:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:26 
00:32:26 
00:32:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:27 
00:32:27 
00:32:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:28 
00:32:28 
00:32:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:29 
00:32:29 
00:32:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:30 
00:32:30 
00:32:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:31 
00:32:31 
00:32:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:32 
00:32:32 
00:32:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:33 
00:32:33 
00:32:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:34 
00:32:34 
00:32:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:35 
00:32:35 
00:32:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:36 
00:32:36 
00:32:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:37 
00:32:37 
00:32:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:38 
00:32:38 
00:32:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:39 
00:32:39 
00:32:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:40 
00:32:40 
00:32:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:41 
00:32:41 
00:32:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:42 
00:32:42 
00:32:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:43 
00:32:43 
00:32:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:45 
00:32:45 
00:32:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:46 
00:32:46 
00:32:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:47 
00:32:47 
00:32:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:48 
00:32:48 
00:32:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:50 
00:32:50 
00:32:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:51 
00:32:51 
00:32:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:52 --- javac err: ---
00:32:52 X.java:17: error: variable o might not have been initialized
00:32:52     if (o == null) { /* */ }
00:32:52         ^
00:32:52 1 error
00:32:52 
00:32:52 
00:32:52 
00:32:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:53 
00:32:53 
00:32:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:54 
00:32:54 
00:32:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:55 
00:32:55 
00:32:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:57 
00:32:57 
00:32:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:58 
00:32:58 
00:32:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:32:59 
00:32:59 
00:32:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:00 
00:33:00 
00:33:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:01 
00:33:01 
00:33:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:02 
00:33:02 
00:33:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:03 --- javac err: ---
00:33:03 X.java:20: error: variable m164 not initialized in the default constructor
00:33:03       final int m164;
00:33:03                 ^
00:33:03 1 error
00:33:03 
00:33:03 
00:33:03 
00:33:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:04 --- javac err: ---
00:33:04 X.java:34: error: variable m164 not initialized in the default constructor
00:33:04       final int m164;
00:33:04                 ^
00:33:04 1 error
00:33:04 
00:33:04 
00:33:04 
00:33:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:05 --- javac err: ---
00:33:05 X.java:29: error: variable l1 might not have been initialized
00:33:05     m000 = l1;
00:33:05            ^
00:33:05 1 error
00:33:05 
00:33:05 
00:33:05 
00:33:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:07 
00:33:07 
00:33:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:08 --- javac err: ---
00:33:08 X.java:18: error: variable o might not have been initialized
00:33:08     o.toString();
00:33:08     ^
00:33:08 1 error
00:33:08 
00:33:08 
00:33:08 
00:33:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:09 --- javac err: ---
00:33:09 X.java:18: error: variable o might not have been initialized
00:33:09     o.toString();
00:33:09     ^
00:33:09 1 error
00:33:09 
00:33:09 
00:33:09 
00:33:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:10 --- javac err: ---
00:33:10 X.java:26: error: variable o1 might not have been initialized
00:33:10     o1.toString();
00:33:10     ^
00:33:10 1 error
00:33:10 
00:33:10 
00:33:10 
00:33:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:11 --- javac err: ---
00:33:11 Bug358827.java:5: warning: [try] auto-closeable resource rf is never referenced in body of corresponding try statement
00:33:11 		try (FileReader rf = new FileReader("file")){
00:33:11 		                ^
00:33:11 1 warning
00:33:11 
00:33:11 
00:33:11 
00:33:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:12 --- javac err: ---
00:33:12 Bug367879.java:10: warning: [try] auto-closeable resource in is never referenced in body of corresponding try statement
00:33:12             try (InputStream in = http.getInputStream()) { /* get input */ }
00:33:12                              ^
00:33:12 1 warning
00:33:12 
00:33:12 
00:33:12 
00:33:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:14 
00:33:14 
00:33:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:15 
00:33:15 
00:33:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:16 
00:33:16 
00:33:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:17 
00:33:17 
00:33:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:18 
00:33:18 
00:33:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:19 --- javac err: ---
00:33:19 Test.java:27: warning: [serial] serializable class Test.MyException has no definition of serialVersionUID
00:33:19   class MyException extends Exception
00:33:19   ^
00:33:19 1 warning
00:33:19 
00:33:19 
00:33:19 
00:33:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:20 
00:33:20 
00:33:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:22 
00:33:22 
00:33:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:24 
00:33:24 
00:33:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:25 
00:33:25 
00:33:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:26 
00:33:26 
00:33:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:28 
00:33:28 
00:33:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:29 
00:33:29 
00:33:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:30 --- javac err: ---
00:33:30 X.java:7: warning: [empty] empty statement after if
00:33:30         if (collectionVar == null);
00:33:30                                   ^
00:33:30 X.java:8: warning: [empty] empty statement after if
00:33:30         if (array == null);
00:33:30                           ^
00:33:30 X.java:9: warning: [empty] empty statement after if
00:33:30 		 if (argArray == null);
00:33:30 		                      ^
00:33:30 X.java:14: warning: [empty] empty statement after if
00:33:30         if (array == null);
00:33:30                           ^
00:33:30 X.java:15: warning: [empty] empty statement after if
00:33:30 		 if (argArray == null);
00:33:30 		                      ^
00:33:30 X.java:20: warning: [empty] empty statement after if
00:33:30         if (array == null);
00:33:30                           ^
00:33:30 X.java:21: warning: [empty] empty statement after if
00:33:30 		 if (argArray == null);
00:33:30 		                      ^
00:33:30 X.java:24: warning: [empty] empty statement after if
00:33:30         if (array == null);
00:33:30                           ^
00:33:30 X.java:25: warning: [empty] empty statement after if
00:33:30 		 if (argArray == null);
00:33:30 		                      ^
00:33:30 9 warnings
00:33:30 
00:33:30 
00:33:30 
00:33:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:31 --- javac err: ---
00:33:31 X.java:6: warning: [empty] empty statement after if
00:33:31         if (collectionVar == null);
00:33:31                                   ^
00:33:31 X.java:7: warning: [empty] empty statement after if
00:33:31         if (array == null);
00:33:31                           ^
00:33:31 X.java:8: warning: [empty] empty statement after if
00:33:31 		 if (argArray == null);
00:33:31 		                      ^
00:33:31 3 warnings
00:33:31 
00:33:31 
00:33:31 
00:33:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:32 
00:33:32 
00:33:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:33 
00:33:33 
00:33:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:34 
00:33:34 
00:33:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:35 
00:33:35 
00:33:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:36 
00:33:36 
00:33:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:37 
00:33:37 
00:33:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:38 
00:33:38 
00:33:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:39 
00:33:39 
00:33:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:40 
00:33:40 
00:33:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:42 
00:33:42 
00:33:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:43 
00:33:43 
00:33:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:44 
00:33:44 
00:33:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:45 
00:33:45 
00:33:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:46 
00:33:46 
00:33:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:47 
00:33:47 
00:33:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:49 
00:33:49 
00:33:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:50 
00:33:50 
00:33:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:51 
00:33:51 
00:33:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:52 
00:33:52 
00:33:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:53 
00:33:53 
00:33:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:54 
00:33:54 
00:33:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:56 
00:33:56 
00:33:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:57 
00:33:57 
00:33:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:58 
00:33:58 
00:33:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:33:59 
00:33:59 
00:33:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:01 
00:34:01 
00:34:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:02 
00:34:02 
00:34:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:03 
00:34:03 
00:34:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:04 
00:34:04 
00:34:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:05 
00:34:05 
00:34:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:06 
00:34:06 
00:34:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:07 
00:34:07 
00:34:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:08 --- javac err: ---
00:34:08 X.java:12: warning: [static] static variable should be qualified by type name, B, instead of by an expression
00:34:08 		int i = localB.CONST;
00:34:08 		              ^
00:34:08 1 warning
00:34:08 
00:34:08 
00:34:08 
00:34:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:10 
00:34:10 
00:34:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:11 
00:34:11 
00:34:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:12 --- javac err: ---
00:34:12 X.java:15: error: unreachable statement
00:34:12        System.out.println("This is dead code");
00:34:12        ^
00:34:12 1 error
00:34:12 
00:34:12 
00:34:12 
00:34:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:13 
00:34:13 
00:34:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:14 
00:34:14 
00:34:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:15 
00:34:15 
00:34:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:17 
00:34:17 
00:34:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:18 
00:34:18 
00:34:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:19 
00:34:19 
00:34:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:20 
00:34:20 
00:34:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:21 
00:34:21 
00:34:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:23 
00:34:23 
00:34:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:24 
00:34:24 
00:34:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:25 
00:34:25 
00:34:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:26 
00:34:26 
00:34:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:27 
00:34:27 
00:34:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:29 
00:34:29 
00:34:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:30 
00:34:30 
00:34:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:31 
00:34:31 
00:34:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:32 
00:34:32 
00:34:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:33 
00:34:33 
00:34:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:35 
00:34:35 
00:34:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:36 
00:34:36 
00:34:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:37 
00:34:37 
00:34:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:38 
00:34:38 
00:34:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:39 
00:34:39 
00:34:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:41 
00:34:41 
00:34:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:42 
00:34:42 
00:34:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:44 
00:34:44 
00:34:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:45 
00:34:45 
00:34:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:47 
00:34:47 
00:34:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:48 
00:34:48 
00:34:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:49 
00:34:49 
00:34:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:51 --- javac err: ---
00:34:51 X.java:13: warning: [deprecation] Integer(int) in Integer has been deprecated
00:34:51 			return new Integer(local3.length());
00:34:51 			       ^
00:34:51 1 warning
00:34:51 
00:34:51 
00:34:51 
00:34:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:52 --- javac err: ---
00:34:52 X.java:20: warning: [deprecation] Integer(int) in Integer has been deprecated
00:34:52 			return new Integer(local3.length());
00:34:52 			       ^
00:34:52 1 warning
00:34:52 
00:34:52 
00:34:52 
00:34:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:53 
00:34:53 
00:34:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:55 
00:34:55 
00:34:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:56 
00:34:56 
00:34:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:57 
00:34:57 
00:34:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:34:58 --- javac err: ---
00:34:58 DeadCodeExample.java:3: warning: [serial] serializable class DeadCodeExample.CanceledException has no definition of serialVersionUID
00:34:58 	private class CanceledException extends Exception {
00:34:58 	        ^
00:34:58 1 warning
00:34:58 
00:34:58 
00:34:58 
00:34:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:00 --- javac err: ---
00:35:00 DeadCodeExample.java:3: warning: [serial] serializable class DeadCodeExample.CanceledException has no definition of serialVersionUID
00:35:00 	private class CanceledException extends Exception {
00:35:00 	        ^
00:35:00 1 warning
00:35:00 
00:35:00 
00:35:00 
00:35:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:01 
00:35:01 
00:35:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:02 
00:35:02 
00:35:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:03 
00:35:03 
00:35:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:05 
00:35:05 
00:35:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:06 
00:35:06 
00:35:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:07 
00:35:07 
00:35:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:08 
00:35:08 
00:35:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:09 
00:35:09 
00:35:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:10 --- javac err: ---
00:35:10 X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated
00:35:10 		return new Integer(0);
00:35:10 		       ^
00:35:10 1 warning
00:35:10 
00:35:10 
00:35:10 
00:35:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:11 --- javac err: ---
00:35:11 X.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated
00:35:11 		return new Integer(0);
00:35:11 		       ^
00:35:11 1 warning
00:35:11 
00:35:11 
00:35:11 
00:35:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:12 --- javac err: ---
00:35:12 X.java:13: warning: [deprecation] Integer(int) in Integer has been deprecated
00:35:12 		return new Integer(0);
00:35:12 		       ^
00:35:12 1 warning
00:35:12 
00:35:13 
00:35:13 
00:35:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:14 
00:35:14 
00:35:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:15 
00:35:15 
00:35:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:16 
00:35:16 
00:35:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:17 
00:35:17 
00:35:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:19 
00:35:19 
00:35:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:20 
00:35:20 
00:35:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:21 
00:35:21 
00:35:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:22 
00:35:22 
00:35:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:23 
00:35:23 
00:35:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:24 
00:35:24 
00:35:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:25 
00:35:25 
00:35:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:26 
00:35:26 
00:35:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:27 
00:35:27 
00:35:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:28 
00:35:28 
00:35:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:30 
00:35:30 
00:35:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:31 
00:35:31 
00:35:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:32 
00:35:32 
00:35:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:33 
00:35:33 
00:35:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:34 
00:35:34 
00:35:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:35 
00:35:35 
00:35:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:36 
00:35:36 
00:35:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:37 
00:35:37 
00:35:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:38 
00:35:38 
00:35:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:39 
00:35:39 
00:35:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:40 
00:35:40 
00:35:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:41 
00:35:41 
00:35:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:43 
00:35:43 
00:35:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:44 
00:35:44 
00:35:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:45 
00:35:45 
00:35:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:46 
00:35:46 
00:35:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:47 
00:35:47 
00:35:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:48 
00:35:48 
00:35:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:49 
00:35:49 
00:35:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:50 
00:35:50 
00:35:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:52 
00:35:52 
00:35:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:53 
00:35:53 
00:35:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:54 
00:35:54 
00:35:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:56 
00:35:56 
00:35:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:57 
00:35:57 
00:35:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:58 --- javac err: ---
00:35:58 Test.java:24: warning: [empty] empty statement after if
00:35:58 				;
00:35:58 				^
00:35:58 1 warning
00:35:58 
00:35:58 
00:35:58 
00:35:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:35:59 --- javac err: ---
00:35:59 Test.java:24: warning: [empty] empty statement after if
00:35:59 				;
00:35:59 				^
00:35:59 1 warning
00:35:59 
00:35:59 
00:35:59 
00:35:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:00 --- javac err: ---
00:36:00 DeadCodeExample.java:3: warning: [serial] serializable class DeadCodeExample.CanceledException has no definition of serialVersionUID
00:36:00 	class CanceledException extends Exception {
00:36:00 	^
00:36:00 1 warning
00:36:00 
00:36:01 
00:36:01 
00:36:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:02 --- javac err: ---
00:36:02 Test.java:5: warning: [rawtypes] found raw type: Map
00:36:02     Map topMap = new HashMap();
00:36:02     ^
00:36:02   missing type arguments for generic class Map<K,V>
00:36:02   where K,V are type-variables:
00:36:02     K extends Object declared in interface Map
00:36:02     V extends Object declared in interface Map
00:36:02 Test.java:5: warning: [rawtypes] found raw type: HashMap
00:36:02     Map topMap = new HashMap();
00:36:02                      ^
00:36:02   missing type arguments for generic class HashMap<K,V>
00:36:02   where K,V are type-variables:
00:36:02     K extends Object declared in class HashMap
00:36:02     V extends Object declared in class HashMap
00:36:02 Test.java:6: warning: [rawtypes] found raw type: List
00:36:02     List targets = null;
00:36:02     ^
00:36:02   missing type arguments for generic class List<E>
00:36:02   where E is a type-variable:
00:36:02     E extends Object declared in interface List
00:36:02 Test.java:13: warning: [rawtypes] found raw type: ArrayList
00:36:02         targets = new ArrayList(64);
00:36:02                       ^
00:36:02   missing type arguments for generic class ArrayList<E>
00:36:02   where E is a type-variable:
00:36:02     E extends Object declared in class ArrayList
00:36:02 4 warnings
00:36:02 
00:36:02 
00:36:02 
00:36:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:03 
00:36:03 
00:36:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:04 
00:36:04 
00:36:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:05 
00:36:05 
00:36:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:07 
00:36:07 
00:36:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:08 
00:36:08 
00:36:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:09 
00:36:09 
00:36:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:10 
00:36:10 
00:36:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:11 
00:36:11 
00:36:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:12 --- javac err: ---
00:36:12 test/Test447695.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
00:36:12 		int b = (l1 = new Integer(2)) + (l2 = new Integer(1));
00:36:12 		              ^
00:36:12 test/Test447695.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
00:36:12 		int b = (l1 = new Integer(2)) + (l2 = new Integer(1));
00:36:12 		                                      ^
00:36:12 2 warnings
00:36:12 
00:36:12 
00:36:12 
00:36:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:14 
00:36:14 
00:36:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:15 --- javac err: ---
00:36:15 test/Test447695.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
00:36:15 		int j = -(i = new Integer(1));
00:36:15 		              ^
00:36:15 test/Test447695.java:8: warning: [deprecation] Boolean(boolean) in Boolean has been deprecated
00:36:15 		boolean b = !(b1 = new Boolean(false));
00:36:15 		                   ^
00:36:15 2 warnings
00:36:15 
00:36:15 
00:36:15 
00:36:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:16 --- javac err: ---
00:36:16 test/Test447695.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
00:36:16 		int j = (i1 = new Integer(1)) 
00:36:16 		              ^
00:36:16 test/Test447695.java:10: warning: [deprecation] Integer(int) in Integer has been deprecated
00:36:16 				+ (i2 = new Integer(1)) 
00:36:16 				        ^
00:36:16 test/Test447695.java:12: warning: [deprecation] Integer(int) in Integer has been deprecated
00:36:16 				+ (i3 = new Integer(2)) + i;
00:36:16 				        ^
00:36:16 3 warnings
00:36:16 
00:36:16 
00:36:16 
00:36:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:17 
00:36:17 
00:36:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:18 --- javac err: ---
00:36:18 X.java:11: warning: [fallthrough] possible fall-through into case
00:36:18             case 1:
00:36:18             ^
00:36:18 1 warning
00:36:18 
00:36:18 
00:36:18 
00:36:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:19 
00:36:19 
00:36:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:20 
00:36:20 
00:36:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:21 
00:36:21 
00:36:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:22 
00:36:22 
00:36:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:23 
00:36:23 
00:36:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:25 
00:36:25 
00:36:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:26 
00:36:26 
00:36:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:26 
00:36:26 
00:36:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:27 
00:36:27 
00:36:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:28 
00:36:28 
00:36:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:29 
00:36:29 
00:36:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:30 
00:36:30 
00:36:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:31 
00:36:31 
00:36:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:32 
00:36:32 
00:36:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:32 ***************************************************************************
00:36:32 * Comparison with Sun Javac compiler for class NullReferenceTestAsserts (null tests)
00:36:32 ***************************************************************************
00:36:35 
00:36:35 
00:36:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:36 
00:36:36 
00:36:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:37 
00:36:37 
00:36:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:38 
00:36:38 
00:36:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:39 
00:36:39 
00:36:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:40 
00:36:40 
00:36:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:41 
00:36:41 
00:36:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:43 
00:36:43 
00:36:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:44 
00:36:44 
00:36:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:45 
00:36:45 
00:36:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:46 
00:36:46 
00:36:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:47 
00:36:47 
00:36:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:48 
00:36:48 
00:36:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:49 
00:36:49 
00:36:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:50 
00:36:50 
00:36:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:51 
00:36:51 
00:36:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:52 
00:36:52 
00:36:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:54 
00:36:54 
00:36:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:55 
00:36:55 
00:36:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:57 
00:36:57 
00:36:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:58 
00:36:58 
00:36:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:36:59 
00:36:59 
00:36:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:00 
00:37:00 
00:37:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:01 
00:37:01 
00:37:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:03 
00:37:03 
00:37:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:04 
00:37:04 
00:37:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:04 
00:37:04 
00:37:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:05 
00:37:05 
00:37:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:05 ***************************************************************************
00:37:05 * Comparison with Sun Javac compiler for class CompilerInvocationTests (null tests)
00:37:05 ***************************************************************************
00:37:05 
00:37:05 
00:37:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:05 
00:37:05 
00:37:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:05 
00:37:05 
00:37:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:05 
00:37:05 
00:37:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:05 
00:37:05 
00:37:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:05 
00:37:05 
00:37:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:05 
00:37:05 
00:37:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:05 
00:37:05 
00:37:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:05 ***************************************************************************
00:37:05 * Comparison with Sun Javac compiler for class InnerEmulationTest (null tests)
00:37:05 ***************************************************************************
00:37:06 
00:37:06 
00:37:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:08 --- javac err: ---
00:37:08 A.java:10: error: cannot reference this before supertype constructor has been called
00:37:08 		this(new C()); 
00:37:08 		     ^
00:37:08 1 error
00:37:08 
00:37:08 
00:37:08 
00:37:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:09 --- javac err: ---
00:37:09 A.java:8: error: cannot reference this before supertype constructor has been called
00:37:09 		super(getRunnable(), new B().toString()); 
00:37:09 		                     ^
00:37:09 1 error
00:37:09 
00:37:09 
00:37:09 
00:37:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:11 
00:37:11 
00:37:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:12 
00:37:12 
00:37:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:14 
00:37:14 
00:37:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:15 
00:37:15 
00:37:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:16 
00:37:16 
00:37:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:17 
00:37:17 
00:37:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:19 
00:37:19 
00:37:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:20 
00:37:20 
00:37:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:22 
00:37:22 
00:37:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:23 
00:37:23 
00:37:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:24 
00:37:24 
00:37:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:25 --- javac err: ---
00:37:25 AAA.java:3: warning: [empty] empty statement after if
00:37:25 		if (new AAA().foo(5) == 15);  
00:37:25 		                           ^
00:37:25 1 warning
00:37:25 
00:37:26 
00:37:26 
00:37:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:27 --- javac err: ---
00:37:27 AAA.java:3: warning: [empty] empty statement after if
00:37:27 		if (new AAA().foo(5) == 15);  
00:37:27 		                           ^
00:37:27 1 warning
00:37:27 
00:37:27 
00:37:27 
00:37:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:29 
00:37:29 
00:37:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:30 
00:37:30 
00:37:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:32 
00:37:32 
00:37:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:34 
00:37:34 
00:37:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:35 
00:37:35 
00:37:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:37 
00:37:37 
00:37:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:38 
00:37:38 
00:37:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:39 
00:37:39 
00:37:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:41 
00:37:41 
00:37:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:42 
00:37:42 
00:37:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:43 --- javac err: ---
00:37:43 p2/c2.java:4: error: c1.c1m.c1a has protected access in c1.c1m
00:37:43 	public c1m.c1a myC1a;	
00:37:43 	          ^
00:37:43 p2/c2.java:6: error: c1.c1m.c1a has protected access in c1.c1m
00:37:43 		myC1a = new c1m().new c1a();	
00:37:43 		                      ^
00:37:43 2 errors
00:37:43 
00:37:43 
00:37:43 
00:37:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:44 --- javac err: ---
00:37:44 p2/c2.java:4: error: c1.c1m.c1a has protected access in c1.c1m
00:37:44 	public c1m.c1a myC1a;	
00:37:44 	          ^
00:37:44 p2/c2.java:6: error: c1.c1m() has protected access in c1.c1m
00:37:44 		myC1a = new c1m().new c1a();	
00:37:44 		        ^
00:37:44 p2/c2.java:6: error: c1.c1m.c1a has protected access in c1.c1m
00:37:44 		myC1a = new c1m().new c1a();	
00:37:44 		                      ^
00:37:44 3 errors
00:37:44 
00:37:44 
00:37:44 
00:37:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:45 
00:37:45 
00:37:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:47 --- javac err: ---
00:37:47 p2/c2.java:3: error: c1.c1a has protected access in c1
00:37:47 public class c2 extends c1.c1a {// qualified acces does not work	
00:37:47                           ^
00:37:47 p2/c2.java:4: error: cannot find symbol
00:37:47 	public c1a myC1a; 
00:37:47 	       ^
00:37:47   symbol:   class c1a
00:37:47   location: class c2
00:37:47 p2/c2.java:6: error: cannot find symbol
00:37:47 		myC1a = new c1a();	
00:37:47 		            ^
00:37:47   symbol:   class c1a
00:37:47   location: class c2
00:37:47 3 errors
00:37:47 
00:37:47 
00:37:47 
00:37:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:48 --- javac err: ---
00:37:48 p2/c2.java:3: error: cannot find symbol
00:37:48 public class c2 extends c1a {	
00:37:48                         ^
00:37:48   symbol: class c1a
00:37:48 p2/c2.java:4: error: cannot find symbol
00:37:48 	public c1a myC1a; 
00:37:48 	       ^
00:37:48   symbol:   class c1a
00:37:48   location: class c2
00:37:48 p2/c2.java:6: error: cannot find symbol
00:37:48 		myC1a = new c1a();	
00:37:48 		            ^
00:37:48   symbol:   class c1a
00:37:48   location: class c2
00:37:48 3 errors
00:37:48 
00:37:48 
00:37:48 
00:37:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:49 --- javac err: ---
00:37:49 p/A.java:6: warning: [rawtypes] found raw type: Class
00:37:49 				public Class getCls() {
00:37:49 				       ^
00:37:49   missing type arguments for generic class Class<T>
00:37:49   where T is a type-variable:
00:37:49     T extends Object declared in class Class
00:37:49 1 warning
00:37:49 
00:37:49 
00:37:49 
00:37:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:50 --- javac err: ---
00:37:50 p1/A2.java:20: error: an enclosing instance that contains D.E is required
00:37:50 			(new D.E(null, null, null, new F(get()) {}) {}).execute();	
00:37:50 			 ^
00:37:50 p1/A2.java:20: error: an enclosing instance that contains D.E is required
00:37:50 			(new D.E(null, null, null, new F(get()) {}) {}).execute();	
00:37:50 			                                            ^
00:37:50 2 errors
00:37:50 
00:37:50 
00:37:50 
00:37:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:52 
00:37:52 
00:37:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:53 --- javac err: ---
00:37:53 p1/A2.java:20: error: an enclosing instance that contains D.E is required
00:37:53 			(new D.E(null, null, null, new F(get()) {})).execute();	
00:37:53 			 ^
00:37:53 1 error
00:37:53 
00:37:53 
00:37:53 
00:37:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:54 
00:37:54 
00:37:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:56 
00:37:56 
00:37:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:57 
00:37:57 
00:37:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:58 
00:37:58 
00:37:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:37:59 
00:37:59 
00:37:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:00 
00:38:00 
00:38:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:02 
00:38:02 
00:38:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:03 
00:38:03 
00:38:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:04 
00:38:04 
00:38:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:05 
00:38:05 
00:38:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:07 
00:38:07 
00:38:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:08 
00:38:08 
00:38:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:09 
00:38:09 
00:38:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:10 
00:38:10 
00:38:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:12 
00:38:12 
00:38:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:13 
00:38:13 
00:38:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:14 
00:38:14 
00:38:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:15 
00:38:15 
00:38:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:16 --- javac err: ---
00:38:16 p1/X.java:8: error: an enclosing instance that contains L1.LM1 is required
00:38:16 		class L2 extends L1.LM1 {	
00:38:16 		^
00:38:16 1 error
00:38:16 
00:38:16 
00:38:16 
00:38:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:17 --- javac err: ---
00:38:17 p1/X.java:9: error: an enclosing instance that contains L1.LM1 is required
00:38:17 		new L1.LM1(){};	//ko
00:38:17 		^
00:38:17 p1/X.java:9: error: an enclosing instance that contains L1.LM1 is required
00:38:17 		new L1.LM1(){};	//ko
00:38:17 		            ^
00:38:17 2 errors
00:38:17 
00:38:17 
00:38:17 
00:38:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:19 
00:38:19 
00:38:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:21 
00:38:21 
00:38:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:22 
00:38:22 
00:38:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:23 
00:38:23 
00:38:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:24 
00:38:24 
00:38:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:26 
00:38:26 
00:38:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:27 
00:38:27 
00:38:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:28 
00:38:28 
00:38:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:29 
00:38:29 
00:38:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:31 
00:38:31 
00:38:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:32 
00:38:32 
00:38:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:33 
00:38:33 
00:38:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:35 
00:38:35 
00:38:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:36 
00:38:36 
00:38:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:38 
00:38:38 
00:38:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:38 
00:38:38 
00:38:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:40 
00:38:40 
00:38:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:41 
00:38:41 
00:38:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:42 
00:38:42 
00:38:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:45 --- javac err: ---
00:38:45 Y.java:4: error: cannot find symbol
00:38:45 		new X().access$0();	
00:38:45 		       ^
00:38:45   symbol:   method access$0()
00:38:45   location: class X
00:38:45 1 error
00:38:45 
00:38:45 
00:38:45 
00:38:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:46 
00:38:46 
00:38:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:47 
00:38:47 
00:38:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:49 
00:38:49 
00:38:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:50 
00:38:50 
00:38:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:51 
00:38:51 
00:38:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:53 
00:38:53 
00:38:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:54 
00:38:54 
00:38:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:55 
00:38:55 
00:38:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:56 
00:38:56 
00:38:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:57 
00:38:57 
00:38:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:38:59 
00:38:59 
00:38:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:00 --- javac err: ---
00:39:00 X.java:6: error: an enclosing instance that contains X.Middle.Inner is required
00:39:00 	class M extends Middle.Inner {	
00:39:00 	^
00:39:00 1 error
00:39:00 
00:39:00 
00:39:00 
00:39:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:01 
00:39:01 
00:39:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:02 
00:39:02 
00:39:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:04 
00:39:04 
00:39:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:05 
00:39:05 
00:39:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:06 --- javac err: ---
00:39:06 X.java:3: error: non-static variable this cannot be referenced from a static context
00:39:06 		System.out.println(X.this);	
00:39:06 		                    ^
00:39:06 1 error
00:39:06 
00:39:06 
00:39:06 
00:39:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:07 --- javac err: ---
00:39:07 X.java:5: error: unexpected type
00:39:07 		i.new Y();	
00:39:07 		^
00:39:07   required: reference
00:39:07   found:    int
00:39:07 1 error
00:39:07 
00:39:07 
00:39:07 
00:39:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:09 --- javac err: ---
00:39:09 X.java:5: error: unexpected type
00:39:09 		i.new Y(){};	
00:39:09 		^
00:39:09   required: reference
00:39:09   found:    int
00:39:09 1 error
00:39:09 
00:39:09 
00:39:09 
00:39:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:10 --- javac err: ---
00:39:10 X.java:4: error: qualified new of static class
00:39:10 		new X().new Y(){};	
00:39:10 		^
00:39:10 X.java:4: error: illegal qualifier; Y is not an inner class
00:39:10 		new X().new Y(){};	
00:39:10 		               ^
00:39:10 2 errors
00:39:10 
00:39:10 
00:39:10 
00:39:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:11 
00:39:11 
00:39:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:11 
00:39:11 
00:39:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:13 --- javac err: ---
00:39:13 X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file
00:39:13 		Object a = new Y$1Local();        // compile-time error 
00:39:13 		               ^
00:39:13 1 warning
00:39:13 
00:39:13 ----------------------------------------
00:39:13 org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest#test099 - 10
00:39:13 X.java [
00:39:13 public class X { 
00:39:13     public static void main(String argv[]) { 
00:39:13 		Object a = new Y$1Local();        // compile-time error 
00:39:13     } 
00:39:13 } 
00:39:13 
00:39:13 ]
00:39:13 
00:39:13 
00:39:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:14 
00:39:14 
00:39:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:15 --- javac err: ---
00:39:15 X.java:9: error: cannot reference this before supertype constructor has been called
00:39:15 			super(new M());//2
00:39:15 			      ^
00:39:15 1 error
00:39:15 
00:39:15 
00:39:15 
00:39:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:16 --- javac err: ---
00:39:16 X.java:13: error: cannot reference this before supertype constructor has been called
00:39:16 			super(new M());//2
00:39:16 			      ^
00:39:16 X.java:21: error: cannot reference this before supertype constructor has been called
00:39:16 			super(new M());//4
00:39:16 			      ^
00:39:16 2 errors
00:39:16 
00:39:16 
00:39:16 
00:39:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:17 --- javac err: ---
00:39:17 X.java:11: error: cannot reference this before supertype constructor has been called
00:39:17 			super(B.this); 
00:39:17 			       ^
00:39:17 1 error
00:39:17 
00:39:17 
00:39:17 
00:39:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:18 
00:39:18 
00:39:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:20 
00:39:20 
00:39:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:21 
00:39:21 
00:39:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:23 
00:39:23 
00:39:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:24 
00:39:24 
00:39:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:25 
00:39:25 
00:39:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:26 --- javac err: ---
00:39:26 X.java:9: error: cannot reference s before supertype constructor has been called
00:39:26 				super(s);
00:39:26 				      ^
00:39:26 1 error
00:39:26 
00:39:26 
00:39:26 
00:39:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:27 --- javac err: ---
00:39:27 p2/X2.java:6: warning: [static] static variable should be qualified by type name, X1, instead of by an expression
00:39:27                 System.out.print(X2.this.field);
00:39:27                                         ^
00:39:27 p2/X2.java:7: warning: [static] static method should be qualified by type name, X1, instead of by an expression
00:39:27                 X2.this.doit();
00:39:27                        ^
00:39:27 2 warnings
00:39:27 
00:39:27 
00:39:27 
00:39:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:28 --- javac err: ---
00:39:28 X.java:9: error: anonymous class implements interface; cannot have qualifier for new
00:39:28     display.new Bla() {
00:39:28     ^
00:39:28 X.java:9: error: <anonymous X$1> is not abstract and does not override abstract method a() in Bla
00:39:28     display.new Bla() {
00:39:28                       ^
00:39:28 2 errors
00:39:28 
00:39:28 
00:39:28 
00:39:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:30 
00:39:30 
00:39:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:31 --- javac err: ---
00:39:31 X.java:9: error: cannot reference this before supertype constructor has been called
00:39:31 					bar();
00:39:31 					^
00:39:31 1 error
00:39:31 
00:39:31 
00:39:31 
00:39:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:33 
00:39:33 
00:39:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:34 --- javac err: ---
00:39:34 X.java:10: error: no enclosing instance of type X is in scope
00:39:34 							foo(); //1
00:39:34 							^
00:39:34 1 error
00:39:34 
00:39:34 
00:39:34 
00:39:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:36 
00:39:36 
00:39:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:37 --- javac err: ---
00:39:37 X.java:10: warning: [static] static variable should be qualified by type name, Y, instead of by an expression
00:39:37 	    	if (y.b) {
00:39:37 	    	     ^
00:39:37 X.java:15: warning: [static] static variable should be qualified by type name, Y, instead of by an expression
00:39:37 	    	if (y.b) {
00:39:37 	    	     ^
00:39:37 2 warnings
00:39:37 
00:39:37 
00:39:37 
00:39:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:38 --- javac err: ---
00:39:38 X.java:15: warning: [rawtypes] found raw type: Class
00:39:38     public void frob(Class cls) throws Exception {
00:39:38                      ^
00:39:38   missing type arguments for generic class Class<T>
00:39:38   where T is a type-variable:
00:39:38     T extends Object declared in class Class
00:39:38 X.java:16: warning: [deprecation] newInstance() in Class has been deprecated
00:39:38         Object o = cls.newInstance();
00:39:38                       ^
00:39:38   where T is a type-variable:
00:39:38     T extends Object declared in class Class
00:39:38 2 warnings
00:39:38 
00:39:38 
00:39:38 
00:39:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:39 
00:39:39 
00:39:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:40 --- javac err: ---
00:39:40 X.java:2: error: illegal combination of modifiers: public and private
00:39:40         private class Inner {}
00:39:40                 ^
00:39:40 X.java:3: error: illegal combination of modifiers: public and private
00:39:40         private interface IInner {}
00:39:40                 ^
00:39:40 X.java:4: error: illegal combination of modifiers: public and private
00:39:40         private enum EInner {}
00:39:40                 ^
00:39:40 X.java:5: error: illegal combination of modifiers: public and private
00:39:40         private @interface AInner {}
00:39:40                  ^
00:39:40 4 errors
00:39:40 
00:39:40 
00:39:40 
00:39:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:43 
00:39:43 
00:39:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:44 
00:39:44 
00:39:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:46 
00:39:46 
00:39:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:47 
00:39:47 
00:39:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:48 --- javac err: ---
00:39:48 X.java:8: error: class Local is already defined in method foo()
00:39:48 			class Local {
00:39:48 			^
00:39:48 X.java:11: error: cannot find symbol
00:39:48 					this.bar(); // should detect error
00:39:48 					    ^
00:39:48   symbol: method bar()
00:39:48 2 errors
00:39:48 
00:39:48 
00:39:48 
00:39:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:49 
00:39:49 
00:39:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:50 
00:39:50 
00:39:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:52 
00:39:52 
00:39:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:53 --- javac err: ---
00:39:53 p/X.java:6: warning: [deprecation] A in p has been deprecated
00:39:53 		A.M2.MM1 mm1 = (A.M2.MM1) o;
00:39:53 		^
00:39:53 p/X.java:6: warning: [deprecation] A in p has been deprecated
00:39:53 		A.M2.MM1 mm1 = (A.M2.MM1) o;
00:39:53 		                ^
00:39:53 p/X.java:7: warning: [deprecation] A in p has been deprecated
00:39:53 		A.M2.MM1[] mm1s = (A.M2.MM1[]) os;
00:39:53 		^
00:39:53 p/X.java:7: warning: [deprecation] A in p has been deprecated
00:39:53 		A.M2.MM1[] mm1s = (A.M2.MM1[]) os;
00:39:53 		                   ^
00:39:53 p/X.java:16: error: cannot find symbol
00:39:53 		Zork z;
00:39:53 		^
00:39:53   symbol:   class Zork
00:39:53   location: class X
00:39:53 p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:39:53 public class A {
00:39:53        ^
00:39:53 1 error
00:39:53 5 warnings
00:39:53 
00:39:53 
00:39:53 
00:39:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:54 --- javac err: ---
00:39:54 p/X.java:11: error: cannot find symbol
00:39:54 		Zork z;
00:39:54 		^
00:39:54   symbol:   class Zork
00:39:54   location: class X
00:39:54 1 error
00:39:54 
00:39:54 
00:39:54 
00:39:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:55 --- javac err: ---
00:39:55 p/X.java:12: error: cannot find symbol
00:39:55 		Zork z;
00:39:55 		^
00:39:55   symbol:   class Zork
00:39:55   location: class X
00:39:55 1 error
00:39:55 
00:39:55 
00:39:55 
00:39:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:56 --- javac err: ---
00:39:56 p/X.java:12: error: cannot find symbol
00:39:56 		Zork z;
00:39:56 		^
00:39:56   symbol:   class Zork
00:39:56   location: class X
00:39:56 1 error
00:39:56 
00:39:56 
00:39:56 
00:39:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:57 --- javac err: ---
00:39:57 X.java:9: error: cannot find symbol
00:39:57 class Y extends Zork {}
00:39:57                 ^
00:39:57   symbol: class Zork
00:39:57 1 error
00:39:57 
00:39:57 
00:39:57 
00:39:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:58 
00:39:58 
00:39:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:39:59 
00:39:59 
00:39:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:00 
00:40:00 
00:40:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:01 
00:40:01 
00:40:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:02 
00:40:02 
00:40:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:03 
00:40:03 
00:40:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:04 
00:40:04 
00:40:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:05 
00:40:05 
00:40:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:06 --- javac err: ---
00:40:06 X.java:2: warning: [serial] serializable class B has no definition of serialVersionUID
00:40:06 	public static class B extends Exception {
00:40:06 	              ^
00:40:06 1 warning
00:40:06 
00:40:06 
00:40:06 
00:40:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:07 
00:40:07 
00:40:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:08 --- javac err: ---
00:40:08 X.java:8: error: cannot inherit from final String
00:40:08         class SMember extends String {}
00:40:08                               ^
00:40:08 X.java:10: error: cannot inherit from final X
00:40:08         class Member extends X {  
00:40:08                              ^
00:40:08 X.java:11: error: cannot find symbol
00:40:08                 ZorkMember z;
00:40:08                 ^
00:40:08   symbol:   class ZorkMember
00:40:08   location: class X.Member
00:40:08 X.java:8: warning: [serial] serializable class X.SMember has no definition of serialVersionUID
00:40:08         class SMember extends String {}
00:40:08         ^
00:40:08 X.java:14: error: cannot find symbol
00:40:08                         Zork1 z;
00:40:08                         ^
00:40:08   symbol:   class Zork1
00:40:08   location: class X.Member
00:40:08 X.java:10: warning: [serial] serializable class X.Member has no definition of serialVersionUID
00:40:08         class Member extends X {  
00:40:08         ^
00:40:08 X.java:19: error: qualified new of static class
00:40:08                 new X().new IM();
00:40:08                 ^
00:40:08 X.java:19: error: IM is abstract; cannot be instantiated
00:40:08                 new X().new IM();
00:40:08                         ^
00:40:08 X.java:20: error: cannot inherit from final X
00:40:08                 class Local extends X { 
00:40:08                                     ^
00:40:08 X.java:21: error: cannot find symbol
00:40:08                         ZorkLocal z;
00:40:08                         ^
00:40:08   symbol:   class ZorkLocal
00:40:08   location: class Local
00:40:08 X.java:24: error: cannot find symbol
00:40:08                                 Zork3 z;
00:40:08                                 ^
00:40:08   symbol:   class Zork3
00:40:08   location: class Local
00:40:08 X.java:20: warning: [serial] serializable class Local has no definition of serialVersionUID
00:40:08                 class Local extends X { 
00:40:08                 ^
00:40:08 X.java:27: error: cannot inherit from final X
00:40:08                 new X() {
00:40:08                     ^
00:40:08 X.java:28: error: cannot find symbol
00:40:08                         ZorkAnonymous2 z;                       
00:40:08                         ^
00:40:08   symbol: class ZorkAnonymous2
00:40:08 X.java:31: error: cannot find symbol
00:40:08                                 Zork4 z;
00:40:08                                 ^
00:40:08   symbol: class Zork4
00:40:08 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
00:40:08 public final class X implements Serializable {
00:40:08              ^
00:40:08 12 errors
00:40:08 4 warnings
00:40:08 
00:40:08 
00:40:08 
00:40:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:09 
00:40:09 
00:40:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:11 
00:40:11 
00:40:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:12 
00:40:12 
00:40:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:13 
00:40:13 
00:40:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:14 
00:40:14 
00:40:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:15 
00:40:15 
00:40:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:16 
00:40:16 
00:40:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:18 
00:40:18 
00:40:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:19 
00:40:19 
00:40:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:20 --- javac err: ---
00:40:20 package2/C.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:40:20             int j = C.this.outerField;
00:40:20                           ^
00:40:20 1 warning
00:40:20 
00:40:20 
00:40:20 
00:40:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:21 --- javac err: ---
00:40:21 package2/C.java:7: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:40:21             C.this.outerField = 12;
00:40:21                   ^
00:40:21 1 warning
00:40:21 
00:40:21 
00:40:21 
00:40:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:22 
00:40:22 
00:40:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:24 
00:40:24 
00:40:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:25 --- javac err: ---
00:40:25 package2/C.java:7: warning: [static] static method should be qualified by type name, A, instead of by an expression
00:40:25             C.this.outerMethod();
00:40:25                   ^
00:40:25 1 warning
00:40:25 
00:40:25 
00:40:25 
00:40:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:26 
00:40:26 
00:40:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:27 
00:40:27 
00:40:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:29 
00:40:29 
00:40:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:30 
00:40:30 
00:40:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:31 
00:40:31 
00:40:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:32 
00:40:32 
00:40:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:33 --- javac err: ---
00:40:33 X.java:8: error: method a in class X cannot be applied to given types;
00:40:33 			a(null);
00:40:33 			^
00:40:33   required: no arguments
00:40:33   found: <null>
00:40:33   reason: actual and formal argument lists differ in length
00:40:33 1 error
00:40:33 
00:40:33 ----------------------------------------
00:40:33 org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest#test172 - 10
00:40:33 X.java [
00:40:33 public class X {
00:40:33 	void a() {}
00:40:33 	private static void a(String s) {}
00:40:33 	private void c() {}
00:40:33 	private static void c(String s) {}
00:40:33 	static class M1 extends X {
00:40:33 		public void x() {
00:40:33 			a(null);
00:40:33 			c(null);
00:40:33 		}
00:40:33 	}
00:40:33 	static class M2 {
00:40:33 		public void x() {
00:40:33 			a(null);
00:40:33 			c(null);
00:40:33 		}
00:40:33 	}
00:40:33 	public static void main(String[] args) {
00:40:33 	}
00:40:33 }
00:40:33 
00:40:33 ]
00:40:33 
00:40:33 
00:40:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:35 --- javac err: ---
00:40:35 X.java:6: warning: [rawtypes] found raw type: List
00:40:35 		final List yourList = new ArrayList();
00:40:35 		      ^
00:40:35   missing type arguments for generic class List<E>
00:40:35   where E is a type-variable:
00:40:35     E extends Object declared in interface List
00:40:35 X.java:6: warning: [rawtypes] found raw type: ArrayList
00:40:35 		final List yourList = new ArrayList();
00:40:35 		                          ^
00:40:35   missing type arguments for generic class ArrayList<E>
00:40:35   where E is a type-variable:
00:40:35     E extends Object declared in class ArrayList
00:40:35 X.java:7: warning: [rawtypes] found raw type: List
00:40:35 		final List myList = new ArrayList();
00:40:35 		      ^
00:40:35   missing type arguments for generic class List<E>
00:40:35   where E is a type-variable:
00:40:35     E extends Object declared in interface List
00:40:35 X.java:7: warning: [rawtypes] found raw type: ArrayList
00:40:35 		final List myList = new ArrayList();
00:40:35 		                        ^
00:40:35   missing type arguments for generic class ArrayList<E>
00:40:35   where E is a type-variable:
00:40:35     E extends Object declared in class ArrayList
00:40:35 X.java:8: warning: [rawtypes] found raw type: Comparator
00:40:35 		new Comparator() {
00:40:35 		    ^
00:40:35   missing type arguments for generic class Comparator<T>
00:40:35   where T is a type-variable:
00:40:35     T extends Object declared in interface Comparator
00:40:35 5 warnings
00:40:35 
00:40:35 
00:40:35 
00:40:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:36 --- javac err: ---
00:40:36 X.java:9: warning: [rawtypes] found raw type: Comparator
00:40:36 		new Comparator() {
00:40:36 		    ^
00:40:36   missing type arguments for generic class Comparator<T>
00:40:36   where T is a type-variable:
00:40:36     T extends Object declared in interface Comparator
00:40:36 1 warning
00:40:36 
00:40:36 
00:40:36 
00:40:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:39 
00:40:39 
00:40:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:41 --- javac err: ---
00:40:41 Demo.java:3: warning: [rawtypes] found raw type: ArrayList
00:40:41         static class ExprFactoryList extends ArrayList {
00:40:41                                              ^
00:40:41   missing type arguments for generic class ArrayList<E>
00:40:41   where E is a type-variable:
00:40:41     E extends Object declared in class ArrayList
00:40:41 Demo.java:3: warning: [serial] serializable class ExprFactoryList has no definition of serialVersionUID
00:40:41         static class ExprFactoryList extends ArrayList {
00:40:41                ^
00:40:41 Demo.java:9: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
00:40:41                         add(new Object() {public Expr generate() {return new Expr() {};} }); // OK
00:40:41                            ^
00:40:41   where E is a type-variable:
00:40:41     E extends Object declared in class ArrayList
00:40:41 Demo.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
00:40:41                         add(new Object() {public Expr generate() {return new Expr2() {};} }); // Ok
00:40:41                            ^
00:40:41   where E is a type-variable:
00:40:41     E extends Object declared in class ArrayList
00:40:41 Demo.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
00:40:41                         add(new Object() {
00:40:41                            ^
00:40:41   where E is a type-variable:
00:40:41     E extends Object declared in class ArrayList
00:40:41 Demo.java:23: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
00:40:41                         add (new Statement()); // OK
00:40:41                             ^
00:40:41   where E is a type-variable:
00:40:41     E extends Object declared in class ArrayList
00:40:41 Demo.java:24: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
00:40:41                         add(new Object() {
00:40:41                            ^
00:40:41   where E is a type-variable:
00:40:41     E extends Object declared in class ArrayList
00:40:41 7 warnings
00:40:41 
00:40:41 
00:40:41 
00:40:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:42 
00:40:42 
00:40:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:43 
00:40:43 
00:40:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:44 
00:40:44 
00:40:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:45 
00:40:45 
00:40:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:45 ***************************************************************************
00:40:45 * Comparison with Sun Javac compiler for class SuperTypeTest (null tests)
00:40:45 ***************************************************************************
00:40:46 
00:40:46 
00:40:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:48 
00:40:48 
00:40:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:49 
00:40:49 
00:40:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:50 
00:40:50 
00:40:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:51 
00:40:51 
00:40:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:52 
00:40:52 
00:40:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:53 --- javac err: ---
00:40:53 p1/Test.java:11: error: method bar in class Secondary cannot be applied to given types;
00:40:53 			String z = bar();	
00:40:53 			           ^
00:40:53   required: int
00:40:53   found: no arguments
00:40:53   reason: actual and formal argument lists differ in length
00:40:53 1 error
00:40:53 
00:40:53 
00:40:53 
00:40:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:55 
00:40:55 
00:40:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:55 
00:40:55 
00:40:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:56 
00:40:56 
00:40:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:58 
00:40:58 
00:40:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:58 
00:40:58 
00:40:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:58 
00:40:58 
00:40:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:59 
00:40:59 
00:40:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:59 
00:40:59 
00:40:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:59 
00:40:59 
00:40:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:59 
00:40:59 
00:40:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:59 
00:40:59 
00:40:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:40:59 ***************************************************************************
00:40:59 * Comparison with Sun Javac compiler for class ForStatementTest (null tests)
00:40:59 ***************************************************************************
00:41:00 
00:41:00 
00:41:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:01 
00:41:01 
00:41:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:02 
00:41:02 
00:41:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:03 
00:41:03 
00:41:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:04 
00:41:04 
00:41:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:06 
00:41:06 
00:41:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:07 
00:41:07 
00:41:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:09 
00:41:09 
00:41:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:10 
00:41:10 
00:41:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:11 
00:41:11 
00:41:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:13 
00:41:13 
00:41:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:14 
00:41:14 
00:41:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:16 
00:41:16 
00:41:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:17 
00:41:17 
00:41:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:18 
00:41:18 
00:41:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:18 ***************************************************************************
00:41:18 * Comparison with Sun Javac compiler for class FieldAccessTest (null tests)
00:41:18 ***************************************************************************
00:41:19 
00:41:19 
00:41:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:20 
00:41:20 
00:41:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:21 --- javac err: ---
00:41:21 bar/Bar.java:5: warning: [static] static variable should be qualified by type name, BaseFoo, instead of by an expression
00:41:21 	int v = tab[0].VAL;
00:41:21 	              ^
00:41:21 1 warning
00:41:21 
00:41:21 
00:41:21 
00:41:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:22 --- javac err: ---
00:41:22 bar/Bar.java:5: warning: [static] static variable should be qualified by type name, BaseFoo, instead of by an expression
00:41:22 	int v = tab[0].VAL;
00:41:22 	              ^
00:41:22 1 warning
00:41:22 
00:41:22 
00:41:22 
00:41:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:23 
00:41:23 
00:41:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:24 
00:41:24 
00:41:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:25 --- javac err: ---
00:41:25 X.java:3: error: test has private access in A
00:41:25 		new A().a2.a.test = 8;
00:41:25 		            ^
00:41:25 1 error
00:41:25 
00:41:25 
00:41:25 
00:41:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:26 --- javac err: ---
00:41:26 X.java:3: error: a2 has private access in A
00:41:26 		new A().a2.a.test = 8;
00:41:26 		       ^
00:41:26 1 error
00:41:26 
00:41:26 
00:41:26 
00:41:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:27 --- javac err: ---
00:41:27 X.java:3: error: a has private access in A
00:41:27 		new A().a2.a.test = 8;
00:41:27 		          ^
00:41:27 1 error
00:41:27 
00:41:27 
00:41:27 
00:41:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:28 --- javac err: ---
00:41:28 X.java:3: error: a has private access in A
00:41:28 		A.a2.a.test = 8;
00:41:28 		    ^
00:41:28 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:41:28 		A.a2.a.test = 8;
00:41:28 		    ^
00:41:28 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:41:28 		A.a2.a.test = 8;
00:41:28 		      ^
00:41:28 1 error
00:41:28 2 warnings
00:41:28 
00:41:28 
00:41:28 
00:41:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:29 --- javac err: ---
00:41:29 X.java:3: error: a2 has private access in A
00:41:29 		A.a2.a.test = 8;
00:41:29 		 ^
00:41:29 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:41:29 		A.a2.a.test = 8;
00:41:29 		    ^
00:41:29 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:41:29 		A.a2.a.test = 8;
00:41:29 		      ^
00:41:29 1 error
00:41:29 2 warnings
00:41:29 
00:41:29 
00:41:29 
00:41:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:30 --- javac err: ---
00:41:30 X.java:3: error: test has private access in A
00:41:30 		A.a2.a.test = 8;
00:41:30 		      ^
00:41:30 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:41:30 		A.a2.a.test = 8;
00:41:30 		      ^
00:41:30 1 error
00:41:30 1 warning
00:41:30 
00:41:30 
00:41:30 
00:41:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:31 --- javac err: ---
00:41:31 X.java:3: error: test has private access in A
00:41:31 		test = 8;
00:41:31 		^
00:41:31 1 error
00:41:31 
00:41:31 
00:41:31 
00:41:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:32 --- javac err: ---
00:41:32 X.java:3: error: test has private access in A
00:41:32 		this.test = 8;
00:41:32 		    ^
00:41:32 1 error
00:41:32 
00:41:32 
00:41:32 
00:41:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:33 --- javac err: ---
00:41:33 X.java:3: error: MyA has private access in A
00:41:33 		MyA.test = 8;
00:41:33 		^
00:41:33 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:41:33 		MyA.test = 8;
00:41:33 		   ^
00:41:33 1 error
00:41:33 1 warning
00:41:33 
00:41:33 
00:41:33 
00:41:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:34 --- javac err: ---
00:41:34 X.java:3: error: MyA has private access in A
00:41:34 		MyA2.MyA.test = 8;
00:41:34 		    ^
00:41:34 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:41:34 		MyA2.MyA.test = 8;
00:41:34 		    ^
00:41:34 X.java:3: warning: [static] static variable should be qualified by type name, A, instead of by an expression
00:41:34 		MyA2.MyA.test = 8;
00:41:34 		        ^
00:41:34 1 error
00:41:34 2 warnings
00:41:34 
00:41:34 
00:41:34 
00:41:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:36 --- javac err: ---
00:41:36 X.java:2: error: cannot find symbol
00:41:36 		Zork z;
00:41:36 		^
00:41:36   symbol:   class Zork
00:41:36   location: class X
00:41:36 1 error
00:41:36 
00:41:36 
00:41:36 
00:41:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:37 --- javac err: ---
00:41:37 X.java:2: error: cannot find symbol
00:41:37 		Zork z;
00:41:37 		^
00:41:37   symbol:   class Zork
00:41:37   location: class X
00:41:37 1 error
00:41:37 
00:41:37 
00:41:37 
00:41:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:38 --- javac err: ---
00:41:38 X.java:2: error: cannot find symbol
00:41:38 		Zork z;
00:41:38 		^
00:41:38   symbol:   class Zork
00:41:38   location: class X
00:41:38 1 error
00:41:38 
00:41:38 
00:41:38 
00:41:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:39 --- javac err: ---
00:41:39 X.java:2: error: cannot find symbol
00:41:39 		Zork z;
00:41:39 		^
00:41:39   symbol:   class Zork
00:41:39   location: class X
00:41:39 1 error
00:41:39 
00:41:39 
00:41:39 
00:41:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:40 --- javac err: ---
00:41:40 X.java:5: warning: [rawtypes] found raw type: ArrayList
00:41:40 		ArrayList myList = new ArrayList();
00:41:40 		^
00:41:40   missing type arguments for generic class ArrayList<E>
00:41:40   where E is a type-variable:
00:41:40     E extends Object declared in class ArrayList
00:41:40 X.java:5: warning: [rawtypes] found raw type: ArrayList
00:41:40 		ArrayList myList = new ArrayList();
00:41:40 		                       ^
00:41:40   missing type arguments for generic class ArrayList<E>
00:41:40   where E is a type-variable:
00:41:40     E extends Object declared in class ArrayList
00:41:40 X.java:6: error: cannot find symbol
00:41:40 		int len = myList.length;
00:41:40 		                ^
00:41:40   symbol:   variable length
00:41:40   location: variable myList of type ArrayList
00:41:40 1 error
00:41:40 2 warnings
00:41:40 
00:41:40 
00:41:40 
00:41:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:41 --- javac err: ---
00:41:41 Y.java:3: error: cannot find symbol
00:41:41 		int i = X.OLD_FIELD;
00:41:41 		         ^
00:41:41   symbol:   variable OLD_FIELD
00:41:41   location: class X
00:41:41 Y.java:6: error: cannot find symbol
00:41:41 		int j = X.OLD_FIELD;
00:41:41 		         ^
00:41:41   symbol:   variable OLD_FIELD
00:41:41   location: class X
00:41:41 2 errors
00:41:41 
00:41:41 
00:41:41 
00:41:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:42 ----------------------------------------
00:41:42 org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest#test023 - 10
00:41:42 p1/A.java [
00:41:42 package p1;
00:41:42 public abstract class A {
00:41:42     protected int field;
00:41:42 }
00:41:42 
00:41:42 ]
00:41:42 p2/B.java [
00:41:42 package p2;
00:41:42 import p1.A;
00:41:42 public abstract class B extends A {
00:41:42     protected int field;
00:41:42 }
00:41:42 
00:41:42 ]
00:41:42 
00:41:42 
00:41:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:43 ----------------------------------------
00:41:43 org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest#test024 - 10
00:41:43 p1/A.java [
00:41:43 package p1;
00:41:43 public abstract class A extends Super {
00:41:43 }
00:41:43 
00:41:43 ]
00:41:43 p1/Super.java [
00:41:43 package p1;
00:41:43 public abstract class Super extends SuperSuper {
00:41:43 }
00:41:43 
00:41:43 ]
00:41:43 p1/SuperSuper.java [
00:41:43 package p1;
00:41:43 public abstract class SuperSuper {
00:41:43     protected int field;
00:41:43 }
00:41:43 
00:41:43 ]
00:41:43 p2/B.java [
00:41:43 package p2;
00:41:43 import p1.A;
00:41:43 public abstract class B extends A {
00:41:43     protected int field;
00:41:43 }
00:41:43 
00:41:43 ]
00:41:43 
00:41:43 
00:41:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:44 ----------------------------------------
00:41:44 org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest#test025 - 10
00:41:44 p1/A.java [
00:41:44 package p1;
00:41:44 public abstract class A extends Super {
00:41:44 }
00:41:44 
00:41:44 ]
00:41:44 p1/Super.java [
00:41:44 package p1;
00:41:44 public abstract class Super extends SuperSuper {
00:41:44 }
00:41:44 
00:41:44 ]
00:41:44 p1/SuperSuper.java [
00:41:44 package p1;
00:41:44 public abstract class SuperSuper implements Interface{
00:41:44 }
00:41:44 
00:41:44 ]
00:41:44 p1/Interface.java [
00:41:44 package p1;
00:41:44 public interface Interface{
00:41:44     int field = 123;
00:41:44 }
00:41:44 
00:41:44 ]
00:41:44 p2/B.java [
00:41:44 package p2;
00:41:44 import p1.A;
00:41:44 public abstract class B extends A {
00:41:44     protected int field;
00:41:44 }
00:41:44 
00:41:44 ]
00:41:44 
00:41:44 
00:41:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:45 --- javac err: ---
00:41:45 Bug361039.java:5: error: cannot find symbol
00:41:45 		return new Bug361039(!((Boolean)this.f));
00:41:45 		                                    ^
00:41:45   symbol: variable f
00:41:45 Bug361039.java:5: warning: [cast] redundant cast to Boolean
00:41:45 		return new Bug361039(!((Boolean)this.f));
00:41:45 		                       ^
00:41:45 1 error
00:41:45 1 warning
00:41:45 
00:41:45 
00:41:45 
00:41:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:45 ***************************************************************************
00:41:45 * Comparison with Sun Javac compiler for class SerialVersionUIDTests (null tests)
00:41:45 ***************************************************************************
00:41:46 --- javac err: ---
00:41:46 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
00:41:46 public class X implements Serializable {
00:41:46        ^
00:41:46 1 warning
00:41:46 
00:41:46 
00:41:46 
00:41:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:47 --- javac err: ---
00:41:47 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
00:41:47 public class X implements java.io.Externalizable {
00:41:47        ^
00:41:47 1 warning
00:41:47 
00:41:47 
00:41:47 
00:41:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:48 --- javac err: ---
00:41:48 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
00:41:48 public class X implements java.io.Serializable {
00:41:48        ^
00:41:48 1 warning
00:41:48 
00:41:48 
00:41:48 
00:41:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:50 --- javac err: ---
00:41:50 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
00:41:50 public class X implements java.io.Serializable {
00:41:50        ^
00:41:50 1 warning
00:41:50 
00:41:50 
00:41:50 
00:41:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:51 --- javac err: ---
00:41:51 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
00:41:51 public class X implements java.io.Serializable {
00:41:51        ^
00:41:51 1 warning
00:41:51 
00:41:51 
00:41:51 
00:41:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:52 --- javac err: ---
00:41:52 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
00:41:52 public class X implements java.io.Serializable {
00:41:52        ^
00:41:52 1 warning
00:41:52 
00:41:52 
00:41:52 
00:41:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:53 --- javac err: ---
00:41:53 X.java:1: warning: [serial] serializable class A has no definition of serialVersionUID
00:41:53 abstract class A implements java.io.Serializable {}
00:41:53          ^
00:41:53 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
00:41:53 public class X extends A {}
00:41:53        ^
00:41:53 2 warnings
00:41:53 
00:41:53 
00:41:53 
00:41:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:54 ----------------------------------------
00:41:54 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test011 - 10
00:41:54 X.java [
00:41:54 public class X {
00:41:54 	private static final long serialVersionUID = 1L;
00:41:54 }
00:41:54 ]
00:41:54 
00:41:54 
00:41:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:55 ----------------------------------------
00:41:55 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test012 - 10
00:41:55 X.java [
00:41:55 public class X<T> {
00:41:55 	private static final long serialVersionUID = 1L;
00:41:55 }
00:41:55 ]
00:41:55 
00:41:55 
00:41:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:56 ----------------------------------------
00:41:56 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test013 - 10
00:41:56 X.java [
00:41:56 public class X<T> {
00:41:56 	private static final long serialPersistentFields = 1L;
00:41:56 }
00:41:56 ]
00:41:56 
00:41:56 
00:41:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:57 ----------------------------------------
00:41:57 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test014 - 10
00:41:57 X.java [
00:41:57 public class X {
00:41:57 	private static final long serialPersistentFields = 1L;
00:41:57 }
00:41:57 ]
00:41:57 
00:41:57 
00:41:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:58 ----------------------------------------
00:41:58 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test015 - 10
00:41:58 X.java [
00:41:58 import java.io.ObjectStreamField;
00:41:58 public class X<T> implements java.io.Serializable {
00:41:58 	private static final long serialVersionUID = 1L;
00:41:58 	private final static ObjectStreamField[] serialPersistentFields = null;
00:41:58 	private int i;
00:41:58 }
00:41:58 ]
00:41:58 
00:41:58 
00:41:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:59 ----------------------------------------
00:41:59 org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests#test016 - 10
00:41:59 X.java [
00:41:59 import java.io.ObjectStreamField;
00:41:59 public class X implements java.io.Serializable {
00:41:59 	private static final long serialVersionUID = 1L;
00:41:59 	private final static ObjectStreamField[] serialPersistentFields = null;
00:41:59 	private int i;
00:41:59 }
00:41:59 ]
00:41:59 
00:41:59 
00:41:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:41:59 ***************************************************************************
00:41:59 * Comparison with Sun Javac compiler for class LineNumberAttributeTest (null tests)
00:41:59 ***************************************************************************
00:42:00 
00:42:00 
00:42:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:01 
00:42:01 
00:42:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:02 
00:42:02 
00:42:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:03 
00:42:03 
00:42:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:03 ***************************************************************************
00:42:03 * Comparison with Sun Javac compiler for class ProgrammingProblemsTest (null tests)
00:42:03 ***************************************************************************
00:42:04 
00:42:04 
00:42:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:04 
00:42:04 
00:42:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:04 
00:42:04 
00:42:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:04 
00:42:04 
00:42:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:04 
00:42:04 
00:42:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:04 
00:42:04 
00:42:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:05 
00:42:05 
00:42:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:06 
00:42:06 
00:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:07 --- javac err: ---
00:42:07 X.java:16: error: cannot find symbol
00:42:07 	Zork z;
00:42:07 	^
00:42:07   symbol:   class Zork
00:42:07   location: class X
00:42:07 1 error
00:42:07 
00:42:07 
00:42:07 
00:42:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:08 --- javac err: ---
00:42:08 X.java:28: error: cannot find symbol
00:42:08 	Zork z;
00:42:08 	^
00:42:08   symbol:   class Zork
00:42:08   location: class X
00:42:08 1 error
00:42:08 
00:42:08 
00:42:08 
00:42:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:09 --- javac err: ---
00:42:09 X.java:8: error: cannot find symbol
00:42:09 	Zork z;
00:42:09 	^
00:42:09   symbol:   class Zork
00:42:09   location: class X
00:42:09 1 error
00:42:09 
00:42:09 
00:42:09 
00:42:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:10 --- javac err: ---
00:42:10 X.java:12: error: cannot find symbol
00:42:10 	Zork z;
00:42:10 	^
00:42:10   symbol:   class Zork
00:42:10   location: class X
00:42:10 1 error
00:42:10 
00:42:10 
00:42:10 
00:42:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:11 ----------------------------------------
00:42:11 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0041 - 10
00:42:11 X.java [
00:42:11 public class X {
00:42:11 	public static void main(String[] args) {
00:42:11 		System.out.println(1.0 == 1.0);
00:42:11 		System.out.println(1.0f == 1.0f);
00:42:11 	}
00:42:11 }
00:42:11 
00:42:11 ]
00:42:11 
00:42:11 
00:42:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:11 
00:42:11 
00:42:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:12 --- javac err: ---
00:42:12 X.java:3: error: cannot find symbol
00:42:12 		foo((a));
00:42:12 		     ^
00:42:12   symbol:   variable a
00:42:12   location: class X
00:42:12 X.java:3: error: illegal parenthesized expression
00:42:12 		foo((a));
00:42:12 		    ^
00:42:12 2 errors
00:42:12 
00:42:12 
00:42:12 
00:42:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:13 ----------------------------------------
00:42:13 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0044 - 10
00:42:13 X.java [
00:42:13 class X {
00:42:13    volatile int x;
00:42:13    int nvx;
00:42:13 	void foo(int i) {
00:42:13 		x = x;
00:42:13        nvx = nvx;
00:42:13 	}
00:42:13 }
00:42:13 ]
00:42:13 
00:42:13 
00:42:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:14 ----------------------------------------
00:42:14 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0045 - 10
00:42:14 X.java [
00:42:14 class X {
00:42:14    volatile int x = this.x;
00:42:14    int nvx = this.nvx;
00:42:14 	void foo(int i) {
00:42:14 	}
00:42:14 }
00:42:14 ]
00:42:14 
00:42:14 
00:42:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:15 ----------------------------------------
00:42:15 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046 - 10
00:42:15 X.java [
00:42:15 class X {
00:42:15     int foo() {
00:42:15         int i=1;
00:42:15         boolean b=false;
00:42:15         b|=true;
00:42:15         int k = 2;
00:42:15         --k;
00:42:15         k+=3;
00:42:15         Integer j = 3;
00:42:15         j++;
00:42:15         i++;
00:42:15         return i++;
00:42:15     }
00:42:15 }
00:42:15 ]
00:42:15 
00:42:15 
00:42:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:16 ----------------------------------------
00:42:16 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field - 10
00:42:16 X.java [
00:42:16 class X {
00:42:16     private int i=1;
00:42:16     private boolean b=false;
00:42:16     private int k = 2;
00:42:16     private Integer j = 3;
00:42:16     int foo() {
00:42:16         b|=true;
00:42:16         --k;
00:42:16         k+=3;
00:42:16         j++;
00:42:16         return i++;
00:42:16     }
00:42:16 }
00:42:16 ]
00:42:16 
00:42:16 
00:42:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:17 ----------------------------------------
00:42:17 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field_in_private_type - 10
00:42:17 X.java [
00:42:17 class X {
00:42:17     private class Y {
00:42:17         int i=1;
00:42:17         public boolean b=false;
00:42:17         protected int k = 2;
00:42:17         Integer j = 3;
00:42:17     }
00:42:17     int foo(Y y) {
00:42:17         y.b|=true;
00:42:17         --y.k;
00:42:17         y.k+=3;
00:42:17         y.j++;
00:42:17         int result = y.i++;
00:42:17         y.i++;
00:42:17         return result;
00:42:17     }
00:42:17 }
00:42:17 ]
00:42:17 
00:42:17 
00:42:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:19 ----------------------------------------
00:42:19 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field_qualified - 10
00:42:19 X.java [
00:42:19 class X {
00:42:19     private int i=1;
00:42:19     private boolean b=false;
00:42:19     private int k = 2;
00:42:19     private Integer j = 3;
00:42:19     int foo(X that) {
00:42:19         that.b|=true;
00:42:19         --that.k;
00:42:19         that.k+=3;
00:42:19         that.j++;
00:42:19         that.i++;
00:42:19         return that.i++;
00:42:19     }
00:42:19 }
00:42:19 ]
00:42:19 
00:42:19 
00:42:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:20 ----------------------------------------
00:42:20 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0046_field_this_qualified - 10
00:42:20 X.java [
00:42:20 class X {
00:42:20     private int i=1;
00:42:20     private boolean b=false;
00:42:20     private int k = 2;
00:42:20     private Integer j = 3;
00:42:20     int foo() {
00:42:20         this.b|=true;
00:42:20         --this.k;
00:42:20         getThis().k+=3;
00:42:20         this.j++;
00:42:20         return this.i++;
00:42:20     }
00:42:20     X getThis() { return this; }
00:42:20 }
00:42:20 ]
00:42:20 
00:42:20 
00:42:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:21 ----------------------------------------
00:42:21 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0047 - 10
00:42:21 X.java [
00:42:21 class X {
00:42:21     void foo(int param1, int param2, Integer param3) {
00:42:21         boolean b=false;
00:42:21         b|=true;
00:42:21         param1++;
00:42:21         {
00:42:21             int val=23;
00:42:21             param2 += val;
00:42:21         }
00:42:21         param3++;
00:42:21     }
00:42:21 }
00:42:21 ]
00:42:21 
00:42:21 
00:42:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:22 ----------------------------------------
00:42:22 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0048 - 10
00:42:22 X.java [
00:42:22 public class X extends A implements Y{
00:42:22    public void foo(int param1, int param2, Integer param3) {
00:42:22         boolean b=false;
00:42:22         b|=true;
00:42:22         param1++;
00:42:22         param2 += 1;
00:42:22         param3++;
00:42:22     }
00:42:22    public void foo(int param1, int param2) {
00:42:22         boolean b=false;
00:42:22         b|=true;
00:42:22         param1++;
00:42:22         param2 += 1;
00:42:22     }
00:42:22    public void bar(int param1, int param2, Integer param3) {
00:42:22         param1++;
00:42:22         param2 += 1;
00:42:22         param3++;
00:42:22     }
00:42:22 }
00:42:22 interface Y{
00:42:22 	public void foo(int param1, int param2, Integer param3);}
00:42:22 abstract class A{
00:42:22 	public abstract void bar(int param1, int param2, Integer param3);}
00:42:22 
00:42:22 ]
00:42:22 
00:42:22 
00:42:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:23 ----------------------------------------
00:42:23 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0049 - 10
00:42:23 X.java [
00:42:23 public class X extends A {
00:42:23    public void foo(int param1, int param2, Integer param3) {
00:42:23         boolean b=false;
00:42:23         b|=true;
00:42:23         param1++;
00:42:23         param2 += 1;
00:42:23         param3++;
00:42:23     }
00:42:23    public void foo(int param1, Integer param3) {
00:42:23         param1++;
00:42:23         param3++;
00:42:23     }
00:42:23 }
00:42:23 class A{
00:42:23    public void foo(int param1, int param2, Integer param3) {
00:42:23         param1 -=1;
00:42:23         param2--;
00:42:23         param3--;
00:42:23     }
00:42:23 }
00:42:23 
00:42:23 ]
00:42:23 
00:42:23 
00:42:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:24 ----------------------------------------
00:42:24 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0050 - 10
00:42:24 X.java [
00:42:24 class X {
00:42:24     int foo() {
00:42:24         int i=1;
00:42:24 		 if (false) {
00:42:24         	boolean b=false;
00:42:24         	b|=true;
00:42:24 		 }
00:42:24         int k = 2;
00:42:24         --k;
00:42:24         k+=3;
00:42:24         Integer j = 3;
00:42:24         j++;
00:42:24         return i++;
00:42:24     }
00:42:24 }
00:42:24 ]
00:42:24 
00:42:24 
00:42:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:25 ----------------------------------------
00:42:25 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0051 - 10
00:42:25 X.java [
00:42:25 class X {
00:42:25     X(int abc) {
00:42:25         abc++;
00:42:25     }
00:42:25 }
00:42:25 ]
00:42:25 
00:42:25 
00:42:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:26 
00:42:26 
00:42:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:27 
00:42:27 
00:42:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:28 
00:42:28 
00:42:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:30 
00:42:30 
00:42:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:31 
00:42:31 
00:42:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:32 ----------------------------------------
00:42:32 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0055 - 10
00:42:32 test1/E.java [
00:42:32 package test1;
00:42:32 public class E {
00:42:32     private void foo() {
00:42:32         int a= 10;
00:42:32         a++;
00:42:32         a--;
00:42:32         --a;
00:42:32         ++a;
00:42:32         for ( ; ; a++) {
00:42:32         }
00:42:32     }
00:42:32 }
00:42:32 ]
00:42:32 
00:42:32 
00:42:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:33 
00:42:33 
00:42:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:34 
00:42:34 
00:42:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:35 ----------------------------------------
00:42:35 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0059 - 10
00:42:35 X.java [
00:42:35 public class X {
00:42:35     public static void main(String[] args) {
00:42:35     	Object a = null;
00:42:35     	if (a != null){
00:42:35         	int j = 3;
00:42:35         	j++;
00:42:35     	}
00:42:35     	System.out.println("OK");
00:42:35     }
00:42:35 }
00:42:35 ]
00:42:35 
00:42:35 
00:42:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:36 ----------------------------------------
00:42:36 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0060 - 10
00:42:36 org/eclipse/jdt/internal/compiler/lookup/X.java [
00:42:36 package org.eclipse.jdt.internal.compiler.lookup;
00:42:36 class TypeBinding {
00:42:36 }
00:42:36 public class X {
00:42:36 	public static void main(String[] args) {
00:42:36 		TypeBinding t1 = null, t2 = null;
00:42:36 		if (t1 == t2) { 
00:42:36 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
00:42:36 				if (t1 == t2) {
00:42:36 				}
00:42:36 			}
00:42:36 		}
00:42:36 	}
00:42:36 	public static void gain(String[] args) {
00:42:36 		TypeBinding t1 = null, t2 = null;
00:42:36 		if (t1 == t2) { 
00:42:36 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
00:42:36 				if (t1 == t2) {
00:42:36 				}
00:42:36 			}
00:42:36 		}
00:42:36 	}
00:42:36 	public static void vain(String[] args) {
00:42:36 		TypeBinding t1 = null, t2 = null;
00:42:36 		//$IDENTITY-COMPARISON$
00:42:36 		//$IDENTITY-COMPARISON$
00:42:36 		//$IDENTITY-COMPARISON$
00:42:36 		if (t1 == t2) { 
00:42:36 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
00:42:36 				if (t1 == t2) { //$IDENTITY-COMPARISON$
00:42:36 				}
00:42:36 			}
00:42:36 		}
00:42:36 	}
00:42:36 	public static void cain(String[] args) {
00:42:36 		TypeBinding t1 = null, t2 = null;
00:42:36 		if (t1 == t2) { //$IDENTITY-COMPARISON$
00:42:36 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
00:42:36 				if (t1 == t2) { //$IDENTITY-COMPARISON$
00:42:36 				}
00:42:36 			}
00:42:36 		}
00:42:36 	}
00:42:36 }
00:42:36 
00:42:36 ]
00:42:36 
00:42:36 
00:42:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:37 
00:42:37 
00:42:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:38 
00:42:38 
00:42:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:39 ----------------------------------------
00:42:39 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#test0063 - 10
00:42:39 org/eclipse/jdt/core/dom/X.java [
00:42:39 package org.eclipse.jdt.core.dom;
00:42:39 interface ITypeBinding {
00:42:39 }
00:42:39 class TypeBinding implements ITypeBinding {
00:42:39 }
00:42:39 public class X {
00:42:39 	public static void main(String[] args) {
00:42:39 		TypeBinding t1 = null, t2 = null;
00:42:39 		if (t1 == t2) { 
00:42:39 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
00:42:39 				if (t1 == t2) {
00:42:39 				}
00:42:39 			}
00:42:39 		}
00:42:39 	}
00:42:39 	public static void gain(String[] args) {
00:42:39 		TypeBinding t1 = null, t2 = null;
00:42:39 		if (t1 == t2) { 
00:42:39 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
00:42:39 				if (t1 == t2) {
00:42:39 				}
00:42:39 			}
00:42:39 		}
00:42:39 	}
00:42:39 	public static void vain(String[] args) {
00:42:39 		TypeBinding t1 = null, t2 = null;
00:42:39 		//$IDENTITY-COMPARISON$
00:42:39 		//$IDENTITY-COMPARISON$
00:42:39 		//$IDENTITY-COMPARISON$
00:42:39 		if (t1 == t2) { 
00:42:39 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
00:42:39 				if (t1 == t2) { //$IDENTITY-COMPARISON$
00:42:39 				}
00:42:39 			}
00:42:39 		}
00:42:39 	}
00:42:39 	public static void cain(String[] args) {
00:42:39 		TypeBinding t1 = null, t2 = null;
00:42:39 		if (t1 == t2) { //$IDENTITY-COMPARISON$
00:42:39 			if (t2 == t1) {  //$IDENTITY-COMPARISON$
00:42:39 				if (t1 == t2) { //$IDENTITY-COMPARISON$
00:42:39 				}
00:42:39 			}
00:42:39 		}
00:42:39 	}
00:42:39 }
00:42:39 
00:42:39 ]
00:42:39 
00:42:39 
00:42:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:40 ----------------------------------------
00:42:40 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218a - 10
00:42:40 X.java [
00:42:40 import java.util.*;
00:42:40 class X {
00:42:40   void test() {
00:42:40 	Set<Short> set = new HashSet<Short>();
00:42:40 	short one = 1;
00:42:40 	set.add(one);
00:42:40 
00:42:40 	if (set.contains("ONE")) // bad
00:42:40 		set.remove("ONE"); // bad
00:42:40 	if (set.contains(1)) // bad
00:42:40 		set.remove(1); // bad (tries to remove "Integer 1")
00:42:40 	System.out.println(set); // shows that the "Short 1" is still in!
00:42:40 
00:42:40 	if (set.contains(one)) // ok
00:42:40 		set.remove(one); // ok
00:42:40 	if (set.contains(Short.valueOf(one))) // ok
00:42:40 		set.remove(Short.valueOf(one)); // ok
00:42:40 	System.out.println(set);
00:42:40   }
00:42:40 }
00:42:40 
00:42:40 ]
00:42:40 
00:42:40 
00:42:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:42 ----------------------------------------
00:42:42 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218b - 10
00:42:42 X.java [
00:42:42 import java.util.*;
00:42:42 class X {
00:42:42   <T> void test(Set<HashSet<T>> hss, TreeSet<T> ts, LinkedHashSet<T> lhs) {
00:42:42 	if (hss.contains(ts)) // bad
00:42:42 		hss.remove(ts); // bad
00:42:42 	if (hss.contains((Set<T>)ts)) // ok
00:42:42 		hss.remove((Set<T>)ts); // ok
00:42:42 	if (hss.contains(lhs)) // ok
00:42:42 		hss.remove(lhs); // ok
00:42:42   }
00:42:42 }
00:42:42 
00:42:42 ]
00:42:42 
00:42:42 
00:42:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:43 ----------------------------------------
00:42:43 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218b2 - 10
00:42:43 X.java [
00:42:43 import java.util.*;
00:42:43 class X {
00:42:43   <T> void test(Set<HashSet<T>> hss, TreeSet<T> ts, LinkedHashSet<T> lhs) {
00:42:43 	if (hss.contains(ts)) // bad
00:42:43 		hss.remove(ts); // bad
00:42:43 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)
00:42:43 		hss.remove((Set<T>)ts); // bad (because of strict check)
00:42:43 	if (hss.contains(lhs)) // ok
00:42:43 		hss.remove(lhs); // ok
00:42:43   }
00:42:43 }
00:42:43 
00:42:43 ]
00:42:43 
00:42:43 
00:42:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:44 ----------------------------------------
00:42:44 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218c - 10
00:42:44 X.java [
00:42:44 import java.util.*;
00:42:44 class X {
00:42:44   Number test(Map<? extends Number, Number> m, boolean f) {
00:42:44 	if (m.containsKey("ONE")) // bad
00:42:44 		m.remove("ONE"); // bad
00:42:44 	if (m.containsValue("ONE")) // bad
00:42:44 		m.remove("ONE"); // bad
00:42:44 	short one = 1;
00:42:44 	if (m.containsKey(one)) // almost ok
00:42:44 		m.remove(one); // almost ok
00:42:44 	if (m.containsValue(Short.valueOf(one))) // ok
00:42:44 		m.remove(Short.valueOf(one)); // almost ok
00:42:44 	if (f)
00:42:44 		return m.get("ONE"); // bad
00:42:44 	return m.get(one);
00:42:44  // almost ok
00:42:44   }
00:42:44 }
00:42:44 
00:42:44 ]
00:42:44 
00:42:44 
00:42:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:46 ----------------------------------------
00:42:46 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218d - 10
00:42:46 X.java [
00:42:46 import java.util.*;
00:42:46 interface NumberCollection extends Collection<Number> {}
00:42:46 class X {
00:42:46   void test(NumberCollection numbers, List<Integer> ints, Set<String> stringSet) {
00:42:46 	if (numbers.containsAll(ints)) // ok
00:42:46 		numbers.removeAll(ints); // ok
00:42:46 	else
00:42:46 		numbers.retainAll(ints); // ok
00:42:46 
00:42:46 	numbers.removeAll(stringSet); // bad
00:42:46   }
00:42:46 }
00:42:46 
00:42:46 ]
00:42:46 
00:42:46 
00:42:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:47 ----------------------------------------
00:42:47 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218e - 10
00:42:47 X.java [
00:42:47 import java.util.*;
00:42:47 class X {
00:42:47   int test1(List<Integer> ints, Object o) {
00:42:47 	return ints.indexOf("ONE"); // bad
00:42:47   }
00:42:47   @SuppressWarnings("unlikely-arg-type")
00:42:47   int test2(List<Integer> ints, boolean f, Object o) {
00:42:47 	if (f)
00:42:47 		return ints.indexOf("ONE"); // bad but suppressed
00:42:47 	return ints.indexOf(o); // supertype
00:42:47   }
00:42:47 }
00:42:47 
00:42:47 ]
00:42:47 
00:42:47 
00:42:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:48 ----------------------------------------
00:42:48 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug410218f - 10
00:42:48 test/TestUnlikely.java [
00:42:48 package test;
00:42:48 
00:42:48 import java.util.Collection;
00:42:48 import java.util.Iterator;
00:42:48 import java.util.List;
00:42:48 import java.util.Map;
00:42:48 import java.util.Objects;
00:42:48 import java.util.Set;
00:42:48 import java.util.function.BiPredicate;
00:42:48 import java.util.function.Predicate;
00:42:48 
00:42:48 public class TestUnlikely {
00:42:48 	interface Interface {
00:42:48 	}
00:42:48 
00:42:48 	interface OtherInterface {
00:42:48 	}
00:42:48 
00:42:48 	static class NonFinal implements Interface {
00:42:48 	}
00:42:48 
00:42:48 	static class Sub extends NonFinal implements OtherInterface {
00:42:48 	}
00:42:48 
00:42:48 	static final class Final implements Interface {
00:42:48 	}
00:42:48 
00:42:48 	void f1(List<Interface> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
00:42:48 		c.remove(i);
00:42:48 		c.remove(o); // warning: unrelated interface
00:42:48 		c.remove(f);
00:42:48 		c.remove(nf);
00:42:48 		c.remove(s);
00:42:48 	}
00:42:48 
00:42:48 	void f2(List<OtherInterface> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
00:42:48 		c.remove(i); // warning: unrelated interface
00:42:48 		c.remove(o);
00:42:48 		c.remove(f); // warning: impossible
00:42:48 		c.remove(nf); // warning: castable, but not supertype
00:42:48 		c.remove(s);
00:42:48 	}
00:42:48 
00:42:48 	void f3(List<Final> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
00:42:48 		c.remove(i); // supertype
00:42:48 		c.remove(o); // warning: impossible
00:42:48 		c.remove(f);
00:42:48 		c.remove(nf); // warning: impossible
00:42:48 		c.remove(s); // warning: impossible
00:42:48 	}
00:42:48 
00:42:48 	void f4(List<NonFinal> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
00:42:48 		c.remove(i); // supertype
00:42:48 		c.remove(o); // warning: unrelated interface
00:42:48 		c.remove(f); // warning: impossible
00:42:48 		c.remove(nf);
00:42:48 		c.remove(s);
00:42:48 	}
00:42:48 
00:42:48 	void f5(List<Sub> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
00:42:48 		c.remove(i); // supertype
00:42:48 		c.remove(o); // supertype
00:42:48 		c.remove(f); // warning: impossible
00:42:48 		c.remove(nf); // supertype
00:42:48 		c.remove(s);
00:42:48 	}
00:42:48 
00:42:48 	<K, V> void map(Map<K, V> map, K key, V value) {
00:42:48 		map.containsKey(key);
00:42:48 		map.containsKey(value); // warning
00:42:48 		map.containsValue(key); // warning
00:42:48 		map.containsValue(value);
00:42:48 	}
00:42:48 
00:42:48 	boolean wildcards(Collection<?> c, Iterable<?> s) {
00:42:48 		for (Iterator<?> iterator = s.iterator(); iterator.hasNext();) {
00:42:48 			if (c.contains(iterator.next())) {
00:42:48 				return true;
00:42:48 			}
00:42:48 		}
00:42:48 		return false;
00:42:48 	}
00:42:48 
00:42:48 	<T, U extends T> boolean relatedTypeVariables(Collection<T> c, Iterable<U> s) {
00:42:48 		for (Iterator<?> iterator = s.iterator(); iterator.hasNext();) {
00:42:48 			if (c.contains(iterator.next())) {
00:42:48 				return true;
00:42:48 			}
00:42:48 		}
00:42:48 		return false;
00:42:48 	}
00:42:48 
00:42:48 	<T, U> boolean unrelatedTypeVariables(Collection<T> c, Iterable<U> s) {
00:42:48 		for (Iterator<U> iterator = s.iterator(); iterator.hasNext();) {
00:42:48 			if (c.contains(iterator.next())) { // warning
00:42:48 				return true;
00:42:48 			}
00:42:48 		}
00:42:48 		return false;
00:42:48 	}
00:42:48 
00:42:48 	void all(List<NonFinal> c, Collection<Sub> s, Set<Final> other) {
00:42:48 		c.removeAll(s);
00:42:48 		s.removeAll(c);
00:42:48 		c.removeAll(other); // warning
00:42:48 	}
00:42:48 
00:42:48 	void methodRef(Set<Interface> c, Interface i, OtherInterface o, Final f, NonFinal nf, Sub s) {
00:42:48 		Predicate<Interface> p1 = c::contains;
00:42:48 		BiPredicate<Collection<Interface>, Interface> bp1 = Collection<Interface>::contains;
00:42:48 		Predicate<OtherInterface> p2 = c::contains; // warning
00:42:48 		BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning
00:42:48 		p1.test(i);
00:42:48 		bp1.test(c, i);
00:42:48 		p2.test(o);
00:42:48 		bp2.test(c, o);
00:42:48 	}
00:42:48 
00:42:48 	void equals(String s, Integer i, Number n) {
00:42:48 		s.equals(i); // info
00:42:48 		i.equals(s); // info
00:42:48 		i.equals(n);
00:42:48 		n.equals(i);
00:42:48 
00:42:48 		Predicate<String> p1 = i::equals; // info
00:42:48 		p1.test(s);
00:42:48 
00:42:48 		BiPredicate<String, Integer> bp2 = Object::equals; // info
00:42:48 		bp2.test(s, i);
00:42:48 
00:42:48 		Objects.equals(s, i); // info
00:42:48 		Objects.equals(i, s); // info
00:42:48 		Objects.equals(n, i);
00:42:48 		Objects.equals(i, n);
00:42:48 
00:42:48 		BiPredicate<String, Integer> bp3 = Objects::equals; // info
00:42:48 		bp3.test(s, i);
00:42:48 	}
00:42:48 
00:42:48 }
00:42:48 
00:42:48 ]
00:42:48 
00:42:48 
00:42:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:50 --- javac err: ---
00:42:50 test/Test.java:7: warning: [rawtypes] found raw type: List
00:42:50 	void f(List dependencyList, Set<Object> set) {
00:42:50 	       ^
00:42:50   missing type arguments for generic class List<E>
00:42:50   where E is a type-variable:
00:42:50     E extends Object declared in interface List
00:42:50 test/Test.java:8: warning: [unchecked] unchecked call to removeAll(Collection<?>) as a member of the raw type List
00:42:50 		dependencyList.removeAll(set);
00:42:50 		                        ^
00:42:50 2 warnings
00:42:50 
00:42:50 
00:42:50 
00:42:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:51 
00:42:51 
00:42:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:52 
00:42:52 
00:42:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 ----------------------------------------
00:42:53 org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest#testBug514956c - 10
00:42:53 Unlikely.java [
00:42:53 interface I1 {}
00:42:53 interface I2 {}
00:42:53 interface I3 {}
00:42:53 public class Unlikely implements I1 {
00:42:53 	boolean m1(I1 i1) {
00:42:53 		return i1.equals((I1)this);
00:42:53 	}
00:42:53 	boolean m2(I1 i1, I2 i2) {
00:42:53 		return i1.equals((I3)i2);
00:42:53 	}
00:42:53 }
00:42:53 
00:42:53 ]
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 ***************************************************************************
00:42:53 * Comparison with Sun Javac compiler for class ManifestAnalyzerTest (null tests)
00:42:53 ***************************************************************************
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 
00:42:53 
00:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:53 ***************************************************************************
00:42:53 * Comparison with Sun Javac compiler for class InitializationTests (null tests)
00:42:53 ***************************************************************************
00:42:54 
00:42:54 
00:42:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:55 
00:42:55 
00:42:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:56 --- javac err: ---
00:42:56 X.java:12: error: variable abc might already have been assigned
00:42:56 			abc = new X(1);
00:42:56 			^
00:42:56 1 error
00:42:56 
00:42:56 
00:42:56 
00:42:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:57 --- javac err: ---
00:42:57 X.java:13: error: variable abc might already have been assigned
00:42:57 		boolean comp = X.comparison((abc = new X(2)), (abc = new X(1)).returnA());
00:42:57 		                                               ^
00:42:57 1 error
00:42:57 
00:42:57 
00:42:57 
00:42:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:58 --- javac err: ---
00:42:58 X.java:10: error: variable abc might already have been assigned
00:42:58 		boolean comp = ((abc = new X(2)).returnA() == 1 || (abc = new X(1)).returnA() == 1);
00:42:58 		                                                    ^
00:42:58 1 error
00:42:58 
00:42:58 
00:42:58 
00:42:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:42:59 --- javac err: ---
00:42:59 X.java:12: error: variable abc might already have been assigned
00:42:59 			val = (abc = new X(2)).returnA();
00:42:59 			       ^
00:42:59 1 error
00:42:59 
00:42:59 
00:42:59 
00:42:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:00 --- javac err: ---
00:43:00 X.java:16: error: variable abc might already have been assigned
00:43:00 		abc = new X(2);
00:43:00 		^
00:43:00 1 error
00:43:00 
00:43:00 
00:43:00 
00:43:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:01 
00:43:01 
00:43:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:03 
00:43:03 
00:43:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:04 --- javac err: ---
00:43:04 X.java:10: error: variable abc might already have been assigned
00:43:04 		abc = new X(abc = 2).returnA();
00:43:04 		^
00:43:04 1 error
00:43:04 
00:43:04 
00:43:04 
00:43:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:05 --- javac err: ---
00:43:05 X.java:5: error: variable x might already have been assigned
00:43:05 		x = new X(x = 2).returnA();	}
00:43:05 		^
00:43:05 1 error
00:43:05 
00:43:05 
00:43:05 
00:43:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:06 --- javac err: ---
00:43:06 X.java:16: error: variable before might not have been initialized
00:43:06 				return new String(before);
00:43:06 				                  ^
00:43:06 1 error
00:43:06 
00:43:06 
00:43:06 
00:43:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:07 
00:43:07 
00:43:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:08 
00:43:08 
00:43:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:09 --- javac err: ---
00:43:09 Bug324178.java:5: error: variable b2 might not have been initialized
00:43:09           return b2;
00:43:09                  ^
00:43:09 1 error
00:43:09 
00:43:09 
00:43:09 
00:43:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:11 --- javac err: ---
00:43:11 X.java:3: error: variable oStatic not initialized in the default constructor
00:43:11 	 final static Object oStatic; // report here!
00:43:11 	                     ^
00:43:11 X.java:2: error: variable o not initialized in the default constructor
00:43:11 	 final Object o; // report here!
00:43:11 	              ^
00:43:11 2 errors
00:43:11 
00:43:11 
00:43:11 
00:43:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:11 ***************************************************************************
00:43:11 * Comparison with Sun Javac compiler for class ResourceLeakTests (null tests)
00:43:11 ***************************************************************************
00:43:12 
00:43:12 
00:43:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:13 
00:43:13 
00:43:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:14 
00:43:14 
00:43:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:16 
00:43:16 
00:43:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:17 
00:43:17 
00:43:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:18 
00:43:18 
00:43:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:20 
00:43:20 
00:43:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:21 
00:43:21 
00:43:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:22 
00:43:22 
00:43:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:23 
00:43:23 
00:43:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:24 
00:43:24 
00:43:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:25 
00:43:25 
00:43:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:27 
00:43:27 
00:43:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:28 
00:43:28 
00:43:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:29 
00:43:29 
00:43:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:30 
00:43:30 
00:43:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:31 
00:43:31 
00:43:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:33 
00:43:33 
00:43:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:34 
00:43:34 
00:43:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:35 
00:43:35 
00:43:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:36 
00:43:36 
00:43:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:38 
00:43:38 
00:43:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:39 
00:43:39 
00:43:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:40 
00:43:40 
00:43:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:41 --- javac err: ---
00:43:41 X.java:10: error: auto-closeable resource fileReader may not be assigned
00:43:41             fileReader = new FileReader(file);  // debug here
00:43:41             ^
00:43:41 1 error
00:43:41 
00:43:41 
00:43:41 
00:43:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:42 
00:43:42 
00:43:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:43 
00:43:43 
00:43:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:45 
00:43:45 
00:43:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:46 
00:43:46 
00:43:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:47 
00:43:47 
00:43:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:48 
00:43:48 
00:43:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:49 --- javac err: ---
00:43:49 X.java:7: warning: [try] auto-closeable resource reader3 is never referenced in body of corresponding try statement
00:43:49         try (FileReader reader3 = new FileReader("file3")) {
00:43:49                         ^
00:43:49 1 warning
00:43:49 
00:43:49 
00:43:49 
00:43:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:50 
00:43:50 
00:43:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:51 
00:43:51 
00:43:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:52 
00:43:52 
00:43:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:53 
00:43:53 
00:43:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:54 
00:43:54 
00:43:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:55 
00:43:55 
00:43:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:56 
00:43:56 
00:43:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:58 
00:43:58 
00:43:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:43:59 
00:43:59 
00:43:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:00 
00:44:00 
00:44:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:01 
00:44:01 
00:44:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:03 
00:44:03 
00:44:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:04 
00:44:04 
00:44:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:05 
00:44:05 
00:44:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:06 
00:44:06 
00:44:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:07 
00:44:07 
00:44:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:09 
00:44:09 
00:44:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:10 
00:44:10 
00:44:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:11 
00:44:11 
00:44:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:12 
00:44:12 
00:44:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:13 
00:44:13 
00:44:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:15 
00:44:15 
00:44:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:16 
00:44:16 
00:44:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:17 
00:44:17 
00:44:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:18 
00:44:18 
00:44:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:19 
00:44:19 
00:44:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:20 
00:44:20 
00:44:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:21 
00:44:21 
00:44:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:22 
00:44:22 
00:44:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:24 
00:44:24 
00:44:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:25 
00:44:25 
00:44:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:26 
00:44:26 
00:44:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:27 
00:44:27 
00:44:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:28 
00:44:28 
00:44:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:29 
00:44:29 
00:44:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:30 
00:44:30 
00:44:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:31 
00:44:31 
00:44:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:32 
00:44:32 
00:44:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:34 
00:44:34 
00:44:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:35 
00:44:35 
00:44:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:36 --- javac err: ---
00:44:36 Test066.java:2: warning: [serial] serializable class MyException has no definition of serialVersionUID
00:44:36 class MyException extends Exception{}
00:44:36 ^
00:44:36 1 warning
00:44:36 
00:44:36 
00:44:36 
00:44:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:37 --- javac err: ---
00:44:37 Test066.java:2: warning: [serial] serializable class MyException has no definition of serialVersionUID
00:44:37 class MyException extends Exception{}
00:44:37 ^
00:44:37 1 warning
00:44:37 
00:44:37 
00:44:37 
00:44:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:38 
00:44:38 
00:44:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:39 
00:44:39 
00:44:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:40 --- javac err: ---
00:44:40 Test069.java:5: warning: [serial] serializable class Test069.CoreException has no definition of serialVersionUID
00:44:40 	class CoreException extends Exception {}
00:44:40 	^
00:44:40 1 warning
00:44:40 
00:44:40 
00:44:40 
00:44:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:41 
00:44:41 
00:44:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:43 
00:44:43 
00:44:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:44 
00:44:44 
00:44:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:45 
00:44:45 
00:44:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:46 
00:44:46 
00:44:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:47 
00:44:47 
00:44:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:48 
00:44:48 
00:44:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:50 
00:44:50 
00:44:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:51 
00:44:51 
00:44:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:52 
00:44:52 
00:44:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:53 
00:44:53 
00:44:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:55 
00:44:55 
00:44:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:56 
00:44:56 
00:44:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:57 
00:44:57 
00:44:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:44:58 
00:44:58 
00:44:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:00 
00:45:00 
00:45:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:01 
00:45:01 
00:45:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:02 
00:45:02 
00:45:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:03 
00:45:03 
00:45:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:05 
00:45:05 
00:45:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:06 
00:45:06 
00:45:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:07 
00:45:07 
00:45:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:08 
00:45:08 
00:45:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:10 
00:45:10 
00:45:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:11 
00:45:11 
00:45:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:12 
00:45:12 
00:45:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:13 
00:45:13 
00:45:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:14 
00:45:14 
00:45:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:16 
00:45:16 
00:45:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:17 --- javac err: ---
00:45:17 HostIdTest.java:6: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
00:45:17     try (InputStream x = new ByteArrayInputStream(null)) {
00:45:17                      ^
00:45:17 1 warning
00:45:17 
00:45:17 
00:45:17 
00:45:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:18 
00:45:18 
00:45:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:19 
00:45:19 
00:45:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:20 --- javac err: ---
00:45:20 A.java:5: warning: [try] auto-closeable resource in is never referenced in body of corresponding try statement
00:45:20     try(FileInputStream in = b ? new FileInputStream("a") : null){}
00:45:20                         ^
00:45:20 1 warning
00:45:20 
00:45:20 
00:45:20 
00:45:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:21 --- javac err: ---
00:45:21 A.java:4: warning: [try] auto-closeable resource in is never referenced in body of corresponding try statement
00:45:21     try(FileInputStream in = create(new FileInputStream("a"))){}
00:45:21                         ^
00:45:21 1 warning
00:45:21 
00:45:21 
00:45:21 
00:45:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:22 --- javac err: ---
00:45:22 A.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
00:45:22 		try (FileInputStream a = new FileInputStream("A") {{
00:45:22 		                     ^
00:45:22 1 warning
00:45:22 
00:45:22 
00:45:22 
00:45:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:23 
00:45:23 
00:45:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:25 
00:45:25 
00:45:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:26 
00:45:26 
00:45:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:27 
00:45:27 
00:45:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:28 
00:45:28 
00:45:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:29 
00:45:29 
00:45:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:30 
00:45:30 
00:45:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:31 
00:45:31 
00:45:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:32 
00:45:32 
00:45:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:33 --- javac err: ---
00:45:33 Bug444964.java:5: warning: [try] auto-closeable resource baos is never referenced in body of corresponding try statement
00:45:33     try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) {
00:45:33                                ^
00:45:33 Bug444964.java:13: warning: [try] auto-closeable resource baos is never referenced in body of corresponding try statement
00:45:33     try (ByteArrayOutputStream baos = new ByteArrayOutputStream()) {
00:45:33                                ^
00:45:33 2 warnings
00:45:33 
00:45:33 
00:45:33 
00:45:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:34 
00:45:34 
00:45:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:35 
00:45:35 
00:45:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:37 
00:45:37 
00:45:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:38 
00:45:38 
00:45:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:39 --- javac err: ---
00:45:39 AutoCloseableEnhancedForTest.java:27: warning: [try] auto-closeable resource MyIterable<T> has a member method close() that could throw InterruptedException
00:45:39    private static class MyIterable<T> implements Iterable<T>, AutoCloseable
00:45:39                   ^
00:45:39   where T is a type-variable:
00:45:39     T extends Object declared in class MyIterable
00:45:39 1 warning
00:45:39 
00:45:39 
00:45:39 
00:45:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:41 
00:45:41 
00:45:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:42 
00:45:42 
00:45:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:43 
00:45:43 
00:45:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:44 
00:45:44 
00:45:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:46 
00:45:46 
00:45:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:48 
00:45:48 
00:45:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:49 
00:45:49 
00:45:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:49 
00:45:49 
00:45:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:49 
00:45:49 
00:45:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:49 
00:45:49 
00:45:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:50 --- javac err: ---
00:45:50 Test.java:38: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement
00:45:50         try (CountingBufferedOutputStream out = new CountingBufferedOutputStream(
00:45:50                                           ^
00:45:50 1 warning
00:45:50 
00:45:50 
00:45:50 
00:45:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:51 
00:45:51 
00:45:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:53 
00:45:53 
00:45:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:54 
00:45:54 
00:45:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:55 
00:45:55 
00:45:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:58 
00:45:58 
00:45:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:45:59 
00:45:59 
00:45:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:00 
00:46:00 
00:46:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:01 --- javac err: ---
00:46:01 B.java:1: warning: [try] auto-closeable resource B<U> has a member method close() that could throw InterruptedException
00:46:01 public abstract class B<U> implements AutoCloseable {}
00:46:01                 ^
00:46:01   where U is a type-variable:
00:46:01     U extends Object declared in class B
00:46:01 A.java:2: warning: [try] auto-closeable resource A<T> has a member method close() that could throw InterruptedException
00:46:01 public abstract class A<T> extends B<T> implements C<D> {
00:46:01                 ^
00:46:01   where T is a type-variable:
00:46:01     T extends Object declared in class A
00:46:01 D.java:1: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
00:46:01 public abstract class D extends A<String> {}
00:46:01                 ^
00:46:01 3 warnings
00:46:01 
00:46:02 
00:46:02 
00:46:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:03 
00:46:03 
00:46:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:04 
00:46:04 
00:46:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:05 
00:46:05 
00:46:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:07 
00:46:07 
00:46:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:08 
00:46:08 
00:46:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:09 
00:46:09 
00:46:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:11 
00:46:11 
00:46:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:12 
00:46:12 
00:46:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:46:12 ***************************************************************************
00:46:12 * Comparison with Sun Javac compiler for class JavadocBugsTest (null tests)
00:46:12 ***************************************************************************
00:46:13 --- javac err: ---
00:46:13 boden/IAFAState.java:3: warning: [serial] serializable class ValidationException has no definition of serialVersionUID
00:46:13     public class ValidationException extends Exception {
00:46:13            ^
00:46:13 1 warning
00:46:13 
00:46:15 --- javac err: ---
00:46:15 boden/IAFAState.java:3: warning: [serial] serializable class ValidationException has no definition of serialVersionUID
00:46:15     public class ValidationException extends Exception {
00:46:15            ^
00:46:15 1 warning
00:46:15 
00:46:16 --- javac err: ---
00:46:16 boden/IAFAState.java:3: warning: [serial] serializable class ValidationException has no definition of serialVersionUID
00:46:16     public class ValidationException extends Exception {
00:46:16            ^
00:46:16 1 warning
00:46:16 
00:46:28 --- javac err: ---
00:46:28 X.java:6: error: cannot find symbol
00:46:28 		Zork z;
00:46:28 		^
00:46:28   symbol:   class Zork
00:46:28   location: class X
00:46:28 p/A.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:46:28 	public void bar() {
00:46:28 	            ^
00:46:28 1 error
00:46:28 1 warning
00:46:28 
00:46:29 --- javac err: ---
00:46:29 X.java:7: error: cannot find symbol
00:46:29 		Zork z;
00:46:29 		^
00:46:29   symbol:   class Zork
00:46:29   location: class X
00:46:29 1 error
00:46:29 
00:46:30 --- javac err: ---
00:46:30 p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:46:30 public class A {
00:46:30        ^
00:46:30 1 warning
00:46:30 
00:46:31 --- javac err: ---
00:46:31 p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:46:31 public class A {
00:46:31        ^
00:46:31 1 warning
00:46:31 
00:46:32 --- javac err: ---
00:46:32 p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:46:32 public class A {
00:46:32        ^
00:46:32 1 warning
00:46:32 
00:46:33 --- javac err: ---
00:46:33 p/A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:46:33 public class A {
00:46:33        ^
00:46:33 1 warning
00:46:33 
00:46:34 --- javac err: ---
00:46:35 Test.java:3: error: invalid method declaration; return type required
00:46:35 	public Test() {}
00:46:35 	       ^
00:46:35 Test.java:5: error: invalid method declaration; return type required
00:46:35 	public test() {}
00:46:35 	       ^
00:46:35 2 errors
00:46:35 
00:47:02 ----------------------------------------
00:47:02 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug170637b - 10
00:47:02 X.java [
00:47:02 public interface X
00:47:02 {
00:47:02   /**
00:47:02    * Test for bug {@link "https://bugs.eclipse.org/bugs/show_bug.cgi?id=170637"}
00:47:02    * 
00:47:02    * 
00:47:02    * @param bar1 {@link X}
00:47:02    * @param bar2 {@link X}
00:47:02    * @param bar3 {@link X}
00:47:02    * @param bar4 {@link X}
00:47:02    * @param bar5 {@link X}
00:47:02    * @param bar6 {@link X}
00:47:02    * @param bar7 {@link X}
00:47:02    * @param bar8 {@link X}
00:47:02    * @param bar9 {@link X}
00:47:02    * @param bar10 {@link X}
00:47:02    * @param bar11 {@link X}
00:47:02    * @param bar12 {@link X}
00:47:02    * @param bar13 {@link X}
00:47:02    * @param bar14 {@link X}
00:47:02    * @param bar15 {@link X}
00:47:02    * @param bar16 {@link X}
00:47:02    * @param bar17 {@link X}
00:47:02    * @param bar18 {@link X}
00:47:02    * @param bar19 {@link X}
00:47:02    * @param bar20 {@link X}
00:47:02    * @param bar21 {@link X}
00:47:02    * @param bar22 {@link X}
00:47:02    * @param bar23 {@link X}
00:47:02    * @param bar24 {@link X}
00:47:02    * @param bar25 {@link X}
00:47:02    * @param bar26 {@link X}
00:47:02    * @param bar27 {@link X}
00:47:02    * @param bar28 {@link X}
00:47:02    * @param bar29 {@link X}
00:47:02    * @param bar30 {@link X}
00:47:02    * 
00:47:02    * @return A string
00:47:02    */
00:47:02   public String foo(String bar1,
00:47:02       String bar2,
00:47:02       String bar3,
00:47:02       String bar4,
00:47:02       String bar5,
00:47:02       String bar6,
00:47:02       String bar7,
00:47:02       String bar8,
00:47:02       String bar9,
00:47:02       String bar10,
00:47:02       String bar11,
00:47:02       String bar12,
00:47:02       String bar13,
00:47:02       String bar14,
00:47:02       String bar15,
00:47:02       String bar16,
00:47:02       String bar17,
00:47:02       String bar18,
00:47:02       String bar19,
00:47:02       String bar20,
00:47:02       String bar21,
00:47:02       String bar22,
00:47:02       String bar23,
00:47:02       String bar24,
00:47:02       String bar25,
00:47:02       String bar26,
00:47:02       String bar27,
00:47:02       String bar28,
00:47:02       String bar29,
00:47:02       String bar30,
00:47:02       String bar31
00:47:02       );
00:47:02 }
00:47:02 
00:47:02 ]
00:47:27 ----------------------------------------
00:47:27 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345a - 10
00:47:27 pkg/X.java [
00:47:27 package pkg;
00:47:27 
00:47:27 public class X extends Object {
00:47:27 	/**
00:47:27 	 * This is {@literal raw text:
00:47:27 	 * 			{@link BadLink} is just text}
00:47:27 	 * 			{@link expected_error}
00:47:27 	 * }
00:47:27 	 */
00:47:27 	public String toString() { 
00:47:27 		return "foo";
00:47:27 	}
00:47:27 }
00:47:27 
00:47:27 ]
00:47:28 ----------------------------------------
00:47:28 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345b - 10
00:47:28 pkg/X.java [
00:47:28 package pkg;
00:47:28 
00:47:28 public class X extends Object {
00:47:28 	/**
00:47:28 	 * This is {@code raw text:
00:47:28 	 * 			{@link BadLink} is just text}
00:47:28 	 * 			{@link expected_error}
00:47:28 	 * }
00:47:28 	 */
00:47:28 	public String toString() { 
00:47:28 		return "foo";
00:47:28 	}
00:47:28 }
00:47:28 
00:47:28 ]
00:47:29 ----------------------------------------
00:47:29 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345c - 10
00:47:29 pkg/X.java [
00:47:29 package pkg;
00:47:29 
00:47:29 public class X extends Object {
00:47:29 	/**
00:47:29 	 * This is {@link raw text:
00:47:29 	 * 			{@link BadLink} is just text}
00:47:29 	 * 			{@link expected_error}
00:47:29 	 * }
00:47:29 	 */
00:47:29 	public String toString() { 
00:47:29 		return "foo";
00:47:29 	}
00:47:29 }
00:47:29 
00:47:29 ]
00:47:30 ----------------------------------------
00:47:30 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345d - 10
00:47:30 pkg/X.java [
00:47:30 package pkg;
00:47:30 
00:47:30 public class X extends Object {
00:47:30 	/**
00:47:30 	 * This is {@literal raw text:
00:47:30 	 * 			{@link BadLink}}}} is just text}
00:47:30 	 * 			{@link expected_error}
00:47:30 	 * }
00:47:30 	 */
00:47:30 	public String toString() { 
00:47:30 		return "foo";
00:47:30 	}
00:47:30 }
00:47:30 
00:47:30 ]
00:47:31 ----------------------------------------
00:47:31 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345e - 10
00:47:31 pkg/X.java [
00:47:31 package pkg;
00:47:31 
00:47:31 public class X extends Object {
00:47:31 	/**
00:47:31 	 * This is {@code raw text:
00:47:31 	 * 			{{{{{{@link BadLink}}} is just text}
00:47:31 	 * @since 4.2
00:47:31 	 */
00:47:31 	public String toString() { 
00:47:31 		return "foo";
00:47:31 	}
00:47:31 }
00:47:31 
00:47:31 ]
00:47:32 ----------------------------------------
00:47:32 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345f - 10
00:47:32 pkg/X.java [
00:47:32 package pkg;
00:47:32 
00:47:32 public class X extends Object {
00:47:32 	/**
00:47:32 	 * This is {@code raw text:
00:47:32 	 * 			{@link BadLink}
00:47:32 	 * @since 4.2
00:47:32 	 */
00:47:32 	public String toString() { 
00:47:32 		return "foo";
00:47:32 	}
00:47:32 }
00:47:32 
00:47:32 ]
00:47:33 ----------------------------------------
00:47:33 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345g - 10
00:47:33 pkg/X.java [
00:47:33 package pkg;
00:47:33 
00:47:33 public class X extends Object {
00:47:33 	/**
00:47:33 	 * This is {@code raw text:
00:47:33 	 * 			{@link BadLink
00:47:33 	 * @since 4.2
00:47:33 	 */
00:47:33 	public String toString() { 
00:47:33 		return "foo";
00:47:33 	}
00:47:33 }
00:47:33 
00:47:33 ]
00:47:33 ----------------------------------------
00:47:33 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345h - 10
00:47:33 pkg/X.java [
00:47:33 package pkg;
00:47:33 
00:47:33 public class X extends Object {
00:47:33 	/**
00:47:33 	 * This is {@code raw text:
00:47:33 	 * @since 4.2
00:47:33 	 */
00:47:33 	public String toString() { 
00:47:33 		return "foo";
00:47:33 	}
00:47:33 }
00:47:33 
00:47:33 ]
00:47:34 ----------------------------------------
00:47:34 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345i - 10
00:47:34 pkg/X.java [
00:47:34 package pkg;
00:47:34 
00:47:34 public class X extends Object {
00:47:34 	/**
00:47:34 	 * This is {@code raw text:
00:47:34 	 */
00:47:34 	public String toString() { 
00:47:34 		return "foo";
00:47:34 	}
00:47:34 }
00:47:34 
00:47:34 ]
00:47:38 ----------------------------------------
00:47:38 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345l - 10
00:47:38 pkg/X.java [
00:47:38 package pkg;
00:47:38 
00:47:38 public class X extends Object {
00:47:38 	/**
00:47:38 	 * This is {@literal raw text:
00:47:38 	 * 			{@link BadLink}
00:47:38 	 */
00:47:38 	public String toString() { 
00:47:38 		return "foo";
00:47:38 	}
00:47:38 }
00:47:38 
00:47:38 ]
00:47:39 ----------------------------------------
00:47:39 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug206345m - 10
00:47:39 pkg/X.java [
00:47:39 package pkg;
00:47:39 
00:47:39 public class X extends Object {
00:47:39 	/**
00:47:39 	 * This is {@code raw text:
00:47:39 	 * 			{@link BadLink}
00:47:39 	 */
00:47:39 	public String toString() { 
00:47:39 		return "foo";
00:47:39 	}
00:47:39 }
00:47:39 
00:47:39 ]
00:47:40 ----------------------------------------
00:47:40 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug207765 - 10
00:47:40 pkg/X.java [
00:47:40 package pkg;
00:47:40 
00:47:40 public class X {
00:47:40 	/**
00:47:40 	 * {@link "http://www.eclipse.org/}
00:47:40 	 * @see "http://www.eclipse.org/
00:47:40 	 */
00:47:40 	public void foo() { 
00:47:40 	 
00:47:40 	}
00:47:40 }
00:47:40 
00:47:40 ]
00:47:46 --- javac err: ---
00:47:46 X.java:30: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:47:46 	public String foo(String aParam) {
00:47:46 	              ^
00:47:46 1 warning
00:47:46 
00:47:48 ----------------------------------------
00:47:48 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug222900c - 10
00:47:48 X.java [
00:47:48 /**
00:47:48  * Test the {@code} missing description
00:47:48  * Test the {@code
00:47:48  * } missing description
00:47:48  * Test the {@code X} with description
00:47:48  * Test the {@code
00:47:48  * public class X} with description
00:47:48 */
00:47:48 public class X {
00:47:48 }
00:47:48 
00:47:48 ]
00:47:49 --- javac err: ---
00:47:49 X.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:47:49 public class X {
00:47:49        ^
00:47:49 1 warning
00:47:49 
00:47:52 ----------------------------------------
00:47:52 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug233187a - 10
00:47:52 test/a/X.java [
00:47:52 package test.a;
00:47:52 
00:47:52 public class X {
00:47:52    public static class Y {
00:47:52         public static class Z { 
00:47:52             /**
00:47:52              * The position in the new method signature depends on
00:47:52              * the position in the array passed to
00:47:52              * {@link X.Y#foo(test.a.X.Y.Z[])} OK for javadoc tool
00:47:52              * {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool
00:47:52              * {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool
00:47:52              * {@link X.Y#foo(Y.Z[])} KO for javadoc tool
00:47:52              * {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool
00:47:52              */
00:47:52             public int bar() {
00:47:52                 return 0;
00:47:52             }
00:47:52         }
00:47:52 
00:47:52         public void foo(Z[] params) {
00:47:52         }
00:47:52     }
00:47:52 }
00:47:52 
00:47:52 ]
00:47:53 ----------------------------------------
00:47:53 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug233187b - 10
00:47:53 test/b/X.java [
00:47:53 package test.b;
00:47:53 
00:47:53 public class X {
00:47:53    public static class Y {
00:47:53         public static class Z { 
00:47:53             /**
00:47:53              * The position in the new method signature depends on
00:47:53              * the position in the array passed to
00:47:53              * {@link X.Y#foo(test.b.X.Y.Z)} OK for javadoc tool
00:47:53             * {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool
00:47:53              * {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool
00:47:53              * {@link X.Y#foo(Y.Z)} KO for javadoc tool
00:47:53              * {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool
00:47:53              */
00:47:53             public int bar() {
00:47:53                 return 0;
00:47:53             }
00:47:53         }
00:47:53 
00:47:53         public void foo(Z params) {
00:47:53         }
00:47:53     }
00:47:53 }
00:47:53 
00:47:53 ]
00:47:58 --- javac err: ---
00:47:58 X.java:18: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:47:58 	public String foo(String aParam) throws Exception {
00:47:58 	              ^
00:47:58 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:47:58 public class X {
00:47:58        ^
00:47:58 2 warnings
00:47:58 
00:48:04 ----------------------------------------
00:48:04 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug254825 - 10
00:48:04 X.java [
00:48:04 class X {
00:48:04   public Object foo(Object o) { 
00:48:04     return new Object() {
00:48:04       /** @see #o */
00:48:04       public void x() {}
00:48:04     };
00:48:04   }
00:48:04 }
00:48:04 
00:48:04 ]
00:48:05 ----------------------------------------
00:48:05 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug254825b - 10
00:48:05 X.java [
00:48:05 class X {
00:48:05   /** @see #o */
00:48:05   public Object foo(Object o) { return null; }
00:48:05 }
00:48:05 
00:48:05 ]
00:48:06 ----------------------------------------
00:48:06 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_1 - 10
00:48:06 X.java [
00:48:06 public class X {
00:48:06 /**
00:48:06 * @see #X(int)
00:48:06 */
00:48:06 X(int i) {
00:48:06 }
00:48:06 }
00:48:06 
00:48:06 ]
00:48:07 ----------------------------------------
00:48:07 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_2a - 10
00:48:07 X.java [
00:48:07 public class X {
00:48:07 X(int i) {}
00:48:07 }
00:48:07 class Y extends X {
00:48:07 /** @see X#X(int) */
00:48:07 Y(double d) { super(0); }
00:48:07 }
00:48:07 
00:48:07 ]
00:48:08 ----------------------------------------
00:48:08 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_2b - 10
00:48:08 X.java [
00:48:08 import java.util.*;
00:48:08 public class X<T> {
00:48:08 X(ArrayList<T> alt) {}
00:48:08 }
00:48:08 class Y<U> extends X<U> {
00:48:08 /** @see X#X(ArrayList) */
00:48:08 Y(List<U> lu) { super(null); }
00:48:08 }
00:48:08 
00:48:08 ]
00:48:10 ----------------------------------------
00:48:10 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug258798_2c - 10
00:48:10 X.java [
00:48:10 import java.util.*;
00:48:10 public class X<T> {
00:48:10 X(Object o) {}
00:48:10 }
00:48:10 class Y<U> extends X<U> {
00:48:10 /** @see X#X(Object) */
00:48:10 Y(List<U> lu) { super(lu); }
00:48:10 }
00:48:10 
00:48:10 ]
00:48:13 ----------------------------------------
00:48:13 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug267833_3 - 10
00:48:13 X.java [
00:48:13 public class X {
00:48:13 /** 
00:48:13 * Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}
00:48:13 * and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}
00:48:13 * and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}
00:48:13 * @param i
00:48:13 * @return value
00:48:13 * @throws NullPointerException 
00:48:13 */
00:48:13 public int foo(int i) {
00:48:13 	return 0;
00:48:13 }
00:48:13 }
00:48:13 
00:48:13 ]
00:48:14 ----------------------------------------
00:48:14 org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest#testBug281609a - 10
00:48:14 pkg/X.java [
00:48:14 package pkg;
00:48:14 
00:48:14 public class X {
00:48:14 	/**
00:48:14 	 * @see java
00:48:14 	 * @see java.lang
00:48:14 	 * @see PKG
00:48:14 	 * @see pkg
00:48:14 	 */
00:48:14 	public void foo() { 
00:48:14 	 
00:48:14 	}
00:48:14 }
00:48:14 
00:48:14 ]
00:48:16 --- javac err: ---
00:48:16 X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:48:16 public class X {
00:48:16        ^
00:48:16 1 warning
00:48:16 
00:48:26 --- javac err: ---
00:48:26 X.java:1: warning: [rawtypes] found raw type: Comparable
00:48:26 public class X implements Comparable {
00:48:26                           ^
00:48:26   missing type arguments for generic class Comparable<T>
00:48:26   where T is a type-variable:
00:48:26     T extends Object declared in interface Comparable
00:48:26 X.java:1: warning: [overrides] Class X overrides equals, but neither it nor any superclass overrides hashCode method
00:48:26 public class X implements Comparable {
00:48:26        ^
00:48:26 2 warnings
00:48:26 
00:48:35 --- javac err: ---
00:48:35 X.java:2: warning: [rawtypes] found raw type: Comparable
00:48:35 public class X implements Comparable {
00:48:35                           ^
00:48:35   missing type arguments for generic class Comparable<T>
00:48:35   where T is a type-variable:
00:48:35     T extends Object declared in interface Comparable
00:48:35 1 warning
00:48:35 
00:48:36 --- javac err: ---
00:48:36 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
00:48:36 public class X extends RuntimeException {
00:48:36        ^
00:48:36 1 warning
00:48:36 
00:48:37 --- javac err: ---
00:48:37 X.java:2: warning: [rawtypes] found raw type: Comparable
00:48:37 public class X implements Comparable {
00:48:37                           ^
00:48:37   missing type arguments for generic class Comparable<T>
00:48:37   where T is a type-variable:
00:48:37     T extends Object declared in interface Comparable
00:48:37 1 warning
00:48:37 
00:48:38 --- javac err: ---
00:48:38 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
00:48:38 public class X extends RuntimeException {
00:48:38        ^
00:48:38 1 warning
00:48:38 
00:48:44 --- javac err: ---
00:48:44 X.java:22: warning: [rawtypes] found raw type: Vector
00:48:44 	int foo(String str, int var, Vector list, char[] array) throws IllegalAccessException { return 0; }
00:48:44 	                             ^
00:48:44   missing type arguments for generic class Vector<E>
00:48:44   where E is a type-variable:
00:48:44     E extends Object declared in class Vector
00:48:44 1 warning
00:48:44 
00:48:45 --- javac err: ---
00:48:45 X.java:34: warning: [rawtypes] found raw type: Vector
00:48:45 	int foo(String str, int var, Vector list, char[] array) throws IllegalAccessException { return 0; }
00:48:45 	                             ^
00:48:45   missing type arguments for generic class Vector<E>
00:48:45   where E is a type-variable:
00:48:45     E extends Object declared in class Vector
00:48:45 1 warning
00:48:45 
00:48:50 --- javac err: ---
00:48:50 X.java:3: warning: [rawtypes] found raw type: Vector
00:48:50 	int bar(String str, int var, Vector list, char[] array) throws IllegalAccessException { return 0; }
00:48:50 	                             ^
00:48:50   missing type arguments for generic class Vector<E>
00:48:50   where E is a type-variable:
00:48:50     E extends Object declared in class Vector
00:48:50 1 warning
00:48:50 
00:50:02 --- javac err: ---
00:50:02 X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:02 	public String foo(String aParam) {
00:50:02 	              ^
00:50:02 1 warning
00:50:02 
00:50:03 --- javac err: ---
00:50:03 X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:03 	public String foo(String aParam) {
00:50:03 	              ^
00:50:03 1 warning
00:50:03 
00:50:04 --- javac err: ---
00:50:04 X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:04 	public String foo(String aParam) {
00:50:04 	              ^
00:50:04 1 warning
00:50:04 
00:50:06 --- javac err: ---
00:50:06 X.java:19: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:06 	public String foo(String aParam) {
00:50:06 	              ^
00:50:06 1 warning
00:50:06 
00:50:10 --- javac err: ---
00:50:10 p/Y.java:8: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:10    public void bar() {}
00:50:10                ^
00:50:10 X.java:12: warning: [deprecation] bar() in Y has been deprecated
00:50:10 					new Y().bar();
00:50:10 					       ^
00:50:10 X.java:4: warning: [overrides] Class <anonymous X$1> overrides equals, but neither it nor any superclass overrides hashCode method
00:50:10 	Object obj = new Object() {
00:50:10 	                          ^
00:50:10 3 warnings
00:50:10 
00:50:14 --- javac err: ---
00:50:14 X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:14 public class X {
00:50:14        ^
00:50:14 Y.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:14 public class Y {
00:50:14        ^
00:50:14 Z.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:14 	public int x;
00:50:14 	           ^
00:50:14 Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:14 	public void foo() {}
00:50:14 	            ^
00:50:14 4 warnings
00:50:14 
00:50:15 --- javac err: ---
00:50:15 X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:15 public class X {
00:50:15        ^
00:50:15 Y.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:15 public class Y {
00:50:15        ^
00:50:15 Z.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:15 	public int x;
00:50:15 	           ^
00:50:15 Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:15 	public void foo() {}
00:50:15 	            ^
00:50:15 4 warnings
00:50:15 
00:50:16 --- javac err: ---
00:50:16 X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:16 public class X {
00:50:16        ^
00:50:16 Y.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:16 public class Y {
00:50:16        ^
00:50:16 Z.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:16 	public int x;
00:50:16 	           ^
00:50:16 Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:16 	public void foo() {}
00:50:16 	            ^
00:50:16 4 warnings
00:50:16 
00:50:17 --- javac err: ---
00:50:17 A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:17 	static int i0009;
00:50:17 	           ^
00:50:17 A.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:17 	static int i000a;
00:50:17 	           ^
00:50:17 A.java:9: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:17 	static int i000c;
00:50:17 	           ^
00:50:17 X.java:2: warning: [deprecation] i0009 in A has been deprecated
00:50:17 	int i0 = A.i0009;
00:50:17 	          ^
00:50:17 X.java:3: warning: [deprecation] i000a in A has been deprecated
00:50:17 	int i1 = A.i000a;
00:50:17 	          ^
00:50:17 X.java:5: warning: [deprecation] i000c in A has been deprecated
00:50:17 	int i3 = A.i000c;
00:50:17 	          ^
00:50:17 6 warnings
00:50:17 
00:50:18 --- javac err: ---
00:50:18 A.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:18 	static int i0009;
00:50:18 	           ^
00:50:18 A.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:18 	static int i000a;
00:50:18 	           ^
00:50:18 A.java:9: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:18 	static int i000c;
00:50:18 	           ^
00:50:18 X.java:2: warning: [deprecation] i0009 in A has been deprecated
00:50:18 	int i0 = A.i0009;
00:50:18 	          ^
00:50:18 X.java:3: warning: [deprecation] i000a in A has been deprecated
00:50:18 	int i1 = A.i000a;
00:50:18 	          ^
00:50:18 X.java:5: warning: [deprecation] i000c in A has been deprecated
00:50:18 	int i3 = A.i000c;
00:50:18 	          ^
00:50:18 6 warnings
00:50:18 
00:50:35 ***************************************************************************
00:50:35 * Comparison with Sun Javac compiler for class JavadocTestForMethod (null tests)
00:50:35 ***************************************************************************
00:50:37 --- javac err: ---
00:50:37 X.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:37 	int x;
00:50:37 	    ^
00:50:37 Y.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:37 public class Y {
00:50:37        ^
00:50:37 2 warnings
00:50:37 
00:50:38 --- javac err: ---
00:50:38 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
00:50:38 		new Z().foo(2);
00:50:38 		       ^
00:50:38 Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:38 	public String foo(int x) { 
00:50:38 	              ^
00:50:38 2 warnings
00:50:38 
00:50:39 --- javac err: ---
00:50:39 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
00:50:39 		new Z().foo(2);
00:50:39 		       ^
00:50:39 Z.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:39 	public String foo(int x) { 
00:50:39 	              ^
00:50:39 2 warnings
00:50:39 
00:50:40 --- javac err: ---
00:50:40 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
00:50:40 		new Z().foo(2);
00:50:40 		       ^
00:50:40 Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:40 	public String foo(int x) { 
00:50:40 	              ^
00:50:40 2 warnings
00:50:40 
00:50:42 --- javac err: ---
00:50:42 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
00:50:42 		new Z().foo(2);
00:50:42 		       ^
00:50:42 Z.java:14: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:42 	public String foo(int x) { 
00:50:42 	              ^
00:50:42 2 warnings
00:50:42 
00:50:43 --- javac err: ---
00:50:43 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
00:50:43 		new Z().foo(2);
00:50:43 		       ^
00:50:43 Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:43 	public String foo(int x) { 
00:50:43 	              ^
00:50:43 2 warnings
00:50:43 
00:50:44 --- javac err: ---
00:50:44 X.java:4: warning: [deprecation] foo(int) in Z has been deprecated
00:50:44 		new Z().foo(2);
00:50:44 		       ^
00:50:44 Z.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:50:44 	public String foo(int x) { 
00:50:44 	              ^
00:50:44 2 warnings
00:50:44 
00:51:02 --- javac err: ---
00:51:02 X.java:9: warning: [rawtypes] found raw type: Hashtable
00:51:02 	public void p_foo(java.util.Hashtable h, float f) {
00:51:02 	                           ^
00:51:02   missing type arguments for generic class Hashtable<K,V>
00:51:02   where K,V are type-variables:
00:51:02     K extends Object declared in class Hashtable
00:51:02     V extends Object declared in class Hashtable
00:51:02 1 warning
00:51:02 
00:51:04 --- javac err: ---
00:51:04 X.java:8: error: cannot find symbol
00:51:04 	public void p_foo(inr a, int b, int c) {
00:51:04 	                  ^
00:51:04   symbol:   class inr
00:51:04   location: class X
00:51:04 1 error
00:51:04 
00:51:05 --- javac err: ---
00:51:05 X.java:8: error: cannot find symbol
00:51:05 	public void p_foo(inr a, inx b, inq c) {
00:51:05 	                  ^
00:51:05   symbol:   class inr
00:51:05   location: class X
00:51:05 X.java:8: error: cannot find symbol
00:51:05 	public void p_foo(inr a, inx b, inq c) {
00:51:05 	                         ^
00:51:05   symbol:   class inx
00:51:05   location: class X
00:51:05 X.java:8: error: cannot find symbol
00:51:05 	public void p_foo(inr a, inx b, inq c) {
00:51:05 	                                ^
00:51:05   symbol:   class inq
00:51:05   location: class X
00:51:05 3 errors
00:51:05 
00:51:12 --- javac err: ---
00:51:12 X.java:9: error: cannot find symbol
00:51:12 	public void t_foo() throws InvalidException {
00:51:12 	                           ^
00:51:12   symbol:   class InvalidException
00:51:12   location: class X
00:51:12 1 error
00:51:12 
00:51:13 --- javac err: ---
00:51:13 X.java:6: error: cannot find symbol
00:51:13 	public void t_foo() throws InvalidException {
00:51:13 	                           ^
00:51:13   symbol:   class InvalidException
00:51:13   location: class X
00:51:13 1 error
00:51:13 
00:51:14 --- javac err: ---
00:51:14 X.java:6: error: cannot find symbol
00:51:14 	public void t_foo() throws InvalidException {
00:51:14 	                           ^
00:51:14   symbol:   class InvalidException
00:51:14   location: class X
00:51:14 1 error
00:51:14 
00:51:15 --- javac err: ---
00:51:15 X.java:7: error: cannot find symbol
00:51:15 	public void t_foo() throws InvalidException {
00:51:15 	                           ^
00:51:15   symbol:   class InvalidException
00:51:15   location: class X
00:51:15 1 error
00:51:15 
00:51:20 --- javac err: ---
00:51:20 X.java:12: error: cannot find symbol
00:51:20 		InvalidException, 
00:51:20 		^
00:51:20   symbol:   class InvalidException
00:51:20   location: class X
00:51:20 X.java:13: error: incompatible types: String cannot be converted to Throwable
00:51:20 		String, 
00:51:20 		^
00:51:20 2 errors
00:51:20 
00:51:21 --- javac err: ---
00:51:21 X.java:9: error: cannot find symbol
00:51:21 		InvalidException, 
00:51:21 		^
00:51:21   symbol:   class InvalidException
00:51:21   location: class X
00:51:21 X.java:10: error: incompatible types: String cannot be converted to Throwable
00:51:21 		String, 
00:51:21 		^
00:51:21 2 errors
00:51:21 
00:51:22 --- javac err: ---
00:51:22 X.java:8: error: cannot find symbol
00:51:22 		InvalidException, 
00:51:22 		^
00:51:22   symbol:   class InvalidException
00:51:22   location: class X
00:51:22 X.java:9: error: incompatible types: String cannot be converted to Throwable
00:51:22 		String, 
00:51:22 		^
00:51:22 2 errors
00:51:22 
00:51:23 --- javac err: ---
00:51:23 X.java:9: error: cannot find symbol
00:51:23 		InvalidException, 
00:51:23 		^
00:51:23   symbol:   class InvalidException
00:51:23   location: class X
00:51:23 X.java:10: error: incompatible types: String cannot be converted to Throwable
00:51:23 		String, 
00:51:23 		^
00:51:23 2 errors
00:51:23 
00:51:24 --- javac err: ---
00:51:24 X.java:7: error: cannot find symbol
00:51:24 		InvalidException, 
00:51:24 		^
00:51:24   symbol:   class InvalidException
00:51:24   location: class X
00:51:24 X.java:11: error: cannot find symbol
00:51:24 		IOException, 
00:51:24 		^
00:51:24   symbol:   class IOException
00:51:24   location: class X
00:51:24 X.java:8: error: incompatible types: String cannot be converted to Throwable
00:51:24 		String, 
00:51:24 		^
00:51:24 3 errors
00:51:24 
00:51:27 --- javac err: ---
00:51:27 X.java:7: warning: [rawtypes] found raw type: Vector
00:51:27 	public java.util.Vector s_foo() {
00:51:27 	                ^
00:51:27   missing type arguments for generic class Vector<E>
00:51:27   where E is a type-variable:
00:51:27     E extends Object declared in class Vector
00:51:27 X.java:8: warning: [rawtypes] found raw type: Vector
00:51:27 	  return new java.util.Vector();
00:51:27 	                      ^
00:51:27   missing type arguments for generic class Vector<E>
00:51:27   where E is a type-variable:
00:51:27     E extends Object declared in class Vector
00:51:27 2 warnings
00:51:27 
00:51:57 --- javac err: ---
00:51:57 X.java:14: warning: [rawtypes] found raw type: Vector
00:51:57 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
00:51:57 	                                                                    ^
00:51:57   missing type arguments for generic class Vector<E>
00:51:57   where E is a type-variable:
00:51:57     E extends Object declared in class Vector
00:51:57 1 warning
00:51:57 
00:51:58 --- javac err: ---
00:51:58 X.java:31: warning: [rawtypes] found raw type: Vector
00:51:58 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
00:51:58 	                                                                    ^
00:51:58   missing type arguments for generic class Vector<E>
00:51:58   where E is a type-variable:
00:51:58     E extends Object declared in class Vector
00:51:58 1 warning
00:51:58 
00:51:59 --- javac err: ---
00:51:59 X.java:21: warning: [rawtypes] found raw type: Vector
00:51:59 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
00:51:59 	                                                                    ^
00:51:59   missing type arguments for generic class Vector<E>
00:51:59   where E is a type-variable:
00:51:59     E extends Object declared in class Vector
00:51:59 1 warning
00:51:59 
00:52:00 --- javac err: ---
00:52:00 X.java:21: warning: [rawtypes] found raw type: Vector
00:52:00 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
00:52:00 	                                                                    ^
00:52:00   missing type arguments for generic class Vector<E>
00:52:00   where E is a type-variable:
00:52:00     E extends Object declared in class Vector
00:52:00 1 warning
00:52:00 
00:52:02 --- javac err: ---
00:52:02 X.java:34: warning: [rawtypes] found raw type: Hashtable
00:52:02 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:02 	                             ^
00:52:02   missing type arguments for generic class Hashtable<K,V>
00:52:02   where K,V are type-variables:
00:52:02     K extends Object declared in class Hashtable
00:52:02     V extends Object declared in class Hashtable
00:52:02 X.java:34: warning: [rawtypes] found raw type: Vector
00:52:02 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:02 	                                                    ^
00:52:02   missing type arguments for generic class Vector<E>
00:52:02   where E is a type-variable:
00:52:02     E extends Object declared in class Vector
00:52:02 2 warnings
00:52:02 
00:52:06 --- javac err: ---
00:52:06 X.java:15: warning: [rawtypes] found raw type: Hashtable
00:52:06 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:06 	                             ^
00:52:06   missing type arguments for generic class Hashtable<K,V>
00:52:06   where K,V are type-variables:
00:52:06     K extends Object declared in class Hashtable
00:52:06     V extends Object declared in class Hashtable
00:52:06 X.java:15: warning: [rawtypes] found raw type: Vector
00:52:06 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:06 	                                                    ^
00:52:06   missing type arguments for generic class Vector<E>
00:52:06   where E is a type-variable:
00:52:06     E extends Object declared in class Vector
00:52:06 2 warnings
00:52:06 
00:52:09 --- javac err: ---
00:52:09 X.java:19: warning: [rawtypes] found raw type: Hashtable
00:52:09 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:09 	                             ^
00:52:09   missing type arguments for generic class Hashtable<K,V>
00:52:09   where K,V are type-variables:
00:52:09     K extends Object declared in class Hashtable
00:52:09     V extends Object declared in class Hashtable
00:52:09 X.java:19: warning: [rawtypes] found raw type: Vector
00:52:09 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:09 	                                                    ^
00:52:09   missing type arguments for generic class Vector<E>
00:52:09   where E is a type-variable:
00:52:09     E extends Object declared in class Vector
00:52:09 2 warnings
00:52:09 
00:52:10 --- javac err: ---
00:52:10 X.java:34: warning: [rawtypes] found raw type: Hashtable
00:52:10 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:10 	                             ^
00:52:10   missing type arguments for generic class Hashtable<K,V>
00:52:10   where K,V are type-variables:
00:52:10     K extends Object declared in class Hashtable
00:52:10     V extends Object declared in class Hashtable
00:52:10 X.java:34: warning: [rawtypes] found raw type: Vector
00:52:10 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:10 	                                                    ^
00:52:10   missing type arguments for generic class Vector<E>
00:52:10   where E is a type-variable:
00:52:10     E extends Object declared in class Vector
00:52:10 2 warnings
00:52:10 
00:52:12 --- javac err: ---
00:52:12 X.java:22: warning: [rawtypes] found raw type: Hashtable
00:52:12 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:12 	                             ^
00:52:12   missing type arguments for generic class Hashtable<K,V>
00:52:12   where K,V are type-variables:
00:52:12     K extends Object declared in class Hashtable
00:52:12     V extends Object declared in class Hashtable
00:52:12 X.java:22: warning: [rawtypes] found raw type: Vector
00:52:12 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:12 	                                                    ^
00:52:12   missing type arguments for generic class Vector<E>
00:52:12   where E is a type-variable:
00:52:12     E extends Object declared in class Vector
00:52:12 2 warnings
00:52:12 
00:52:14 --- javac err: ---
00:52:14 X.java:19: warning: [rawtypes] found raw type: Hashtable
00:52:14 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:14 	                             ^
00:52:14   missing type arguments for generic class Hashtable<K,V>
00:52:14   where K,V are type-variables:
00:52:14     K extends Object declared in class Hashtable
00:52:14     V extends Object declared in class Hashtable
00:52:14 X.java:19: warning: [rawtypes] found raw type: Vector
00:52:14 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:14 	                                                    ^
00:52:14   missing type arguments for generic class Vector<E>
00:52:14   where E is a type-variable:
00:52:14     E extends Object declared in class Vector
00:52:14 2 warnings
00:52:14 
00:52:15 --- javac err: ---
00:52:15 test/deep/qualified/name/p/X.java:35: warning: [rawtypes] found raw type: Hashtable
00:52:15 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:15 	                             ^
00:52:15   missing type arguments for generic class Hashtable<K,V>
00:52:15   where K,V are type-variables:
00:52:15     K extends Object declared in class Hashtable
00:52:15     V extends Object declared in class Hashtable
00:52:15 test/deep/qualified/name/p/X.java:35: warning: [rawtypes] found raw type: Vector
00:52:15 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:15 	                                                    ^
00:52:15   missing type arguments for generic class Vector<E>
00:52:15   where E is a type-variable:
00:52:15     E extends Object declared in class Vector
00:52:15 2 warnings
00:52:15 
00:52:17 --- javac err: ---
00:52:17 test/deep/qualified/name/p/X.java:23: warning: [rawtypes] found raw type: Hashtable
00:52:17 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:17 	                             ^
00:52:17   missing type arguments for generic class Hashtable<K,V>
00:52:17   where K,V are type-variables:
00:52:17     K extends Object declared in class Hashtable
00:52:17     V extends Object declared in class Hashtable
00:52:17 test/deep/qualified/name/p/X.java:23: warning: [rawtypes] found raw type: Vector
00:52:17 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:17 	                                                    ^
00:52:17   missing type arguments for generic class Vector<E>
00:52:17   where E is a type-variable:
00:52:17     E extends Object declared in class Vector
00:52:17 2 warnings
00:52:17 
00:52:18 --- javac err: ---
00:52:18 test/deep/qualified/name/p/X.java:20: warning: [rawtypes] found raw type: Hashtable
00:52:18 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:18 	                             ^
00:52:18   missing type arguments for generic class Hashtable<K,V>
00:52:18   where K,V are type-variables:
00:52:18     K extends Object declared in class Hashtable
00:52:18     V extends Object declared in class Hashtable
00:52:18 test/deep/qualified/name/p/X.java:20: warning: [rawtypes] found raw type: Vector
00:52:18 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:52:18 	                                                    ^
00:52:18   missing type arguments for generic class Vector<E>
00:52:18   where E is a type-variable:
00:52:18     E extends Object declared in class Vector
00:52:18 2 warnings
00:52:18 
00:52:31 --- javac err: ---
00:52:31 test/X.java:2: error: VisibilityPackage is not public in test.copy; cannot be accessed from outside package
00:52:31 import test.copy.VisibilityPackage;
00:52:31                 ^
00:52:31 1 error
00:52:31 
00:52:46 ***************************************************************************
00:52:46 * Comparison with Sun Javac compiler for class JavadocTestMixed (null tests)
00:52:46 ***************************************************************************
00:52:52 --- javac err: ---
00:52:52 X.java:2: error: unclosed string literal
00:52:52 	String s1 = "non-terminated;
00:52:52 	            ^
00:52:52 1 error
00:52:52 
00:52:57 --- javac err: ---
00:52:57 test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:52:57 	public X(String str) {
00:52:57 	       ^
00:52:57 test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:52:57 	public String foo(java.util.Vector list) {
00:52:57 	              ^
00:52:57 test/X.java:33: warning: [rawtypes] found raw type: Vector
00:52:57 	public String foo(java.util.Vector list) {
00:52:57 	                           ^
00:52:57   missing type arguments for generic class Vector<E>
00:52:57   where E is a type-variable:
00:52:57     E extends Object declared in class Vector
00:52:57 3 warnings
00:52:57 
00:52:58 --- javac err: ---
00:52:58 test/X.java:23: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:52:58 	public X(String str) {
00:52:58 	       ^
00:52:58 test/X.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:52:58 	public String foo(java.util.Vector list) {
00:52:58 	              ^
00:52:58 test/X.java:34: warning: [rawtypes] found raw type: Vector
00:52:58 	public String foo(java.util.Vector list) {
00:52:58 	                           ^
00:52:58   missing type arguments for generic class Vector<E>
00:52:58   where E is a type-variable:
00:52:58     E extends Object declared in class Vector
00:52:58 3 warnings
00:52:58 
00:52:59 --- javac err: ---
00:52:59 test/X.java:23: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:52:59 	public X(String str) {
00:52:59 	       ^
00:52:59 test/X.java:34: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:52:59 	public String foo(java.util.Vector list) {
00:52:59 	              ^
00:52:59 test/X.java:34: warning: [rawtypes] found raw type: Vector
00:52:59 	public String foo(java.util.Vector list) {
00:52:59 	                           ^
00:52:59   missing type arguments for generic class Vector<E>
00:52:59   where E is a type-variable:
00:52:59     E extends Object declared in class Vector
00:52:59 3 warnings
00:52:59 
00:53:01 --- javac err: ---
00:53:01 test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:53:01 	public X(String str) {
00:53:01 	       ^
00:53:01 test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:53:01 	public String foo(java.util.Vector list) {
00:53:01 	              ^
00:53:01 test/X.java:33: warning: [rawtypes] found raw type: Vector
00:53:01 	public String foo(java.util.Vector list) {
00:53:01 	                           ^
00:53:01   missing type arguments for generic class Vector<E>
00:53:01   where E is a type-variable:
00:53:01     E extends Object declared in class Vector
00:53:01 3 warnings
00:53:01 
00:53:02 --- javac err: ---
00:53:02 test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:53:02 	public X(String str) {
00:53:02 	       ^
00:53:02 test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:53:02 	public String foo(java.util.Vector list) {
00:53:02 	              ^
00:53:02 test/X.java:33: warning: [rawtypes] found raw type: Vector
00:53:02 	public String foo(java.util.Vector list) {
00:53:02 	                           ^
00:53:02   missing type arguments for generic class Vector<E>
00:53:02   where E is a type-variable:
00:53:02     E extends Object declared in class Vector
00:53:02 3 warnings
00:53:02 
00:53:03 --- javac err: ---
00:53:03 test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:53:03 	public X(String str) throws java.io.IOException {
00:53:03 	       ^
00:53:03 test/X.java:32: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:53:03 	public String foo(java.util.Vector list) {
00:53:03 	              ^
00:53:03 test/X.java:32: warning: [rawtypes] found raw type: Vector
00:53:03 	public String foo(java.util.Vector list) {
00:53:03 	                           ^
00:53:03   missing type arguments for generic class Vector<E>
00:53:03   where E is a type-variable:
00:53:03     E extends Object declared in class Vector
00:53:03 3 warnings
00:53:03 
00:53:04 --- javac err: ---
00:53:04 test/X.java:7: error: modifier protected not allowed here
00:53:04 protected class X {
00:53:04           ^
00:53:04 test/X.java:22: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:53:04 	public X(String str) {
00:53:04 	       ^
00:53:04 test/X.java:33: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:53:04 	public String foo(java.util.Vector list) {
00:53:04 	              ^
00:53:04 test/X.java:33: warning: [rawtypes] found raw type: Vector
00:53:04 	public String foo(java.util.Vector list) {
00:53:04 	                           ^
00:53:04   missing type arguments for generic class Vector<E>
00:53:04   where E is a type-variable:
00:53:04     E extends Object declared in class Vector
00:53:04 1 error
00:53:04 3 warnings
00:53:04 
00:53:05 --- javac err: ---
00:53:05 test/X.java:12: error: ';' expected
00:53:05 	public int x
00:53:05 	            ^
00:53:05 1 error
00:53:05 
00:53:06 --- javac err: ---
00:53:06 test/X.java:22: error: ';' expected
00:53:06 	public X(String str) 
00:53:06 	                    ^
00:53:06 test/X.java:33: error: class, interface, or enum expected
00:53:06 	public String foo(java.util.Vector list) {
00:53:06 	       ^
00:53:06 test/X.java:35: error: class, interface, or enum expected
00:53:06 	}
00:53:06 	^
00:53:06 3 errors
00:53:06 
00:53:08 ***************************************************************************
00:53:08 * Comparison with Sun Javac compiler for class JavadocTestForClass (null tests)
00:53:08 ***************************************************************************
00:53:33 --- javac err: ---
00:53:33 X.java:10: warning: [rawtypes] found raw type: Vector
00:53:33 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
00:53:33 	                                                                    ^
00:53:33   missing type arguments for generic class Vector<E>
00:53:33   where E is a type-variable:
00:53:33     E extends Object declared in class Vector
00:53:33 1 warning
00:53:33 
00:53:34 --- javac err: ---
00:53:34 X.java:8: warning: [rawtypes] found raw type: Vector
00:53:34 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
00:53:34 	                                                                    ^
00:53:34   missing type arguments for generic class Vector<E>
00:53:34   where E is a type-variable:
00:53:34     E extends Object declared in class Vector
00:53:34 1 warning
00:53:34 
00:53:35 --- javac err: ---
00:53:35 X.java:21: warning: [rawtypes] found raw type: Hashtable
00:53:35 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:53:35 	                             ^
00:53:35   missing type arguments for generic class Hashtable<K,V>
00:53:35   where K,V are type-variables:
00:53:35     K extends Object declared in class Hashtable
00:53:35     V extends Object declared in class Hashtable
00:53:35 X.java:21: warning: [rawtypes] found raw type: Vector
00:53:35 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:53:35 	                                                    ^
00:53:35   missing type arguments for generic class Vector<E>
00:53:35   where E is a type-variable:
00:53:35     E extends Object declared in class Vector
00:53:35 2 warnings
00:53:35 
00:53:38 --- javac err: ---
00:53:38 X.java:15: warning: [rawtypes] found raw type: Hashtable
00:53:38 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:53:38 	                             ^
00:53:38   missing type arguments for generic class Hashtable<K,V>
00:53:38   where K,V are type-variables:
00:53:38     K extends Object declared in class Hashtable
00:53:38     V extends Object declared in class Hashtable
00:53:38 X.java:15: warning: [rawtypes] found raw type: Vector
00:53:38 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:53:38 	                                                    ^
00:53:38   missing type arguments for generic class Vector<E>
00:53:38   where E is a type-variable:
00:53:38     E extends Object declared in class Vector
00:53:38 2 warnings
00:53:38 
00:53:39 --- javac err: ---
00:53:39 X.java:17: warning: [rawtypes] found raw type: Hashtable
00:53:39 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:53:39 	                             ^
00:53:39   missing type arguments for generic class Hashtable<K,V>
00:53:39   where K,V are type-variables:
00:53:39     K extends Object declared in class Hashtable
00:53:39     V extends Object declared in class Hashtable
00:53:39 X.java:17: warning: [rawtypes] found raw type: Vector
00:53:39 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:53:39 	                                                    ^
00:53:39   missing type arguments for generic class Vector<E>
00:53:39   where E is a type-variable:
00:53:39     E extends Object declared in class Vector
00:53:39 2 warnings
00:53:39 
00:53:40 --- javac err: ---
00:53:40 test/deep/qualified/name/p/X.java:18: warning: [rawtypes] found raw type: Hashtable
00:53:40 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:53:40 	                             ^
00:53:40   missing type arguments for generic class Hashtable<K,V>
00:53:40   where K,V are type-variables:
00:53:40     K extends Object declared in class Hashtable
00:53:40     V extends Object declared in class Hashtable
00:53:40 test/deep/qualified/name/p/X.java:18: warning: [rawtypes] found raw type: Vector
00:53:40 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:53:40 	                                                    ^
00:53:40   missing type arguments for generic class Vector<E>
00:53:40   where E is a type-variable:
00:53:40     E extends Object declared in class Vector
00:53:40 2 warnings
00:53:40 
00:53:49 --- javac err: ---
00:53:49 X.java:10: error: = expected
00:53:49 	int i;
00:53:49 	     ^
00:53:49 1 error
00:53:49 
00:53:50 --- javac err: ---
00:53:50 X.java:8: warning: [rawtypes] found raw type: Map
00:53:50 public interface X extends Map {
00:53:50                            ^
00:53:50   missing type arguments for generic class Map<K,V>
00:53:50   where K,V are type-variables:
00:53:50     K extends Object declared in interface Map
00:53:50     V extends Object declared in interface Map
00:53:50 X.java:9: warning: [rawtypes] found raw type: Entry
00:53:50 	Entry e = null;
00:53:50 	^
00:53:50   missing type arguments for generic class Entry<K,V>
00:53:50   where K,V are type-variables:
00:53:50     K extends Object declared in interface Entry
00:53:50     V extends Object declared in interface Entry
00:53:50 2 warnings
00:53:50 
00:53:50 ----------------------------------------
00:53:50 org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass#test055 - 10
00:53:50 X.java [
00:53:50 import java.util.Map;
00:53:50 
00:53:50 /**
00:53:50  * <ul>
00:53:50  * <li> {@link Entry} </li>
00:53:50  * </ul>
00:53:50  */
00:53:50 public interface X extends Map {
00:53:50 	Entry e = null;
00:53:50 }
00:53:50 
00:53:50 ]
00:53:51 --- javac err: ---
00:53:51 X.java:10: error: = expected
00:53:51 	Entry e;
00:53:51 	       ^
00:53:51 1 error
00:53:51 
00:53:51 ***************************************************************************
00:53:51 * Comparison with Sun Javac compiler for class JavadocTestForConstructor (null tests)
00:53:51 ***************************************************************************
00:53:53 --- javac err: ---
00:53:53 X.java:4: warning: [deprecation] Z(int) in Z has been deprecated
00:53:53 		new Z(2);
00:53:53 		^
00:53:53 Z.java:11: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:53:53 	public Z(int value) { 
00:53:53 	       ^
00:53:53 2 warnings
00:53:53 
00:53:54 --- javac err: ---
00:53:54 X.java:4: warning: [deprecation] Z() in Z has been deprecated
00:53:54 		new Z();
00:53:54 		^
00:53:54 Z.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:53:54 	public Z() { 
00:53:54 	       ^
00:53:54 2 warnings
00:53:54 
00:54:10 --- javac err: ---
00:54:10 X.java:12: warning: [rawtypes] found raw type: Vector
00:54:10 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
00:54:10 	                                                                    ^
00:54:10   missing type arguments for generic class Vector<E>
00:54:10   where E is a type-variable:
00:54:10     E extends Object declared in class Vector
00:54:10 1 warning
00:54:10 
00:54:11 --- javac err: ---
00:54:11 X.java:10: warning: [rawtypes] found raw type: Vector
00:54:11 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
00:54:11 	                                                                    ^
00:54:11   missing type arguments for generic class Vector<E>
00:54:11   where E is a type-variable:
00:54:11     E extends Object declared in class Vector
00:54:11 1 warning
00:54:11 
00:54:13 --- javac err: ---
00:54:13 X.java:21: warning: [rawtypes] found raw type: Hashtable
00:54:13 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:13 	                             ^
00:54:13   missing type arguments for generic class Hashtable<K,V>
00:54:13   where K,V are type-variables:
00:54:13     K extends Object declared in class Hashtable
00:54:13     V extends Object declared in class Hashtable
00:54:13 X.java:21: warning: [rawtypes] found raw type: Vector
00:54:13 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:13 	                                                    ^
00:54:13   missing type arguments for generic class Vector<E>
00:54:13   where E is a type-variable:
00:54:13     E extends Object declared in class Vector
00:54:13 2 warnings
00:54:13 
00:54:15 --- javac err: ---
00:54:15 X.java:17: warning: [rawtypes] found raw type: Hashtable
00:54:15 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:15 	                             ^
00:54:15   missing type arguments for generic class Hashtable<K,V>
00:54:15   where K,V are type-variables:
00:54:15     K extends Object declared in class Hashtable
00:54:15     V extends Object declared in class Hashtable
00:54:15 X.java:17: warning: [rawtypes] found raw type: Vector
00:54:15 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:15 	                                                    ^
00:54:15   missing type arguments for generic class Vector<E>
00:54:15   where E is a type-variable:
00:54:15     E extends Object declared in class Vector
00:54:15 2 warnings
00:54:15 
00:54:16 --- javac err: ---
00:54:16 X.java:20: warning: [rawtypes] found raw type: Hashtable
00:54:16 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:16 	                             ^
00:54:16   missing type arguments for generic class Hashtable<K,V>
00:54:16   where K,V are type-variables:
00:54:16     K extends Object declared in class Hashtable
00:54:16     V extends Object declared in class Hashtable
00:54:16 X.java:20: warning: [rawtypes] found raw type: Vector
00:54:16 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:16 	                                                    ^
00:54:16   missing type arguments for generic class Vector<E>
00:54:16   where E is a type-variable:
00:54:16     E extends Object declared in class Vector
00:54:16 2 warnings
00:54:16 
00:54:17 --- javac err: ---
00:54:17 test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Hashtable
00:54:17 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:17 	                             ^
00:54:17   missing type arguments for generic class Hashtable<K,V>
00:54:17   where K,V are type-variables:
00:54:17     K extends Object declared in class Hashtable
00:54:17     V extends Object declared in class Hashtable
00:54:17 test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Vector
00:54:17 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:17 	                                                    ^
00:54:17   missing type arguments for generic class Vector<E>
00:54:17   where E is a type-variable:
00:54:17     E extends Object declared in class Vector
00:54:17 2 warnings
00:54:17 
00:54:26 ***************************************************************************
00:54:26 * Comparison with Sun Javac compiler for class JavadocTestForField (null tests)
00:54:26 ***************************************************************************
00:54:33 --- javac err: ---
00:54:33 X.java:4: warning: [deprecation] z in Z has been deprecated
00:54:33 		x=(new Z()).z;
00:54:33 		           ^
00:54:33 Z.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:54:33 	public int z;
00:54:33 	           ^
00:54:33 2 warnings
00:54:33 
00:54:49 --- javac err: ---
00:54:49 X.java:13: warning: [rawtypes] found raw type: Vector
00:54:49 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
00:54:49 	                                                                    ^
00:54:49   missing type arguments for generic class Vector<E>
00:54:49   where E is a type-variable:
00:54:49     E extends Object declared in class Vector
00:54:49 1 warning
00:54:49 
00:54:50 --- javac err: ---
00:54:50 X.java:11: warning: [rawtypes] found raw type: Vector
00:54:50 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra) {
00:54:50 	                                                                    ^
00:54:50   missing type arguments for generic class Vector<E>
00:54:50   where E is a type-variable:
00:54:50     E extends Object declared in class Vector
00:54:50 1 warning
00:54:50 
00:54:51 --- javac err: ---
00:54:51 X.java:20: warning: [rawtypes] found raw type: Hashtable
00:54:51 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:51 	                             ^
00:54:51   missing type arguments for generic class Hashtable<K,V>
00:54:51   where K,V are type-variables:
00:54:51     K extends Object declared in class Hashtable
00:54:51     V extends Object declared in class Hashtable
00:54:51 X.java:20: warning: [rawtypes] found raw type: Vector
00:54:51 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:51 	                                                    ^
00:54:51   missing type arguments for generic class Vector<E>
00:54:51   where E is a type-variable:
00:54:51     E extends Object declared in class Vector
00:54:51 2 warnings
00:54:51 
00:54:54 --- javac err: ---
00:54:54 X.java:17: warning: [rawtypes] found raw type: Hashtable
00:54:54 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:54 	                             ^
00:54:54   missing type arguments for generic class Hashtable<K,V>
00:54:54   where K,V are type-variables:
00:54:54     K extends Object declared in class Hashtable
00:54:54     V extends Object declared in class Hashtable
00:54:54 X.java:17: warning: [rawtypes] found raw type: Vector
00:54:54 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:54 	                                                    ^
00:54:54   missing type arguments for generic class Vector<E>
00:54:54   where E is a type-variable:
00:54:54     E extends Object declared in class Vector
00:54:54 2 warnings
00:54:54 
00:54:55 --- javac err: ---
00:54:55 X.java:20: warning: [rawtypes] found raw type: Hashtable
00:54:55 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:55 	                             ^
00:54:55   missing type arguments for generic class Hashtable<K,V>
00:54:55   where K,V are type-variables:
00:54:55     K extends Object declared in class Hashtable
00:54:55     V extends Object declared in class Hashtable
00:54:55 X.java:20: warning: [rawtypes] found raw type: Vector
00:54:55 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:55 	                                                    ^
00:54:55   missing type arguments for generic class Vector<E>
00:54:55   where E is a type-variable:
00:54:55     E extends Object declared in class Vector
00:54:55 2 warnings
00:54:55 
00:54:56 --- javac err: ---
00:54:56 test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Hashtable
00:54:56 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:56 	                             ^
00:54:56   missing type arguments for generic class Hashtable<K,V>
00:54:56   where K,V are type-variables:
00:54:56     K extends Object declared in class Hashtable
00:54:56     V extends Object declared in class Hashtable
00:54:56 test/deep/qualified/name/p/X.java:21: warning: [rawtypes] found raw type: Vector
00:54:56 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b) {
00:54:56 	                                                    ^
00:54:56   missing type arguments for generic class Vector<E>
00:54:56   where E is a type-variable:
00:54:56     E extends Object declared in class Vector
00:54:56 2 warnings
00:54:56 
00:55:05 --- javac err: ---
00:55:05 X.java:2: error: cannot find symbol
00:55:05   public static <T> FieldSet<T> emptySet() { return null; }
00:55:05                     ^
00:55:05   symbol:   class FieldSet
00:55:05   location: class Repro
00:55:05 1 error
00:55:05 
00:55:05 ***************************************************************************
00:55:05 * Comparison with Sun Javac compiler for class JavadocTestForInterface (null tests)
00:55:05 ***************************************************************************
00:55:29 --- javac err: ---
00:55:29 IX.java:13: warning: [rawtypes] found raw type: Vector
00:55:29 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra);
00:55:29 	                                                                    ^
00:55:29   missing type arguments for generic class Vector<E>
00:55:29   where E is a type-variable:
00:55:29     E extends Object declared in class Vector
00:55:29 1 warning
00:55:29 
00:55:30 --- javac err: ---
00:55:30 IX.java:8: warning: [rawtypes] found raw type: Vector
00:55:30 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra);
00:55:30 	                                                                    ^
00:55:30   missing type arguments for generic class Vector<E>
00:55:30   where E is a type-variable:
00:55:30     E extends Object declared in class Vector
00:55:30 1 warning
00:55:30 
00:55:31 --- javac err: ---
00:55:31 IX.java:17: warning: [rawtypes] found raw type: Hashtable
00:55:31 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:55:31 	                             ^
00:55:31   missing type arguments for generic class Hashtable<K,V>
00:55:31   where K,V are type-variables:
00:55:31     K extends Object declared in class Hashtable
00:55:31     V extends Object declared in class Hashtable
00:55:31 IX.java:17: warning: [rawtypes] found raw type: Vector
00:55:31 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:55:31 	                                                    ^
00:55:31   missing type arguments for generic class Vector<E>
00:55:31   where E is a type-variable:
00:55:31     E extends Object declared in class Vector
00:55:31 2 warnings
00:55:31 
00:55:34 --- javac err: ---
00:55:34 IX.java:17: warning: [rawtypes] found raw type: Hashtable
00:55:34 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:55:34 	                             ^
00:55:34   missing type arguments for generic class Hashtable<K,V>
00:55:34   where K,V are type-variables:
00:55:34     K extends Object declared in class Hashtable
00:55:34     V extends Object declared in class Hashtable
00:55:34 IX.java:17: warning: [rawtypes] found raw type: Vector
00:55:34 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:55:34 	                                                    ^
00:55:34   missing type arguments for generic class Vector<E>
00:55:34   where E is a type-variable:
00:55:34     E extends Object declared in class Vector
00:55:34 2 warnings
00:55:34 
00:55:35 --- javac err: ---
00:55:35 IX.java:14: warning: [rawtypes] found raw type: Hashtable
00:55:35 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:55:35 	                             ^
00:55:35   missing type arguments for generic class Hashtable<K,V>
00:55:35   where K,V are type-variables:
00:55:35     K extends Object declared in class Hashtable
00:55:35     V extends Object declared in class Hashtable
00:55:35 IX.java:14: warning: [rawtypes] found raw type: Vector
00:55:35 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:55:35 	                                                    ^
00:55:35   missing type arguments for generic class Vector<E>
00:55:35   where E is a type-variable:
00:55:35     E extends Object declared in class Vector
00:55:35 2 warnings
00:55:35 
00:55:36 --- javac err: ---
00:55:36 test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Hashtable
00:55:36 	public void smr_foo(java.util.Hashtable h, Vector v, boolean b);
00:55:36 	                             ^
00:55:36   missing type arguments for generic class Hashtable<K,V>
00:55:36   where K,V are type-variables:
00:55:36     K extends Object declared in class Hashtable
00:55:36     V extends Object declared in class Hashtable
00:55:36 test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Vector
00:55:36 	public void smr_foo(java.util.Hashtable h, Vector v, boolean b);
00:55:36 	                                           ^
00:55:36   missing type arguments for generic class Vector<E>
00:55:36   where E is a type-variable:
00:55:36     E extends Object declared in class Vector
00:55:36 2 warnings
00:55:36 
00:55:46 --- javac err: ---
00:55:46 IX.java:3: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:55:46 	int x=0;
00:55:46 	    ^
00:55:46 IY.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:55:46 public interface IY {
00:55:46        ^
00:55:46 2 warnings
00:55:46 
00:55:47 --- javac err: ---
00:55:47 X.java:4: warning: [deprecation] foo(int) in IX has been deprecated
00:55:47 		x.foo(2);
00:55:47 		 ^
00:55:47 IX.java:12: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:55:47 	public String foo(int x);
00:55:47 	              ^
00:55:47 2 warnings
00:55:47 
00:55:48 --- javac err: ---
00:55:48 X.java:4: warning: [deprecation] foo(int) in IX has been deprecated
00:55:48 		x.foo(2);
00:55:48 		 ^
00:55:48 IX.java:13: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:55:48 	public String foo(int x);
00:55:48 	              ^
00:55:48 2 warnings
00:55:48 
00:55:59 --- javac err: ---
00:55:59 IX.java:13: error: cannot find symbol
00:55:59 		InvalidException, 
00:55:59 		^
00:55:59   symbol:   class InvalidException
00:55:59   location: interface IX
00:55:59 IX.java:17: error: cannot find symbol
00:55:59 		IOException;
00:55:59 		^
00:55:59   symbol:   class IOException
00:55:59   location: interface IX
00:55:59 IX.java:14: error: incompatible types: String cannot be converted to Throwable
00:55:59 		String, 
00:55:59 		^
00:55:59 3 errors
00:55:59 
00:56:18 --- javac err: ---
00:56:18 IX.java:13: warning: [rawtypes] found raw type: Vector
00:56:18 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra);
00:56:18 	                                                                    ^
00:56:18   missing type arguments for generic class Vector<E>
00:56:18   where E is a type-variable:
00:56:18     E extends Object declared in class Vector
00:56:18 1 warning
00:56:18 
00:56:20 --- javac err: ---
00:56:20 IX.java:11: warning: [rawtypes] found raw type: Vector
00:56:20 	public void smr_foo(char[] array, int[][] matrix, String[][][] dim, Vector[][][][] extra);
00:56:20 	                                                                    ^
00:56:20   missing type arguments for generic class Vector<E>
00:56:20   where E is a type-variable:
00:56:20     E extends Object declared in class Vector
00:56:20 1 warning
00:56:20 
00:56:21 --- javac err: ---
00:56:21 IX.java:17: warning: [rawtypes] found raw type: Hashtable
00:56:21 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:56:21 	                             ^
00:56:21   missing type arguments for generic class Hashtable<K,V>
00:56:21   where K,V are type-variables:
00:56:21     K extends Object declared in class Hashtable
00:56:21     V extends Object declared in class Hashtable
00:56:21 IX.java:17: warning: [rawtypes] found raw type: Vector
00:56:21 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:56:21 	                                                    ^
00:56:21   missing type arguments for generic class Vector<E>
00:56:21   where E is a type-variable:
00:56:21     E extends Object declared in class Vector
00:56:21 2 warnings
00:56:21 
00:56:23 --- javac err: ---
00:56:23 IX.java:17: warning: [rawtypes] found raw type: Hashtable
00:56:23 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:56:23 	                             ^
00:56:23   missing type arguments for generic class Hashtable<K,V>
00:56:23   where K,V are type-variables:
00:56:23     K extends Object declared in class Hashtable
00:56:23     V extends Object declared in class Hashtable
00:56:23 IX.java:17: warning: [rawtypes] found raw type: Vector
00:56:23 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:56:23 	                                                    ^
00:56:23   missing type arguments for generic class Vector<E>
00:56:23   where E is a type-variable:
00:56:23     E extends Object declared in class Vector
00:56:23 2 warnings
00:56:23 
00:56:24 --- javac err: ---
00:56:24 IX.java:14: warning: [rawtypes] found raw type: Hashtable
00:56:24 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:56:24 	                             ^
00:56:24   missing type arguments for generic class Hashtable<K,V>
00:56:24   where K,V are type-variables:
00:56:24     K extends Object declared in class Hashtable
00:56:24     V extends Object declared in class Hashtable
00:56:24 IX.java:14: warning: [rawtypes] found raw type: Vector
00:56:24 	public void smr_foo(java.util.Hashtable h, java.util.Vector v, boolean b);
00:56:24 	                                                    ^
00:56:24   missing type arguments for generic class Vector<E>
00:56:24   where E is a type-variable:
00:56:24     E extends Object declared in class Vector
00:56:24 2 warnings
00:56:24 
00:56:25 --- javac err: ---
00:56:25 test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Hashtable
00:56:25 	public void smr_foo(java.util.Hashtable h, Vector v, boolean b);
00:56:25 	                             ^
00:56:25   missing type arguments for generic class Hashtable<K,V>
00:56:25   where K,V are type-variables:
00:56:25     K extends Object declared in class Hashtable
00:56:25     V extends Object declared in class Hashtable
00:56:25 test/deep/qualified/name/p/IX.java:15: warning: [rawtypes] found raw type: Vector
00:56:25 	public void smr_foo(java.util.Hashtable h, Vector v, boolean b);
00:56:25 	                                           ^
00:56:25   missing type arguments for generic class Vector<E>
00:56:25   where E is a type-variable:
00:56:25     E extends Object declared in class Vector
00:56:25 2 warnings
00:56:25 
00:56:33 ***************************************************************************
00:56:33 * Comparison with Sun Javac compiler for class JavadocTestOptions (null tests)
00:56:33 ***************************************************************************
00:56:34 --- javac err: ---
00:56:34 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:34 	public int x_dep;
00:56:34 	           ^
00:56:34 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:34 	public X() {}
00:56:34 	       ^
00:56:34 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:34 	public void foo_dep() {}
00:56:34 	            ^
00:56:34 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:34 public class X_dep {}
00:56:34        ^
00:56:34 4 warnings
00:56:34 
00:56:35 --- javac err: ---
00:56:35 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:35 	public int x_dep;
00:56:35 	           ^
00:56:35 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:35 	public X() {}
00:56:35 	       ^
00:56:35 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:35 	public void foo_dep() {}
00:56:35 	            ^
00:56:35 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:35 public class X_dep {}
00:56:35        ^
00:56:35 4 warnings
00:56:35 
00:56:37 --- javac err: ---
00:56:37 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:37 	public int x_dep;
00:56:37 	           ^
00:56:37 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:37 	public X() {}
00:56:37 	       ^
00:56:37 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:37 	public void foo_dep() {}
00:56:37 	            ^
00:56:37 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:37 public class X_dep {}
00:56:37        ^
00:56:37 4 warnings
00:56:37 
00:56:38 --- javac err: ---
00:56:38 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:38 	public int x_dep;
00:56:38 	           ^
00:56:38 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:38 	public X() {}
00:56:38 	       ^
00:56:38 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:38 	public void foo_dep() {}
00:56:38 	            ^
00:56:38 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:38 public class X_dep {}
00:56:38        ^
00:56:38 4 warnings
00:56:38 
00:56:39 --- javac err: ---
00:56:39 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:39 	public int x_dep;
00:56:39 	           ^
00:56:39 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:39 	public X() {}
00:56:39 	       ^
00:56:39 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:39 	public void foo_dep() {}
00:56:39 	            ^
00:56:39 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:39 public class X_dep {}
00:56:39        ^
00:56:39 4 warnings
00:56:39 
00:56:40 --- javac err: ---
00:56:40 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:40 	public int x_dep;
00:56:40 	           ^
00:56:40 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:40 	public X() {}
00:56:40 	       ^
00:56:40 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:40 	public void foo_dep() {}
00:56:40 	            ^
00:56:40 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:40 public class X_dep {}
00:56:40        ^
00:56:40 4 warnings
00:56:40 
00:56:41 --- javac err: ---
00:56:41 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:41 	public int x_dep;
00:56:41 	           ^
00:56:41 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:41 	public X() {}
00:56:41 	       ^
00:56:41 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:41 	public void foo_dep() {}
00:56:41 	            ^
00:56:41 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:41 public class X_dep {}
00:56:41        ^
00:56:41 4 warnings
00:56:41 
00:56:42 --- javac err: ---
00:56:42 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:42 	public int x_dep;
00:56:42 	           ^
00:56:42 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:42 	public X() {}
00:56:42 	       ^
00:56:42 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:42 	public void foo_dep() {}
00:56:42 	            ^
00:56:42 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:42 public class X_dep {}
00:56:42        ^
00:56:42 4 warnings
00:56:42 
00:56:43 --- javac err: ---
00:56:43 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:43 	public int x_dep;
00:56:43 	           ^
00:56:43 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:43 	public X() {}
00:56:43 	       ^
00:56:43 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:43 	public void foo_dep() {}
00:56:43 	            ^
00:56:43 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:43 public class X_dep {}
00:56:43        ^
00:56:43 4 warnings
00:56:43 
00:56:44 --- javac err: ---
00:56:44 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:44 	public int x_dep;
00:56:44 	           ^
00:56:44 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:44 	public X() {}
00:56:44 	       ^
00:56:44 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:44 	public void foo_dep() {}
00:56:44 	            ^
00:56:44 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:44 public class X_dep {}
00:56:44        ^
00:56:44 4 warnings
00:56:44 
00:56:45 --- javac err: ---
00:56:45 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:45 	public int x_dep;
00:56:45 	           ^
00:56:45 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:45 	public X() {}
00:56:45 	       ^
00:56:45 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:45 	public void foo_dep() {}
00:56:45 	            ^
00:56:45 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:45 public class X_dep {}
00:56:45        ^
00:56:45 4 warnings
00:56:45 
00:56:46 --- javac err: ---
00:56:46 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:46 	public int x_dep;
00:56:46 	           ^
00:56:46 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:46 	public X() {}
00:56:46 	       ^
00:56:46 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:46 	public void foo_dep() {}
00:56:46 	            ^
00:56:46 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:46 public class X_dep {}
00:56:46        ^
00:56:46 4 warnings
00:56:46 
00:56:47 --- javac err: ---
00:56:47 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:47 	public int x_dep;
00:56:47 	           ^
00:56:47 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:47 	public X() {}
00:56:47 	       ^
00:56:47 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:47 	public void foo_dep() {}
00:56:47 	            ^
00:56:47 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:47 public class X_dep {}
00:56:47        ^
00:56:47 4 warnings
00:56:47 
00:56:48 --- javac err: ---
00:56:48 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:48 	public int x_dep;
00:56:48 	           ^
00:56:48 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:48 	public X() {}
00:56:48 	       ^
00:56:48 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:48 	public void foo_dep() {}
00:56:48 	            ^
00:56:48 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:48 public class X_dep {}
00:56:48        ^
00:56:48 4 warnings
00:56:48 
00:56:49 --- javac err: ---
00:56:49 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:49 	public int x_dep;
00:56:49 	           ^
00:56:49 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:49 	public X() {}
00:56:49 	       ^
00:56:49 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:49 	public void foo_dep() {}
00:56:49 	            ^
00:56:49 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:49 public class X_dep {}
00:56:49        ^
00:56:49 4 warnings
00:56:49 
00:56:50 --- javac err: ---
00:56:50 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:50 	public int x_dep;
00:56:50 	           ^
00:56:50 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:50 	public X() {}
00:56:50 	       ^
00:56:50 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:50 	public void foo_dep() {}
00:56:50 	            ^
00:56:50 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:50 public class X_dep {}
00:56:50        ^
00:56:50 4 warnings
00:56:50 
00:56:51 --- javac err: ---
00:56:51 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:51 	public int x_dep;
00:56:51 	           ^
00:56:51 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:51 	public X() {}
00:56:51 	       ^
00:56:51 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:51 	public void foo_dep() {}
00:56:51 	            ^
00:56:51 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:51 public class X_dep {}
00:56:51        ^
00:56:51 4 warnings
00:56:51 
00:56:52 --- javac err: ---
00:56:52 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:52 	public int x_dep;
00:56:52 	           ^
00:56:52 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:52 	public X() {}
00:56:52 	       ^
00:56:52 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:52 	public void foo_dep() {}
00:56:52 	            ^
00:56:52 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:52 public class X_dep {}
00:56:52        ^
00:56:52 4 warnings
00:56:52 
00:56:53 --- javac err: ---
00:56:53 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:53 	public int x_dep;
00:56:53 	           ^
00:56:53 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:53 	public X() {}
00:56:53 	       ^
00:56:53 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:53 	public void foo_dep() {}
00:56:53 	            ^
00:56:53 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:53 public class X_dep {}
00:56:53        ^
00:56:53 4 warnings
00:56:53 
00:56:54 --- javac err: ---
00:56:54 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:54 	public int x_dep;
00:56:54 	           ^
00:56:54 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:54 	public X() {}
00:56:54 	       ^
00:56:54 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:54 	public void foo_dep() {}
00:56:54 	            ^
00:56:54 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:54 public class X_dep {}
00:56:54        ^
00:56:54 4 warnings
00:56:54 
00:56:55 --- javac err: ---
00:56:55 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:55 	public int x_dep;
00:56:55 	           ^
00:56:55 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:55 	public X() {}
00:56:55 	       ^
00:56:55 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:55 	public void foo_dep() {}
00:56:55 	            ^
00:56:55 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:55 public class X_dep {}
00:56:55        ^
00:56:55 4 warnings
00:56:55 
00:56:56 --- javac err: ---
00:56:56 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:56 	public int x_dep;
00:56:56 	           ^
00:56:56 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:56 	public X() {}
00:56:56 	       ^
00:56:56 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:56 	public void foo_dep() {}
00:56:56 	            ^
00:56:56 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:56 public class X_dep {}
00:56:56        ^
00:56:56 4 warnings
00:56:56 
00:56:57 --- javac err: ---
00:56:57 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:57 	public int x_dep;
00:56:57 	           ^
00:56:57 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:57 	public X() {}
00:56:57 	       ^
00:56:57 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:57 	public void foo_dep() {}
00:56:57 	            ^
00:56:57 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:57 public class X_dep {}
00:56:57        ^
00:56:57 4 warnings
00:56:57 
00:56:58 --- javac err: ---
00:56:58 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:58 	public int x_dep;
00:56:58 	           ^
00:56:58 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:58 	public X() {}
00:56:58 	       ^
00:56:58 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:58 	public void foo_dep() {}
00:56:58 	            ^
00:56:58 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:58 public class X_dep {}
00:56:58        ^
00:56:58 4 warnings
00:56:58 
00:56:59 --- javac err: ---
00:56:59 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:59 	public int x_dep;
00:56:59 	           ^
00:56:59 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:59 	public X() {}
00:56:59 	       ^
00:56:59 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:56:59 	public void foo_dep() {}
00:56:59 	            ^
00:57:00 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:00 public class X_dep {}
00:57:00        ^
00:57:00 4 warnings
00:57:00 
00:57:00 --- javac err: ---
00:57:00 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:00 	public int x_dep;
00:57:00 	           ^
00:57:00 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:00 	public X() {}
00:57:00 	       ^
00:57:00 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:00 	public void foo_dep() {}
00:57:00 	            ^
00:57:00 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:00 public class X_dep {}
00:57:00        ^
00:57:00 4 warnings
00:57:00 
00:57:02 --- javac err: ---
00:57:02 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:02 	public int x_dep;
00:57:02 	           ^
00:57:02 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:02 	public X() {}
00:57:02 	       ^
00:57:02 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:02 	public void foo_dep() {}
00:57:02 	            ^
00:57:02 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:02 public class X_dep {}
00:57:02        ^
00:57:02 4 warnings
00:57:02 
00:57:02 --- javac err: ---
00:57:02 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:02 	public int x_dep;
00:57:02 	           ^
00:57:02 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:02 	public X() {}
00:57:02 	       ^
00:57:02 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:02 	public void foo_dep() {}
00:57:02 	            ^
00:57:02 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:02 public class X_dep {}
00:57:02        ^
00:57:02 4 warnings
00:57:02 
00:57:04 --- javac err: ---
00:57:04 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:04 	public int x_dep;
00:57:04 	           ^
00:57:04 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:04 	public X() {}
00:57:04 	       ^
00:57:04 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:04 	public void foo_dep() {}
00:57:04 	            ^
00:57:04 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:04 public class X_dep {}
00:57:04        ^
00:57:04 4 warnings
00:57:04 
00:57:05 --- javac err: ---
00:57:05 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:05 	public int x_dep;
00:57:05 	           ^
00:57:05 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:05 	public X() {}
00:57:05 	       ^
00:57:05 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:05 	public void foo_dep() {}
00:57:05 	            ^
00:57:05 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:05 public class X_dep {}
00:57:05        ^
00:57:05 4 warnings
00:57:05 
00:57:06 --- javac err: ---
00:57:06 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:06 	public int x_dep;
00:57:06 	           ^
00:57:06 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:06 	public X() {}
00:57:06 	       ^
00:57:06 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:06 	public void foo_dep() {}
00:57:06 	            ^
00:57:06 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:06 public class X_dep {}
00:57:06        ^
00:57:06 4 warnings
00:57:06 
00:57:07 --- javac err: ---
00:57:07 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:07 	public int x_dep;
00:57:07 	           ^
00:57:07 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:07 	public X() {}
00:57:07 	       ^
00:57:07 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:07 	public void foo_dep() {}
00:57:07 	            ^
00:57:07 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:07 public class X_dep {}
00:57:07        ^
00:57:07 4 warnings
00:57:07 
00:57:08 --- javac err: ---
00:57:08 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:08 	public int x_dep;
00:57:08 	           ^
00:57:08 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:08 	public X() {}
00:57:08 	       ^
00:57:08 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:08 	public void foo_dep() {}
00:57:08 	            ^
00:57:08 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:08 public class X_dep {}
00:57:08        ^
00:57:08 4 warnings
00:57:08 
00:57:10 --- javac err: ---
00:57:10 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:10 	public int x_dep;
00:57:10 	           ^
00:57:10 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:10 	public X() {}
00:57:10 	       ^
00:57:10 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:10 	public void foo_dep() {}
00:57:10 	            ^
00:57:10 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:10 public class X_dep {}
00:57:10        ^
00:57:10 4 warnings
00:57:10 
00:57:11 --- javac err: ---
00:57:11 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:11 	public int x_dep;
00:57:11 	           ^
00:57:11 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:11 	public X() {}
00:57:11 	       ^
00:57:11 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:11 	public void foo_dep() {}
00:57:11 	            ^
00:57:11 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:11 public class X_dep {}
00:57:11        ^
00:57:11 4 warnings
00:57:11 
00:57:12 --- javac err: ---
00:57:12 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:12 	public int x_dep;
00:57:12 	           ^
00:57:12 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:12 	public X() {}
00:57:12 	       ^
00:57:12 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:12 	public void foo_dep() {}
00:57:12 	            ^
00:57:12 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:12 public class X_dep {}
00:57:12        ^
00:57:12 4 warnings
00:57:12 
00:57:13 --- javac err: ---
00:57:13 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:13 	public int x_dep;
00:57:13 	           ^
00:57:13 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:13 	public X() {}
00:57:13 	       ^
00:57:13 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:13 	public void foo_dep() {}
00:57:13 	            ^
00:57:13 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:13 public class X_dep {}
00:57:13        ^
00:57:13 4 warnings
00:57:13 
00:57:14 --- javac err: ---
00:57:14 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:14 	public int x_dep;
00:57:14 	           ^
00:57:14 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:14 	public X() {}
00:57:14 	       ^
00:57:14 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:14 	public void foo_dep() {}
00:57:14 	            ^
00:57:14 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:14 public class X_dep {}
00:57:14        ^
00:57:14 4 warnings
00:57:14 
00:57:15 --- javac err: ---
00:57:15 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:15 	public int x_dep;
00:57:15 	           ^
00:57:15 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:15 	public X() {}
00:57:15 	       ^
00:57:15 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:15 	public void foo_dep() {}
00:57:15 	            ^
00:57:15 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:15 public class X_dep {}
00:57:15        ^
00:57:15 4 warnings
00:57:15 
00:57:17 --- javac err: ---
00:57:17 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:17 	public int x_dep;
00:57:17 	           ^
00:57:17 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:17 	public X() {}
00:57:17 	       ^
00:57:17 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:17 	public void foo_dep() {}
00:57:17 	            ^
00:57:17 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:17 public class X_dep {}
00:57:17        ^
00:57:17 4 warnings
00:57:17 
00:57:18 --- javac err: ---
00:57:18 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:18 	public int x_dep;
00:57:18 	           ^
00:57:18 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:18 	public X() {}
00:57:18 	       ^
00:57:18 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:18 	public void foo_dep() {}
00:57:18 	            ^
00:57:18 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:18 public class X_dep {}
00:57:18        ^
00:57:18 4 warnings
00:57:18 
00:57:19 --- javac err: ---
00:57:19 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:19 	public int x_dep;
00:57:19 	           ^
00:57:19 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:19 	public X() {}
00:57:19 	       ^
00:57:19 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:19 	public void foo_dep() {}
00:57:19 	            ^
00:57:19 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:19 public class X_dep {}
00:57:19        ^
00:57:19 4 warnings
00:57:19 
00:57:20 --- javac err: ---
00:57:20 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:20 	public int x_dep;
00:57:20 	           ^
00:57:20 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:20 	public X() {}
00:57:20 	       ^
00:57:20 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:20 	public void foo_dep() {}
00:57:20 	            ^
00:57:20 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:20 public class X_dep {}
00:57:20        ^
00:57:20 4 warnings
00:57:20 
00:57:21 --- javac err: ---
00:57:21 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:21 	public int x_dep;
00:57:21 	           ^
00:57:21 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:21 	public X() {}
00:57:21 	       ^
00:57:21 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:21 	public void foo_dep() {}
00:57:21 	            ^
00:57:21 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:21 public class X_dep {}
00:57:21        ^
00:57:21 4 warnings
00:57:21 
00:57:22 --- javac err: ---
00:57:22 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:22 	public int x_dep;
00:57:22 	           ^
00:57:22 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:22 	public X() {}
00:57:22 	       ^
00:57:22 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:22 	public void foo_dep() {}
00:57:22 	            ^
00:57:22 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:22 public class X_dep {}
00:57:22        ^
00:57:22 4 warnings
00:57:22 
00:57:23 --- javac err: ---
00:57:23 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:23 	public int x_dep;
00:57:23 	           ^
00:57:23 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:23 	public X() {}
00:57:23 	       ^
00:57:23 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:23 	public void foo_dep() {}
00:57:23 	            ^
00:57:23 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:23 public class X_dep {}
00:57:23        ^
00:57:23 4 warnings
00:57:23 
00:57:24 --- javac err: ---
00:57:24 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:24 	public int x_dep;
00:57:24 	           ^
00:57:24 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:24 	public X() {}
00:57:24 	       ^
00:57:24 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:24 	public void foo_dep() {}
00:57:24 	            ^
00:57:24 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:24 public class X_dep {}
00:57:24        ^
00:57:24 4 warnings
00:57:24 
00:57:25 --- javac err: ---
00:57:25 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:25 	public int x_dep;
00:57:25 	           ^
00:57:25 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:25 	public X() {}
00:57:25 	       ^
00:57:25 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:25 	public void foo_dep() {}
00:57:25 	            ^
00:57:25 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:25 public class X_dep {}
00:57:25        ^
00:57:25 4 warnings
00:57:25 
00:57:26 --- javac err: ---
00:57:26 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:26 	public int x_dep;
00:57:26 	           ^
00:57:26 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:26 	public X() {}
00:57:26 	       ^
00:57:26 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:26 	public void foo_dep() {}
00:57:26 	            ^
00:57:26 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:26 public class X_dep {}
00:57:26        ^
00:57:26 4 warnings
00:57:26 
00:57:27 --- javac err: ---
00:57:27 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:27 	public int x_dep;
00:57:27 	           ^
00:57:27 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:27 	public X() {}
00:57:27 	       ^
00:57:27 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:27 	public void foo_dep() {}
00:57:27 	            ^
00:57:27 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:27 public class X_dep {}
00:57:27        ^
00:57:27 4 warnings
00:57:27 
00:57:28 --- javac err: ---
00:57:28 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:28 	public int x_dep;
00:57:28 	           ^
00:57:28 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:28 	public X() {}
00:57:28 	       ^
00:57:28 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:28 	public void foo_dep() {}
00:57:28 	            ^
00:57:28 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:28 public class X_dep {}
00:57:28        ^
00:57:28 4 warnings
00:57:28 
00:57:29 --- javac err: ---
00:57:29 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:29 	public int x_dep;
00:57:29 	           ^
00:57:29 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:29 	public X() {}
00:57:29 	       ^
00:57:29 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:29 	public void foo_dep() {}
00:57:29 	            ^
00:57:29 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:29 public class X_dep {}
00:57:29        ^
00:57:29 4 warnings
00:57:29 
00:57:30 --- javac err: ---
00:57:30 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:30 	public int x_dep;
00:57:30 	           ^
00:57:30 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:30 	public X() {}
00:57:30 	       ^
00:57:30 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:30 	public void foo_dep() {}
00:57:30 	            ^
00:57:30 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:30 public class X_dep {}
00:57:30        ^
00:57:30 4 warnings
00:57:30 
00:57:31 --- javac err: ---
00:57:31 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:31 	public int x_dep;
00:57:31 	           ^
00:57:31 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:31 	public X() {}
00:57:31 	       ^
00:57:31 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:31 	public void foo_dep() {}
00:57:31 	            ^
00:57:31 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:31 public class X_dep {}
00:57:31        ^
00:57:31 4 warnings
00:57:31 
00:57:32 --- javac err: ---
00:57:32 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:32 	public int x_dep;
00:57:32 	           ^
00:57:32 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:32 	public X() {}
00:57:32 	       ^
00:57:32 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:32 	public void foo_dep() {}
00:57:32 	            ^
00:57:32 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:32 public class X_dep {}
00:57:32        ^
00:57:32 4 warnings
00:57:32 
00:57:33 --- javac err: ---
00:57:33 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:33 	public int x_dep;
00:57:33 	           ^
00:57:33 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:33 	public X() {}
00:57:33 	       ^
00:57:33 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:33 	public void foo_dep() {}
00:57:33 	            ^
00:57:33 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:33 public class X_dep {}
00:57:33        ^
00:57:33 4 warnings
00:57:33 
00:57:34 --- javac err: ---
00:57:34 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:34 	public int x_dep;
00:57:34 	           ^
00:57:34 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:34 	public X() {}
00:57:34 	       ^
00:57:34 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:34 	public void foo_dep() {}
00:57:34 	            ^
00:57:34 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:34 public class X_dep {}
00:57:34        ^
00:57:34 4 warnings
00:57:34 
00:57:35 --- javac err: ---
00:57:35 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:35 	public int x_dep;
00:57:35 	           ^
00:57:35 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:35 	public X() {}
00:57:35 	       ^
00:57:35 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:35 	public void foo_dep() {}
00:57:35 	            ^
00:57:35 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:35 public class X_dep {}
00:57:35        ^
00:57:35 4 warnings
00:57:35 
00:57:36 --- javac err: ---
00:57:36 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:36 	public int x_dep;
00:57:36 	           ^
00:57:36 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:36 	public X() {}
00:57:36 	       ^
00:57:36 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:36 	public void foo_dep() {}
00:57:36 	            ^
00:57:36 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:36 public class X_dep {}
00:57:36        ^
00:57:36 4 warnings
00:57:36 
00:57:37 --- javac err: ---
00:57:37 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:37 	public int x_dep;
00:57:37 	           ^
00:57:37 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:37 	public X() {}
00:57:37 	       ^
00:57:37 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:37 	public void foo_dep() {}
00:57:37 	            ^
00:57:37 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:37 public class X_dep {}
00:57:37        ^
00:57:37 4 warnings
00:57:37 
00:57:39 --- javac err: ---
00:57:39 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:39 	public int x_dep;
00:57:39 	           ^
00:57:39 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:39 	public X() {}
00:57:39 	       ^
00:57:39 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:39 	public void foo_dep() {}
00:57:39 	            ^
00:57:39 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:39 public class X_dep {}
00:57:39        ^
00:57:39 4 warnings
00:57:39 
00:57:40 --- javac err: ---
00:57:40 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:40 	public int x_dep;
00:57:40 	           ^
00:57:40 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:40 	public X() {}
00:57:40 	       ^
00:57:40 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:40 	public void foo_dep() {}
00:57:40 	            ^
00:57:40 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:40 public class X_dep {}
00:57:40        ^
00:57:40 4 warnings
00:57:40 
00:57:41 --- javac err: ---
00:57:41 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:41 	public int x_dep;
00:57:41 	           ^
00:57:41 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:41 	public X() {}
00:57:41 	       ^
00:57:41 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:41 	public void foo_dep() {}
00:57:41 	            ^
00:57:41 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:41 public class X_dep {}
00:57:41        ^
00:57:41 4 warnings
00:57:41 
00:57:42 --- javac err: ---
00:57:42 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:42 	public int x_dep;
00:57:42 	           ^
00:57:42 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:42 	public X() {}
00:57:42 	       ^
00:57:42 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:42 	public void foo_dep() {}
00:57:42 	            ^
00:57:42 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:42 public class X_dep {}
00:57:42        ^
00:57:42 4 warnings
00:57:42 
00:57:43 --- javac err: ---
00:57:43 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:43 	public int x_dep;
00:57:43 	           ^
00:57:43 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:43 	public X() {}
00:57:43 	       ^
00:57:43 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:43 	public void foo_dep() {}
00:57:43 	            ^
00:57:43 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:43 public class X_dep {}
00:57:43        ^
00:57:43 4 warnings
00:57:43 
00:57:44 --- javac err: ---
00:57:44 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:44 	public int x_dep;
00:57:44 	           ^
00:57:44 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:44 	public X() {}
00:57:44 	       ^
00:57:44 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:44 	public void foo_dep() {}
00:57:44 	            ^
00:57:44 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:44 public class X_dep {}
00:57:44        ^
00:57:44 4 warnings
00:57:44 
00:57:45 --- javac err: ---
00:57:45 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:45 	public int x_dep;
00:57:45 	           ^
00:57:45 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:45 	public X() {}
00:57:45 	       ^
00:57:45 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:45 	public void foo_dep() {}
00:57:45 	            ^
00:57:45 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:45 public class X_dep {}
00:57:45        ^
00:57:45 4 warnings
00:57:45 
00:57:46 --- javac err: ---
00:57:46 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:46 	public int x_dep;
00:57:46 	           ^
00:57:46 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:46 	public X() {}
00:57:46 	       ^
00:57:46 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:46 	public void foo_dep() {}
00:57:46 	            ^
00:57:46 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:46 public class X_dep {}
00:57:46        ^
00:57:46 4 warnings
00:57:46 
00:57:47 --- javac err: ---
00:57:47 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:47 	public int x_dep;
00:57:47 	           ^
00:57:47 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:47 	public X() {}
00:57:47 	       ^
00:57:47 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:47 	public void foo_dep() {}
00:57:47 	            ^
00:57:47 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:47 public class X_dep {}
00:57:47        ^
00:57:47 4 warnings
00:57:47 
00:57:48 --- javac err: ---
00:57:48 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:48 	public int x_dep;
00:57:48 	           ^
00:57:48 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:48 	public X() {}
00:57:48 	       ^
00:57:48 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:48 	public void foo_dep() {}
00:57:48 	            ^
00:57:48 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:48 public class X_dep {}
00:57:48        ^
00:57:48 4 warnings
00:57:48 
00:57:49 --- javac err: ---
00:57:49 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:49 	public int x_dep;
00:57:49 	           ^
00:57:49 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:49 	public X() {}
00:57:49 	       ^
00:57:49 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:49 	public void foo_dep() {}
00:57:49 	            ^
00:57:49 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:49 public class X_dep {}
00:57:49        ^
00:57:49 4 warnings
00:57:49 
00:57:50 --- javac err: ---
00:57:50 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:50 	public int x_dep;
00:57:50 	           ^
00:57:50 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:50 	public X() {}
00:57:50 	       ^
00:57:50 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:50 	public void foo_dep() {}
00:57:50 	            ^
00:57:50 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:50 public class X_dep {}
00:57:50        ^
00:57:50 4 warnings
00:57:50 
00:57:51 --- javac err: ---
00:57:51 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:51 	public int x_dep;
00:57:51 	           ^
00:57:51 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:51 	public X() {}
00:57:51 	       ^
00:57:51 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:51 	public void foo_dep() {}
00:57:51 	            ^
00:57:51 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:51 public class X_dep {}
00:57:51        ^
00:57:51 4 warnings
00:57:51 
00:57:52 --- javac err: ---
00:57:52 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:52 	public int x_dep;
00:57:52 	           ^
00:57:52 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:52 	public X() {}
00:57:52 	       ^
00:57:52 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:52 	public void foo_dep() {}
00:57:52 	            ^
00:57:52 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:52 public class X_dep {}
00:57:52        ^
00:57:52 4 warnings
00:57:52 
00:57:53 --- javac err: ---
00:57:53 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:53 	public int x_dep;
00:57:53 	           ^
00:57:53 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:53 	public X() {}
00:57:53 	       ^
00:57:53 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:53 	public void foo_dep() {}
00:57:53 	            ^
00:57:53 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:53 public class X_dep {}
00:57:53        ^
00:57:53 4 warnings
00:57:53 
00:57:54 --- javac err: ---
00:57:54 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:54 	public int x_dep;
00:57:54 	           ^
00:57:54 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:54 	public X() {}
00:57:54 	       ^
00:57:54 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:54 	public void foo_dep() {}
00:57:54 	            ^
00:57:54 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:54 public class X_dep {}
00:57:54        ^
00:57:54 4 warnings
00:57:54 
00:57:55 --- javac err: ---
00:57:55 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:55 	public int x_dep;
00:57:55 	           ^
00:57:55 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:55 	public X() {}
00:57:55 	       ^
00:57:55 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:55 	public void foo_dep() {}
00:57:55 	            ^
00:57:55 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:55 public class X_dep {}
00:57:55        ^
00:57:55 4 warnings
00:57:55 
00:57:56 --- javac err: ---
00:57:56 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:56 	public int x_dep;
00:57:56 	           ^
00:57:56 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:56 	public X() {}
00:57:56 	       ^
00:57:56 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:56 	public void foo_dep() {}
00:57:56 	            ^
00:57:56 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:56 public class X_dep {}
00:57:56        ^
00:57:56 4 warnings
00:57:56 
00:57:57 --- javac err: ---
00:57:57 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:57 	public int x_dep;
00:57:57 	           ^
00:57:57 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:57 	public X() {}
00:57:57 	       ^
00:57:57 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:57 	public void foo_dep() {}
00:57:57 	            ^
00:57:57 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:57 public class X_dep {}
00:57:57        ^
00:57:57 4 warnings
00:57:57 
00:57:59 --- javac err: ---
00:57:59 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:59 	public int x_dep;
00:57:59 	           ^
00:57:59 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:59 	public X() {}
00:57:59 	       ^
00:57:59 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:59 	public void foo_dep() {}
00:57:59 	            ^
00:57:59 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:57:59 public class X_dep {}
00:57:59        ^
00:57:59 4 warnings
00:57:59 
00:58:00 --- javac err: ---
00:58:00 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:00 	public int x_dep;
00:58:00 	           ^
00:58:00 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:00 	public X() {}
00:58:00 	       ^
00:58:00 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:00 	public void foo_dep() {}
00:58:00 	            ^
00:58:00 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:00 public class X_dep {}
00:58:00        ^
00:58:00 4 warnings
00:58:00 
00:58:01 --- javac err: ---
00:58:01 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:01 	public int x_dep;
00:58:01 	           ^
00:58:01 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:01 	public X() {}
00:58:01 	       ^
00:58:01 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:01 	public void foo_dep() {}
00:58:01 	            ^
00:58:01 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:01 public class X_dep {}
00:58:01        ^
00:58:01 4 warnings
00:58:01 
00:58:02 --- javac err: ---
00:58:02 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:02 	public int x_dep;
00:58:02 	           ^
00:58:02 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:02 	public X() {}
00:58:02 	       ^
00:58:02 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:02 	public void foo_dep() {}
00:58:02 	            ^
00:58:02 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:02 public class X_dep {}
00:58:02        ^
00:58:02 4 warnings
00:58:02 
00:58:03 --- javac err: ---
00:58:03 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:03 	public int x_dep;
00:58:03 	           ^
00:58:03 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:03 	public X() {}
00:58:03 	       ^
00:58:03 X.java:10: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:03 	public void foo_dep() {}
00:58:03 	            ^
00:58:03 X_dep.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
00:58:03 public class X_dep {}
00:58:03        ^
00:58:03 4 warnings
00:58:03 
00:58:25 ***************************************************************************
00:58:25 * Comparison with Sun Javac compiler for class AssertionTest (null tests)
00:58:25 ***************************************************************************
00:58:26 --- javac err: ---
00:58:26 assert.java:1: error: as of release 1.4, 'assert' is a keyword, and may not be used as an identifier
00:58:26 public class assert {}
00:58:26              ^
00:58:26 1 error
00:58:26 
00:58:26 
00:58:26 
00:58:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:27 
00:58:27 
00:58:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:29 
00:58:29 
00:58:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:30 
00:58:30 
00:58:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:32 
00:58:32 
00:58:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:33 --- javac err: ---
00:58:33 A4.java:4: error: cannot find symbol
00:58:33 		assert false : unbound;	
00:58:33 		               ^
00:58:33   symbol:   variable unbound
00:58:33   location: class A4
00:58:33 1 error
00:58:33 
00:58:33 
00:58:33 
00:58:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:34 
00:58:34 
00:58:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:36 
00:58:36 
00:58:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:37 
00:58:37 
00:58:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:39 
00:58:39 
00:58:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:40 
00:58:40 
00:58:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:41 
00:58:41 
00:58:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:43 
00:58:43 
00:58:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:44 --- javac err: ---
00:58:44 X.java:6: warning: [rawtypes] found raw type: Class
00:58:44 			Class c = Foo.class;
00:58:44 			^
00:58:44   missing type arguments for generic class Class<T>
00:58:44   where T is a type-variable:
00:58:44     T extends Object declared in class Class
00:58:44 X.java:13: warning: [rawtypes] found raw type: Class
00:58:44 			Class c = Bar.class;
00:58:44 			^
00:58:44   missing type arguments for generic class Class<T>
00:58:44   where T is a type-variable:
00:58:44     T extends Object declared in class Class
00:58:44 2 warnings
00:58:44 
00:58:44 
00:58:44 
00:58:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:46 --- javac err: ---
00:58:46 X.java:6: warning: [rawtypes] found raw type: Class
00:58:46 			Class c = Foo.class;
00:58:46 			^
00:58:46   missing type arguments for generic class Class<T>
00:58:46   where T is a type-variable:
00:58:46     T extends Object declared in class Class
00:58:46 X.java:13: warning: [rawtypes] found raw type: Class
00:58:46 			Class c = Bar.class;
00:58:46 			^
00:58:46   missing type arguments for generic class Class<T>
00:58:46   where T is a type-variable:
00:58:46     T extends Object declared in class Class
00:58:46 2 warnings
00:58:46 
00:58:46 
00:58:46 
00:58:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:47 --- javac err: ---
00:58:47 X.java:6: warning: [rawtypes] found raw type: Class
00:58:47 			Class c = Foo.class;
00:58:47 			^
00:58:47   missing type arguments for generic class Class<T>
00:58:47   where T is a type-variable:
00:58:47     T extends Object declared in class Class
00:58:47 X.java:13: warning: [rawtypes] found raw type: Class
00:58:47 			Class c = Bar.class;
00:58:47 			^
00:58:47   missing type arguments for generic class Class<T>
00:58:47   where T is a type-variable:
00:58:47     T extends Object declared in class Class
00:58:47 2 warnings
00:58:47 
00:58:48 
00:58:48 
00:58:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:49 --- javac err: ---
00:58:49 X.java:23: error: variable error4 might not have been initialized
00:58:49 		assert (srcPts && (error4 = maxError()) > 0) : error4;
00:58:49 		                                               ^
00:58:49 X.java:29: error: variable error5 might not have been initialized
00:58:49 			return error5;
00:58:49 			       ^
00:58:49 X.java:36: error: variable error6 might not have been initialized
00:58:49 			return error6;
00:58:49 			       ^
00:58:49 3 errors
00:58:49 
00:58:49 
00:58:49 
00:58:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:50 --- javac err: ---
00:58:50 X.java:5: error: variable i might not have been initialized
00:58:50         System.out.println(i);
00:58:50                            ^
00:58:50 1 error
00:58:50 
00:58:50 
00:58:50 
00:58:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:51 
00:58:51 
00:58:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:52 --- javac err: ---
00:58:52 X.java:4: error: variable i might not have been initialized
00:58:52         System.out.println(i);
00:58:52                            ^
00:58:52 1 error
00:58:52 
00:58:52 
00:58:52 
00:58:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:53 --- javac err: ---
00:58:53 X.java:7: error: variable i might not have been initialized
00:58:53         System.out.println(i);
00:58:53                            ^
00:58:53 1 error
00:58:53 
00:58:53 
00:58:53 
00:58:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:54 --- javac err: ---
00:58:54 X.java:7: error: variable i might not have been initialized
00:58:54         assert i++ == 0;
00:58:54                ^
00:58:54 X.java:8: error: variable i might not have been initialized
00:58:54         System.out.println(i);
00:58:54                            ^
00:58:54 2 errors
00:58:54 
00:58:54 
00:58:54 
00:58:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:56 
00:58:56 
00:58:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:56 ***************************************************************************
00:58:56 * Comparison with Sun Javac compiler for class AmbiguousMethodTest (null tests)
00:58:56 ***************************************************************************
00:58:57 
00:58:57 
00:58:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:58 
00:58:58 
00:58:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:58:59 
00:58:59 
00:58:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:01 --- javac err: ---
00:59:01 X.java:4: error: name clash: method(E4) in I2 and method(E3) in I1 have the same erasure, yet neither overrides the other
00:59:01 	static interface I3<E3, E4> extends I1<E3>, I2<E4> {}
00:59:01 	       ^
00:59:01   where E4,E3 are type-variables:
00:59:01     E4 extends Object declared in interface I3
00:59:01     E3 extends Object declared in interface I3
00:59:01 1 error
00:59:01 
00:59:01 
00:59:01 
00:59:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:02 
00:59:02 
00:59:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:03 --- javac err: ---
00:59:03 X.java:1: error: reference to test is ambiguous
00:59:03 public class X { void foo() { new BB().test(); } }
00:59:03                                       ^
00:59:03   both method test() in AA and method <U>test() in BB match
00:59:03   where U is a type-variable:
00:59:03     U extends Object declared in method <U>test()
00:59:03 X.java:3: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other
00:59:03 class BB extends AA<CC> { <U> void test() {} }
00:59:03                                    ^
00:59:03 2 errors
00:59:03 
00:59:03 
00:59:03 
00:59:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:04 --- javac err: ---
00:59:04 X.java:2: warning: [deprecation] Integer(int) in Integer has been deprecated
00:59:04 	void singleMatch() { System.out.print(new BB().test(new N(), new Integer(1))); }
00:59:04 	                                                             ^
00:59:04 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
00:59:04 	void betterMatch() { System.out.print(new CC().test(new N(), new Integer(1))); }
00:59:04 	                                                             ^
00:59:04 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
00:59:04 	void worseMatch() { System.out.print(new DD().test(new N(), new Integer(1))); }
00:59:04 	                                                            ^
00:59:04 3 warnings
00:59:04 
00:59:04 
00:59:04 
00:59:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:05 --- javac err: ---
00:59:05 X.java:2: error: reference to test is ambiguous
00:59:05 	void ambiguous() { new BB().test(new N()); }
00:59:05 	                           ^
00:59:05   both method test(T) in AA and method <U>test(N) in BB match
00:59:05   where T,U are type-variables:
00:59:05     T extends Object declared in class AA
00:59:05     U extends Object declared in method <U>test(N)
00:59:05 1 error
00:59:05 
00:59:05 
00:59:05 
00:59:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:06 --- javac err: ---
00:59:06 X.java:2: error: reference to test is ambiguous
00:59:06 	void ambiguous() { new BB().test(new N(), Integer.valueOf(1)); }
00:59:06 	                           ^
00:59:06   both method test(T,Integer) in AA and method <U>test(N,U) in BB match
00:59:06   where T,U are type-variables:
00:59:06     T extends Object declared in class AA
00:59:06     U extends Number declared in method <U>test(N,U)
00:59:06 1 error
00:59:06 
00:59:06 
00:59:06 
00:59:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:07 --- javac err: ---
00:59:07 X.java:3: error: reference to id is ambiguous
00:59:07 		m.id(Integer.valueOf(111));
00:59:07 		 ^
00:59:07   both method id(T) in C and method <ZZ>id(Integer) in M match
00:59:07   where T,ZZ are type-variables:
00:59:07     T extends Number declared in class C
00:59:07     ZZ extends Object declared in method <ZZ>id(Integer)
00:59:07 1 error
00:59:07 
00:59:07 
00:59:07 
00:59:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:08 --- javac err: ---
00:59:08 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
00:59:08 		m.id(new Integer(111));
00:59:08 		     ^
00:59:08 1 warning
00:59:08 
00:59:09 
00:59:09 
00:59:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:10 --- javac err: ---
00:59:10 X.java:3: error: name clash: <N>foo() and <S>foo() have the same erasure
00:59:10 		 <N extends B> N foo() { return null; }
00:59:10 		                 ^
00:59:10   where N,S are type-variables:
00:59:10     N extends B declared in method <N>foo()
00:59:10     S extends A declared in method <S>foo()
00:59:10 1 error
00:59:10 
00:59:10 
00:59:10 
00:59:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:11 --- javac err: ---
00:59:11 X.java:3: error: reference to foo is ambiguous
00:59:11    	new Y<Object>().foo("X");
00:59:11    	               ^
00:59:11   both method <U1>foo(U1) in X and method foo(T2) in Y match
00:59:11   where U1,T2 are type-variables:
00:59:11     U1 extends Object declared in method <U1>foo(U1)
00:59:11     T2 extends Object declared in class Y
00:59:11 X.java:4: error: reference to foo2 is ambiguous
00:59:11    	new Y<Object>().foo2("X");
00:59:11    	               ^
00:59:11   both method <U2>foo2(U2) in X and method <U3>foo2(T2) in Y match
00:59:11   where U2,U3,T2 are type-variables:
00:59:11     U2 extends Object declared in method <U2>foo2(U2)
00:59:11     U3 extends Object declared in method <U3>foo2(T2)
00:59:11     T2 extends Object declared in class Y
00:59:11 X.java:10: error: name clash: foo(T2) in Y and foo(U1) in X have the same erasure, yet neither overrides the other
00:59:11 	void foo(T2 t) {}
00:59:11 	     ^
00:59:11   where T2,U1 are type-variables:
00:59:11     T2 extends Object declared in class Y
00:59:11     U1 extends Object declared in method <U1>foo(U1)
00:59:11 X.java:11: error: name clash: foo2(T2) in Y and foo2(U2) in X have the same erasure, yet neither overrides the other
00:59:11 	<U3> void foo2(T2 t) {}
00:59:11 	          ^
00:59:11   where T2,U2 are type-variables:
00:59:11     T2 extends Object declared in class Y
00:59:11     U2 extends Object declared in method <U2>foo2(U2)
00:59:11 4 errors
00:59:11 
00:59:11 
00:59:11 
00:59:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:12 --- javac err: ---
00:59:12 B.java:3: error: reference to foo is ambiguous
00:59:12    	new M().foo(Integer.valueOf(1), 2);
00:59:12    	       ^
00:59:12   both method foo(int,int) in M and method foo(Number,Number) in M match
00:59:12 B.java:4: error: reference to foo is ambiguous
00:59:12    	new N().foo(Integer.valueOf(1), 2);
00:59:12    	       ^
00:59:12   both method foo(int,int) in N and method foo(Number,Number) in N match
00:59:12 2 errors
00:59:12 
00:59:12 
00:59:12 
00:59:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:13 
00:59:13 
00:59:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:14 --- javac err: ---
00:59:14 A.java:1: error: reference to test is ambiguous
00:59:14 public class A { void check() { new C().test(new T()); } }
00:59:14                                        ^
00:59:14   both method test(S) in B and method <U>test(U) in C match
00:59:14   where U is a type-variable:
00:59:14     U extends S declared in method <U>test(U)
00:59:14 A.java:5: error: name clash: test(U) in C and test(S) in B have the same erasure, yet neither overrides the other
00:59:14 class C extends B { <U extends S> int test(U u) {return -1;} }
00:59:14                                       ^
00:59:14   where U is a type-variable:
00:59:14     U extends S declared in method <U>test(U)
00:59:14 2 errors
00:59:14 
00:59:14 
00:59:14 
00:59:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:15 --- javac err: ---
00:59:15 T.java:10: error: interface OrderedSet<E> inherits unrelated defaults for spliterator() from types List and Set
00:59:15 interface OrderedSet<E> extends List<E>, Set<E> { boolean add(E o); }
00:59:15 ^
00:59:15   where E is a type-variable:
00:59:15     E extends Object declared in interface OrderedSet
00:59:15 1 error
00:59:15 
00:59:15 
00:59:15 
00:59:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:17 
00:59:17 
00:59:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:18 --- javac err: ---
00:59:18 X.java:5: error: method <L1>createParser(L1) is already defined in class X
00:59:18   	static <L2 extends ErrorListener & Listener> Object createParser(L2 l) { return null; }
00:59:18   	                                                    ^
00:59:18   where L1 is a type-variable:
00:59:18     L1 extends Listener,ErrorListener declared in method <L1>createParser(L1)
00:59:18 1 error
00:59:18 
00:59:18 
00:59:18 
00:59:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:20 
00:59:20 
00:59:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:21 
00:59:21 
00:59:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:22 --- javac err: ---
00:59:22 X.java:4: warning: [rawtypes] found raw type: X
00:59:22 	void test2(X x) throws ExTwo { x.foo(Integer.valueOf(1), Integer.valueOf(2)); }
00:59:22 	           ^
00:59:22   missing type arguments for generic class X<A>
00:59:22   where A is a type-variable:
00:59:22     A extends Number declared in class X
00:59:22 X.java:4: warning: [unchecked] unchecked call to foo(C,C) as a member of the raw type Y
00:59:22 	void test2(X x) throws ExTwo { x.foo(Integer.valueOf(1), Integer.valueOf(2)); }
00:59:22 	                                    ^
00:59:22   where C is a type-variable:
00:59:22     C extends Number declared in class Y
00:59:22 2 warnings
00:59:22 
00:59:22 
00:59:22 
00:59:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:23 --- javac err: ---
00:59:23 Combined.java:3: error: name clash: <T#1>pickOne(Comparable<T#1>) and <T#2>pickOne(T#2) have the same erasure
00:59:23 	<T> T pickOne(Comparable<T> value) throws ExTwo { return null;}
00:59:23 	      ^
00:59:23   where T#1,T#2 are type-variables:
00:59:23     T#1 extends Object declared in method <T#1>pickOne(Comparable<T#1>)
00:59:23     T#2 extends Comparable<T#2> declared in method <T#2>pickOne(T#2)
00:59:23 1 error
00:59:23 
00:59:23 
00:59:23 
00:59:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:24 --- javac err: ---
00:59:24 Test1.java:3: error: name clash: <T#1>pickOne(Comparable<T#1>) and <T#2>pickOne(T#2) have the same erasure
00:59:24 	<T> T pickOne(Comparable<T> value) throws ExTwo { return null;}
00:59:24 	      ^
00:59:24   where T#1,T#2 are type-variables:
00:59:24     T#1 extends Object declared in method <T#1>pickOne(Comparable<T#1>)
00:59:24     T#2 extends Comparable<T#2> declared in method <T#2>pickOne(T#2)
00:59:24 Test1.java:4: warning: [unchecked] unchecked method invocation: method pickOne in class Test1 is applied to given types
00:59:24 	void pickOne2(Test1<Integer,Integer> c) throws ExOne { c.pickOne((Comparable) "test"); }
00:59:24 	                                                                ^
00:59:24   required: T
00:59:24   found: Comparable
00:59:24   where T is a type-variable:
00:59:24     T extends Comparable<T> declared in method <T>pickOne(T)
00:59:24 1 error
00:59:24 1 warning
00:59:24 
00:59:24 
00:59:24 
00:59:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:25 --- javac err: ---
00:59:25 XX.java:2: warning: [deprecation] Integer(int) in Integer has been deprecated
00:59:25 	public static void main(String[] s) { System.out.println(new B().id(new Integer(1))); }
00:59:25 	                                                                    ^
00:59:25 1 warning
00:59:25 
00:59:25 
00:59:25 
00:59:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:26 --- javac err: ---
00:59:26 XX.java:2: error: reference to id is ambiguous
00:59:26 	public static void main(String[] s) { System.out.println(new B().id(Integer.valueOf(1))); }
00:59:26 	                                                                ^
00:59:26   both method id(T) in A and method <ZZ>id(Integer) in B match
00:59:26   where T,ZZ are type-variables:
00:59:26     T extends Number declared in class A
00:59:26     ZZ extends Object declared in method <ZZ>id(Integer)
00:59:26 1 error
00:59:26 
00:59:26 
00:59:26 
00:59:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:28 
00:59:28 
00:59:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:29 --- javac err: ---
00:59:29 X.java:2: warning: [rawtypes] found raw type: G
00:59:29 	void a(G x) { System.out.print(1); }
00:59:29 	       ^
00:59:29   missing type arguments for generic class G<T2>
00:59:29   where T2 is a type-variable:
00:59:29     T2 extends Object declared in class G
00:59:29 X.java:3: warning: [rawtypes] found raw type: F
00:59:29 	void b(F x) { System.out.print(2); }
00:59:29 	       ^
00:59:29   missing type arguments for generic class F<T1>
00:59:29   where T1 is a type-variable:
00:59:29     T1 extends Object declared in class F
00:59:29 2 warnings
00:59:29 
00:59:29 
00:59:29 
00:59:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:30 --- javac err: ---
00:59:30 X.java:5: warning: [rawtypes] found raw type: H
00:59:30 		H h = null;
00:59:30 		^
00:59:30   missing type arguments for generic class H<T3>
00:59:30   where T3 is a type-variable:
00:59:30     T3 extends Object declared in class H
00:59:30 X.java:6: warning: [rawtypes] found raw type: G
00:59:30 		G g = null;
00:59:30 		^
00:59:30   missing type arguments for generic class G<T2>
00:59:30   where T2 is a type-variable:
00:59:30     T2 extends Object declared in class G
00:59:30 X.java:7: warning: [unchecked] unchecked method invocation: method a in class X is applied to given types
00:59:30 		new X().a(h);
00:59:30 		         ^
00:59:30   required: G<C>
00:59:30   found: H
00:59:30 X.java:7: warning: [unchecked] unchecked conversion
00:59:30 		new X().a(h);
00:59:30 		          ^
00:59:30   required: G<C>
00:59:30   found:    H
00:59:30 X.java:8: warning: [unchecked] unchecked method invocation: method a in class X is applied to given types
00:59:30 		new X().a(g);
00:59:30 		         ^
00:59:30   required: G<C>
00:59:30   found: G
00:59:30 X.java:8: warning: [unchecked] unchecked conversion
00:59:30 		new X().a(g);
00:59:30 		          ^
00:59:30   required: G<C>
00:59:30   found:    G
00:59:30 X.java:9: warning: [unchecked] unchecked method invocation: method b in class X is applied to given types
00:59:30 		new X().b(h);
00:59:30 		         ^
00:59:30   required: F<C>
00:59:30   found: H
00:59:30 X.java:9: warning: [unchecked] unchecked conversion
00:59:30 		new X().b(h);
00:59:30 		          ^
00:59:30   required: F<C>
00:59:30   found:    H
00:59:30 X.java:10: warning: [unchecked] unchecked method invocation: method b in class X is applied to given types
00:59:30 		new X().b(g);
00:59:30 		         ^
00:59:30   required: F<C>
00:59:30   found: G
00:59:30 X.java:10: warning: [unchecked] unchecked conversion
00:59:30 		new X().b(g);
00:59:30 		          ^
00:59:30   required: F<C>
00:59:30   found:    G
00:59:30 10 warnings
00:59:30 
00:59:30 
00:59:30 
00:59:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:31 --- javac err: ---
00:59:31 X0.java:2: warning: [rawtypes] found raw type: G
00:59:31 	void two(G x) { System.out.print(1); }
00:59:31 	         ^
00:59:31   missing type arguments for generic class G<T2>
00:59:31   where T2 is a type-variable:
00:59:31     T2 extends Object declared in class G
00:59:31 X0.java:4: warning: [rawtypes] found raw type: G
00:59:31 	void three(G x) { System.out.print(3); }
00:59:31 	           ^
00:59:31   missing type arguments for generic class G<T2>
00:59:31   where T2 is a type-variable:
00:59:31     T2 extends Object declared in class G
00:59:31 2 warnings
00:59:31 
00:59:31 
00:59:31 
00:59:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:32 --- javac err: ---
00:59:32 X.java:2: warning: [rawtypes] found raw type: G
00:59:32 	void a(G x) {}
00:59:32 	       ^
00:59:32   missing type arguments for generic class G<T2>
00:59:32   where T2 is a type-variable:
00:59:32     T2 extends Object declared in class G
00:59:32 X.java:5: warning: [rawtypes] found raw type: F
00:59:32 	void b(F x) {}
00:59:32 	       ^
00:59:32   missing type arguments for generic class F<T1>
00:59:32   where T1 is a type-variable:
00:59:32     T1 extends Object declared in class F
00:59:32 X.java:8: error: reference to a is ambiguous
00:59:32 		new X().a(h);
00:59:32 		       ^
00:59:32   both method a(G) in X and method a(F<C>) in X match
00:59:32 1 error
00:59:32 2 warnings
00:59:32 
00:59:32 
00:59:32 
00:59:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:34 --- javac err: ---
00:59:34 X.java:6: error: no suitable method found for one(H<C>)
00:59:34 		new X().one(h);
00:59:34 		       ^
00:59:34     method X.one(G<B>) is not applicable
00:59:34       (argument mismatch; H<C> cannot be converted to G<B>)
00:59:34     method X.one(F<B>) is not applicable
00:59:34       (argument mismatch; H<C> cannot be converted to F<B>)
00:59:34 1 error
00:59:34 
00:59:34 
00:59:34 
00:59:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:35 
00:59:35 
00:59:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:36 --- javac err: ---
00:59:36 X.java:6: error: reference to three is ambiguous
00:59:36 		new X().three(h);
00:59:36 		       ^
00:59:36   both method <E1,E2>three(G<E2>) in X and method <E3>three(F<E3>) in X match
00:59:36   where E1,E2,E3 are type-variables:
00:59:36     E1 extends Object declared in method <E1,E2>three(G<E2>)
00:59:36     E2 extends B declared in method <E1,E2>three(G<E2>)
00:59:36     E3 extends C declared in method <E3>three(F<E3>)
00:59:36 1 error
00:59:36 
00:59:36 
00:59:36 
00:59:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:37 
00:59:37 
00:59:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:39 --- javac err: ---
00:59:39 X.java:2: warning: [rawtypes] found raw type: G
00:59:39 	void x(G x) { System.out.print(true); }
00:59:39 	       ^
00:59:39   missing type arguments for generic class G<T2>
00:59:39   where T2 is a type-variable:
00:59:39     T2 extends Object declared in class G
00:59:39 X.java:3: warning: [rawtypes] found raw type: F
00:59:39 	void x(F x) { System.out.print(false); }
00:59:39 	       ^
00:59:39   missing type arguments for generic class F<T1>
00:59:39   where T1 is a type-variable:
00:59:39     T1 extends Object declared in class F
00:59:39 X.java:6: warning: [rawtypes] found raw type: G
00:59:39 	void a(G x) {}
00:59:39 	       ^
00:59:39   missing type arguments for generic class G<T2>
00:59:39   where T2 is a type-variable:
00:59:39     T2 extends Object declared in class G
00:59:39 X.java:8: warning: [rawtypes] found raw type: G
00:59:39 	void a2(G x) {}
00:59:39 	        ^
00:59:39   missing type arguments for generic class G<T2>
00:59:39   where T2 is a type-variable:
00:59:39     T2 extends Object declared in class G
00:59:39 X.java:10: warning: [rawtypes] found raw type: G
00:59:39 	void a3(G x) {}
00:59:39 	        ^
00:59:39   missing type arguments for generic class G<T2>
00:59:39   where T2 is a type-variable:
00:59:39     T2 extends Object declared in class G
00:59:39 X.java:12: warning: [rawtypes] found raw type: G
00:59:39 	void a4(G x) {}
00:59:39 	        ^
00:59:39   missing type arguments for generic class G<T2>
00:59:39   where T2 is a type-variable:
00:59:39     T2 extends Object declared in class G
00:59:39 X.java:14: warning: [rawtypes] found raw type: G
00:59:39 	<T extends G> void a5(T x) {}
00:59:39 	           ^
00:59:39   missing type arguments for generic class G<T2>
00:59:39   where T2 is a type-variable:
00:59:39     T2 extends Object declared in class G
00:59:39 X.java:16: warning: [rawtypes] found raw type: G
00:59:39 	<T extends G> void a6(T x) {}
00:59:39 	           ^
00:59:39   missing type arguments for generic class G<T2>
00:59:39   where T2 is a type-variable:
00:59:39     T2 extends Object declared in class G
00:59:39 X.java:19: warning: [rawtypes] found raw type: F
00:59:39 	void b(F x) { System.out.print(false); }
00:59:39 	       ^
00:59:39   missing type arguments for generic class F<T1>
00:59:39   where T1 is a type-variable:
00:59:39     T1 extends Object declared in class F
00:59:39 X.java:21: warning: [rawtypes] found raw type: F
00:59:39 	<T extends F> void b2(T x) { System.out.print(false); }
00:59:39 	           ^
00:59:39   missing type arguments for generic class F<T1>
00:59:39   where T1 is a type-variable:
00:59:39     T1 extends Object declared in class F
00:59:39 X.java:23: warning: [rawtypes] found raw type: F
00:59:39 	void b3(F x) { System.out.print(false); }
00:59:39 	        ^
00:59:39   missing type arguments for generic class F<T1>
00:59:39   where T1 is a type-variable:
00:59:39     T1 extends Object declared in class F
00:59:39 X.java:25: warning: [rawtypes] found raw type: F
00:59:39 	void b4(F x) { System.out.print(false); }
00:59:39 	        ^
00:59:39   missing type arguments for generic class F<T1>
00:59:39   where T1 is a type-variable:
00:59:39     T1 extends Object declared in class F
00:59:39 X.java:27: warning: [rawtypes] found raw type: F
00:59:39 	void b5(F x) { System.out.print(false); }
00:59:39 	        ^
00:59:39   missing type arguments for generic class F<T1>
00:59:39   where T1 is a type-variable:
00:59:39     T1 extends Object declared in class F
00:59:39 X.java:28: warning: [rawtypes] found raw type: G
00:59:39 	void c(G x) { System.out.print(true); }
00:59:39 	       ^
00:59:39   missing type arguments for generic class G<T2>
00:59:39   where T2 is a type-variable:
00:59:39     T2 extends Object declared in class G
00:59:39 X.java:29: warning: [rawtypes] found raw type: F
00:59:39 	<T extends C> void c(F x) { System.out.print(false); }
00:59:39 	                     ^
00:59:39   missing type arguments for generic class F<T1>
00:59:39   where T1 is a type-variable:
00:59:39     T1 extends Object declared in class F
00:59:39 X.java:32: warning: [rawtypes] found raw type: H
00:59:39 		H hraw = null;
00:59:39 		^
00:59:39   missing type arguments for generic class H<T3>
00:59:39   where T3 is a type-variable:
00:59:39     T3 extends Object declared in class H
00:59:39 X.java:36: warning: [unchecked] unchecked method invocation: method x2 in class X is applied to given types
00:59:39 		new X().x2(hraw);
00:59:39 		          ^
00:59:39   required: G<C>
00:59:39   found: H
00:59:39 X.java:36: warning: [unchecked] unchecked conversion
00:59:39 		new X().x2(hraw);
00:59:39 		           ^
00:59:39   required: G<C>
00:59:39   found:    H
00:59:39 X.java:38: warning: [unchecked] unchecked method invocation: method b in class X is applied to given types
00:59:39 		new X().b(hraw);
00:59:39 		         ^
00:59:39   required: G<C>
00:59:39   found: H
00:59:39 X.java:38: warning: [unchecked] unchecked conversion
00:59:39 		new X().b(hraw);
00:59:39 		          ^
00:59:39   required: G<C>
00:59:39   found:    H
00:59:39 X.java:40: warning: [unchecked] unchecked method invocation: method b2 in class X is applied to given types
00:59:39 		new X().b2(hraw);
00:59:39 		          ^
00:59:39   required: G<C>
00:59:39   found: H
00:59:39 X.java:40: warning: [unchecked] unchecked conversion
00:59:39 		new X().b2(hraw);
00:59:39 		           ^
00:59:39   required: G<C>
00:59:39   found:    H
00:59:39 X.java:42: warning: [unchecked] unchecked method invocation: method b3 in class X is applied to given types
00:59:39 		new X().b3(hraw);
00:59:39 		          ^
00:59:39   required: G<T>
00:59:39   found: H
00:59:39   where T is a type-variable:
00:59:39     T extends C declared in method <T>b3(G<T>)
00:59:39 X.java:42: warning: [unchecked] unchecked conversion
00:59:39 		new X().b3(hraw);
00:59:39 		           ^
00:59:39   required: G<T>
00:59:39   found:    H
00:59:39   where T is a type-variable:
00:59:39     T extends C declared in method <T>b3(G<T>)
00:59:39 X.java:44: warning: [unchecked] unchecked method invocation: method b4 in class X is applied to given types
00:59:39 		new X().b4(hraw);
00:59:39 		          ^
00:59:39   required: T
00:59:39   found: H
00:59:39   where T is a type-variable:
00:59:39     T extends G<C> declared in method <T>b4(T)
00:59:39 X.java:46: warning: [unchecked] unchecked method invocation: method b5 in class X is applied to given types
00:59:39 		new X().b5(hraw);
00:59:39 		          ^
00:59:39   required: S
00:59:39   found: H
00:59:39   where S,T are type-variables:
00:59:39     S extends G<T> declared in method <T,S>b5(S)
00:59:39     T extends C declared in method <T,S>b5(S)
00:59:39 26 warnings
00:59:39 
00:59:40 --- javac err: ---
00:59:40 Y.java:3: warning: auxiliary class H in X.java should not be accessed from outside its own source file
00:59:40 		H<C> h = null;
00:59:40 		^
00:59:40 Y.java:3: warning: auxiliary class C in X.java should not be accessed from outside its own source file
00:59:40 		H<C> h = null;
00:59:40 		  ^
00:59:40 Y.java:4: warning: auxiliary class H in X.java should not be accessed from outside its own source file
00:59:40 		H hraw = null;
00:59:40 		^
00:59:40 Y.java:4: warning: [rawtypes] found raw type: H
00:59:40 		H hraw = null;
00:59:40 		^
00:59:40   missing type arguments for generic class H<T3>
00:59:40   where T3 is a type-variable:
00:59:40     T3 extends Object declared in class H
00:59:40 Y.java:5: error: reference to a is ambiguous
00:59:40 		new X().a(h);
00:59:40 		       ^
00:59:40   both method a(G) in X and method a(F<C>) in X match
00:59:40 Y.java:6: error: reference to a is ambiguous
00:59:40 		new X().a(hraw);
00:59:40 		       ^
00:59:40   both method a(G) in X and method a(F<C>) in X match
00:59:40 Y.java:7: error: reference to a2 is ambiguous
00:59:40 		new X().a2(h);
00:59:40 		       ^
00:59:40   both method a2(G) in X and method <T>a2(F<T>) in X match
00:59:40   where T is a type-variable:
00:59:40     T extends C declared in method <T>a2(F<T>)
00:59:40 Y.java:8: error: reference to a2 is ambiguous
00:59:40 		new X().a2(hraw);
00:59:40 		       ^
00:59:40   both method a2(G) in X and method <T>a2(F<T>) in X match
00:59:40   where T is a type-variable:
00:59:40     T extends C declared in method <T>a2(F<T>)
00:59:40 Y.java:9: error: reference to a3 is ambiguous
00:59:40 		new X().a3(h);
00:59:40 		       ^
00:59:40   both method a3(G) in X and method <T>a3(T) in X match
00:59:40   where T is a type-variable:
00:59:40     T extends F<C> declared in method <T>a3(T)
00:59:40 Y.java:10: error: reference to a3 is ambiguous
00:59:40 		new X().a3(hraw);
00:59:40 		       ^
00:59:40   both method a3(G) in X and method <T>a3(T) in X match
00:59:40   where T is a type-variable:
00:59:40     T extends F<C> declared in method <T>a3(T)
00:59:40 Y.java:11: error: reference to a4 is ambiguous
00:59:40 		new X().a4(h);
00:59:40 		       ^
00:59:40   both method a4(G) in X and method <T,S>a4(S) in X match
00:59:40   where T,S are type-variables:
00:59:40     T extends C declared in method <T,S>a4(S)
00:59:40     S extends F<T> declared in method <T,S>a4(S)
00:59:40 Y.java:12: error: reference to a4 is ambiguous
00:59:40 		new X().a4(hraw);
00:59:40 		       ^
00:59:40   both method a4(G) in X and method <T,S>a4(S) in X match
00:59:40   where T,S are type-variables:
00:59:40     T extends C declared in method <T,S>a4(S)
00:59:40     S extends F<T> declared in method <T,S>a4(S)
00:59:40 Y.java:13: error: reference to a5 is ambiguous
00:59:40 		new X().a5(h);
00:59:40 		       ^
00:59:40   both method <T>a5(T) in X and method a5(F<C>) in X match
00:59:40   where T is a type-variable:
00:59:40     T extends G declared in method <T>a5(T)
00:59:40 Y.java:14: error: reference to a5 is ambiguous
00:59:40 		new X().a5(hraw);
00:59:40 		       ^
00:59:40   both method <T>a5(T) in X and method a5(F<C>) in X match
00:59:40   where T is a type-variable:
00:59:40     T extends G declared in method <T>a5(T)
00:59:40 Y.java:15: error: reference to a6 is ambiguous
00:59:40 		new X().a6(h);
00:59:40 		       ^
00:59:40   both method <T#1>a6(T#1) in X and method <T#2,S>a6(S) in X match
00:59:40   where T#1,T#2,S are type-variables:
00:59:40     T#1 extends G declared in method <T#1>a6(T#1)
00:59:40     T#2 extends C declared in method <T#2,S>a6(S)
00:59:40     S extends F<T#2> declared in method <T#2,S>a6(S)
00:59:40 Y.java:16: error: reference to a6 is ambiguous
00:59:40 		new X().a6(hraw);
00:59:40 		       ^
00:59:40   both method <T#1>a6(T#1) in X and method <T#2,S>a6(S) in X match
00:59:40   where T#1,T#2,S are type-variables:
00:59:40     T#1 extends G declared in method <T#1>a6(T#1)
00:59:40     T#2 extends C declared in method <T#2,S>a6(S)
00:59:40     S extends F<T#2> declared in method <T#2,S>a6(S)
00:59:40 12 errors
00:59:40 4 warnings
00:59:40 
00:59:40 
00:59:40 
00:59:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:41 --- javac err: ---
00:59:41 X.java:5: warning: [rawtypes] found raw type: G
00:59:41 	void a(G x) {}
00:59:41 	       ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:8: warning: [rawtypes] found raw type: G
00:59:41 	void b(G x) {}
00:59:41 	       ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:9: warning: [rawtypes] found raw type: F
00:59:41 	void b(F x) {}
00:59:41 	       ^
00:59:41   missing type arguments for generic class F<T1>
00:59:41   where T1 is a type-variable:
00:59:41     T1 extends Object declared in class F
00:59:41 X.java:11: warning: [rawtypes] found raw type: G
00:59:41 	void c(G x) {}
00:59:41 	       ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:14: warning: [rawtypes] found raw type: G
00:59:41 	void d(G x) {}
00:59:41 	       ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:17: warning: [rawtypes] found raw type: G
00:59:41 	void e(G x) {}
00:59:41 	       ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:20: warning: [rawtypes] found raw type: G
00:59:41 	void f(G x) {}
00:59:41 	       ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:21: warning: [rawtypes] found raw type: F
00:59:41 	<S extends F> void f(S x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class F<T1>
00:59:41   where T1 is a type-variable:
00:59:41     T1 extends Object declared in class F
00:59:41 X.java:23: warning: [rawtypes] found raw type: G
00:59:41 	void g(G x) {}
00:59:41 	       ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:24: warning: [rawtypes] found raw type: F
00:59:41 	<S extends F & J<S>> void g(S x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class F<T1>
00:59:41   where T1 is a type-variable:
00:59:41     T1 extends Object declared in class F
00:59:41 X.java:26: warning: [rawtypes] found raw type: G
00:59:41 	<T extends G> void a2(T x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:29: warning: [rawtypes] found raw type: G
00:59:41 	<T extends G> void b2(T x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:30: warning: [rawtypes] found raw type: F
00:59:41 	void b2(F x) {}
00:59:41 	        ^
00:59:41   missing type arguments for generic class F<T1>
00:59:41   where T1 is a type-variable:
00:59:41     T1 extends Object declared in class F
00:59:41 X.java:32: warning: [rawtypes] found raw type: G
00:59:41 	<T extends G> void c2(T x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:35: warning: [rawtypes] found raw type: G
00:59:41 	<T extends G> void d2(T x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:38: warning: [rawtypes] found raw type: G
00:59:41 	<T extends G> void e2(T x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:41: warning: [rawtypes] found raw type: G
00:59:41 	<T extends G> void f2(T x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:42: warning: [rawtypes] found raw type: F
00:59:41 	<S extends F & J> void f2(S x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class F<T1>
00:59:41   where T1 is a type-variable:
00:59:41     T1 extends Object declared in class F
00:59:41 X.java:42: warning: [rawtypes] found raw type: J
00:59:41 	<S extends F & J> void f2(S x) {}
00:59:41 	               ^
00:59:41   missing type arguments for generic class J<T>
00:59:41   where T is a type-variable:
00:59:41     T extends Object declared in interface J
00:59:41 X.java:44: warning: [rawtypes] found raw type: G
00:59:41 	<T extends G> void g2(T x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class G<T2>
00:59:41   where T2 is a type-variable:
00:59:41     T2 extends Object declared in class G
00:59:41 X.java:45: warning: [rawtypes] found raw type: F
00:59:41 	<S extends F & J<S>> void g2(S x) {}
00:59:41 	           ^
00:59:41   missing type arguments for generic class F<T1>
00:59:41 
00:59:41 
00:59:41   where T1 is a type-variable:
00:59:41     T1 extends Object declared in class F
00:59:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:41 X.java:50: warning: [rawtypes] found raw type: H
00:59:41 		H hraw = null;
00:59:41 		^
00:59:41   missing type arguments for generic class H<T3>
00:59:41   where T3 is a type-variable:
00:59:41     T3 extends Object declared in class H
00:59:41 X.java:52: error: reference to a is ambiguous
00:59:41 		x.a(h);
00:59:41 		 ^
00:59:41   both method a(G) in X and method <T,S>a(S) in X match
00:59:41   where T,S are type-variables:
00:59:41     T extends C declared in method <T,S>a(S)
00:59:41     S extends F<T> declared in method <T,S>a(S)
00:59:41 X.java:53: error: reference to a is ambiguous
00:59:41 		x.a(hraw);
00:59:41 		 ^
00:59:41   both method a(G) in X and method <T,S>a(S) in X match
00:59:41   where T,S are type-variables:
00:59:41     T extends C declared in method <T,S>a(S)
00:59:41     S extends F<T> declared in method <T,S>a(S)
00:59:41 X.java:58: error: reference to c is ambiguous
00:59:41 		x.c(h);
00:59:41 		 ^
00:59:41   both method c(G) in X and method c(F<?>) in X match
00:59:41 X.java:59: error: reference to c is ambiguous
00:59:41 		x.c(hraw);
00:59:41 		 ^
00:59:41   both method c(G) in X and method c(F<?>) in X match
00:59:41 X.java:61: error: reference to d is ambiguous
00:59:41 		x.d(h);
00:59:41 		 ^
00:59:41   both method d(G) in X and method d(F<C>) in X match
00:59:41 X.java:62: error: reference to d is ambiguous
00:59:41 		x.d(hraw);
00:59:41 		 ^
00:59:41   both method d(G) in X and method d(F<C>) in X match
00:59:41 X.java:64: error: reference to e is ambiguous
00:59:41 		x.e(h);
00:59:41 		 ^
00:59:41   both method e(G) in X and method <T>e(F<T>) in X match
00:59:41   where T is a type-variable:
00:59:41     T extends C declared in method <T>e(F<T>)
00:59:41 X.java:65: error: reference to e is ambiguous
00:59:41 		x.e(hraw);
00:59:41 		 ^
00:59:41   both method e(G) in X and method <T>e(F<T>) in X match
00:59:41   where T is a type-variable:
00:59:41     T extends C declared in method <T>e(F<T>)
00:59:41 X.java:71: error: reference to g is ambiguous
00:59:41 		x.g(hraw);
00:59:41 		 ^
00:59:41   both method g(G) in X and method <S>g(S) in X match
00:59:41   where S is a type-variable:
00:59:41     S extends F,J<S> declared in method <S>g(S)
00:59:41 X.java:73: error: reference to a2 is ambiguous
00:59:41 		x.a2(h);
00:59:41 		 ^
00:59:41   both method <T#1>a2(T#1) in X and method <T#2,S>a2(S) in X match
00:59:41   where T#1,T#2,S are type-variables:
00:59:41     T#1 extends G declared in method <T#1>a2(T#1)
00:59:41     T#2 extends C declared in method <T#2,S>a2(S)
00:59:41     S extends F<T#2> declared in method <T#2,S>a2(S)
00:59:41 X.java:74: error: reference to a2 is ambiguous
00:59:41 		x.a2(hraw);
00:59:41 		 ^
00:59:41   both method <T#1>a2(T#1) in X and method <T#2,S>a2(S) in X match
00:59:41   where T#1,T#2,S are type-variables:
00:59:41     T#1 extends G declared in method <T#1>a2(T#1)
00:59:41     T#2 extends C declared in method <T#2,S>a2(S)
00:59:41     S extends F<T#2> declared in method <T#2,S>a2(S)
00:59:41 X.java:79: error: reference to c2 is ambiguous
00:59:41 		x.c2(h);
00:59:41 		 ^
00:59:41   both method <T>c2(T) in X and method c2(F<?>) in X match
00:59:41   where T is a type-variable:
00:59:41     T extends G declared in method <T>c2(T)
00:59:41 X.java:80: error: reference to c2 is ambiguous
00:59:41 		x.c2(hraw);
00:59:41 		 ^
00:59:41   both method <T>c2(T) in X and method c2(F<?>) in X match
00:59:41   where T is a type-variable:
00:59:41     T extends G declared in method <T>c2(T)
00:59:41 X.java:82: error: reference to d2 is ambiguous
00:59:41 		x.d2(h);
00:59:41 		 ^
00:59:41   both method <T>d2(T) in X and method d2(F<C>) in X match
00:59:41   where T is a type-variable:
00:59:41     T extends G declared in method <T>d2(T)
00:59:41 X.java:83: error: reference to d2 is ambiguous
00:59:41 		x.d2(hraw);
00:59:41 		 ^
00:59:41   both method <T>d2(T) in X and method d2(F<C>) in X match
00:59:41   where T is a type-variable:
00:59:41     T extends G declared in method <T>d2(T)
00:59:41 X.java:85: error: reference to e2 is ambiguous
00:59:41 		x.e2(h);
00:59:41 		 ^
00:59:41   both method <T#1>e2(T#1) in X and method <T#2>e2(F<T#2>) in X match
00:59:41   where T#1,T#2 are type-variables:
00:59:41     T#1 extends G declared in method <T#1>e2(T#1)
00:59:41     T#2 extends C declared in method <T#2>e2(F<T#2>)
00:59:41 X.java:86: error: reference to e2 is ambiguous
00:59:41 		x.e2(hraw);
00:59:41 		 ^
00:59:41   both method <T#1>e2(T#1) in X and method <T#2>e2(F<T#2>) in X match
00:59:41   where T#1,T#2 are type-variables:
00:59:41     T#1 extends G declared in method <T#1>e2(T#1)
00:59:41     T#2 extends C declared in method <T#2>e2(F<T#2>)
00:59:41 X.java:92: error: reference to g2 is ambiguous
00:59:41 		x.g2(hraw);
00:59:41 		 ^
00:59:41   both method <T>g2(T) in X and method <S>g2(S) in X match
00:59:41   where T,S are type-variables:
00:59:41     T extends G declared in method <T>g2(T)
00:59:41     S extends F,J<S> declared in method <S>g2(S)
00:59:41 X.java:98: warning: [rawtypes] found raw type: I
00:59:41 class C extends B implements I {}
00:59:41                              ^
00:59:41   missing type arguments for generic class I<T>
00:59:41   where T is a type-variable:
00:59:41     T extends Object declared in interface I
00:59:41 18 errors
00:59:41 23 warnings
00:59:41 
00:59:43 
00:59:43 
00:59:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:44 
00:59:44 
00:59:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:44 
00:59:44 
00:59:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:44 
00:59:44 
00:59:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:44 
00:59:44 
00:59:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:45 --- javac err: ---
00:59:45 Y.java:8: error: name clash: <U>make(Class<U>) and <W>make(Class<W>) have the same erasure
00:59:45   public static <U extends Object> X<U> make(Class<U> clazz) {
00:59:45                                         ^
00:59:45   where U,W are type-variables:
00:59:45     U extends Object declared in method <U>make(Class<U>)
00:59:45     W extends String declared in method <W>make(Class<W>)
00:59:45 Y.java:13: warning: [unchecked] unchecked method invocation: method make in class Y is applied to given types
00:59:45     Y.make(getClazz());
00:59:45           ^
00:59:45   required: Class<W>
00:59:45   found: Class
00:59:45   where W is a type-variable:
00:59:45     W extends String declared in method <W>make(Class<W>)
00:59:45 Y.java:13: warning: [unchecked] unchecked conversion
00:59:45     Y.make(getClazz());
00:59:45                    ^
00:59:45   required: Class<W>
00:59:45   found:    Class
00:59:45   where W is a type-variable:
00:59:45     W extends String declared in method <W>make(Class<W>)
00:59:45 Y.java:15: warning: [rawtypes] found raw type: Class
00:59:45   public static Class getClazz() {
00:59:45                 ^
00:59:45   missing type arguments for generic class Class<T>
00:59:45   where T is a type-variable:
00:59:45     T extends Object declared in class Class
00:59:45 1 error
00:59:45 3 warnings
00:59:45 
00:59:45 
00:59:45 
00:59:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:46 --- javac err: ---
00:59:46 X.java:7: error: name clash: <U>make(Class<U>) and <W>make(Class<W>) have the same erasure
00:59:46   public <U extends Object> X<U> make(Class<U> clazz) {
00:59:46                                  ^
00:59:46   where U,W are type-variables:
00:59:46     U extends Object declared in method <U>make(Class<U>)
00:59:46     W extends String declared in method <W>make(Class<W>)
00:59:46 X.java:12: warning: [rawtypes] found raw type: Y
00:59:46     Y y = new Y();
00:59:46     ^
00:59:46   missing type arguments for generic class Y<V>
00:59:46   where V is a type-variable:
00:59:46     V extends String declared in class Y
00:59:46 X.java:12: warning: [rawtypes] found raw type: Y
00:59:46     Y y = new Y();
00:59:46               ^
00:59:46   missing type arguments for generic class Y<V>
00:59:46   where V is a type-variable:
00:59:46     V extends String declared in class Y
00:59:46 X.java:13: warning: [unchecked] unchecked call to <W>make(Class<W>) as a member of the raw type Y
00:59:46     y.make(String.class);
00:59:46           ^
00:59:46   where W is a type-variable:
00:59:46     W extends String declared in method <W>make(Class<W>)
00:59:46 X.java:14: warning: [unchecked] unchecked call to <W>make(Class<W>) as a member of the raw type Y
00:59:46     y.make(getClazz());
00:59:46           ^
00:59:46   where W is a type-variable:
00:59:46     W extends String declared in method <W>make(Class<W>)
00:59:46 X.java:15: warning: [unchecked] unchecked call to <W>make(Class<W>) as a member of the raw type Y
00:59:46     y.make(getClazz().newInstance().getClass());
00:59:46           ^
00:59:46   where W is a type-variable:
00:59:46     W extends String declared in method <W>make(Class<W>)
00:59:46 X.java:17: warning: [rawtypes] found raw type: Class
00:59:46   public static Class getClazz() {
00:59:46                 ^
00:59:46   missing type arguments for generic class Class<T>
00:59:46   where T is a type-variable:
00:59:46     T extends Object declared in class Class
00:59:46 1 error
00:59:46 6 warnings
00:59:46 
00:59:46 
00:59:46 
00:59:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:48 
00:59:48 
00:59:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:49 
00:59:49 
00:59:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:50 --- javac err: ---
00:59:50 J.java:2: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
00:59:50   Float foo(final Number p);
00:59:50         ^
00:59:50   return type requires unchecked conversion from Float to T
00:59:50   where T is a type-variable:
00:59:50     T extends Number declared in method <T>foo(Number)
00:59:50 Y.java:2: warning: [unchecked] foo(Number) in Y implements <T>foo(Number) in I
00:59:50   public Float foo(final Number p){
00:59:50                ^
00:59:50   return type requires unchecked conversion from Float to T
00:59:50   where T is a type-variable:
00:59:50     T extends Number declared in method <T>foo(Number)
00:59:50 2 warnings
00:59:50 
00:59:50 
00:59:50 
00:59:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:51 --- javac err: ---
00:59:51 J.java:2: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
00:59:51   Float foo(final Number p);
00:59:51         ^
00:59:51   return type requires unchecked conversion from Float to T
00:59:51   where T is a type-variable:
00:59:51     T extends Number declared in method <T>foo(Number)
00:59:51 Y.java:2: warning: [unchecked] foo(Number) in Y implements <T>foo(Number) in I
00:59:51   public Float foo(final Number p){
00:59:51                ^
00:59:51   return type requires unchecked conversion from Float to T
00:59:51   where T is a type-variable:
00:59:51     T extends Number declared in method <T>foo(Number)
00:59:51 2 warnings
00:59:51 
00:59:52 
00:59:52 
00:59:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:53 --- javac err: ---
00:59:53 J.java:3: error: name clash: foo(Number) and <T>foo(Number) have the same erasure
00:59:53   Float foo(final Number p);
00:59:53         ^
00:59:53   where T is a type-variable:
00:59:53     T extends Number declared in method <T>foo(Number)
00:59:53 1 error
00:59:53 
00:59:53 
00:59:53 
00:59:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:54 
00:59:54 
00:59:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:55 
00:59:55 
00:59:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:56 
00:59:56 
00:59:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:57 
00:59:57 
00:59:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:58 
00:59:58 
00:59:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
00:59:59 
00:59:59 
00:59:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:00 
01:00:00 
01:00:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:02 
01:00:02 
01:00:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:03 
01:00:03 
01:00:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:04 --- javac err: ---
01:00:04 X.java:9: error: incompatible types: Object cannot be converted to String
01:00:04     String s = ((I) this).foo(0.0f);
01:00:04                              ^
01:00:04 1 error
01:00:04 
01:00:04 
01:00:04 
01:00:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:05 
01:00:05 
01:00:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:06 --- javac err: ---
01:00:06 X.java:12: error: Z is not abstract and does not override abstract method foo(float) in J
01:00:06 class Z extends X {
01:00:06 ^
01:00:06 X.java:14: error: foo(float) in Z cannot override foo(float) in J
01:00:06   public Object foo(float f) {
01:00:06                 ^
01:00:06   return type Object is not compatible with String
01:00:06 2 errors
01:00:06 
01:00:06 
01:00:06 
01:00:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:07 
01:00:07 
01:00:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:08 
01:00:08 
01:00:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:09 
01:00:09 
01:00:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:10 --- javac err: ---
01:00:10 X.java:1: error: types J and I are incompatible; both define method(), but with unrelated return types
01:00:10 public class X<T extends I & J> {
01:00:10                ^
01:00:10 1 error
01:00:10 
01:00:10 
01:00:10 
01:00:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:12 --- javac err: ---
01:00:12 X.java:1: error: types J and I are incompatible; both define method(), but with unrelated return types
01:00:12 public class X<T extends I & J> {
01:00:12                ^
01:00:12 X.java:3: error: reference to method is ambiguous
01:00:12     t.method();
01:00:12      ^
01:00:12   both method method() in J and method method() in I match
01:00:12 X.java:5: warning: [static] static variable should be qualified by type name, J, instead of by an expression
01:00:12     if (t.CONSTANT > 0);
01:00:12          ^
01:00:12 X.java:5: warning: [empty] empty statement after if
01:00:12     if (t.CONSTANT > 0);
01:00:12                        ^
01:00:12 2 errors
01:00:12 2 warnings
01:00:12 
01:00:12 
01:00:12 
01:00:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:13 --- javac err: ---
01:00:13 X.java:7: error: X is not abstract and does not override abstract method method() in J
01:00:13 class X implements I, J {
01:00:13 ^
01:00:13 X.java:8: error: method() in X cannot implement method() in J
01:00:13   public int method() {
01:00:13              ^
01:00:13   return type int is not compatible with boolean
01:00:13 2 errors
01:00:13 
01:00:13 
01:00:13 
01:00:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:14 
01:00:14 
01:00:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:15 --- javac err: ---
01:00:15 X.java:9: error: reference to bar is ambiguous
01:00:15     bar(new Z());
01:00:15     ^
01:00:15   both method bar(I<?>) in Y and method bar(Z) in X match
01:00:15 X.java:13: warning: [rawtypes] found raw type: I
01:00:15   private static final class Z implements I {
01:00:15                                           ^
01:00:15   missing type arguments for generic class I<T>
01:00:15   where T is a type-variable:
01:00:15     T extends Object declared in interface I
01:00:15 1 error
01:00:15 1 warning
01:00:15 
01:00:15 
01:00:15 
01:00:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:16 
01:00:16 
01:00:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:17 --- javac err: ---
01:00:17 X.java:13: warning: [rawtypes] found raw type: I
01:00:17   private static class Z implements I {
01:00:17                                     ^
01:00:17   missing type arguments for generic class I<T>
01:00:17   where T is a type-variable:
01:00:17     T extends Object declared in interface I
01:00:17 X.java:9: error: reference to bar is ambiguous
01:00:17     bar(new Z(){});
01:00:17     ^
01:00:17   both method bar(I<?>) in Y and method bar(Z) in X match
01:00:17 1 error
01:00:17 1 warning
01:00:17 
01:00:17 
01:00:17 
01:00:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:18 
01:00:18 
01:00:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:18 
01:00:18 
01:00:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:19 
01:00:19 
01:00:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:21 --- javac err: ---
01:00:21 X.java:1: warning: [rawtypes] found raw type: A
01:00:21 public class X extends A {
01:00:21                        ^
01:00:21   missing type arguments for generic class A<T>
01:00:21   where T is a type-variable:
01:00:21     T extends Object declared in class A
01:00:21 X.java:2: warning: [rawtypes] found raw type: G
01:00:21 	void x(G g) { System.out.print(1); }
01:00:21 	       ^
01:00:21   missing type arguments for generic class G<T>
01:00:21   where T is a type-variable:
01:00:21     T extends Object declared in class G
01:00:21 X.java:3: warning: [rawtypes] found raw type: G
01:00:21 	void x(G g, G g2) { System.out.print(1); }
01:00:21 	       ^
01:00:21   missing type arguments for generic class G<T>
01:00:21   where T is a type-variable:
01:00:21     T extends Object declared in class G
01:00:21 X.java:3: warning: [rawtypes] found raw type: G
01:00:21 	void x(G g, G g2) { System.out.print(1); }
01:00:21 	            ^
01:00:21   missing type arguments for generic class G<T>
01:00:21   where T is a type-variable:
01:00:21     T extends Object declared in class G
01:00:21 X.java:5: warning: [rawtypes] found raw type: H
01:00:21 		H h = new H();
01:00:21 		^
01:00:21   missing type arguments for generic class H<T>
01:00:21   where T is a type-variable:
01:00:21     T extends Object declared in class H
01:00:21 X.java:5: warning: [rawtypes] found raw type: H
01:00:21 		H h = new H();
01:00:21 		          ^
01:00:21   missing type arguments for generic class H<T>
01:00:21   where T is a type-variable:
01:00:21     T extends Object declared in class H
01:00:21 6 warnings
01:00:21 
01:00:21 
01:00:21 
01:00:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:22 --- javac err: ---
01:00:22 X.java:1: warning: [rawtypes] found raw type: ArrayList
01:00:22 public class X extends java.util.ArrayList {
01:00:22                                 ^
01:00:22   missing type arguments for generic class ArrayList<E>
01:00:22   where E is a type-variable:
01:00:22     E extends Object declared in class ArrayList
01:00:22 X.java:3: warning: [rawtypes] found raw type: Comparable
01:00:22 	public void add(Comparable o) {}
01:00:22 	                ^
01:00:22   missing type arguments for generic class Comparable<T>
01:00:22   where T is a type-variable:
01:00:22     T extends Object declared in interface Comparable
01:00:22 2 warnings
01:00:22 
01:00:22 
01:00:22 
01:00:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:23 --- javac err: ---
01:00:23 X.java:8: error: methods foo(T) from X<String> and foo(String) from X<String> are inherited with the same signature
01:00:23 class NoErrorSubclass extends X<String> {}
01:00:23 ^
01:00:23   where T is a type-variable:
01:00:23     T extends Object declared in class X
01:00:23 X.java:10: error: reference to X is ambiguous
01:00:23 	StringOnlySubClass(String s) { super(s); }
01:00:23 	                               ^
01:00:23   both constructor X(String) in X and constructor X(T) in X match
01:00:23   where T is a type-variable:
01:00:23     T extends Object declared in class X
01:00:23 X.java:11: error: reference to foo is ambiguous
01:00:23 	@Override void foo(String s) { super.foo(s); }
01:00:23 	                                    ^
01:00:23   both method foo(String) in X and method foo(T) in X match
01:00:23   where T is a type-variable:
01:00:23     T extends Object declared in class X
01:00:23 X.java:14: error: reference to X is ambiguous
01:00:23 	Object o = new X<String>("xyz");
01:00:23 	           ^
01:00:23   both constructor X(String) in X and constructor X(T) in X match
01:00:23   where T is a type-variable:
01:00:23     T extends Object declared in class X
01:00:23 X.java:15: error: reference to foo is ambiguous
01:00:23 	void test(X<String> x) { x.foo("xyz"); }
01:00:23 	                          ^
01:00:23   both method foo(String) in X and method foo(T) in X match
01:00:23   where T is a type-variable:
01:00:23     T extends Object declared in class X
01:00:23 5 errors
01:00:23 
01:00:23 
01:00:23 
01:00:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:25 --- javac err: ---
01:00:25 X.java:4: warning: [rawtypes] found raw type: TreeMap
01:00:25 		TreeMap copy = new TreeMap(tm);
01:00:25 		^
01:00:25   missing type arguments for generic class TreeMap<K,V>
01:00:25   where K,V are type-variables:
01:00:25     K extends Object declared in class TreeMap
01:00:25     V extends Object declared in class TreeMap
01:00:25 X.java:4: warning: [rawtypes] found raw type: TreeMap
01:00:25 		TreeMap copy = new TreeMap(tm);
01:00:25 		                   ^
01:00:25   missing type arguments for generic class TreeMap<K,V>
01:00:25   where K,V are type-variables:
01:00:25     K extends Object declared in class TreeMap
01:00:25     V extends Object declared in class TreeMap
01:00:25 X.java:4: warning: [unchecked] unchecked call to TreeMap(SortedMap<K,? extends V>) as a member of the raw type TreeMap
01:00:25 		TreeMap copy = new TreeMap(tm);
01:00:25 		               ^
01:00:25   where K,V are type-variables:
01:00:25     K extends Object declared in class TreeMap
01:00:25     V extends Object declared in class TreeMap
01:00:25 3 warnings
01:00:25 
01:00:25 
01:00:25 
01:00:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:26 --- javac err: ---
01:00:26 X.java:3: warning: [rawtypes] found raw type: Y
01:00:26 		new Y(p);
01:00:26 		    ^
01:00:26   missing type arguments for generic class Y<T,U>
01:00:26   where T,U are type-variables:
01:00:26     T extends Object declared in class Y
01:00:26     U extends Object declared in class Y
01:00:26 X.java:3: warning: [unchecked] unchecked call to Y(J<T,? extends U>) as a member of the raw type Y
01:00:26 		new Y(p);
01:00:26 		^
01:00:26   where T,U are type-variables:
01:00:26     T extends Object declared in class Y
01:00:26     U extends Object declared in class Y
01:00:26 X.java:4: warning: [rawtypes] found raw type: Y
01:00:26 		new Y((J<T, Object>) p);
01:00:26 		    ^
01:00:26   missing type arguments for generic class Y<T,U>
01:00:26   where T,U are type-variables:
01:00:26     T extends Object declared in class Y
01:00:26     U extends Object declared in class Y
01:00:26 X.java:4: warning: [unchecked] unchecked call to Y(J<T,? extends U>) as a member of the raw type Y
01:00:26 		new Y((J<T, Object>) p);
01:00:26 		^
01:00:26   where T,U are type-variables:
01:00:26     T extends Object declared in class Y
01:00:26     U extends Object declared in class Y
01:00:26 X.java:5: warning: [rawtypes] found raw type: Y
01:00:26 		new Y((I<T, Object>) p);
01:00:26 		    ^
01:00:26   missing type arguments for generic class Y<T,U>
01:00:26   where T,U are type-variables:
01:00:26     T extends Object declared in class Y
01:00:26     U extends Object declared in class Y
01:00:26 X.java:5: warning: [unchecked] unchecked call to Y(I<? extends T,? extends U>) as a member of the raw type Y
01:00:26 		new Y((I<T, Object>) p);
01:00:26 		^
01:00:26   where T,U are type-variables:
01:00:26     T extends Object declared in class Y
01:00:26     U extends Object declared in class Y
01:00:26 6 warnings
01:00:26 
01:00:26 
01:00:26 
01:00:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:27 --- javac err: ---
01:00:27 X.java:3: warning: [rawtypes] found raw type: Y
01:00:27 		new Y(p);
01:00:27 		    ^
01:00:27   missing type arguments for generic class Y<T,U>
01:00:27   where T,U are type-variables:
01:00:27     T extends Object declared in class Y
01:00:27     U extends Object declared in class Y
01:00:27 X.java:3: error: reference to Y is ambiguous
01:00:27 		new Y(p);
01:00:27 		^
01:00:27   both constructor Y(I<? extends T,? extends U>) in Y and constructor Y(J<T,? extends U>) in Y match
01:00:27   where T,U are type-variables:
01:00:27     T extends Object declared in class Y
01:00:27     U extends Object declared in class Y
01:00:27 X.java:3: warning: [unchecked] unchecked call to Y(I<? extends T,? extends U>) as a member of the raw type Y
01:00:27 		new Y(p);
01:00:27 		^
01:00:27   where T,U are type-variables:
01:00:27     T extends Object declared in class Y
01:00:27     U extends Object declared in class Y
01:00:27 X.java:4: warning: [rawtypes] found raw type: Y
01:00:27 		new Y((J<T, Object>) p);
01:00:27 		    ^
01:00:27   missing type arguments for generic class Y<T,U>
01:00:27   where T,U are type-variables:
01:00:27     T extends Object declared in class Y
01:00:27     U extends Object declared in class Y
01:00:27 X.java:4: warning: [unchecked] unchecked call to Y(J<T,? extends U>) as a member of the raw type Y
01:00:27 		new Y((J<T, Object>) p);
01:00:27 		^
01:00:27   where T,U are type-variables:
01:00:27     T extends Object declared in class Y
01:00:27     U extends Object declared in class Y
01:00:27 X.java:5: warning: [rawtypes] found raw type: Y
01:00:27 		new Y((I<T, Object>) p);
01:00:27 		    ^
01:00:27   missing type arguments for generic class Y<T,U>
01:00:27   where T,U are type-variables:
01:00:27     T extends Object declared in class Y
01:00:27     U extends Object declared in class Y
01:00:27 X.java:5: warning: [unchecked] unchecked call to Y(I<? extends T,? extends U>) as a member of the raw type Y
01:00:27 		new Y((I<T, Object>) p);
01:00:27 		^
01:00:27   where T,U are type-variables:
01:00:27     T extends Object declared in class Y
01:00:27     U extends Object declared in class Y
01:00:27 1 error
01:00:27 6 warnings
01:00:27 
01:00:27 
01:00:27 
01:00:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:29 
01:00:29 
01:00:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:30 --- javac err: ---
01:00:30 Test.java:2: warning: [rawtypes] found raw type: I
01:00:30 class X<T extends I> {
01:00:30                   ^
01:00:30   missing type arguments for generic class I<R>
01:00:30   where R is a type-variable:
01:00:30     R extends Object declared in interface I
01:00:30 Test.java:5: warning: [rawtypes] found raw type: I
01:00:30 class Y<T extends I> extends X<T> {
01:00:30                   ^
01:00:30   missing type arguments for generic class I<R>
01:00:30   where R is a type-variable:
01:00:30     R extends Object declared in interface I
01:00:30 Test.java:6: warning: [rawtypes] found raw type: I
01:00:30 	@Override void method(X<? extends I> that) { System.out.print(1); }
01:00:30 	                                  ^
01:00:30   missing type arguments for generic class I<R>
01:00:30   where R is a type-variable:
01:00:30     R extends Object declared in interface I
01:00:30 Test.java:9: warning: [rawtypes] found raw type: Y
01:00:30 	public static void main(String[] args) { new Y().method((X) null); }
01:00:30 	                                             ^
01:00:30   missing type arguments for generic class Y<T>
01:00:30   where T is a type-variable:
01:00:30     T extends I declared in class Y
01:00:30 Test.java:9: warning: [unchecked] unchecked call to method(X<? extends I>) as a member of the raw type Y
01:00:30 	public static void main(String[] args) { new Y().method((X) null); }
01:00:30 	                                                       ^
01:00:30 5 warnings
01:00:30 
01:00:30 
01:00:30 
01:00:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:31 --- javac err: ---
01:00:31 A.java:4: warning: [rawtypes] found raw type: I
01:00:31 public abstract class A implements I {
01:00:31                                    ^
01:00:31   missing type arguments for generic class I<E>
01:00:31   where E is a type-variable:
01:00:31     E extends Object declared in interface I
01:00:31 A.java:5: warning: [rawtypes] found raw type: I
01:00:31 	public void x(I i) {}
01:00:31 	              ^
01:00:31   missing type arguments for generic class I<E>
01:00:31   where E is a type-variable:
01:00:31     E extends Object declared in interface I
01:00:31 2 warnings
01:00:31 
01:00:31 
01:00:31 
01:00:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:32 
01:00:32 
01:00:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:33 --- javac err: ---
01:00:33 A.java:6: warning: [rawtypes] found raw type: ArrayList
01:00:33 		new B().foo(new ArrayList());
01:00:33 		                ^
01:00:33   missing type arguments for generic class ArrayList<E>
01:00:33   where E is a type-variable:
01:00:33     E extends Object declared in class ArrayList
01:00:33 A.java:6: error: reference to foo is ambiguous
01:00:33 		new B().foo(new ArrayList());
01:00:33 		       ^
01:00:33   both method foo(Collection<Object[]>) in A and method foo(ArrayList) in B match
01:00:33 A.java:6: warning: [unchecked] unchecked method invocation: method foo in class A is applied to given types
01:00:33 		new B().foo(new ArrayList());
01:00:33 		           ^
01:00:33   required: Collection<Object[]>
01:00:33   found: ArrayList
01:00:33 A.java:6: warning: [unchecked] unchecked conversion
01:00:33 		new B().foo(new ArrayList());
01:00:33 		            ^
01:00:33   required: Collection<Object[]>
01:00:33   found:    ArrayList
01:00:33 A.java:7: warning: [rawtypes] found raw type: ArrayList
01:00:33 		new B().foo(new ArrayList(), args[0]);
01:00:33 		                ^
01:00:33   missing type arguments for generic class ArrayList<E>
01:00:33   where E is a type-variable:
01:00:33     E extends Object declared in class ArrayList
01:00:33 A.java:7: error: reference to foo is ambiguous
01:00:33 		new B().foo(new ArrayList(), args[0]);
01:00:33 		       ^
01:00:33   both method foo(Collection<Object[]>,Object) in A and method foo(ArrayList,Object) in B match
01:00:33 A.java:7: warning: [unchecked] unchecked method invocation: method foo in class A is applied to given types
01:00:33 		new B().foo(new ArrayList(), args[0]);
01:00:33 		           ^
01:00:33   required: Collection<Object[]>,Object
01:00:33   found: ArrayList,String
01:00:33 A.java:7: warning: [unchecked] unchecked conversion
01:00:33 		new B().foo(new ArrayList(), args[0]);
01:00:33 		            ^
01:00:33   required: Collection<Object[]>
01:00:33   found:    ArrayList
01:00:33 A.java:11: warning: [rawtypes] found raw type: ArrayList
01:00:33 	void foo(ArrayList a) {}
01:00:33 	         ^
01:00:33   missing type arguments for generic class ArrayList<E>
01:00:33   where E is a type-variable:
01:00:33     E extends Object declared in class ArrayList
01:00:33 A.java:12: warning: [rawtypes] found raw type: ArrayList
01:00:33 	void foo(ArrayList a, Object o) {}
01:00:33 	         ^
01:00:33   missing type arguments for generic class ArrayList<E>
01:00:33   where E is a type-variable:
01:00:33     E extends Object declared in class ArrayList
01:00:33 2 errors
01:00:33 8 warnings
01:00:33 
01:00:33 
01:00:33 
01:00:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:35 
01:00:35 
01:00:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:36 
01:00:36 
01:00:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:37 --- javac err: ---
01:00:37 X.java:7: error: incompatible types: X<CAP#1> cannot be converted to X<? extends B>
01:00:37 		X<? extends B> c_b = c.foo();
01:00:37 		                          ^
01:00:37   where CAP#1 is a fresh type-variable:
01:00:37     CAP#1 extends A from capture of ? extends A
01:00:37 X.java:8: error: incompatible types: X<CAP#1> cannot be converted to X<? extends B>
01:00:37 		 X<? extends B> d_b = d.foo();
01:00:37 		                           ^
01:00:37   where CAP#1 is a fresh type-variable:
01:00:37     CAP#1 extends A from capture of ? extends A
01:00:37 X.java:2: error: foo() in B clashes with foo() in A
01:00:37 interface B extends A { X<? extends A> foo(); }
01:00:37                                        ^
01:00:37   return type X<? extends A> is not compatible with X<? extends B>
01:00:37 3 errors
01:00:37 
01:00:37 
01:00:37 
01:00:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:38 --- javac err: ---
01:00:38 X.java:8: error: reference to foo is ambiguous
01:00:38 		X<? extends B> c_b = c.foo();
01:00:38 		                      ^
01:00:38   both method foo() in B and method foo() in A match
01:00:38 X.java:10: error: reference to foo is ambiguous
01:00:38 		 X<? extends B> d_b = d.foo();
01:00:38 		                       ^
01:00:38   both method foo() in B and method foo() in A match
01:00:38 X.java:3: error: types A and B are incompatible; both define foo(), but with unrelated return types
01:00:38 interface C extends B, A {}
01:00:38 ^
01:00:38 X.java:4: error: types B and A are incompatible; both define foo(), but with unrelated return types
01:00:38 interface D extends A, B {}
01:00:38 ^
01:00:38 4 errors
01:00:38 
01:00:38 
01:00:38 
01:00:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:40 
01:00:40 
01:00:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:41 
01:00:41 
01:00:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:42 --- javac err: ---
01:00:42 Y.java:13: error: types I and X are incompatible; both define b(), but with unrelated return types
01:00:42 abstract class Y extends X implements I, J {
01:00:42          ^
01:00:42 Y.java:15: error: reference to a is ambiguous
01:00:42 		byte a = a();
01:00:42 		         ^
01:00:42   both method a() in J and method a() in I match
01:00:42 Y.java:16: error: reference to b is ambiguous
01:00:42 		byte b = b();
01:00:42 		         ^
01:00:42   both method b() in I and method b() in X match
01:00:42 Y.java:16: error: incompatible types: possible lossy conversion from int to byte
01:00:42 		byte b = b();
01:00:42 		          ^
01:00:42 Y.java:20: error: types I and X are incompatible; both define b(), but with unrelated return types
01:00:42 abstract class Y2 extends X implements J, I {
01:00:42          ^
01:00:42 Y.java:22: error: reference to a is ambiguous
01:00:42 		byte a = a();
01:00:42 		         ^
01:00:42   both method a() in J and method a() in I match
01:00:42 Y.java:23: error: reference to b is ambiguous
01:00:42 		byte b = b();
01:00:42 		         ^
01:00:42   both method b() in I and method b() in X match
01:00:42 Y.java:23: error: incompatible types: possible lossy conversion from int to byte
01:00:42 		byte b = b();
01:00:42 		          ^
01:00:42 8 errors
01:00:42 
01:00:42 
01:00:42 
01:00:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:43 --- javac err: ---
01:00:43 Y.java:3: warning: [rawtypes] found raw type: I
01:00:43 	void a(I x) {}
01:00:43 	       ^
01:00:43   missing type arguments for generic class I<T>
01:00:43   where T is a type-variable:
01:00:43     T extends Object declared in interface I
01:00:43 Y.java:9: warning: [rawtypes] found raw type: I
01:00:43 class C extends B implements I {
01:00:43                              ^
01:00:43   missing type arguments for generic class I<T>
01:00:43   where T is a type-variable:
01:00:43     T extends Object declared in interface I
01:00:43 Y.java:19: error: reference to b is ambiguous
01:00:43         b(new C());
01:00:43         ^
01:00:43   both method b(I<?>) in A and method b(C) in C match
01:00:43 Y.java:20: error: reference to b is ambiguous
01:00:43         b(new D());
01:00:43         ^
01:00:43   both method b(I<?>) in A and method b(C) in C match
01:00:43 Y.java:21: error: reference to b is ambiguous
01:00:43         b(new C[0]);
01:00:43         ^
01:00:43   both method b(I<?>[]) in A and method b(C[]) in C match
01:00:43 Y.java:22: error: reference to b is ambiguous
01:00:43         b(new D[0]);
01:00:43         ^
01:00:43   both method b(I<?>[]) in A and method b(C[]) in C match
01:00:43 Y.java:23: error: reference to c is ambiguous
01:00:43         c(new C());
01:00:43         ^
01:00:43   both method <U>c(I<?>) in A and method c(C) in C match
01:00:43   where U is a type-variable:
01:00:43     U extends Object declared in method <U>c(I<?>)
01:00:43 Y.java:24: error: reference to c is ambiguous
01:00:43         c(new D());
01:00:43         ^
01:00:43   both method <U>c(I<?>) in A and method c(C) in C match
01:00:43   where U is a type-variable:
01:00:43     U extends Object declared in method <U>c(I<?>)
01:00:43 Y.java:28: warning: [rawtypes] found raw type: I
01:00:43 	void a(I x) {}
01:00:43 	       ^
01:00:43   missing type arguments for generic class I<T>
01:00:43   where T is a type-variable:
01:00:43     T extends Object declared in interface I
01:00:43 Y.java:33: warning: [rawtypes] found raw type: A2
01:00:43 class B2 extends A2 {}
01:00:43                  ^
01:00:43   missing type arguments for generic class A2<T>
01:00:43   where T is a type-variable:
01:00:43     T extends Object declared in class A2
01:00:43 Y.java:34: warning: [rawtypes] found raw type: I
01:00:43 class C2 extends B2 implements I {
01:00:43                                ^
01:00:43   missing type arguments for generic class I<T>
01:00:43   where T is a type-variable:
01:00:43     T extends Object declared in interface I
01:00:43 6 errors
01:00:43 5 warnings
01:00:43 
01:00:43 
01:00:43 
01:00:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:44 --- javac err: ---
01:00:44 C.java:1: warning: [rawtypes] found raw type: Comparable
01:00:44 abstract class A<T extends Comparable> {
01:00:44                            ^
01:00:44   missing type arguments for generic class Comparable<T>
01:00:44   where T is a type-variable:
01:00:44     T extends Object declared in interface Comparable
01:00:44 C.java:4: warning: [rawtypes] found raw type: Comparable
01:00:44 class B<T extends Comparable> extends A<T> {
01:00:44                   ^
01:00:44   missing type arguments for generic class Comparable<T>
01:00:44   where T is a type-variable:
01:00:44     T extends Object declared in interface Comparable
01:00:44 2 warnings
01:00:44 
01:00:44 
01:00:44 
01:00:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:46 --- javac err: ---
01:00:46 X.java:8: error: name clash: b() in J and b() in I have the same erasure, yet neither overrides the other
01:00:46 	<U> J<String> b();
01:00:46 	              ^
01:00:46 X.java:15: error: incompatible types: J<String> cannot be converted to J<Integer>
01:00:46 		J<Integer> b = ints.a();
01:00:46 		                     ^
01:00:46 X.java:16: error: incompatible types: J<String> cannot be converted to J<Object>
01:00:46 		J<Object> c = ints.a();
01:00:46 		                    ^
01:00:46 X.java:17: warning: [rawtypes] found raw type: J
01:00:46 		J d = ints.a();
01:00:46 		^
01:00:46   missing type arguments for generic class J<E>
01:00:46   where E is a type-variable:
01:00:46     E extends Object declared in interface J
01:00:46 X.java:19: error: incompatible types: J<String> cannot be converted to I<Integer>
01:00:46 		I<Integer> f = ints.a();
01:00:46 		                     ^
01:00:46 X.java:20: error: incompatible types: J<String> cannot be converted to I<Object>
01:00:46 		I<Object> g = ints.a();
01:00:46 		                    ^
01:00:46 X.java:21: warning: [rawtypes] found raw type: I
01:00:46 		I h = ints.a();
01:00:46 		^
01:00:46   missing type arguments for generic class I<E>
01:00:46   where E is a type-variable:
01:00:46     E extends Object declared in interface I
01:00:46 X.java:25: error: incompatible types: I<String> cannot be converted to J<String>
01:00:46 		J<String> a = ints.b();
01:00:46 		                    ^
01:00:46 X.java:26: error: incompatible types: I<String> cannot be converted to J<Integer>
01:00:46 		J<Integer> b = ints.b();
01:00:46 		                     ^
01:00:46 X.java:27: error: incompatible types: I<String> cannot be converted to J<Object>
01:00:46 		J<Object> c = ints.b();
01:00:46 		                    ^
01:00:46 X.java:28: warning: [rawtypes] found raw type: J
01:00:46 		J d = ints.b();
01:00:46 		^
01:00:46   missing type arguments for generic class J<E>
01:00:46   where E is a type-variable:
01:00:46     E extends Object declared in interface J
01:00:46 X.java:28: error: incompatible types: I<String> cannot be converted to J
01:00:46 		J d = ints.b();
01:00:46 		            ^
01:00:46 X.java:30: error: incompatible types: I<String> cannot be converted to I<Integer>
01:00:46 		I<Integer> f = ints.b();
01:00:46 		                     ^
01:00:46 X.java:31: error: incompatible types: I<String> cannot be converted to I<Object>
01:00:46 		I<Object> g = ints.b();
01:00:46 		                    ^
01:00:46 X.java:32: warning: [rawtypes] found raw type: I
01:00:46 		I h = ints.b();
01:00:46 		^
01:00:46   missing type arguments for generic class I<E>
01:00:46   where E is a type-variable:
01:00:46     E extends Object declared in interface I
01:00:46 X.java:39: warning: [rawtypes] found raw type: J
01:00:46 		J d = ints.c();
01:00:46 		^
01:00:46   missing type arguments for generic class J<E>
01:00:46   where E is a type-variable:
01:00:46     E extends Object declared in interface J
01:00:46 X.java:43: warning: [rawtypes] found raw type: I
01:00:46 		I h = ints.c();
01:00:46 		^
01:00:46   missing type arguments for generic class I<E>
01:00:46   where E is a type-variable:
01:00:46     E extends Object declared in interface I
01:00:46 11 errors
01:00:46 6 warnings
01:00:46 
01:00:46 
01:00:46 
01:00:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:47 
01:00:47 
01:00:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:48 --- javac err: ---
01:00:48 X.java:12: error: reference to b is ambiguous
01:00:48 		x.b(null);
01:00:48 		 ^
01:00:48   both method <T#1>b(T#1) in X and method <T#2>b(X.Field<T#2>) in X match
01:00:48   where T#1,T#2 are type-variables:
01:00:48     T#1 extends Number declared in method <T#1>b(T#1)
01:00:48     T#2 extends Object declared in method <T#2>b(X.Field<T#2>)
01:00:48 X.java:13: error: reference to b is ambiguous
01:00:48 		x.<Integer>b(null);
01:00:48 		 ^
01:00:48   both method <T#1>b(T#1) in X and method <T#2>b(X.Field<T#2>) in X match
01:00:48   where T#1,T#2 are type-variables:
01:00:48     T#1 extends Number declared in method <T#1>b(T#1)
01:00:48     T#2 extends Object declared in method <T#2>b(X.Field<T#2>)
01:00:48 X.java:14: error: reference to c is ambiguous
01:00:48 		x.c(null);
01:00:48 		 ^
01:00:48   both method c(String) in X and method c(X.Field<String>) in X match
01:00:48 3 errors
01:00:48 
01:00:48 
01:00:48 
01:00:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:49 --- javac err: ---
01:00:49 X.java:10: warning: [unchecked] y() in Two overrides <T>y() in One
01:00:49     I<B> y() throws IllegalAccessError;
01:00:49          ^
01:00:49   return type requires unchecked conversion from I<B> to I<T>
01:00:49   where T is a type-variable:
01:00:49     T extends A declared in method <T>y()
01:00:49 X.java:9: error: name clash: x() in Two and x() in One have the same erasure, yet neither overrides the other
01:00:49     <T extends A> I<T> x() throws IllegalAccessError;
01:00:49                        ^
01:00:49 1 error
01:00:49 1 warning
01:00:49 
01:00:49 
01:00:49 
01:00:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:50 --- javac err: ---
01:00:50 X.java:7: warning: [cast] redundant cast to BaseA
01:00:50 	    return (BaseA) ask(prompt, impl);
01:00:50 	           ^
01:00:50 1 warning
01:00:50 
01:00:50 
01:00:50 
01:00:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:52 --- javac err: ---
01:00:52 C.java:3: warning: [unchecked] unchecked cast
01:00:52         this.set((ValueType) valueGetter.getObject());
01:00:52                                                   ^
01:00:52   required: ValueType
01:00:52   found:    Object
01:00:52   where ValueType is a type-variable:
01:00:52     ValueType extends Object declared in class A
01:00:52 C.java:9: warning: [rawtypes] found raw type: E
01:00:52 class B extends A<E, CharSequence> {
01:00:52                   ^
01:00:52   missing type arguments for generic class E<Type>
01:00:52   where Type is a type-variable:
01:00:52     Type extends CharSequence declared in class E
01:00:52 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other
01:00:52 	public void set(CharSequence string) {
01:00:52 	            ^
01:00:52 org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test081 - 10
01:00:52   first method:  set(CharSequence) in I
01:00:52   second method: set(Object) in A
01:00:52 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated
01:00:52             return (Type) typeClass.newInstance();
01:00:52                                    ^
01:00:52   where T is a type-variable:
01:00:52 C.java [
01:00:52     T extends Object declared in class Class
01:00:52 C.java:36: warning: [cast] redundant cast to Type
01:00:52             return (Type) typeClass.newInstance();
01:00:52                    ^
01:00:52   where Type is a type-variable:
01:00:52     Type extends CharSequence declared in class E
01:00:52 C.java:20: warning: [rawtypes] found raw type: E
01:00:52         E e = new E<String>(String.class);
01:00:52         ^
01:00:52   missing type arguments for generic class E<Type>
01:00:52   where Type is a type-variable:
01:00:52     Type extends CharSequence declared in class E
01:00:52 1 error
01:00:52 5 warnings
01:00:52 
01:00:52 ----------------------------------------
01:00:52 class A<ModelType extends D, ValueType> implements I<ModelType, ValueType> {
01:00:52     public void doSet(ModelType valueGetter) {
01:00:52         this.set((ValueType) valueGetter.getObject());
01:00:52     }
01:00:52     public void set(Object object) {
01:00:52         System.out.println("In A.set(Object)");
01:00:52     }
01:00:52 }
01:00:52 class B extends A<E, CharSequence> {
01:00:52 	public void set(CharSequence string) {
01:00:52         System.out.println("In B.set(CharSequence)");
01:00:52     }
01:00:52 }
01:00:52 public class C extends B {
01:00:52     static public void main(String[] args) {
01:00:52         C c = new C();
01:00:52         c.run();
01:00:52     }
01:00:52     public void run() {
01:00:52         E e = new E<String>(String.class);
01:00:52         this.doSet(e);
01:00:52     }
01:00:52 }
01:00:52 class D {
01:00:52     public Object getObject() {
01:00:52         return null;
01:00:52     }
01:00:52 }
01:00:52 class E<Type extends CharSequence> extends D {
01:00:52     private Class<Type> typeClass;
01:00:52     public E(Class<Type> typeClass) {
01:00:52         this.typeClass = typeClass;
01:00:52     }
01:00:52     public Type getObject() {
01:00:52         try {
01:00:52             return (Type) typeClass.newInstance();
01:00:52         } catch (Exception e) {
01:00:52             throw new RuntimeException(e);
01:00:52         }
01:00:52     }
01:00:52 }
01:00:52 interface I<ModelType, ValueType> {
01:00:52     public void doSet(ModelType model);
01:00:52     public void set(ValueType value);
01:00:52 }
01:00:52 
01:00:52 ]
01:00:52 
01:00:52 
01:00:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:53 --- javac err: ---
01:00:53 C.java:3: warning: [unchecked] unchecked cast
01:00:53         this.set((ValueType) valueGetter.getObject());
01:00:53                                                   ^
01:00:53   required: ValueType
01:00:53   found:    Object
01:00:53   where ValueType is a type-variable:
01:00:53     ValueType extends Object declared in class A
01:00:53 C.java:9: warning: [rawtypes] found raw type: E
01:00:53 class B extends A<E, CharSequence> {
01:00:53                   ^
01:00:53   missing type arguments for generic class E<Type>
01:00:53   where Type is a type-variable:
01:00:53     Type extends CharSequence declared in class E
01:00:53 org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test082 - 10
01:00:53 C.java [
01:00:53 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other
01:00:53 	public void set(CharSequence string) {
01:00:53 class A<ModelType extends D, ValueType> extends I<ModelType, ValueType> {
01:00:53 	            ^
01:00:53     public void doSet(ModelType valueGetter) {
01:00:53   first method:  set(CharSequence) in I
01:00:53   second method: set(Object) in A
01:00:53         this.set((ValueType) valueGetter.getObject());
01:00:53     }
01:00:53     public void set(Object object) {
01:00:53 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated
01:00:53         System.out.println("In A.set(Object)");
01:00:53             return (Type) typeClass.newInstance();
01:00:53     }
01:00:53 }
01:00:53                                    ^
01:00:53 class B extends A<E, CharSequence> {
01:00:53   where T is a type-variable:
01:00:53 	public void set(CharSequence string) {
01:00:53     T extends Object declared in class Class
01:00:53         System.out.println("In B.set(CharSequence)");
01:00:53     }
01:00:53 }
01:00:53 public class C extends B {
01:00:53     static public void main(String[] args) {
01:00:53         C c = new C();
01:00:53         c.run();
01:00:53     }
01:00:53     public void run() {
01:00:53         E e = new E<String>(String.class);
01:00:53 C.java:36: warning: [cast] redundant cast to Type
01:00:53         this.doSet(e);
01:00:53     }
01:00:53 }
01:00:53 class D {
01:00:53             return (Type) typeClass.newInstance();
01:00:53                    ^
01:00:53     public Object getObject() {
01:00:53         return null;
01:00:53   where Type is a type-variable:
01:00:53     }
01:00:53 }
01:00:53     Type extends CharSequence declared in class E
01:00:53 class E<Type extends CharSequence> extends D {
01:00:53 C.java:20: warning: [rawtypes] found raw type: E
01:00:53     private Class<Type> typeClass;
01:00:53         E e = new E<String>(String.class);
01:00:53     public E(Class<Type> typeClass) {
01:00:53         ^
01:00:53         this.typeClass = typeClass;
01:00:53     }
01:00:53   missing type arguments for generic class E<Type>
01:00:53     public Type getObject() {
01:00:53   where Type is a type-variable:
01:00:53         try {
01:00:53     Type extends CharSequence declared in class E
01:00:53 1 error
01:00:53 5 warnings
01:00:53 
01:00:53 ----------------------------------------
01:00:53             return (Type) typeClass.newInstance();
01:00:53         } catch (Exception e) {
01:00:53             throw new RuntimeException(e);
01:00:53         }
01:00:53     }
01:00:53 }
01:00:53 abstract class I<ModelType, ValueType> {
01:00:53     public abstract void doSet(ModelType model);
01:00:53     public abstract void set(ValueType value);
01:00:53 }
01:00:53 
01:00:53 ]
01:00:53 
01:00:53 
01:00:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:54 --- javac err: ---
01:00:54 C.java:3: warning: [unchecked] unchecked cast
01:00:54         this.set((ValueType) valueGetter.getObject());
01:00:54                                                   ^
01:00:54   required: ValueType
01:00:54   found:    Object
01:00:54   where ValueType is a type-variable:
01:00:54 org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test083 - 10
01:00:54     ValueType extends Object declared in class A
01:00:54 C.java [
01:00:54 C.java:9: warning: [rawtypes] found raw type: E
01:00:54 class A<ModelType extends D, ValueType> implements I<ModelType, ValueType> {
01:00:54     public void doSet(ModelType valueGetter) {
01:00:54         this.set((ValueType) valueGetter.getObject());
01:00:54 class B extends A<E, CharSequence> implements I<E, CharSequence> {
01:00:54     }
01:00:54                   ^
01:00:54     public void set(Object object) {
01:00:54         System.out.println("In A.set(Object)");
01:00:54     }
01:00:54 }
01:00:54 class B extends A<E, CharSequence> implements I<E, CharSequence> {
01:00:54 	public void set(CharSequence string) {
01:00:54         System.out.println("In B.set(CharSequence)");
01:00:54     }
01:00:54 }
01:00:54 public class C extends B {
01:00:54   missing type arguments for generic class E<Type>
01:00:54     static public void main(String[] args) {
01:00:54   where Type is a type-variable:
01:00:54         C c = new C();
01:00:54     Type extends CharSequence declared in class E
01:00:54         c.run();
01:00:54     }
01:00:54 C.java:9: warning: [rawtypes] found raw type: E
01:00:54     public void run() {
01:00:54 class B extends A<E, CharSequence> implements I<E, CharSequence> {
01:00:54         E e = new E<String>(String.class);
01:00:54                                                 ^
01:00:54         this.doSet(e);
01:00:54     }
01:00:54   missing type arguments for generic class E<Type>
01:00:54 }
01:00:54   where Type is a type-variable:
01:00:54 class D {
01:00:54     Type extends CharSequence declared in class E
01:00:54     public Object getObject() {
01:00:54         return null;
01:00:54     }
01:00:54 }
01:00:54 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other
01:00:54 class E<Type extends CharSequence> extends D {
01:00:54 	public void set(CharSequence string) {
01:00:54     private Class<Type> typeClass;
01:00:54 	            ^
01:00:54     public E(Class<Type> typeClass) {
01:00:54   first method:  set(CharSequence) in I
01:00:54         this.typeClass = typeClass;
01:00:54     }
01:00:54   second method: set(Object) in A
01:00:54     public Type getObject() {
01:00:54 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated
01:00:54         try {
01:00:54             return (Type) typeClass.newInstance();
01:00:54                                    ^
01:00:54             return (Type) typeClass.newInstance();
01:00:54   where T is a type-variable:
01:00:54         } catch (Exception e) {
01:00:54     T extends Object declared in class Class
01:00:54             throw new RuntimeException(e);
01:00:54 C.java:36: warning: [cast] redundant cast to Type
01:00:54         }
01:00:54     }
01:00:54 }
01:00:54             return (Type) typeClass.newInstance();
01:00:54                    ^
01:00:54 interface I<ModelType, ValueType> {
01:00:54   where Type is a type-variable:
01:00:54     public void doSet(ModelType model);
01:00:54     Type extends CharSequence declared in class E
01:00:54     public void set(ValueType value);
01:00:54 C.java:20: warning: [rawtypes] found raw type: E
01:00:54 }
01:00:54 
01:00:54 ]
01:00:54         E e = new E<String>(String.class);
01:00:54         ^
01:00:54   missing type arguments for generic class E<Type>
01:00:54   where Type is a type-variable:
01:00:54     Type extends CharSequence declared in class E
01:00:54 1 error
01:00:54 6 warnings
01:00:54 
01:00:54 ----------------------------------------
01:00:54 
01:00:54 
01:00:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:55 --- javac err: ---
01:00:55 C.java:3: warning: [unchecked] unchecked cast
01:00:55         this.set((ValueType) valueGetter.getObject());
01:00:55                                                   ^
01:00:55   required: ValueType
01:00:55   found:    Object
01:00:55   where ValueType is a type-variable:
01:00:55     ValueType extends Object declared in class A
01:00:55 C.java:9: warning: [rawtypes] found raw type: E
01:00:55 class B extends A<E, CharSequence> {
01:00:55                   ^
01:00:55   missing type arguments for generic class E<Type>
01:00:55   where Type is a type-variable:
01:00:55     Type extends CharSequence declared in class E
01:00:55 C.java:33: warning: [deprecation] newInstance() in Class has been deprecated
01:00:55             return (Type) typeClass.newInstance();
01:00:55                                    ^
01:00:55   where T is a type-variable:
01:00:55     T extends Object declared in class Class
01:00:55 C.java:33: warning: [cast] redundant cast to Type
01:00:55             return (Type) typeClass.newInstance();
01:00:55                    ^
01:00:55   where Type is a type-variable:
01:00:55     Type extends CharSequence declared in class E
01:00:55 C.java:17: warning: [rawtypes] found raw type: E
01:00:55         E e = new E<String>(String.class);
01:00:55         ^
01:00:55   missing type arguments for generic class E<Type>
01:00:55   where Type is a type-variable:
01:00:55     Type extends CharSequence declared in class E
01:00:55 5 warnings
01:00:55 
01:00:55 
01:00:55 
01:00:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:57 --- javac err: ---
01:00:57 C.java:3: warning: [unchecked] unchecked cast
01:00:57         this.set((ValueType) valueGetter.getObject());
01:00:57                                                   ^
01:00:57   required: ValueType
01:00:57   found:    Object
01:00:57   where ValueType is a type-variable:
01:00:57     ValueType extends Object declared in class A
01:00:57 C.java:9: warning: [rawtypes] found raw type: E
01:00:57 class B extends A<E, CharSequence> {
01:00:57                   ^
01:00:57   missing type arguments for generic class E<Type>
01:00:57   where Type is a type-variable:
01:00:57     Type extends CharSequence declared in class E
01:00:57 C.java:33: warning: [deprecation] newInstance() in Class has been deprecated
01:00:57             return (Type) typeClass.newInstance();
01:00:57                                    ^
01:00:57   where T is a type-variable:
01:00:57     T extends Object declared in class Class
01:00:57 C.java:33: warning: [cast] redundant cast to Type
01:00:57             return (Type) typeClass.newInstance();
01:00:57                    ^
01:00:57   where Type is a type-variable:
01:00:57     Type extends CharSequence declared in class E
01:00:57 C.java:17: warning: [rawtypes] found raw type: E
01:00:57         E e = new E<String>(String.class);
01:00:57         ^
01:00:57   missing type arguments for generic class E<Type>
01:00:57   where Type is a type-variable:
01:00:57     Type extends CharSequence declared in class E
01:00:57 5 warnings
01:00:57 
01:00:57 
01:00:57 
01:00:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:58 --- javac err: ---
01:00:58 C.java:3: warning: [unchecked] unchecked cast
01:00:58         this.set((ValueType) valueGetter.getObject());
01:00:58                                                   ^
01:00:58   required: ValueType
01:00:58   found:    Object
01:00:58   where ValueType is a type-variable:
01:00:58     ValueType extends Object declared in class A
01:00:58 C.java:9: warning: [rawtypes] found raw type: E
01:00:58 class B extends A<E, CharSequence> {
01:00:58                   ^
01:00:58   missing type arguments for generic class E<Type>
01:00:58   where Type is a type-variable:
01:00:58     Type extends CharSequence declared in class E
01:00:58 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated
01:00:58             return (Type) typeClass.newInstance();
01:00:58                                    ^
01:00:58   where T is a type-variable:
01:00:58     T extends Object declared in class Class
01:00:58 C.java:36: warning: [cast] redundant cast to Type
01:00:58             return (Type) typeClass.newInstance();
01:00:58                    ^
01:00:58   where Type is a type-variable:
01:00:58     Type extends CharSequence declared in class E
01:00:58 C.java:20: warning: [rawtypes] found raw type: E
01:00:58         E e = new E<String>(String.class);
01:00:58         ^
01:00:58   missing type arguments for generic class E<Type>
01:00:58   where Type is a type-variable:
01:00:58     Type extends CharSequence declared in class E
01:00:58 5 warnings
01:00:58 
01:00:58 
01:00:58 
01:00:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:00:59 --- javac err: ---
01:00:59 X.java:6: error: reference to with is ambiguous
01:00:59     static { with(null); }
01:00:59              ^
01:00:59   both method <T#1>with(List<? extends T#1>) in X and method <T#2>with(Collection<T#2>) in X match
01:00:59   where T#1,T#2 are type-variables:
01:00:59     T#1 extends Object declared in method <T#1>with(List<? extends T#1>)
01:00:59     T#2 extends Object declared in method <T#2>with(Collection<T#2>)
01:00:59 org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest#test087 - 10
01:00:59 1 error
01:00:59 
01:00:59 X.java [
01:00:59 ----------------------------------------
01:00:59 import java.util.Collection;
01:00:59 import java.util.List;
01:00:59 public class X {
01:00:59     public static <T> List<T> with(List<? extends T> p) { return null; } 
01:00:59     public static <T> Collection<T> with(Collection<T> p) { return null; }
01:00:59     static { with(null); }
01:00:59 } 
01:00:59 
01:00:59 ]
01:00:59 
01:00:59 
01:00:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:00 --- javac err: ---
01:01:00 X.java:3: error: method foo() is already defined in class X
01:01:00     double foo() { return 0.0; }
01:01:00            ^
01:01:00 1 error
01:01:00 
01:01:00 
01:01:00 
01:01:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:01 --- javac err: ---
01:01:01 X.java:3: error: method foo() is already defined in interface X
01:01:01     double foo();
01:01:01            ^
01:01:01 1 error
01:01:01 
01:01:01 
01:01:01 
01:01:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:03 --- javac err: ---
01:01:03 X.java:4: error: method m2(List<Integer>) is already defined in class X
01:01:03     double m2(List<Integer> b) {return 0.0;}
01:01:03            ^
01:01:03 1 error
01:01:03 
01:01:03 
01:01:03 
01:01:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:04 --- javac err: ---
01:01:04 Test.java:9: error: reference to m is ambiguous
01:01:04         m(l, l); //JDK 6/7 give ambiguity here - EJC compiles ok
01:01:04         ^
01:01:04   both method <U>m(List<U>,U) in Test and method <V>m(List<V>,List<V>) in Test match
01:01:04   where U,V are type-variables:
01:01:04     U extends Object declared in method <U>m(List<U>,U)
01:01:04     V extends Object declared in method <V>m(List<V>,List<V>)
01:01:04 1 error
01:01:04 
01:01:04 
01:01:04 
01:01:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:05 --- javac err: ---
01:01:05 AmbiguousTest.java:18: error: reference to method is ambiguous
01:01:05     newAbstractClass().method(null);
01:01:05                       ^
01:01:05   both method method(File) in AbstractClass and method method(String) in AbstractClass match
01:01:05 1 error
01:01:05 
01:01:05 
01:01:05 
01:01:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:06 --- javac err: ---
01:01:06 X.java:10: warning: [rawtypes] found raw type: IStoredNode
01:01:06 	public void foo(IStoredNode bar) {
01:01:06 	                ^
01:01:06   missing type arguments for generic class IStoredNode<T>
01:01:06   where T is a type-variable:
01:01:06     T extends Object declared in interface IStoredNode
01:01:06 1 warning
01:01:06 
01:01:06 
01:01:06 
01:01:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:07 
01:01:07 
01:01:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:08 
01:01:08 
01:01:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:08 ***************************************************************************
01:01:08 * Comparison with Sun Javac compiler for class AutoBoxingTest (null tests)
01:01:08 ***************************************************************************
01:01:18 
01:01:18 
01:01:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:29 
01:01:29 
01:01:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:30 --- javac err: ---
01:01:30 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:01:30 		test(new Integer(1));
01:01:30 		     ^
01:01:30 1 warning
01:01:30 
01:01:31 --- javac err: ---
01:01:31 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:01:31 		test(new Byte((byte) 1));
01:01:31 		     ^
01:01:31 1 warning
01:01:31 
01:01:32 --- javac err: ---
01:01:32 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:01:32 		test(new Byte((byte) 1));
01:01:32 		     ^
01:01:32 1 warning
01:01:32 
01:01:33 --- javac err: ---
01:01:33 X.java:3: warning: [deprecation] Character(char) in Character has been deprecated
01:01:33 		test(new Character('c'));
01:01:33 		     ^
01:01:33 1 warning
01:01:33 
01:01:35 --- javac err: ---
01:01:35 X.java:3: warning: [deprecation] Float(float) in Float has been deprecated
01:01:35 		test(new Float(0.0f));
01:01:35 		     ^
01:01:35 1 warning
01:01:35 
01:01:36 --- javac err: ---
01:01:36 X.java:3: warning: [deprecation] Double(double) in Double has been deprecated
01:01:36 		test(new Double(0.0));
01:01:36 		     ^
01:01:36 1 warning
01:01:36 
01:01:37 --- javac err: ---
01:01:37 X.java:3: warning: [deprecation] Long(long) in Long has been deprecated
01:01:37 		test(new Long(0L));
01:01:37 		     ^
01:01:37 1 warning
01:01:37 
01:01:38 --- javac err: ---
01:01:38 X.java:3: warning: [deprecation] Short(short) in Short has been deprecated
01:01:38 		test(new Short((short) 0));
01:01:38 		     ^
01:01:38 1 warning
01:01:38 
01:01:39 
01:01:39 
01:01:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:42 
01:01:42 
01:01:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:43 
01:01:43 
01:01:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:44 --- javac err: ---
01:01:44 X.java:3: error: incompatible types: int cannot be converted to Long
01:01:44 		new Y().test(1, 1);
01:01:44 		             ^
01:01:44 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:01:44 1 error
01:01:44 
01:01:45 --- javac err: ---
01:01:45 X.java:3: error: incompatible types: byte cannot be converted to Integer
01:01:45 		new Y().test((byte) 1, 1);
01:01:45 		             ^
01:01:45 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:01:45 1 error
01:01:45 
01:01:45 
01:01:45 
01:01:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:47 
01:01:47 
01:01:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:48 --- javac err: ---
01:01:48 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:01:48 		Y.test(1, new Integer(2), -3);
01:01:48 		          ^
01:01:48 1 warning
01:01:48 
01:01:48 
01:01:48 
01:01:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:49 --- javac err: ---
01:01:49 X.java:4: error: reference to test is ambiguous
01:01:49 		new Y().test(1, 1);
01:01:49 		       ^
01:01:49   both method test(Integer,int) in Y and method test(int,Integer) in Y match
01:01:49 X.java:5: error: reference to test is ambiguous
01:01:49 		new Y().test(new Integer(1), new Integer(1));
01:01:49 		       ^
01:01:49   both method test(Integer,int) in Y and method test(int,Integer) in Y match
01:01:49 2 errors
01:01:49 
01:01:50 --- javac err: ---
01:01:50 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:01:50 		new Y().test(new Integer(1), 1);
01:01:50 		             ^
01:01:50 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
01:01:50 		new Y().test(1, new Integer(1));
01:01:50 		                ^
01:01:50 2 warnings
01:01:50 
01:01:50 
01:01:50 
01:01:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:51 --- javac err: ---
01:01:51 X.java:8: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:01:51 	public static Byte test() { return new Byte((byte) 1); }
01:01:51 	                                   ^
01:01:51 1 warning
01:01:51 
01:01:52 
01:01:52 
01:01:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:53 --- javac err: ---
01:01:53 X.java:8: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:01:53 	public static Byte test() { return new Byte((byte) 1); }
01:01:53 	                                   ^
01:01:53 1 warning
01:01:53 
01:01:55 
01:01:55 
01:01:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:56 --- javac err: ---
01:01:56 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:01:56 		Integer x = new Integer(15); 
01:01:56 		            ^
01:01:56 1 warning
01:01:56 
01:01:56 
01:01:56 
01:01:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:01:59 
01:01:59 
01:01:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:00 --- javac err: ---
01:02:00 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:02:00 		Integer i = new Integer(1);
01:02:00 		            ^
01:02:00 1 warning
01:02:00 
01:02:00 
01:02:00 
01:02:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:01 --- javac err: ---
01:02:01 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
01:02:01 		return new Integer(0);
01:02:01 		       ^
01:02:01 1 warning
01:02:01 
01:02:01 
01:02:01 
01:02:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:02 --- javac err: ---
01:02:02 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:02:02 		Integer i = args.length == 0 ? 0 : new Integer(1);
01:02:02 		                                   ^
01:02:02 1 warning
01:02:02 
01:02:02 
01:02:02 
01:02:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:03 --- javac err: ---
01:02:03 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:02:03 		Integer i = new Integer(1);
01:02:03 		            ^
01:02:03 1 warning
01:02:03 
01:02:04 
01:02:04 
01:02:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:05 --- javac err: ---
01:02:05 X.java:5: error: incompatible types: Float cannot be converted to int
01:02:05 		System.out.println((int)f);
01:02:05 		                        ^
01:02:05 1 error
01:02:05 
01:02:05 
01:02:05 
01:02:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:06 --- javac err: ---
01:02:06 X.java:4: error: incompatible types: int cannot be converted to Float
01:02:06 		System.out.println((Float) 0);
01:02:06 		                           ^
01:02:06 1 error
01:02:06 
01:02:06 
01:02:06 
01:02:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:07 --- javac err: ---
01:02:07 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:07 	    Byte b = new Byte((byte)1);
01:02:07 	             ^
01:02:07 1 warning
01:02:07 
01:02:07 
01:02:07 
01:02:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:08 --- javac err: ---
01:02:08 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:08 	    Byte b = new Byte((byte)1);
01:02:08 	             ^
01:02:08 1 warning
01:02:08 
01:02:08 
01:02:08 
01:02:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:09 --- javac err: ---
01:02:09 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:09 	    Byte b = new Byte((byte)1);
01:02:09 	             ^
01:02:09 1 warning
01:02:09 
01:02:10 
01:02:10 
01:02:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:11 --- javac err: ---
01:02:11 X.java:3: warning: [deprecation] Character(char) in Character has been deprecated
01:02:11 		Character cValue = new Character('c');
01:02:11 		                   ^
01:02:11 1 warning
01:02:11 
01:02:11 
01:02:11 
01:02:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:12 
01:02:12 
01:02:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:13 
01:02:13 
01:02:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:15 --- javac err: ---
01:02:15 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:15 	    Byte b = new Byte((byte)1);
01:02:15 	             ^
01:02:15 1 warning
01:02:15 
01:02:15 
01:02:15 
01:02:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:16 --- javac err: ---
01:02:16 X.java:3: error: bad operand types for binary operator '=='
01:02:16 		if (0 == new X()) {
01:02:16 		      ^
01:02:16   first type:  int
01:02:16   second type: X
01:02:16 1 error
01:02:16 
01:02:16 
01:02:16 
01:02:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:17 --- javac err: ---
01:02:17 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:17 	    Byte b = new Byte((byte)1);
01:02:17 	             ^
01:02:17 1 warning
01:02:17 
01:02:17 
01:02:17 
01:02:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:18 
01:02:18 
01:02:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:20 
01:02:20 
01:02:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:21 
01:02:21 
01:02:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:22 --- javac err: ---
01:02:22 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:02:22       if (new Integer(1) == new Integer(0)) {
01:02:22           ^
01:02:22 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:02:22       if (new Integer(1) == new Integer(0)) {
01:02:22                             ^
01:02:22 2 warnings
01:02:22 
01:02:22 
01:02:22 
01:02:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:23 
01:02:23 
01:02:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:25 --- javac err: ---
01:02:25 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:25 	    Byte b = new Byte((byte)1);
01:02:25 	             ^
01:02:25 1 warning
01:02:25 
01:02:25 
01:02:25 
01:02:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:26 --- javac err: ---
01:02:26 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:26 	    Byte b = new Byte((byte)1);
01:02:26 	             ^
01:02:26 1 warning
01:02:26 
01:02:26 
01:02:26 
01:02:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:27 --- javac err: ---
01:02:27 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:27 	    Byte b = new Byte((byte)1);
01:02:27 	             ^
01:02:27 1 warning
01:02:27 
01:02:27 
01:02:27 
01:02:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:28 --- javac err: ---
01:02:28 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:28 	    Byte b = new Byte((byte)1);
01:02:28 	             ^
01:02:28 1 warning
01:02:28 
01:02:28 
01:02:28 
01:02:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:30 
01:02:30 
01:02:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:31 --- javac err: ---
01:02:31 X.java:4: error: bad operand types for binary operator '!='
01:02:31 		if (i != null) {
01:02:31 		      ^
01:02:31   first type:  int
01:02:31   second type: <null>
01:02:31 1 error
01:02:31 
01:02:31 
01:02:31 
01:02:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:32 --- javac err: ---
01:02:32 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
01:02:32 		Integer i = new Integer(1);
01:02:32 		            ^
01:02:32 1 warning
01:02:32 
01:02:32 
01:02:32 
01:02:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:33 
01:02:33 
01:02:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:34 --- javac err: ---
01:02:34 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
01:02:34 		Integer i = bar() ? new Integer(1) : null;
01:02:34 		                    ^
01:02:34 1 warning
01:02:34 
01:02:34 
01:02:34 
01:02:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:36 --- javac err: ---
01:02:36 X.java:4: error: incompatible types: String cannot be converted to Integer
01:02:36 		i += "aaa";
01:02:36 		     ^
01:02:36 1 error
01:02:36 
01:02:36 
01:02:36 
01:02:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:37 --- javac err: ---
01:02:37 X.java:4: error: bad operand types for binary operator '+'
01:02:37 		i += null;
01:02:37 		  ^
01:02:37   first type:  Integer
01:02:37   second type: <null>
01:02:37 1 error
01:02:37 
01:02:37 
01:02:37 
01:02:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:38 --- javac err: ---
01:02:38 X.java:4: error: bad operand types for binary operator '+'
01:02:38 		i = i + null;
01:02:38 		      ^
01:02:38   first type:  Integer
01:02:38   second type: <null>
01:02:38 1 error
01:02:38 
01:02:38 
01:02:38 
01:02:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:39 --- javac err: ---
01:02:39 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:39 		Byte b = new Byte((byte)1);
01:02:39 		         ^
01:02:39 X.java:5: warning: [cast] redundant cast to Byte
01:02:39 		System.out.println((Byte)b);
01:02:39 		                   ^
01:02:39 2 warnings
01:02:39 
01:02:39 
01:02:39 
01:02:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:40 --- javac err: ---
01:02:40 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:40 		Byte b = new Byte((byte)1);
01:02:40 		         ^
01:02:40 1 warning
01:02:40 
01:02:40 
01:02:40 
01:02:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:41 --- javac err: ---
01:02:41 X.java:2: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:41 	public static Byte b = new Byte((byte)1);
01:02:41 	                       ^
01:02:41 1 warning
01:02:41 
01:02:42 
01:02:42 
01:02:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:43 --- javac err: ---
01:02:43 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:43 		public static Byte b = new Byte((byte)1);
01:02:43 		                       ^
01:02:43 1 warning
01:02:43 
01:02:43 
01:02:43 
01:02:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:44 --- javac err: ---
01:02:44 X.java:2: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:44 	public static Byte b = new Byte((byte)1);
01:02:44 	                       ^
01:02:44 1 warning
01:02:44 
01:02:44 
01:02:44 
01:02:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:45 --- javac err: ---
01:02:45 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:02:45 		public static Byte b = new Byte((byte)1);
01:02:45 		                       ^
01:02:45 1 warning
01:02:45 
01:02:46 
01:02:46 
01:02:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:47 --- javac err: ---
01:02:47 X.java:5: error: incompatible types: int cannot be converted to Byte
01:02:47 		foo(0);
01:02:47 		    ^
01:02:47 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:02:47 1 error
01:02:47 
01:02:47 
01:02:47 
01:02:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:48 
01:02:48 
01:02:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:49 
01:02:49 
01:02:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:50 --- javac err: ---
01:02:50 X.java:4: error: incompatible types: byte cannot be converted to Integer
01:02:50 		for(Integer i : bytes) {
01:02:50 		                ^
01:02:50 1 error
01:02:50 
01:02:50 
01:02:50 
01:02:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:52 
01:02:52 
01:02:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:53 
01:02:53 
01:02:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:54 
01:02:54 
01:02:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:56 
01:02:56 
01:02:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:57 
01:02:57 
01:02:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:02:58 
01:02:58 
01:02:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:00 
01:03:00 
01:03:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:01 
01:03:01 
01:03:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:03 
01:03:03 
01:03:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:04 
01:03:04 
01:03:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:05 
01:03:05 
01:03:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:07 
01:03:07 
01:03:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:08 
01:03:08 
01:03:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:09 
01:03:09 
01:03:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:10 
01:03:10 
01:03:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:12 
01:03:12 
01:03:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:13 --- javac err: ---
01:03:13 X.java:3: error: 'void' type not allowed here
01:03:13         doFoo(getVoid());
01:03:13                      ^
01:03:13 1 error
01:03:13 
01:03:13 
01:03:13 
01:03:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:14 --- javac err: ---
01:03:14 X.java:4: error: reference to a is ambiguous
01:03:14         a(new Integer(1), 2);
01:03:14         ^
01:03:14   both method a(int,int) in X and method a(Object,Object) in X match
01:03:14 1 error
01:03:14 
01:03:14 
01:03:14 
01:03:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:15 
01:03:15 
01:03:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:16 --- javac err: ---
01:03:16 X.java:8: error: cannot find symbol
01:03:16  Zork z;
01:03:16  ^
01:03:16   symbol:   class Zork
01:03:16   location: class X
01:03:16 1 error
01:03:16 
01:03:16 
01:03:16 
01:03:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:18 --- javac err: ---
01:03:18 X.java:22: error: cannot find symbol
01:03:18  Zork z;
01:03:18  ^
01:03:18   symbol:   class Zork
01:03:18   location: class X
01:03:18 1 error
01:03:18 
01:03:18 
01:03:18 
01:03:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:19 
01:03:19 
01:03:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:20 --- javac err: ---
01:03:20 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type A
01:03:20 	public <A extends T> X(A... t) {}
01:03:20 	                            ^
01:03:20   where A,T are type-variables:
01:03:20     A extends T declared in constructor <A>X(A...)
01:03:20     T extends Object declared in class X
01:03:20 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:03:20 	<T> void foo(T... t) {}
01:03:20 	                  ^
01:03:20   where T is a type-variable:
01:03:20     T extends Object declared in method <T>foo(T...)
01:03:20 2 warnings
01:03:20 
01:03:20 
01:03:20 
01:03:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:22 
01:03:22 
01:03:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:23 
01:03:23 
01:03:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:24 
01:03:24 
01:03:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:26 
01:03:26 
01:03:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:27 --- javac err: ---
01:03:27 X.java:8: error: bad operand types for binary operator '=='
01:03:27 		return null == value;
01:03:27 		            ^
01:03:27   first type:  <null>
01:03:27   second type: short
01:03:27 1 error
01:03:27 
01:03:27 
01:03:27 
01:03:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:28 --- javac err: ---
01:03:28 X.java:99: warning: [deprecation] Byte(byte) in Byte has been deprecated
01:03:28         Byte _byte = new Byte((byte)2);
01:03:28                      ^
01:03:28 X.java:100: warning: [deprecation] Character(char) in Character has been deprecated
01:03:28         Character _character = new Character('@');
01:03:28                                ^
01:03:28 X.java:101: warning: [deprecation] Short(short) in Short has been deprecated
01:03:28         Short _short = new Short((short)255);
01:03:28                        ^
01:03:28 X.java:102: warning: [deprecation] Integer(int) in Integer has been deprecated
01:03:28         Integer _integer = new Integer(12345678);
01:03:28                            ^
01:03:28 X.java:103: warning: [deprecation] Long(long) in Long has been deprecated
01:03:28         Long _long = new Long(1234567890);
01:03:28                      ^
01:03:28 X.java:104: warning: [deprecation] Float(double) in Float has been deprecated
01:03:28         Float _float = new Float(-0.0);
01:03:28                        ^
01:03:28 6 warnings
01:03:28 
01:03:28 
01:03:28 
01:03:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:29 --- javac err: ---
01:03:29 X.java:4: error: incompatible types: byte cannot be converted to Short
01:03:29     Short s2 = _byte; // ko
01:03:29                ^
01:03:29 1 error
01:03:29 
01:03:29 
01:03:29 
01:03:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:30 --- javac err: ---
01:03:30 X.java:8: error: cannot find symbol
01:03:30     Zork z;
01:03:30     ^
01:03:30   symbol:   class Zork
01:03:30   location: class X
01:03:30 1 error
01:03:30 
01:03:30 
01:03:30 
01:03:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:31 --- javac err: ---
01:03:31 X.java:8: error: cannot find symbol
01:03:31 		Zork z;
01:03:31 		^
01:03:31   symbol:   class Zork
01:03:31   location: class X
01:03:31 1 error
01:03:31 
01:03:31 
01:03:31 
01:03:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:32 --- javac err: ---
01:03:32 X.java:7: error: bad operand types for binary operator '=='
01:03:32     if (o == 0) return o;
01:03:32           ^
01:03:32   first type:  Serializable
01:03:32   second type: int
01:03:32 1 error
01:03:32 
01:03:32 
01:03:32 
01:03:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:33 --- javac err: ---
01:03:33 X.java:7: error: bad operand types for binary operator '=='
01:03:33     if (o == true) return o;
01:03:33           ^
01:03:33   first type:  Object
01:03:33   second type: boolean
01:03:33 1 error
01:03:33 
01:03:33 
01:03:33 
01:03:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:35 --- javac err: ---
01:03:35 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
01:03:35         Comparable<?> c1 = foo("", new Integer(5));
01:03:35                                    ^
01:03:35 1 warning
01:03:35 
01:03:35 
01:03:35 
01:03:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:36 --- javac err: ---
01:03:36 X.java:18: warning: [deprecation] Double(double) in Double has been deprecated
01:03:36 		Object value = test.convert(new Double(50));
01:03:36 		                            ^
01:03:36 1 warning
01:03:36 
01:03:36 
01:03:36 
01:03:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:38 
01:03:38 
01:03:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:39 --- javac err: ---
01:03:39 X.java:5: error: cannot find symbol
01:03:39 		Zork z;
01:03:39 		^
01:03:39   symbol:   class Zork
01:03:39   location: class X
01:03:39 1 error
01:03:39 
01:03:39 
01:03:39 
01:03:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:40 --- javac err: ---
01:03:40 X.java:4: warning: [deprecation] Character(char) in Character has been deprecated
01:03:40 		Character _Character = new Character(' ');
01:03:40 		                       ^
01:03:40 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
01:03:40 		Integer _Integer = new Integer(2);
01:03:40 		                   ^
01:03:40 2 warnings
01:03:40 
01:03:40 
01:03:40 
01:03:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:41 --- javac err: ---
01:03:41 X.java:9: error: cannot find symbol
01:03:41 			System.out.println(zork);
01:03:41 			                   ^
01:03:41   symbol:   variable zork
01:03:41   location: class X
01:03:41 1 error
01:03:41 
01:03:41 
01:03:41 
01:03:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:43 
01:03:43 
01:03:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:44 --- javac err: ---
01:03:44 X.java:8: error: cannot find symbol
01:03:44 		 Zork z;
01:03:44 		 ^
01:03:44   symbol:   class Zork
01:03:44   location: class X
01:03:44 1 error
01:03:44 
01:03:44 
01:03:44 
01:03:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:45 --- javac err: ---
01:03:45 X.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
01:03:45 		m(new Integer(i));
01:03:45 		  ^
01:03:45 1 warning
01:03:45 
01:03:45 
01:03:45 
01:03:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:46 --- javac err: ---
01:03:46 X.java:4: error: incompatible types: Integer[] cannot be converted to int[]
01:03:46 		int[] ints = (int[]) integers;
01:03:46 		                     ^
01:03:46 X.java:6: error: incompatible types: float[] cannot be converted to Float[]
01:03:46 		Float[] fs = (Float[]) floats;
01:03:46 		                       ^
01:03:46 2 errors
01:03:46 
01:03:46 
01:03:46 
01:03:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:47 --- javac err: ---
01:03:47 X.java:6: error: reference to foo is ambiguous
01:03:47 		new X().foo(1);
01:03:47 		       ^
01:03:47   both method foo(Object...) in X and method foo(int...) in X match
01:03:47 X.java:7: error: reference to foo is ambiguous
01:03:47 		new X().foo(new Integer(1));
01:03:47 		       ^
01:03:47   both method foo(Object...) in X and method foo(int...) in X match
01:03:47 X.java:8: error: reference to foo is ambiguous
01:03:47 		new X().foo(1, new Integer(1));
01:03:47 		       ^
01:03:47   both method foo(Object...) in X and method foo(int...) in X match
01:03:47 3 errors
01:03:47 
01:03:49 --- javac err: ---
01:03:49 X.java:6: error: reference to foo is ambiguous
01:03:49 		new X().foo(1);
01:03:49 		       ^
01:03:49   both method foo(Number...) in X and method foo(int...) in X match
01:03:49 X.java:7: error: reference to foo is ambiguous
01:03:49 		new X().foo(new Integer(1));
01:03:49 		       ^
01:03:49   both method foo(Number...) in X and method foo(int...) in X match
01:03:49 X.java:8: error: reference to foo is ambiguous
01:03:49 		new X().foo(1, new Integer(1));
01:03:49 		       ^
01:03:49   both method foo(Number...) in X and method foo(int...) in X match
01:03:49 3 errors
01:03:49 
01:03:50 --- javac err: ---
01:03:50 X.java:6: error: reference to foo is ambiguous
01:03:50 		new X().foo(1);
01:03:50 		       ^
01:03:50   both method foo(int,Object...) in X and method foo(Integer,int...) in X match
01:03:50 X.java:7: error: reference to foo is ambiguous
01:03:50 		new X().foo(new Integer(1));
01:03:50 		       ^
01:03:50   both method foo(int,Object...) in X and method foo(Integer,int...) in X match
01:03:50 X.java:8: error: reference to foo is ambiguous
01:03:50 		new X().foo(1, new Integer(1));
01:03:50 		       ^
01:03:50   both method foo(int,Object...) in X and method foo(Integer,int...) in X match
01:03:50 3 errors
01:03:50 
01:03:50 
01:03:50 
01:03:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:51 
01:03:51 
01:03:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:52 --- javac err: ---
01:03:52 X.java:2: error: cannot find symbol
01:03:52 	Zork z;
01:03:52 	^
01:03:52   symbol:   class Zork
01:03:52   location: class Cla<A>
01:03:52   where A is a type-variable:
01:03:52     A extends Object declared in class Cla
01:03:52 X.java:28: error: cannot find symbol
01:03:52 		System.out.printltn(t6);
01:03:52 		          ^
01:03:52   symbol:   method printltn(long)
01:03:52   location: variable out of type PrintStream
01:03:52 2 errors
01:03:52 
01:03:52 
01:03:52 
01:03:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:54 
01:03:54 
01:03:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:55 
01:03:55 
01:03:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:56 
01:03:56 
01:03:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:57 
01:03:57 
01:03:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:03:59 
01:03:59 
01:03:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:00 
01:04:00 
01:04:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:01 --- javac err: ---
01:04:01 X.java:3: warning: [deprecation] Boolean(boolean) in Boolean has been deprecated
01:04:01     	if (new Boolean(true) ? true : new Boolean(false)) {
01:04:01     	    ^
01:04:01 X.java:3: warning: [deprecation] Boolean(boolean) in Boolean has been deprecated
01:04:01     	if (new Boolean(true) ? true : new Boolean(false)) {
01:04:01     	                               ^
01:04:01 2 warnings
01:04:01 
01:04:01 
01:04:01 
01:04:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:02 
01:04:02 
01:04:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:04 
01:04:04 
01:04:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:05 --- javac err: ---
01:04:05 X.java:7: error: incompatible types: int cannot be converted to Short
01:04:05 		s = i; // not a constant
01:04:05 		    ^
01:04:05 X.java:9: error: incompatible types: int cannot be converted to Short
01:04:05 		bar(4);
01:04:05 		    ^
01:04:05 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:04:05 2 errors
01:04:05 
01:04:05 
01:04:05 
01:04:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:06 --- javac err: ---
01:04:06 X.java:7: error: cannot find symbol
01:04:06 	Zork z;
01:04:06 	^
01:04:06   symbol:   class Zork
01:04:06   location: class X
01:04:06 1 error
01:04:06 
01:04:06 
01:04:06 
01:04:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:07 
01:04:07 
01:04:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:08 --- javac err: ---
01:04:08 X.java:3: error: incomparable types: Float and Long
01:04:08     	return f == l;
01:04:08     	         ^
01:04:08 1 error
01:04:08 
01:04:08 
01:04:08 
01:04:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:09 --- javac err: ---
01:04:09 X.java:5: error: cannot find symbol
01:04:09 		 Zork z;
01:04:09 		 ^
01:04:09   symbol:   class Zork
01:04:09   location: class X
01:04:09 1 error
01:04:09 
01:04:09 
01:04:09 
01:04:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:11 
01:04:11 
01:04:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:12 
01:04:12 
01:04:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:13 --- javac err: ---
01:04:13 X.java:4: error: unexpected type
01:04:13 		boolean c = a instanceof Integer;
01:04:13 		            ^
01:04:13   required: reference
01:04:13   found:    int
01:04:13 1 error
01:04:13 
01:04:13 
01:04:13 
01:04:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:14 --- javac err: ---
01:04:14 X.java:14: error: no suitable constructor found for Byte(int)
01:04:14 		no = new Byte(127);
01:04:14 		     ^
01:04:14     constructor Byte.Byte(byte) is not applicable
01:04:14       (argument mismatch; possible lossy conversion from int to byte)
01:04:14     constructor Byte.Byte(String) is not applicable
01:04:14       (argument mismatch; int cannot be converted to String)
01:04:14 1 error
01:04:14 
01:04:14 
01:04:14 
01:04:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:15 --- javac err: ---
01:04:15 X.java:8: error: incompatible types: int cannot be converted to Byte
01:04:15 		return i;
01:04:15 		       ^
01:04:15 1 error
01:04:15 
01:04:15 
01:04:15 
01:04:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:16 
01:04:16 
01:04:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:18 --- javac err: ---
01:04:18 X.java:3: error: incompatible types: bad type in conditional expression
01:04:18 		boolean x = false ? "" : false;
01:04:18 		                    ^
01:04:18     String cannot be converted to boolean
01:04:18 X.java:4: error: boolean cannot be dereferenced
01:04:18 		System.out.print("[4:"+ x + "," + x.getClass().getCanonicalName() + "]");
01:04:18 		                                   ^
01:04:18 2 errors
01:04:18 
01:04:18 
01:04:18 
01:04:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:19 
01:04:19 
01:04:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:20 --- javac err: ---
01:04:20 X.java:7: error: cannot find symbol
01:04:20 	Zork z;
01:04:20 	^
01:04:20   symbol:   class Zork
01:04:20   location: class X
01:04:20 1 error
01:04:20 
01:04:20 
01:04:20 
01:04:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:21 
01:04:21 
01:04:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:22 --- javac err: ---
01:04:22 X.java:10: error: cannot find symbol
01:04:22 	Zork z;
01:04:22 	^
01:04:22   symbol:   class Zork
01:04:22   location: class X
01:04:22 1 error
01:04:22 
01:04:22 
01:04:22 
01:04:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:24 --- javac err: ---
01:04:24 X.java:3: error: cannot find symbol
01:04:24 	Zork z;
01:04:24 	^
01:04:24   symbol:   class Zork
01:04:24   location: class X
01:04:24 1 error
01:04:24 
01:04:24 
01:04:24 
01:04:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:25 
01:04:25 
01:04:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:26 
01:04:26 
01:04:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:27 
01:04:27 
01:04:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:28 
01:04:28 
01:04:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:30 
01:04:30 
01:04:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:31 --- javac err: ---
01:04:31 X.java:8: warning: [rawtypes] found raw type: A
01:04:31 				 A ua = a;
01:04:31 				 ^
01:04:31   missing type arguments for generic class A<T>
01:04:31   where T is a type-variable:
01:04:31     T extends Object declared in class A
01:04:31 1 warning
01:04:31 
01:04:31 
01:04:31 
01:04:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:32 --- javac err: ---
01:04:32 X.java:3: warning: [unchecked] unchecked cast
01:04:32                 return (T) o; // should get unchecked warning
01:04:32                            ^
01:04:32   required: T
01:04:32   found:    Object
01:04:32   where T is a type-variable:
01:04:32     T extends Object declared in class A
01:04:32 1 warning
01:04:32 
01:04:32 
01:04:32 
01:04:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:33 --- javac err: ---
01:04:33 X.java:8: warning: [rawtypes] found raw type: A
01:04:33 				 A ua = a;
01:04:33 				 ^
01:04:33   missing type arguments for generic class A<T>
01:04:33   where T is a type-variable:
01:04:33     T extends Object declared in class A
01:04:33 X.java:9: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
01:04:33 				 ua.foo = new Object();
01:04:33 				   ^
01:04:33 2 warnings
01:04:33 
01:04:34 
01:04:34 
01:04:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:35 --- javac err: ---
01:04:35 X.java:10: warning: [rawtypes] found raw type: A
01:04:35 				 A ua = this;
01:04:35 				 ^
01:04:35   missing type arguments for generic class A<T>
01:04:35   where T is a type-variable:
01:04:35     T extends Object declared in class A
01:04:35 X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
01:04:35 				 ua.foo = new Object();
01:04:35 				   ^
01:04:35 2 warnings
01:04:35 
01:04:35 
01:04:35 
01:04:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:36 --- javac err: ---
01:04:36 X.java:10: warning: [rawtypes] found raw type: A
01:04:36 				 A ua = this;
01:04:36 				 ^
01:04:36   missing type arguments for generic class A<T>
01:04:36   where T is a type-variable:
01:04:36     T extends Object declared in class A
01:04:36 X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
01:04:36 				 ua.foo = new Object();
01:04:36 				   ^
01:04:36 2 warnings
01:04:36 
01:04:36 
01:04:36 
01:04:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:37 
01:04:37 
01:04:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:39 
01:04:39 
01:04:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:40 
01:04:40 
01:04:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:41 
01:04:41 
01:04:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:42 --- javac err: ---
01:04:42 X.java:10: warning: [rawtypes] found raw type: A
01:04:42 				 A ua = this;
01:04:42 				 ^
01:04:42   missing type arguments for generic class A<T>
01:04:42   where T is a type-variable:
01:04:42     T extends Object declared in class A
01:04:42 X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
01:04:42 				 ua.foo = new Object[1];
01:04:42 				   ^
01:04:42 2 warnings
01:04:42 
01:04:42 
01:04:42 
01:04:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:43 
01:04:43 
01:04:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:44 --- javac err: ---
01:04:44 X.java:8: warning: [static] static variable should be qualified by type name, Long, instead of by an expression
01:04:44 	         long s = a.foo.MAX_VALUE;
01:04:44 	                       ^
01:04:44 1 warning
01:04:44 
01:04:45 
01:04:45 
01:04:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:46 --- javac err: ---
01:04:46 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:04:46 		if(new Integer(2) == 0) {}
01:04:46 		   ^
01:04:46 1 warning
01:04:46 
01:04:46 
01:04:46 
01:04:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:47 
01:04:47 
01:04:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:49 
01:04:49 
01:04:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:50 --- javac err: ---
01:04:50 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:04:50 		if(new Integer(2) == 0) {
01:04:50 		   ^
01:04:50 1 warning
01:04:50 
01:04:50 
01:04:50 
01:04:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:51 --- javac err: ---
01:04:51 X.java:3: warning: [deprecation] Double(double) in Double has been deprecated
01:04:51 		if(new Double(2.0) == 0.0) {
01:04:51 		   ^
01:04:51 1 warning
01:04:51 
01:04:51 
01:04:51 
01:04:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:52 --- javac err: ---
01:04:52 X.java:3: warning: [deprecation] Double(double) in Double has been deprecated
01:04:52 		if(new Double(2.0) == 0.0) {}
01:04:52 		   ^
01:04:52 1 warning
01:04:52 
01:04:52 
01:04:52 
01:04:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:53 --- javac err: ---
01:04:53 X.java:6: error: incompatible types: Integer cannot be converted to char
01:04:53 		char d = (char)(a);
01:04:53 		               ^
01:04:53 1 error
01:04:53 
01:04:53 
01:04:53 
01:04:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:55 
01:04:55 
01:04:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:56 
01:04:56 
01:04:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:57 
01:04:57 
01:04:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:04:59 
01:04:59 
01:04:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:00 
01:05:00 
01:05:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:01 --- javac err: ---
01:05:01 X.java:3: warning: [rawtypes] found raw type: ArrayList
01:05:01     ArrayList params;
01:05:01     ^
01:05:01   missing type arguments for generic class ArrayList<E>
01:05:01   where E is a type-variable:
01:05:01     E extends Object declared in class ArrayList
01:05:01 X.java:8: error: incompatible types: <null> cannot be converted to int
01:05:01         return null;
01:05:01                ^
01:05:01 1 error
01:05:01 1 warning
01:05:01 
01:05:01 
01:05:01 
01:05:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:02 
01:05:02 
01:05:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:04 
01:05:04 
01:05:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:05 
01:05:05 
01:05:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:06 
01:05:06 
01:05:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:07 
01:05:07 
01:05:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:09 --- javac err: ---
01:05:09 X.java:5: error: incompatible types: short cannot be converted to Integer
01:05:09         i1 = s;
01:05:09              ^
01:05:09 X.java:8: error: incompatible types: short cannot be converted to Integer
01:05:09             case s:
01:05:09                  ^
01:05:09 X.java:14: error: incompatible types: byte cannot be converted to Integer
01:05:09         i2 = b;
01:05:09              ^
01:05:09 X.java:17: error: incompatible types: byte cannot be converted to Integer
01:05:09             case b:
01:05:09                  ^
01:05:09 X.java:23: error: incompatible types: char cannot be converted to Integer
01:05:09         i3 = c;
01:05:09              ^
01:05:09 X.java:26: error: incompatible types: char cannot be converted to Integer
01:05:09             case c:
01:05:09                  ^
01:05:09 6 errors
01:05:09 
01:05:09 
01:05:09 
01:05:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:10 --- javac err: ---
01:05:10 X.java:3: error: incompatible types: short cannot be converted to Integer
01:05:10 		Integer is = s;
01:05:10 		             ^
01:05:10 X.java:4: error: incompatible types: byte cannot be converted to Integer
01:05:10 		Integer ib = b;
01:05:10 		             ^
01:05:10 X.java:5: error: incompatible types: char cannot be converted to Integer
01:05:10 		Integer ic = c;	
01:05:10 		             ^
01:05:10 X.java:11: error: incompatible types: short cannot be converted to Integer
01:05:10 		Integer is = s;
01:05:10 		             ^
01:05:10 X.java:12: error: incompatible types: byte cannot be converted to Integer
01:05:10 		Integer ib = b;
01:05:10 		             ^
01:05:10 X.java:13: error: incompatible types: char cannot be converted to Integer
01:05:10 		Integer ic = c;	
01:05:10 		             ^
01:05:10 X.java:16: error: incompatible types: short cannot be converted to Integer
01:05:10 		Integer is = (short)0;
01:05:10 		             ^
01:05:10 X.java:17: error: incompatible types: byte cannot be converted to Integer
01:05:10 		Integer ib = (byte)0;
01:05:10 		             ^
01:05:10 X.java:18: error: incompatible types: char cannot be converted to Integer
01:05:10 		Integer ic = (char)0;	
01:05:10 		             ^
01:05:10 9 errors
01:05:10 
01:05:10 
01:05:10 
01:05:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:11 --- javac err: ---
01:05:11 X.java:10: error: incompatible types: void cannot be converted to String
01:05:11        String s = foo(i); 
01:05:11                      ^
01:05:11 1 error
01:05:11 
01:05:11 
01:05:11 
01:05:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:12 --- javac err: ---
01:05:12 X.java:3: error: incompatible types: int cannot be converted to T
01:05:12     <T extends Integer> T a() { return 35; }
01:05:12                                        ^
01:05:12   where T is a type-variable:
01:05:12     T extends Integer declared in method <T>a()
01:05:12 X.java:4: error: incompatible types: int[] cannot be converted to T[]
01:05:12     <T extends Integer> T[] b() { return new int[]{35}; }
01:05:12                                          ^
01:05:12   where T is a type-variable:
01:05:12     T extends Integer declared in method <T>b()
01:05:12 X.java:5: error: incompatible types: Integer cannot be converted to T
01:05:12     <T extends Integer> T c() { return new Integer(35); }
01:05:12                                        ^
01:05:12   where T is a type-variable:
01:05:12     T extends Integer declared in method <T>c()
01:05:12 X.java:6: error: incompatible types: Integer[] cannot be converted to T[]
01:05:12     <T extends Integer> T[] d() { return new Integer[]{35}; }
01:05:12                                          ^
01:05:12   where T is a type-variable:
01:05:12     T extends Integer declared in method <T>d()
01:05:12 4 errors
01:05:12 
01:05:12 
01:05:12 
01:05:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:13 --- javac err: ---
01:05:13 X.java:2: error: incompatible types: int cannot be converted to T
01:05:13     T x = 12;
01:05:13           ^
01:05:13   where T is a type-variable:
01:05:13     T extends Integer declared in class X
01:05:13 X.java:5: error: incompatible types: int cannot be converted to T
01:05:13     		t = 5;
01:05:13     		    ^
01:05:13   where T is a type-variable:
01:05:13     T extends Integer declared in class X
01:05:13 X.java:7: error: incompatible types: int cannot be converted to T
01:05:13     		case 1:
01:05:13     		     ^
01:05:13   where T is a type-variable:
01:05:13     T extends Integer declared in class X
01:05:13 3 errors
01:05:13 
01:05:13 
01:05:13 
01:05:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:13 ***************************************************************************
01:05:13 * Comparison with Sun Javac compiler for class Compliance_1_5 (null tests)
01:05:13 ***************************************************************************
01:05:14 --- javac err: ---
01:05:14 p1/Z.java:6: warning: [cast] redundant cast to String[]
01:05:14 		System.out.print(((String[])s.clone())[0]);	
01:05:14 		                  ^
01:05:14 1 warning
01:05:14 
01:05:14 
01:05:14 
01:05:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:15 --- javac err: ---
01:05:15 p1/X.java:10: warning: [empty] empty statement after if
01:05:15 		if (false);	
01:05:15 		          ^
01:05:15 p1/X.java:4: error: unreachable statement
01:05:15 		while (false);	
01:05:15 		             ^
01:05:15 p1/X.java:5: error: unreachable statement
01:05:15 		while (false) System.out.println("unreachable");	
01:05:15 		              ^
01:05:15 p1/X.java:8: error: unreachable statement
01:05:15 		for (;false;);	
01:05:15 		             ^
01:05:15 p1/X.java:9: error: unreachable statement
01:05:15 		for (;false;) System.out.println("unreachable");	
01:05:15 		              ^
01:05:15 4 errors
01:05:15 1 warning
01:05:15 
01:05:15 
01:05:15 
01:05:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:16 --- javac err: ---
01:05:16 p1/Updated.java:2: warning: auxiliary class Top in p1/Y.java should not be accessed from outside its own source file
01:05:16 public class Updated extends Top {	
01:05:16                              ^
01:05:16 p1/Y.java:21: warning: [static] static variable should be qualified by type name, Top, instead of by an expression
01:05:16 		System.out.print("*1* new Updated().bar: " + new Updated().bar);	
01:05:16 		                                                          ^
01:05:16 p1/Y.java:24: warning: [static] static variable should be qualified by type name, Top, instead of by an expression
01:05:16 		System.out.print("*4* new Y().bar: " + new Y().bar);	
01:05:16 		                                              ^
01:05:16 p1/Y.java:28: warning: [static] static variable should be qualified by type name, Top, instead of by an expression
01:05:16 		System.out.print("*8* this.bar: " + this.bar);	
01:05:16 		                                        ^
01:05:16 p1/Y.java:32: warning: [static] static variable should be qualified by type name, Top, instead of by an expression
01:05:16 		System.out.print("*12* ss.sstore.value: " + ss.sstore.value);	
01:05:16 		                                              ^
01:05:16 5 warnings
01:05:16 
01:05:18 --- javac err: ---
01:05:18 p1/Updated.java:2: warning: auxiliary class Top in Y.java should not be accessed from outside its own source file
01:05:18 public class Updated extends Top { 
01:05:18                              ^
01:05:18 p1/Updated.java:8: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file
01:05:18 	Store store = new Store("Updated.store");	
01:05:18 	^
01:05:18 p1/Updated.java:9: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file
01:05:18 	static Store sstore = new Store("Updated.sstore");	
01:05:18 	       ^
01:05:18 p1/Updated.java:8: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file
01:05:18 	Store store = new Store("Updated.store");	
01:05:18 	                  ^
01:05:18 p1/Updated.java:9: warning: auxiliary class Store in Y.java should not be accessed from outside its own source file
01:05:18 	static Store sstore = new Store("Updated.sstore");	
01:05:18 	                          ^
01:05:18 5 warnings
01:05:18 
01:05:18 
01:05:18 
01:05:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:19 --- javac err: ---
01:05:19 p1/Updated.java:2: warning: auxiliary class Top in p1/Y.java should not be accessed from outside its own source file
01:05:19 public class Updated extends Top {	
01:05:19                              ^
01:05:19 p1/Y.java:18: warning: [static] static method should be qualified by type name, Top, instead of by an expression
01:05:19 		System.out.print("*1* new Updated().bar(): " + new Updated().bar());	
01:05:19 		                                                            ^
01:05:19 p1/Y.java:21: warning: [static] static method should be qualified by type name, Top, instead of by an expression
01:05:19 		System.out.print("*4* new Y().bar(): " + new Y().bar());	
01:05:19 		                                                ^
01:05:19 p1/Y.java:25: warning: [static] static method should be qualified by type name, Top, instead of by an expression
01:05:19 		System.out.print("*8* this.bar(): " + this.bar());	
01:05:19 		                                          ^
01:05:19 4 warnings
01:05:19 
01:05:20 --- javac err: ---
01:05:20 p1/Updated.java:2: warning: auxiliary class Top in Y.java should not be accessed from outside its own source file
01:05:20 public class Updated extends Top { 
01:05:20                              ^
01:05:20 1 warning
01:05:20 
01:05:21 
01:05:21 
01:05:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:22 --- javac err: ---
01:05:22 p1/X.java:26: warning: [cast] redundant cast to boolean
01:05:22 				System.out.print((boolean)bar + "#");	
01:05:22 				                 ^
01:05:22 1 warning
01:05:22 
01:05:22 
01:05:22 
01:05:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:23 
01:05:23 
01:05:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:24 --- javac err: ---
01:05:24 X.java:9: error: incompatible types: int cannot be converted to boolean
01:05:24                         foo(0); 	
01:05:24                             ^
01:05:24 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:05:24 1 error
01:05:24 
01:05:24 
01:05:24 
01:05:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:25 
01:05:25 
01:05:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:27 
01:05:27 
01:05:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:28 
01:05:28 
01:05:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:29 
01:05:29 
01:05:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:31 
01:05:31 
01:05:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:32 
01:05:32 
01:05:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:33 --- javac err: ---
01:05:33 p1/T.java:13: error: no suitable method found for foo(int)
01:05:33 				foo(0); // should say that foo(int, boolean) isn't applicable	
01:05:33 				^
01:05:33     method TT.foo(boolean) is not applicable
01:05:33       (argument mismatch; int cannot be converted to boolean)
01:05:33     method TT.foo(String) is not applicable
01:05:33       (argument mismatch; int cannot be converted to String)
01:05:33 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:05:33 1 error
01:05:33 
01:05:33 
01:05:33 
01:05:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:34 --- javac err: ---
01:05:34 p1/T.java:13: error: no suitable method found for foo(int)
01:05:34 				foo(0); // should say that foo(int, boolean) isn't applicable	
01:05:34 				^
01:05:34     method TT.foo(boolean) is not applicable
01:05:34       (argument mismatch; int cannot be converted to boolean)
01:05:34     method TT.foo(String) is not applicable
01:05:34       (argument mismatch; int cannot be converted to String)
01:05:34 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:05:34 1 error
01:05:34 
01:05:34 
01:05:34 
01:05:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:35 --- javac err: ---
01:05:35 p1/X.java:15: error: incompatible types: int cannot be converted to boolean
01:05:35 				foo(0); // javac says foo cannot be resolved because of multiple matches	
01:05:35 				    ^
01:05:35 p1/X.java:22: error: incompatible types: int cannot be converted to boolean
01:05:35 				foo(0); // should say that foo(boolean) isn't applicable	
01:05:35 				    ^
01:05:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:05:35 2 errors
01:05:35 
01:05:35 
01:05:35 
01:05:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:36 --- javac err: ---
01:05:36 p1/X.java:2: error: X is not abstract and does not override abstract method init(String,int) in I
01:05:36 public class X extends AbstractY {	
01:05:36        ^
01:05:36 p1/X.java:4: error: cannot find symbol
01:05:36 		init("hello");	
01:05:36 		^
01:05:36   symbol:   method init(String)
01:05:36   location: class X
01:05:36 2 errors
01:05:36 
01:05:36 
01:05:36 
01:05:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:38 --- javac err: ---
01:05:38 p1/X.java:7: error: AbstractY is not abstract and does not override abstract method init(String,int) in I
01:05:38 class AbstractY implements I {	
01:05:38 ^
01:05:38 p1/X.java:4: error: cannot find symbol
01:05:38 		init("hello");	
01:05:38 		^
01:05:38   symbol:   method init(String)
01:05:38   location: class X
01:05:38 2 errors
01:05:38 
01:05:38 
01:05:38 
01:05:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:39 --- javac err: ---
01:05:39 p1/X.java:4: error: unreachable statement
01:05:39 		for (;false;p());	
01:05:39 		                ^
01:05:39 1 error
01:05:39 
01:05:39 
01:05:39 
01:05:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:40 
01:05:40 
01:05:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:41 --- javac err: ---
01:05:41 p/X.java:19: warning: [deprecation] Integer(int) in Integer has been deprecated
01:05:41 		woof_1.meow_1.honk_1.honks = new Integer(num);	
01:05:41 		                             ^
01:05:41 1 warning
01:05:41 
01:05:41 
01:05:41 
01:05:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:42 --- javac err: ---
01:05:42 p/X.java:5: error: bar(Object) has protected access in X2
01:05:42 		new q.X2().bar("String");	
01:05:42 		          ^
01:05:42 p/X.java:6: error: barbar(Object) is not public in X2; cannot be accessed from outside package
01:05:42 		new q.X2().barbar("String");	
01:05:42 		          ^
01:05:42 2 errors
01:05:42 
01:05:42 
01:05:42 
01:05:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:43 --- javac err: ---
01:05:43 p/X.java:9: error: cannot find symbol
01:05:43 		barbar("String");	
01:05:43 		^
01:05:43   symbol:   method barbar(String)
01:05:43   location: class X
01:05:43 1 error
01:05:43 
01:05:43 
01:05:43 
01:05:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:44 --- javac err: ---
01:05:44 p/X.java:4: error: foo has protected access in X2
01:05:44 		System.out.println(new q.X2().foo);	
01:05:44 		                             ^
01:05:44 p/X.java:5: error: bar is not public in X2; cannot be accessed from outside package
01:05:44 		System.out.println(new q.X2().bar);	
01:05:44 		                             ^
01:05:44 2 errors
01:05:44 
01:05:44 
01:05:44 
01:05:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:46 
01:05:46 
01:05:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:47 
01:05:47 
01:05:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:49 
01:05:49 
01:05:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:50 
01:05:50 
01:05:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:51 
01:05:51 
01:05:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:52 
01:05:52 
01:05:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:53 --- javac err: ---
01:05:53 X.java:5: error: unreachable statement
01:05:53 		for (;false;);	
01:05:53 		             ^
01:05:53 X.java:6: error: unreachable statement
01:05:53 		for (;false;){}	
01:05:53 		             ^
01:05:53 X.java:7: error: unreachable statement
01:05:53 		while (false);	
01:05:53 		             ^
01:05:53 X.java:8: error: unreachable statement
01:05:53 		while (false){}	
01:05:53 		             ^
01:05:53 4 errors
01:05:53 
01:05:53 
01:05:53 
01:05:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:54 --- javac err: ---
01:05:54 X.java:6: error: no interface expected here
01:05:54 				class Y extends Homonym {};	
01:05:54 				                ^
01:05:54 1 error
01:05:54 
01:05:54 
01:05:54 
01:05:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:55 
01:05:55 
01:05:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:56 
01:05:56 
01:05:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:58 
01:05:58 
01:05:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:05:59 --- javac err: ---
01:05:59 p/X.java:5: error: unreachable statement
01:05:59 		return;;	
01:05:59 		       ^
01:05:59 1 error
01:05:59 
01:05:59 
01:05:59 
01:05:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:00 --- javac err: ---
01:06:00 X.java:1: error: X is not abstract and does not override abstract method foo() in Y
01:06:00 public class X extends Y {
01:06:00        ^
01:06:00 1 error
01:06:00 
01:06:00 
01:06:00 
01:06:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:01 --- javac err: ---
01:06:01 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated
01:06:01 		((ObjectAlgorithm)(new X())).operate(new Double(0));
01:06:01 		                                     ^
01:06:01 1 warning
01:06:01 
01:06:01 
01:06:01 
01:06:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:02 --- javac err: ---
01:06:02 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated
01:06:02 		((ObjectAlgorithm)(new X())).operate(new Double(0));
01:06:02 		                                     ^
01:06:02 1 warning
01:06:02 
01:06:02 
01:06:02 
01:06:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:03 --- javac err: ---
01:06:03 pa/Caller.java:7: error: callme() has protected access in Concrete
01:06:03 		aConcrete.callme();
01:06:03 		         ^
01:06:03 1 error
01:06:03 
01:06:03 
01:06:03 
01:06:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:04 --- javac err: ---
01:06:04 p/X.java:10: error: unreachable statement
01:06:04      while (false) {};
01:06:04                    ^
01:06:04 1 error
01:06:04 
01:06:04 
01:06:04 
01:06:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:06 --- javac err: ---
01:06:06 p/X.java:10: error: unreachable statement
01:06:06      while (false);
01:06:06                   ^
01:06:06 1 error
01:06:06 
01:06:06 
01:06:06 
01:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:07 --- javac err: ---
01:06:07 p/A.java:8: error: non-static variable i cannot be referenced from a static context
01:06:07     int x = i;
01:06:07             ^
01:06:07 1 error
01:06:07 
01:06:07 
01:06:07 
01:06:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:08 
01:06:08 
01:06:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:09 
01:06:09 
01:06:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:10 
01:06:10 
01:06:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:11 
01:06:11 
01:06:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:12 
01:06:12 
01:06:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:14 
01:06:14 
01:06:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:15 
01:06:15 
01:06:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:16 
01:06:16 
01:06:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:17 
01:06:17 
01:06:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:18 --- javac err: ---
01:06:18 p1/Y.java:4: error: abstract method init() in J cannot be accessed directly
01:06:18 		super.init();	
01:06:18 		     ^
01:06:18 1 error
01:06:18 
01:06:18 
01:06:18 
01:06:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:19 
01:06:19 
01:06:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:20 
01:06:20 
01:06:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:21 
01:06:21 
01:06:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:22 --- javac err: ---
01:06:22 X.java:8: error: cannot reference this before supertype constructor has been called
01:06:22       super(new M(){});
01:06:22             ^
01:06:22 1 error
01:06:22 
01:06:22 
01:06:22 
01:06:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:24 --- javac err: ---
01:06:24 X.java:14: error: cannot reference this before supertype constructor has been called
01:06:24 			super(new M());//2
01:06:24 			      ^
01:06:24 1 error
01:06:24 
01:06:24 
01:06:24 
01:06:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:24 
01:06:24 
01:06:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:25 --- javac err: ---
01:06:25 X.java:8: error: cannot reference this before supertype constructor has been called
01:06:25 			super(new MX4());	// ko
01:06:25 			      ^
01:06:25 X.java:14: error: cannot reference this before supertype constructor has been called
01:06:25 			this(new MX4());		// ko
01:06:25 			     ^
01:06:25 2 errors
01:06:25 
01:06:25 
01:06:25 
01:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:28 --- javac err: ---
01:06:28 Middle.java:1: warning: auxiliary class Top in X.java should not be accessed from outside its own source file
01:06:28 public class Middle extends Top {
01:06:28                             ^
01:06:28 1 warning
01:06:28 
01:06:28 
01:06:28 
01:06:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:29 
01:06:29 
01:06:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:30 
01:06:30 
01:06:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:31 --- javac err: ---
01:06:31 X.java:14: error: cannot find symbol
01:06:31 			    System.out.println(new Local());
01:06:31 			                           ^
01:06:31   symbol:   class Local
01:06:31   location: class X
01:06:31 1 error
01:06:31 
01:06:31 
01:06:31 
01:06:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:33 --- javac err: ---
01:06:33 X.java:15: error: cannot find symbol
01:06:33 				System.out.print(new Local());	
01:06:33 				                     ^
01:06:33   symbol:   class Local
01:06:33   location: class X
01:06:33 X.java:17: error: cannot find symbol
01:06:33 				System.out.println(new Local(){	
01:06:33 				                       ^
01:06:33   symbol:   class Local
01:06:33   location: class X
01:06:33 2 errors
01:06:33 
01:06:33 
01:06:33 
01:06:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:34 
01:06:34 
01:06:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:35 --- javac err: ---
01:06:35 IX.java:2: warning: [serial] serializable class Problem has no definition of serialVersionUID
01:06:35 	public static class Problem extends Exception {}
01:06:35 	              ^
01:06:35 X.java:2: warning: [serial] serializable class Problem has no definition of serialVersionUID
01:06:35 	public static class Problem extends Exception {}
01:06:35 	              ^
01:06:35 2 warnings
01:06:35 
01:06:35 
01:06:35 
01:06:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:36 
01:06:36 
01:06:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:37 
01:06:37 
01:06:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:38 --- javac err: ---
01:06:38 Hello.java:1: error: class, interface, or enum expected
01:06:38 void ___eval() {
01:06:38 ^
01:06:38 Hello.java:5: error: class, interface, or enum expected
01:06:38 		}
01:06:38 		^
01:06:38 Hello.java:7: error: class, interface, or enum expected
01:06:38 		public void run() {
01:06:38 		       ^
01:06:38 Hello.java:10: error: class, interface, or enum expected
01:06:38 }
01:06:38 ^
01:06:38 4 errors
01:06:38 
01:06:38 
01:06:38 
01:06:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:40 --- javac err: ---
01:06:40 X.java:3: warning: [rawtypes] found raw type: ArrayList
01:06:40     private static class C1 extends ArrayList {
01:06:40                                     ^
01:06:40   missing type arguments for generic class ArrayList<E>
01:06:40   where E is a type-variable:
01:06:40     E extends Object declared in class ArrayList
01:06:40 X.java:3: warning: [serial] serializable class C1 has no definition of serialVersionUID
01:06:40     private static class C1 extends ArrayList {
01:06:40                    ^
01:06:40 X.java:5: warning: [rawtypes] found raw type: ArrayList
01:06:40     private static class C2 extends ArrayList {
01:06:40                                     ^
01:06:40   missing type arguments for generic class ArrayList<E>
01:06:40   where E is a type-variable:
01:06:40     E extends Object declared in class ArrayList
01:06:40 X.java:5: warning: [serial] serializable class C2 has no definition of serialVersionUID
01:06:40     private static class C2 extends ArrayList {
01:06:40                    ^
01:06:40 X.java:8: warning: [rawtypes] found raw type: ArrayList
01:06:40 		ArrayList list = args == null ? new C1(): new C2();
01:06:40 		^
01:06:40   missing type arguments for generic class ArrayList<E>
01:06:40   where E is a type-variable:
01:06:40     E extends Object declared in class ArrayList
01:06:40 5 warnings
01:06:40 
01:06:40 
01:06:40 
01:06:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:41 
01:06:41 
01:06:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:42 
01:06:42 
01:06:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:43 
01:06:43 
01:06:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:44 --- javac err: ---
01:06:44 X.java:3: error: as of release 5, 'enum' is a keyword, and may not be used as an identifier
01:06:44 		Object enum = null;
01:06:44 		       ^
01:06:44 1 error
01:06:44 
01:06:44 
01:06:44 
01:06:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:45 
01:06:45 
01:06:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:46 --- javac err: ---
01:06:46 X.java:1: error: cannot find symbol
01:06:46 import static p.S;
01:06:46               ^
01:06:46   symbol: class p
01:06:46 X.java:1: error: static import only from classes and interfaces
01:06:46 import static p.S;
01:06:46 ^
01:06:46 X.java:5: error: cannot find symbol
01:06:46       System.out.print(full+" "+p.S.success);
01:06:46                        ^
01:06:46   symbol:   variable full
01:06:46   location: class X
01:06:46 3 errors
01:06:46 
01:06:46 
01:06:46 
01:06:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:47 --- javac err: ---
01:06:47 X.java:1: error: '.' expected
01:06:47 import static S;
01:06:47                ^
01:06:47 1 error
01:06:47 
01:06:47 
01:06:47 
01:06:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:49 --- javac err: ---
01:06:49 p/X.java:12: error: illegal qualifier; Object is not an inner class
01:06:49    this.super();
01:06:49        ^
01:06:49 p/X.java:31: warning: [rawtypes] found raw type: Class
01:06:49   Class c = b.getClass();
01:06:49   ^
01:06:49   missing type arguments for generic class Class<T>
01:06:49   where T is a type-variable:
01:06:49     T extends Object declared in class Class
01:06:49 p/X.java:32: warning: [rawtypes] found raw type: Class
01:06:49   Class _getClasses [] = X.class.getClasses(); 
01:06:49   ^
01:06:49   missing type arguments for generic class Class<T>
01:06:49   where T is a type-variable:
01:06:49     T extends Object declared in class Class
01:06:49 p/X.java:36: warning: [rawtypes] found raw type: Constructor
01:06:49   Constructor _getConstructors[] = c.getConstructors(); 
01:06:49   ^
01:06:49   missing type arguments for generic class Constructor<T>
01:06:49   where T is a type-variable:
01:06:49     T extends Object declared in class Constructor
01:06:49 p/X.java:39: warning: [unchecked] unchecked call to getMethod(String,Class<?>...) as a member of the raw type Class
01:06:49    Method _getMethod = c.getMethod("d",null);
01:06:49                                   ^
01:06:49 p/X.java:39: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:06:49    Method _getMethod = c.getMethod("d",null);
01:06:49                                        ^
01:06:49   cast to Class for a varargs call
01:06:49   cast to Class[] for a non-varargs call and to suppress this warning
01:06:49 p/X.java:4: warning: [serial] serializable class X has no definition of serialVersionUID
01:06:49 public class X extends Date implements Runnable{
01:06:49        ^
01:06:49 1 error
01:06:49 6 warnings
01:06:49 
01:06:49 
01:06:49 
01:06:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:50 
01:06:50 
01:06:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:51 --- javac err: ---
01:06:51 X.java:5: warning: [cast] redundant cast to int[]
01:06:51 		ints = (int[])ints.clone();
01:06:51 		       ^
01:06:51 X.java:6: error: incompatible types: Object cannot be converted to X
01:06:51 		X x = this.clone();
01:06:51 		                ^
01:06:51 1 error
01:06:51 1 warning
01:06:51 
01:06:51 
01:06:51 
01:06:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:52 
01:06:52 
01:06:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:53 
01:06:53 
01:06:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:54 --- javac err: ---
01:06:54 p/X_1.java:33: error: incompatible types: double cannot be converted to Float
01:06:54   f1=(f1==0.0)?1.0:f1;
01:06:54               ^
01:06:54 1 error
01:06:54 
01:06:54 
01:06:54 
01:06:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:55 --- javac err: ---
01:06:55 X.java:4: error: -> expected
01:06:55 		()
01:06:55 		  ^
01:06:55 1 error
01:06:55 
01:06:55 
01:06:55 
01:06:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:56 
01:06:56 
01:06:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:57 
01:06:57 
01:06:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:06:59 --- javac err: ---
01:06:59 X.java:5: warning: [static] static method should be qualified by type name, X, instead of by an expression
01:06:59         X2.Root.foo();
01:06:59                ^
01:06:59 1 warning
01:06:59 
01:06:59 
01:06:59 
01:06:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:00 
01:07:00 
01:07:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:01 --- javac err: ---
01:07:01 I.java:3: error: cannot find symbol
01:07:01 		Object bar(I i) throws CloneNotSupportedException { return i.clone(); }
01:07:01 		                                                            ^
01:07:01   symbol:   method clone()
01:07:01   location: variable i of type I
01:07:01 1 error
01:07:01 
01:07:01 
01:07:01 
01:07:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:02 
01:07:02 
01:07:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:03 
01:07:03 
01:07:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:04 
01:07:04 
01:07:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:06 
01:07:06 
01:07:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:07 
01:07:07 
01:07:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:08 
01:07:08 
01:07:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:09 
01:07:09 
01:07:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:11 --- javac err: ---
01:07:11 X.java:7: warning: [serial] serializable class AException has no definition of serialVersionUID
01:07:11 class AException extends Exception { }
01:07:11 ^
01:07:11 X.java:8: warning: [serial] serializable class BException has no definition of serialVersionUID
01:07:11 class BException extends Exception { }
01:07:11 ^
01:07:11 2 warnings
01:07:11 
01:07:11 
01:07:11 
01:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:11 ***************************************************************************
01:07:11 * Comparison with Sun Javac compiler for class GenericTypeTest (null tests)
01:07:11 ***************************************************************************
01:07:12 --- javac err: ---
01:07:12 X.java:1: warning: [rawtypes] found raw type: Comparable
01:07:12 public class X<Tx1 extends String, Tx2 extends Comparable>  extends XS<Tx2> {
01:07:12                                                ^
01:07:12   missing type arguments for generic class Comparable<T>
01:07:12   where T is a type-variable:
01:07:12     T extends Object declared in interface Comparable
01:07:12 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
01:07:12         Integer w = new X<String,Integer>().get(new Integer(12));
01:07:12                                                 ^
01:07:12 2 warnings
01:07:12 
01:07:12 
01:07:12 
01:07:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:13 --- javac err: ---
01:07:13 X.java:1: warning: [rawtypes] found raw type: Comparable
01:07:13 public class X<Xp1 extends String, Xp2 extends Comparable>  extends XS<Xp2> {
01:07:13                                                ^
01:07:13   missing type arguments for generic class Comparable<T>
01:07:13   where T is a type-variable:
01:07:13     T extends Object declared in interface Comparable
01:07:13 X.java:4: warning: [deprecation] Integer(int) in Integer has been deprecated
01:07:13         Integer w = new X<String,Integer>().get(new Integer(12));
01:07:13                                                 ^
01:07:13 2 warnings
01:07:13 
01:07:13 
01:07:13 
01:07:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:14 --- javac err: ---
01:07:14 X.java:1: error: unexpected type
01:07:14 public class X <X> extends X {
01:07:14                            ^
01:07:14   required: class
01:07:14   found:    type parameter X
01:07:14   where X is a type-variable:
01:07:14     X declared in class X
01:07:14 1 error
01:07:14 
01:07:14 
01:07:14 
01:07:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:15 --- javac err: ---
01:07:15 X.java:1: error: unexpected type
01:07:15 public class X <X> implements X {
01:07:15                               ^
01:07:15   required: class
01:07:15   found:    type parameter X
01:07:15   where X is a type-variable:
01:07:15     X declared in class X
01:07:15 1 error
01:07:15 
01:07:15 
01:07:15 
01:07:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:16 --- javac err: ---
01:07:16 X.java:5: error: non-static type variable T cannot be referenced from a static context
01:07:16         T s;
01:07:16         ^
01:07:16 1 error
01:07:16 
01:07:16 
01:07:16 
01:07:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:17 --- javac err: ---
01:07:17 X.java:7: error: non-static type variable T cannot be referenced from a static context
01:07:17     static void foo(T wrong2) {
01:07:17                     ^
01:07:17 X.java:10: error: unexpected type
01:07:17     class MX extends T {
01:07:17                      ^
01:07:17   required: class
01:07:17   found:    type parameter T
01:07:17   where T is a type-variable:
01:07:17     T extends Object declared in class X
01:07:17 X.java:13: error: non-static type variable T cannot be referenced from a static context
01:07:17     static class SMX extends T {
01:07:17                              ^
01:07:17 X.java:14: error: non-static type variable T cannot be referenced from a static context
01:07:17         T wrong4;
01:07:17         ^
01:07:17 X.java:5: error: non-static type variable T cannot be referenced from a static context
01:07:17         T wrong1;
01:07:17         ^
01:07:17 X.java:8: error: non-static type variable T cannot be referenced from a static context
01:07:17 		T wrong3;
01:07:17 		^
01:07:17 6 errors
01:07:17 
01:07:17 
01:07:17 
01:07:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:19 --- javac err: ---
01:07:19 X.java:5: error: non-static type variable T cannot be referenced from a static context
01:07:19         T wrong4;
01:07:19         ^
01:07:19 1 error
01:07:19 
01:07:19 
01:07:19 
01:07:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:19 --- javac err: ---
01:07:19 X.java:4: error: non-static type variable T cannot be referenced from a static context
01:07:19     static T wrong;
01:07:19            ^
01:07:19 1 error
01:07:19 
01:07:19 
01:07:19 
01:07:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:20 --- javac err: ---
01:07:20 Object.java:1: error: package exists in another module: java.base
01:07:20 package java.lang;
01:07:20 ^
01:07:20 1 error
01:07:20 
01:07:20 
01:07:20 
01:07:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:21 --- javac err: ---
01:07:21 X.java:4: error: type argument Foo is not within bounds of type-variable T
01:07:21         new X<Foo>();
01:07:21               ^
01:07:21   where T is a type-variable:
01:07:21     T extends Object,Comparable<? super T> declared in class X
01:07:21 1 error
01:07:21 
01:07:21 
01:07:21 
01:07:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:22 --- javac err: ---
01:07:22 X.java:3: error: cannot find symbol
01:07:22         new X<Foo>();
01:07:22               ^
01:07:22   symbol:   class Foo
01:07:22   location: class X<T>
01:07:22   where T is a type-variable:
01:07:22     T extends Object,Comparable<? super T> declared in class X
01:07:22 1 error
01:07:22 
01:07:22 
01:07:22 
01:07:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:24 
01:07:24 
01:07:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:25 
01:07:25 
01:07:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:26 --- javac err: ---
01:07:26 X.java:11: error: unreported exception T; must be caught or declared to be thrown
01:07:26                 System.out.println(foo(t));
01:07:26                                       ^
01:07:26   where T is a type-variable:
01:07:26     T extends Exception declared in class X
01:07:26 X.java:16: warning: [serial] serializable class EX has no definition of serialVersionUID
01:07:26 class EX extends Exception {
01:07:26 ^
01:07:26 1 error
01:07:26 1 warning
01:07:26 
01:07:26 
01:07:26 
01:07:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:27 --- javac err: ---
01:07:27 X.java:19: warning: [serial] serializable class EX has no definition of serialVersionUID
01:07:27 class EX extends Exception {
01:07:27 ^
01:07:27 1 warning
01:07:27 
01:07:27 
01:07:27 
01:07:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:28 
01:07:28 
01:07:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:30 --- javac err: ---
01:07:30 X.java:14: error: incompatible types: Exception cannot be converted to IOException
01:07:30         new X<IOException>().bar(new Exception());
01:07:30                                  ^
01:07:30 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:07:30 1 error
01:07:30 
01:07:30 
01:07:30 
01:07:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:31 
01:07:31 
01:07:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:32 --- javac err: ---
01:07:32 X.java:9: error: incompatible types: XY cannot be converted to T
01:07:32                 foo(new XY());
01:07:32                     ^
01:07:32   where T is a type-variable:
01:07:32     T extends Object declared in class X
01:07:32 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:07:32 1 error
01:07:32 
01:07:32 
01:07:32 
01:07:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:33 --- javac err: ---
01:07:33 X.java:14: error: incompatible types: String cannot be converted to T
01:07:33         }.print("ESS");
01:07:33                 ^
01:07:33   where T is a type-variable:
01:07:33     T extends Object declared in class X
01:07:33 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:07:33 1 error
01:07:33 
01:07:33 
01:07:33 
01:07:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:34 --- javac err: ---
01:07:34 X.java:5: error: incompatible types: String cannot be converted to T
01:07:34         foo(x);
01:07:34             ^
01:07:34   where T is a type-variable:
01:07:34     T extends String declared in class X
01:07:34 X.java:8: error: incompatible types: Object cannot be converted to String
01:07:34         new X<String>().foo(new Object());
01:07:34                             ^
01:07:34 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:07:34 2 errors
01:07:34 
01:07:34 
01:07:34 
01:07:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:35 
01:07:35 
01:07:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:36 
01:07:36 
01:07:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:38 --- javac err: ---
01:07:38 X.java:10: error: unreported exception EX; must be caught or declared to be thrown
01:07:38         new X<EX>(new EX());
01:07:38         ^
01:07:38 X.java:13: warning: [serial] serializable class EX has no definition of serialVersionUID
01:07:38 class EX extends Exception {
01:07:38 ^
01:07:38 1 error
01:07:38 1 warning
01:07:38 
01:07:38 
01:07:38 
01:07:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:39 --- javac err: ---
01:07:39 X.java:19: warning: [serial] serializable class EX has no definition of serialVersionUID
01:07:39 class EX extends Exception {
01:07:39 ^
01:07:39 1 warning
01:07:39 
01:07:39 
01:07:39 
01:07:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:40 
01:07:40 
01:07:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:41 --- javac err: ---
01:07:41 X.java:14: error: incompatible types: Exception cannot be converted to IOException
01:07:41         new X<IOException>(new Exception());
01:07:41                            ^
01:07:41 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:07:41 1 error
01:07:41 
01:07:41 
01:07:41 
01:07:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:43 
01:07:43 
01:07:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:44 --- javac err: ---
01:07:44 X.java:8: error: bad operand types for binary operator '+'
01:07:44 		s = t += b;
01:07:44 		      ^
01:07:44   first type:  T
01:07:44   second type: T
01:07:44   where T is a type-variable:
01:07:44     T extends Object declared in class X
01:07:44 1 error
01:07:44 
01:07:44 
01:07:44 
01:07:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:45 
01:07:45 
01:07:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:46 
01:07:46 
01:07:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:48 
01:07:48 
01:07:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:49 --- javac err: ---
01:07:49 X.java:3: error: name clash: foo(T) and foo(E) have the same erasure
01:07:49 	void foo(T t){}
01:07:49 	     ^
01:07:49   where T,E are type-variables:
01:07:49     T extends Object declared in class X
01:07:49     E extends Object declared in class X
01:07:49 1 error
01:07:49 
01:07:49 
01:07:49 
01:07:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:50 --- javac err: ---
01:07:50 X.java:3: error: name clash: foo(T) and foo(E) have the same erasure
01:07:50 	void foo(T t){}
01:07:50 	     ^
01:07:50   where T,E are type-variables:
01:07:50     T extends Exception declared in class X
01:07:50     E extends Exception declared in class X
01:07:50 1 error
01:07:50 
01:07:50 
01:07:50 
01:07:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:51 --- javac err: ---
01:07:51 X.java:3: error: name clash: foo(Exception,T) and foo(E,Thread) have the same erasure
01:07:51 	void foo(Exception e, T t){}
01:07:51 	     ^
01:07:51   where T,E are type-variables:
01:07:51     T extends Thread declared in class X
01:07:51     E extends Exception declared in class X
01:07:51 1 error
01:07:51 
01:07:51 
01:07:51 
01:07:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:52 
01:07:52 
01:07:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:53 
01:07:53 
01:07:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:54 --- javac err: ---
01:07:54 X.java:6: error: reference to foo is ambiguous
01:07:54 		x.foo(new XY());
01:07:54 		 ^
01:07:54   both method foo(E) in X and method foo(T) in X match
01:07:54   where E,T are type-variables:
01:07:54     E extends Cloneable declared in class X
01:07:54     T extends Thread,Cloneable declared in class X
01:07:54 1 error
01:07:54 
01:07:54 
01:07:54 
01:07:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:55 --- javac err: ---
01:07:55 X.java:3: error: name clash: foo(L<T>) and foo(L<E>) have the same erasure
01:07:55 	void foo(L<T> l2){}
01:07:55 	     ^
01:07:55   where T,E are type-variables:
01:07:55     T extends Thread declared in class X
01:07:55     E extends Cloneable declared in class X
01:07:55 X.java:4: error: name clash: foo(L) and foo(L<E>) have the same erasure
01:07:55 	void foo(L l){}
01:07:55 	     ^
01:07:55   where E is a type-variable:
01:07:55     E extends Cloneable declared in class X
01:07:55 X.java:4: warning: [rawtypes] found raw type: L
01:07:55 	void foo(L l){}
01:07:55 	         ^
01:07:55   missing type arguments for generic class L<E>
01:07:55   where E is a type-variable:
01:07:55     E extends Object declared in class L
01:07:55 2 errors
01:07:55 1 warning
01:07:55 
01:07:55 
01:07:55 
01:07:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:56 --- javac err: ---
01:07:56 X.java:1: warning: [rawtypes] found raw type: X
01:07:56 public class X <T extends X> {
01:07:56                           ^
01:07:56   missing type arguments for generic class X<T>
01:07:56   where T is a type-variable:
01:07:56     T extends X declared in class X
01:07:56 1 warning
01:07:56 
01:07:56 
01:07:56 
01:07:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:58 
01:07:58 
01:07:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:07:59 
01:07:59 
01:07:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:00 
01:08:00 
01:08:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:02 
01:08:02 
01:08:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:03 --- javac err: ---
01:08:03 X.java:2: error: cannot find symbol
01:08:03     public Z<T> var;
01:08:03            ^
01:08:03   symbol:   class Z
01:08:03   location: class X
01:08:03 X.java:2: error: cannot find symbol
01:08:03     public Z<T> var;
01:08:03              ^
01:08:03   symbol:   class T
01:08:03   location: class X
01:08:03 2 errors
01:08:03 
01:08:03 
01:08:03 
01:08:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:03 --- javac err: ---
01:08:03 X.java:2: error: cannot find symbol
01:08:03     public Object<T> var;
01:08:03                   ^
01:08:03   symbol:   class T
01:08:03   location: class X
01:08:03 X.java:2: error: type Object does not take parameters
01:08:03     public Object<T> var;
01:08:03                  ^
01:08:03 2 errors
01:08:03 
01:08:03 
01:08:03 
01:08:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:05 --- javac err: ---
01:08:05 X.java:15: error: incompatible types: String cannot be converted to T
01:08:05 		                String s = t = "SUC";
01:08:05 		                               ^
01:08:05   where T is a type-variable:
01:08:05     T extends Object declared in class X
01:08:05 X.java:15: error: incompatible types: T cannot be converted to String
01:08:05 		                String s = t = "SUC";
01:08:05 		                             ^
01:08:05   where T is a type-variable:
01:08:05     T extends Object declared in class X
01:08:05 X.java:16: warning: [unchecked] unchecked cast
01:08:05 		                s = t+= "CESS";
01:08:05 		                        ^
01:08:05   required: T
01:08:05   found:    String
01:08:05   where T is a type-variable:
01:08:05     T extends Object declared in class X
01:08:05 X.java:16: error: incompatible types: T cannot be converted to String
01:08:05 		                s = t+= "CESS";
01:08:05 		                     ^
01:08:05   where T is a type-variable:
01:08:05     T extends Object declared in class X
01:08:05 3 errors
01:08:05 1 warning
01:08:05 
01:08:05 
01:08:05 
01:08:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:06 --- javac err: ---
01:08:06 X.java:10: warning: [rawtypes] found raw type: X
01:08:06         new X<X>(this) {
01:08:06               ^
01:08:06   missing type arguments for generic class X<T>
01:08:06   where T is a type-variable:
01:08:06     T extends Object declared in class X
01:08:06 X.java:14: warning: [rawtypes] found raw type: X
01:08:06                         X x = t;
01:08:06                         ^
01:08:06   missing type arguments for generic class X<T>
01:08:06   where T is a type-variable:
01:08:06     T extends Object declared in class X
01:08:06 X.java:14: error: incompatible types: T cannot be converted to X
01:08:06                         X x = t;
01:08:06                               ^
01:08:06   where T is a type-variable:
01:08:06     T extends Object declared in class X
01:08:06 1 error
01:08:06 2 warnings
01:08:06 
01:08:06 
01:08:06 
01:08:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:07 --- javac err: ---
01:08:07 X.java:10: warning: [rawtypes] found raw type: X
01:08:07         new X<X>(this) {
01:08:07               ^
01:08:07   missing type arguments for generic class X<T>
01:08:07   where T is a type-variable:
01:08:07     T extends Object declared in class X
01:08:07 X.java:14: warning: [rawtypes] found raw type: X
01:08:07                         X x = t;
01:08:07                         ^
01:08:07   missing type arguments for generic class X<T>
01:08:07   where T is a type-variable:
01:08:07     T extends Object declared in class X
01:08:07 2 warnings
01:08:07 
01:08:07 
01:08:07 
01:08:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:08 --- javac err: ---
01:08:08 X.java:1: error: cannot find symbol
01:08:08 public class X <T extends N> {
01:08:08                           ^
01:08:08   symbol: class N
01:08:08 1 error
01:08:08 
01:08:08 
01:08:08 
01:08:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:09 --- javac err: ---
01:08:09 X.java:2: error: cannot find symbol
01:08:09 public class X <T extends M> extends Super {}
01:08:09                           ^
01:08:09   symbol: class M
01:08:09 1 error
01:08:09 
01:08:09 
01:08:09 
01:08:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:10 
01:08:10 
01:08:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:11 
01:08:11 
01:08:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:13 
01:08:13 
01:08:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:14 
01:08:14 
01:08:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:15 
01:08:15 
01:08:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:16 --- javac err: ---
01:08:16 X.java:10: warning: [rawtypes] found raw type: X
01:08:16         new X<X>(this) {
01:08:16               ^
01:08:16   missing type arguments for generic class X<T>
01:08:16   where T is a type-variable:
01:08:16     T extends Object declared in class X
01:08:16 1 warning
01:08:16 
01:08:16 
01:08:16 
01:08:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:17 --- javac err: ---
01:08:17 X.java:10: warning: [rawtypes] found raw type: X
01:08:17         new X<X>(this) {
01:08:17               ^
01:08:17   missing type arguments for generic class X<T>
01:08:17   where T is a type-variable:
01:08:17     T extends Object declared in class X
01:08:17 X.java:14: error: incompatible types: T cannot be converted to X
01:08:17                         print(X.this.t);
01:08:17                                     ^
01:08:17   where T is a type-variable:
01:08:17     T extends Object declared in class X
01:08:17 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:08:17 1 error
01:08:17 1 warning
01:08:17 
01:08:17 
01:08:17 
01:08:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:19 
01:08:19 
01:08:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:20 --- javac err: ---
01:08:20 X.java:9: error: incompatible types: String cannot be converted to X
01:08:20 	  System.out.println((X)xs.t);
01:08:20 	                          ^
01:08:20 1 error
01:08:20 
01:08:20 
01:08:20 
01:08:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:21 
01:08:21 
01:08:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:22 
01:08:22 
01:08:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:23 --- javac err: ---
01:08:23 test/X.java:7: error: wrong number of type arguments; required 4
01:08:23 	X<String, Number, Integer> x;
01:08:23 	 ^
01:08:23 1 error
01:08:23 
01:08:23 
01:08:23 
01:08:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:24 --- javac err: ---
01:08:24 test/X.java:7: error: wrong number of type arguments; required 2
01:08:24 	X<String, Number, Integer> x;
01:08:24 	 ^
01:08:24 1 error
01:08:24 
01:08:24 
01:08:24 
01:08:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:25 --- javac err: ---
01:08:25 test/X.java:7: error: unexpected type
01:08:25 	X<int, short, long, float, double, boolean, char> x;
01:08:25 	  ^
01:08:25   required: reference
01:08:25   found:    int
01:08:25 test/X.java:7: error: unexpected type
01:08:25 	X<int, short, long, float, double, boolean, char> x;
01:08:25 	       ^
01:08:25   required: reference
01:08:25   found:    short
01:08:25 test/X.java:7: error: unexpected type
01:08:25 	X<int, short, long, float, double, boolean, char> x;
01:08:25 	              ^
01:08:25   required: reference
01:08:25   found:    long
01:08:25 test/X.java:7: error: unexpected type
01:08:25 	X<int, short, long, float, double, boolean, char> x;
01:08:25 	                    ^
01:08:25   required: reference
01:08:25   found:    float
01:08:25 test/X.java:7: error: unexpected type
01:08:25 	X<int, short, long, float, double, boolean, char> x;
01:08:25 	                           ^
01:08:25   required: reference
01:08:25   found:    double
01:08:25 test/X.java:7: error: unexpected type
01:08:25 	X<int, short, long, float, double, boolean, char> x;
01:08:25 	                                   ^
01:08:25   required: reference
01:08:25   found:    boolean
01:08:25 test/X.java:7: error: unexpected type
01:08:25 	X<int, short, long, float, double, boolean, char> x;
01:08:25 	                                            ^
01:08:25   required: reference
01:08:25   found:    char
01:08:25 7 errors
01:08:25 
01:08:25 
01:08:25 
01:08:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:26 
01:08:26 
01:08:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:27 --- javac err: ---
01:08:27 X.java:7: warning: [rawtypes] found raw type: X
01:08:27         X x = new X(args);
01:08:27         ^
01:08:27   missing type arguments for generic class X<T>
01:08:27   where T is a type-variable:
01:08:27     T extends Object declared in class X
01:08:27 X.java:7: warning: [rawtypes] found raw type: X
01:08:27         X x = new X(args);
01:08:27                   ^
01:08:27   missing type arguments for generic class X<T>
01:08:27   where T is a type-variable:
01:08:27     T extends Object declared in class X
01:08:27 X.java:7: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
01:08:27         X x = new X(args);
01:08:27               ^
01:08:27   where T is a type-variable:
01:08:27     T extends Object declared in class X
01:08:27 X.java:8: error: incompatible types: String[] cannot be converted to String
01:08:27         X<String> xs = new X<String>(args);
01:08:27                                      ^
01:08:27 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:08:27 1 error
01:08:27 3 warnings
01:08:27 
01:08:27 
01:08:27 
01:08:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:28 --- javac err: ---
01:08:28 X.java:8: warning: [rawtypes] found raw type: X
01:08:28 		X x = new X();
01:08:28 		^
01:08:28   missing type arguments for generic class X<T>
01:08:28   where T is a type-variable:
01:08:28     T extends Exception,IX declared in class X
01:08:28 X.java:8: warning: [rawtypes] found raw type: X
01:08:28 		X x = new X();
01:08:28 		          ^
01:08:28   missing type arguments for generic class X<T>
01:08:28   where T is a type-variable:
01:08:28     T extends Exception,IX declared in class X
01:08:28 X.java:10: error: cannot find symbol
01:08:28 		x.t.foo();
01:08:28 		   ^
01:08:28   symbol:   method foo()
01:08:28   location: variable t of type T
01:08:28   where T is a type-variable:
01:08:28     T extends Exception,IX declared in class X
01:08:28 1 error
01:08:28 2 warnings
01:08:28 
01:08:28 
01:08:28 
01:08:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:30 --- javac err: ---
01:08:30 X.java:6: warning: [rawtypes] found raw type: X
01:08:30 		X x = new X();
01:08:30 		^
01:08:30   missing type arguments for generic class X<T>
01:08:30   where T is a type-variable:
01:08:30     T extends Exception declared in class X
01:08:30 X.java:6: warning: [rawtypes] found raw type: X
01:08:30 		X x = new X();
01:08:30 		          ^
01:08:30   missing type arguments for generic class X<T>
01:08:30   where T is a type-variable:
01:08:30     T extends Exception declared in class X
01:08:30 X.java:9: warning: [rawtypes] found raw type: X
01:08:30 		X x2 = xioe;
01:08:30 		^
01:08:30   missing type arguments for generic class X<T>
01:08:30   where T is a type-variable:
01:08:30     T extends Exception declared in class X
01:08:30 X.java:10: warning: [unchecked] unchecked conversion
01:08:30 		X<IOException> xioe2 = x; // unsafe
01:08:30 		                       ^
01:08:30   required: X<IOException>
01:08:30   found:    X
01:08:30 4 warnings
01:08:30 
01:08:30 
01:08:30 
01:08:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:31 --- javac err: ---
01:08:31 test/X1.java:3: error: cannot find symbol
01:08:31 public class X1<A1 extends X2<A2>> {
01:08:31                               ^
01:08:31   symbol: class A2
01:08:31 1 error
01:08:31 
01:08:31 
01:08:31 
01:08:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:32 --- javac err: ---
01:08:32 test/X1.java:3: error: cannot find symbol
01:08:32 public class X1< A1 extends X2	<	A2	>     			> {
01:08:32                               	 	^
01:08:32   symbol: class A2
01:08:32 1 error
01:08:32 
01:08:32 
01:08:32 
01:08:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:33 --- javac err: ---
01:08:33 test/X1.java:3: error: > expected
01:08:33 public class X1<A1 extends X2<A2 {
01:08:33                                  ^
01:08:33 1 error
01:08:33 
01:08:33 
01:08:33 
01:08:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:34 --- javac err: ---
01:08:34 test/X1.java:3: error: > expected
01:08:34 public class X1<A1>> {
01:08:34                   ^
01:08:34 1 error
01:08:34 
01:08:34 
01:08:34 
01:08:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:35 --- javac err: ---
01:08:35 test/X1.java:3: error: '{' expected
01:08:35 public class X1 < A1 > > {
01:08:35                       ^
01:08:35 1 error
01:08:35 
01:08:35 
01:08:35 
01:08:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:36 --- javac err: ---
01:08:36 test/X1.java:3: error: > expected
01:08:36 public class X1<A1>>> {
01:08:36                   ^
01:08:36 1 error
01:08:36 
01:08:36 
01:08:36 
01:08:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:37 --- javac err: ---
01:08:37 test/X1.java:3: error: > expected
01:08:37 public class X1<A1 extends X2<A1>>> {
01:08:37                                  ^
01:08:37 1 error
01:08:37 
01:08:37 
01:08:37 
01:08:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:38 --- javac err: ---
01:08:38 test/X1.java:3: error: '{' expected
01:08:38 public class X1 < A1 > > > {
01:08:38                       ^
01:08:38 1 error
01:08:38 
01:08:38 
01:08:38 
01:08:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:39 --- javac err: ---
01:08:39 X.java:1: error: interface expected here
01:08:39 public class X <T extends Object & p.A<? super T>> extends p.A<T> {
01:08:39                                     ^
01:08:39 1 error
01:08:39 
01:08:39 
01:08:39 
01:08:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:40 --- javac err: ---
01:08:40 X.java:1: error: interface expected here
01:08:40 public class X <T extends Object & p.A> extends p.A<T> {
01:08:40                                     ^
01:08:40 1 error
01:08:40 
01:08:40 
01:08:40 
01:08:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:41 --- javac err: ---
01:08:41 X.java:9: error: cannot find symbol
01:08:41         super(xt.t);
01:08:41                 ^
01:08:41   symbol:   variable t
01:08:41   location: variable xt of type X<T>
01:08:41   where T is a type-variable:
01:08:41     T extends Object declared in class X
01:08:41 X.java:12: warning: [rawtypes] found raw type: X
01:08:41         X x = new X();
01:08:41         ^
01:08:41   missing type arguments for generic class X<T>
01:08:41   where T is a type-variable:
01:08:41     T extends Object declared in class X
01:08:41 X.java:12: warning: [rawtypes] found raw type: X
01:08:41         X x = new X();
01:08:41                   ^
01:08:41   missing type arguments for generic class X<T>
01:08:41   where T is a type-variable:
01:08:41     T extends Object declared in class X
01:08:41 X.java:13: warning: [rawtypes] found raw type: X
01:08:41         X x1 = new X(args);
01:08:41         ^
01:08:41   missing type arguments for generic class X<T>
01:08:41   where T is a type-variable:
01:08:41     T extends Object declared in class X
01:08:41 X.java:13: warning: [rawtypes] found raw type: X
01:08:41         X x1 = new X(args);
01:08:41                    ^
01:08:41   missing type arguments for generic class X<T>
01:08:41   where T is a type-variable:
01:08:41     T extends Object declared in class X
01:08:41 X.java:13: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
01:08:41         X x1 = new X(args);
01:08:41                ^
01:08:41   where T is a type-variable:
01:08:41     T extends Object declared in class X
01:08:41 X.java:14: warning: [rawtypes] found raw type: X
01:08:41         X x2 = new X(x);
01:08:41         ^
01:08:41   missing type arguments for generic class X<T>
01:08:41   where T is a type-variable:
01:08:41     T extends Object declared in class X
01:08:41 X.java:14: warning: [rawtypes] found raw type: X
01:08:41         X x2 = new X(x);
01:08:41                    ^
01:08:41   missing type arguments for generic class X<T>
01:08:41   where T is a type-variable:
01:08:41     T extends Object declared in class X
01:08:41 X.java:14: warning: [unchecked] unchecked call to X(X<T>) as a member of the raw type X
01:08:41         X x2 = new X(x);
01:08:41                ^
01:08:41   where T is a type-variable:
01:08:41     T extends Object declared in class X
01:08:41 X.java:15: error: no suitable constructor found for X(String[])
01:08:41         X<String> xs = new X<String>(args);
01:08:41                        ^
01:08:41     constructor X.X(String) is not applicable
01:08:41       (argument mismatch; String[] cannot be converted to String)
01:08:41     constructor X.X(X<String>) is not applicable
01:08:41       (argument mismatch; String[] cannot be converted to X<String>)
01:08:41 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:08:41 2 errors
01:08:41 8 warnings
01:08:41 
01:08:41 
01:08:41 
01:08:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:42 --- javac err: ---
01:08:42 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
01:08:42         X x = new X((A)null, (A)null);
01:08:42               ^
01:08:42   required: A<String>,A<String>
01:08:42   found: A,A
01:08:42 X.java:8: warning: [unchecked] unchecked conversion
01:08:42         X x = new X((A)null, (A)null);
01:08:42                     ^
01:08:42   required: A<String>
01:08:42   found:    A
01:08:42 X.java:8: warning: [unchecked] unchecked conversion
01:08:42         X x = new X((A)null, (A)null);
01:08:42                              ^
01:08:42   required: A<String>
01:08:42   found:    A
01:08:42 X.java:9: warning: [rawtypes] found raw type: A
01:08:42         A a = new A((A)null);
01:08:42         ^
01:08:42   missing type arguments for generic class A<P>
01:08:42   where P is a type-variable:
01:08:42     P extends Object declared in class A
01:08:42 X.java:9: warning: [rawtypes] found raw type: A
01:08:42         A a = new A((A)null);
01:08:42                   ^
01:08:42   missing type arguments for generic class A<P>
01:08:42   where P is a type-variable:
01:08:42     P extends Object declared in class A
01:08:42 X.java:9: error: A(P) has protected access in A
01:08:42         A a = new A((A)null);
01:08:42               ^
01:08:42   where P is a type-variable:
01:08:42     P extends Object declared in class A
01:08:42 X.java:9: warning: [unchecked] unchecked call to A(P) as a member of the raw type A
01:08:42         A a = new A((A)null);
01:08:42               ^
01:08:42   where P is a type-variable:
01:08:42     P extends Object declared in class A
01:08:42 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:08:42 		x.foo(a);
01:08:42 		     ^
01:08:42   required: A<String>
01:08:42   found: A
01:08:42 X.java:10: warning: [unchecked] unchecked conversion
01:08:42 		x.foo(a);
01:08:42 		      ^
01:08:42   required: A<String>
01:08:42   found:    A
01:08:42 X.java:11: error: incompatible types: X cannot be converted to A
01:08:42 		a.print(x);
01:08:42 		        ^
01:08:42 X.java:12: error: A(P) has protected access in A
01:08:42 		A<String> as = new A<String>(null);
01:08:42 		               ^
01:08:42   where P is a type-variable:
01:08:42     P extends Object declared in class A
01:08:42 X.java:13: error: incompatible types: String cannot be converted to A<String>
01:08:42 		as.print("hello");
01:08:42 		         ^
01:08:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:08:42 4 errors
01:08:42 8 warnings
01:08:42 
01:08:42 
01:08:42 
01:08:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:43 
01:08:43 
01:08:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:44 --- javac err: ---
01:08:44 test/X.java:2: error: > expected
01:08:44 public class X<A extends X1<X2<X3<String>> {}
01:08:44                                            ^
01:08:44 test/X.java:3: error: > expected
01:08:44 class X1<A extends X2<X3<String> {}
01:08:44                                  ^
01:08:44 test/X.java:4: error: > expected
01:08:44 class X2<A extends X3<String {}
01:08:44                              ^
01:08:44 3 errors
01:08:44 
01:08:44 
01:08:44 
01:08:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:45 --- javac err: ---
01:08:45 test/X.java:2: error: > expected
01:08:45 public class X<A extends X1<X2<X3<String> {}
01:08:45                                           ^
01:08:45 test/X.java:3: error: > expected
01:08:45 class X1<A extends X2<X3<String {}
01:08:45                                 ^
01:08:45 2 errors
01:08:45 
01:08:45 
01:08:45 
01:08:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:46 --- javac err: ---
01:08:46 X.java:7: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
01:08:46         X x = new X((AX)null, (AX)null);
01:08:46               ^
01:08:46   required: AX<String>,AX<String>
01:08:46   found: AX,AX
01:08:46 X.java:7: warning: [unchecked] unchecked conversion
01:08:46         X x = new X((AX)null, (AX)null);
01:08:46                     ^
01:08:46   required: AX<String>
01:08:46   found:    AX
01:08:46 X.java:7: warning: [unchecked] unchecked conversion
01:08:46         X x = new X((AX)null, (AX)null);
01:08:46                               ^
01:08:46   required: AX<String>
01:08:46   found:    AX
01:08:46 X.java:8: warning: [rawtypes] found raw type: AX
01:08:46         AX a = new AX((AX)null);
01:08:46         ^
01:08:46   missing type arguments for generic class AX<P>
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 X.java:8: warning: [rawtypes] found raw type: AX
01:08:46         AX a = new AX((AX)null);
01:08:46                    ^
01:08:46   missing type arguments for generic class AX<P>
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 X.java:8: warning: [unchecked] unchecked call to AX(AX<P>) as a member of the raw type AX
01:08:46         AX a = new AX((AX)null);
01:08:46                ^
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 X.java:9: warning: [rawtypes] found raw type: AX
01:08:46         AX a2 = new AX(null);
01:08:46         ^
01:08:46   missing type arguments for generic class AX<P>
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 X.java:9: warning: [rawtypes] found raw type: AX
01:08:46         AX a2 = new AX(null);
01:08:46                     ^
01:08:46   missing type arguments for generic class AX<P>
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 X.java:9: warning: [unchecked] unchecked call to AX(AX<P>) as a member of the raw type AX
01:08:46         AX a2 = new AX(null);
01:08:46                 ^
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:08:46 		x.foo(a);
01:08:46 		     ^
01:08:46   required: AX<String>
01:08:46   found: AX
01:08:46 X.java:10: warning: [unchecked] unchecked conversion
01:08:46 		x.foo(a);
01:08:46 		      ^
01:08:46   required: AX<String>
01:08:46   found:    AX
01:08:46 X.java:12: warning: [unchecked] unchecked call to bar(AX<P>) as a member of the raw type AX
01:08:46 		a.bar(a);
01:08:46 		     ^
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 X.java:13: error: reference to AX is ambiguous
01:08:46 		AX<String> as = new AX<String>(null);
01:08:46 		                ^
01:08:46   both constructor AX(AX<P>) in AX and constructor AX(P) in AX match
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 X.java:14: error: incompatible types: AX cannot be converted to String
01:08:46 		as.print(a);
01:08:46 		         ^
01:08:46 X.java:15: warning: [unchecked] unchecked method invocation: method bar in class AX is applied to given types
01:08:46 		as.bar(a);
01:08:46 		      ^
01:08:46   required: AX<P>
01:08:46   found: AX
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 X.java:15: warning: [unchecked] unchecked conversion
01:08:46 		as.bar(a);
01:08:46 		       ^
01:08:46   required: AX<P>
01:08:46   found:    AX
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 X.java:22: warning: [rawtypes] found raw type: AX
01:08:46     void foo(AX rawAx){}
01:08:46              ^
01:08:46   missing type arguments for generic class AX<P>
01:08:46   where P is a type-variable:
01:08:46     P extends Object declared in class AX
01:08:46 
01:08:46 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:08:46 
01:08:46 2 errors
01:08:46 15 warnings
01:08:46 
01:08:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:47 --- javac err: ---
01:08:47 X.java:4: warning: [rawtypes] found raw type: AX
01:08:47         AX ax = new AX();
01:08:47         ^
01:08:47   missing type arguments for generic class AX<P>
01:08:47   where P is a type-variable:
01:08:47     P extends Object declared in class AX
01:08:47 X.java:4: warning: [rawtypes] found raw type: AX
01:08:47         AX ax = new AX();
01:08:47                     ^
01:08:47   missing type arguments for generic class AX<P>
01:08:47   where P is a type-variable:
01:08:47     P extends Object declared in class AX
01:08:47 X.java:5: warning: [rawtypes] found raw type: X
01:08:47         X x = (X)ax.p;
01:08:47         ^
01:08:47   missing type arguments for generic class X<T>
01:08:47   where T is a type-variable:
01:08:47     T extends Object declared in class X
01:08:47 3 warnings
01:08:47 
01:08:47 
01:08:47 
01:08:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:49 --- javac err: ---
01:08:49 X.java:4: warning: [rawtypes] found raw type: AX
01:08:49         AX ax = new AX();
01:08:49         ^
01:08:49   missing type arguments for generic class AX<P>
01:08:49   where P is a type-variable:
01:08:49     P extends Object declared in class AX
01:08:49 X.java:4: warning: [rawtypes] found raw type: AX
01:08:49         AX ax = new AX();
01:08:49                     ^
01:08:49   missing type arguments for generic class AX<P>
01:08:49   where P is a type-variable:
01:08:49     P extends Object declared in class AX
01:08:49 X.java:5: warning: [rawtypes] found raw type: AX
01:08:49         AX ax2 = ax.p;
01:08:49         ^
01:08:49   missing type arguments for generic class AX<P>
01:08:49   where P is a type-variable:
01:08:49     P extends Object declared in class AX
01:08:49 X.java:6: warning: [unchecked] unchecked assignment to variable p as member of raw type AX
01:08:49         ax.p = new AX<String>();
01:08:49           ^
01:08:49 4 warnings
01:08:49 
01:08:49 
01:08:49 
01:08:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:50 --- javac err: ---
01:08:50 X.java:4: warning: [rawtypes] found raw type: AX
01:08:50         AX ax = new AX();
01:08:50         ^
01:08:50   missing type arguments for generic class AX<P>
01:08:50   where P is a type-variable:
01:08:50     P extends Object declared in class AX
01:08:50 X.java:4: warning: [rawtypes] found raw type: AX
01:08:50         AX ax = new AX();
01:08:50                     ^
01:08:50   missing type arguments for generic class AX<P>
01:08:50   where P is a type-variable:
01:08:50     P extends Object declared in class AX
01:08:50 X.java:5: warning: [rawtypes] found raw type: AX
01:08:50         AX ax2 = ax.p;
01:08:50         ^
01:08:50   missing type arguments for generic class AX<P>
01:08:50   where P is a type-variable:
01:08:50     P extends Object declared in class AX
01:08:50 X.java:6: warning: [rawtypes] found raw type: AX
01:08:50         AX ax3 = new AX<String>();
01:08:50         ^
01:08:50   missing type arguments for generic class AX<P>
01:08:50   where P is a type-variable:
01:08:50     P extends Object declared in class AX
01:08:50 4 warnings
01:08:50 
01:08:50 
01:08:50 
01:08:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:51 --- javac err: ---
01:08:51 X.java:2: warning: [rawtypes] found raw type: AX
01:08:51      AX ax = new AX();
01:08:51      ^
01:08:51   missing type arguments for generic class AX<P>
01:08:51   where P is a type-variable:
01:08:51     P extends Object declared in class AX
01:08:51 X.java:2: warning: [rawtypes] found raw type: AX
01:08:51      AX ax = new AX();
01:08:51                  ^
01:08:51   missing type arguments for generic class AX<P>
01:08:51   where P is a type-variable:
01:08:51     P extends Object declared in class AX
01:08:51 X.java:3: warning: [rawtypes] found raw type: AX
01:08:51      AX ax2 = ax.p;
01:08:51      ^
01:08:51   missing type arguments for generic class AX<P>
01:08:51   where P is a type-variable:
01:08:51     P extends Object declared in class AX
01:08:51 X.java:4: warning: [rawtypes] found raw type: AX
01:08:51      AX ax3 = new AX<String>();
01:08:51      ^
01:08:51   missing type arguments for generic class AX<P>
01:08:51   where P is a type-variable:
01:08:51     P extends Object declared in class AX
01:08:51 4 warnings
01:08:51 
01:08:51 
01:08:51 
01:08:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:52 
01:08:52 
01:08:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:53 --- javac err: ---
01:08:53 X.java:10: warning: [rawtypes] found raw type: X
01:08:53       void foo(X[] xs) {
01:08:53                ^
01:08:53   missing type arguments for generic class X<T>
01:08:53   where T is a type-variable:
01:08:53     T extends Object declared in class X
01:08:53 1 warning
01:08:53 
01:08:53 
01:08:53 
01:08:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:55 
01:08:55 
01:08:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:56 --- javac err: ---
01:08:56 X.java:8: warning: [cast] redundant cast to X<String>
01:08:56          X<String> xs2 = (X<String>) xs;
01:08:56                          ^
01:08:56 X.java:10: warning: [unchecked] unchecked assignment to variable t as member of raw type X
01:08:56          ((X)xs).t = this;
01:08:56                 ^
01:08:56 X.java:12: warning: [cast] redundant cast to T
01:08:56          System.out.prinln((T) this.t);
01:08:56                            ^
01:08:56   where T is a type-variable:
01:08:56     T extends Object declared in class X
01:08:56 X.java:12: error: cannot find symbol
01:08:56          System.out.prinln((T) this.t);
01:08:56                    ^
01:08:56   symbol:   method prinln(T)
01:08:56   location: variable out of type PrintStream
01:08:56   where T is a type-variable:
01:08:56     T extends Object declared in class X
01:08:56 1 error
01:08:56 3 warnings
01:08:56 
01:08:56 
01:08:56 
01:08:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:57 --- javac err: ---
01:08:57 X.java:3: warning: [rawtypes] found raw type: AX
01:08:57         AX ax = new AX();
01:08:57         ^
01:08:57   missing type arguments for generic class AX<P>
01:08:57   where P is a type-variable:
01:08:57     P extends Object declared in class AX
01:08:57 X.java:3: warning: [rawtypes] found raw type: AX
01:08:57         AX ax = new AX();
01:08:57                     ^
01:08:57   missing type arguments for generic class AX<P>
01:08:57   where P is a type-variable:
01:08:57     P extends Object declared in class AX
01:08:57 X.java:4: warning: [rawtypes] found raw type: AX
01:08:57         AX ax2 = new AX();
01:08:57         ^
01:08:57   missing type arguments for generic class AX<P>
01:08:57   where P is a type-variable:
01:08:57     P extends Object declared in class AX
01:08:57 X.java:4: warning: [rawtypes] found raw type: AX
01:08:57         AX ax2 = new AX();
01:08:57                      ^
01:08:57   missing type arguments for generic class AX<P>
01:08:57   where P is a type-variable:
01:08:57     P extends Object declared in class AX
01:08:57 X.java:5: warning: [unchecked] unchecked assignment to variable p as member of raw type AX
01:08:57         ax.p = ax2.p;
01:08:57           ^
01:08:57 5 warnings
01:08:57 
01:08:57 
01:08:57 
01:08:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:58 --- javac err: ---
01:08:58 X.java:1: warning: [rawtypes] found raw type: C
01:08:58 public class X<Tx1 extends S, Tx2 extends C>  extends XS<Tx2> {
01:08:58                                           ^
01:08:58   missing type arguments for generic class C<Tc>
01:08:58   where Tc is a type-variable:
01:08:58     Tc extends Object declared in interface C
01:08:58 1 warning
01:08:58 
01:08:58 
01:08:58 
01:08:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:08:59 --- javac err: ---
01:08:59 X.java:1: warning: [rawtypes] found raw type: C
01:08:59 public class X<Tx1 extends S, Tx2 extends C>  extends XS<Tx2> {
01:08:59                                           ^
01:08:59   missing type arguments for generic class C<Tc>
01:08:59   where Tc is a type-variable:
01:08:59     Tc extends Object declared in interface C
01:08:59 X.java:9: warning: [rawtypes] found raw type: C
01:08:59 class I implements C {}
01:08:59                    ^
01:08:59   missing type arguments for generic class C<Tc>
01:08:59   where Tc is a type-variable:
01:08:59     Tc extends Object declared in interface C
01:08:59 2 warnings
01:08:59 
01:08:59 
01:08:59 
01:08:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:00 --- javac err: ---
01:09:00 X.java:1: error: cyclic inheritance involving X
01:09:00 public class X<T> extends X {}
01:09:00        ^
01:09:00 1 error
01:09:00 
01:09:00 
01:09:00 
01:09:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:01 --- javac err: ---
01:09:01 X.java:1: error: cyclic inheritance involving X
01:09:01 public class X<T> extends X<String> {}
01:09:01        ^
01:09:01 1 error
01:09:01 
01:09:01 
01:09:01 
01:09:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:02 --- javac err: ---
01:09:02 X.java:4: warning: [rawtypes] found raw type: AX
01:09:02         AX ax = new AX();
01:09:02         ^
01:09:02   missing type arguments for generic class AX<P>
01:09:02   where P is a type-variable:
01:09:02     P extends Object declared in class AX
01:09:02 X.java:4: warning: [rawtypes] found raw type: AX
01:09:02         AX ax = new AX();
01:09:02                     ^
01:09:02   missing type arguments for generic class AX<P>
01:09:02   where P is a type-variable:
01:09:02     P extends Object declared in class AX
01:09:02 X.java:5: warning: [rawtypes] found raw type: AX
01:09:02         AX ax2 = ax.p;
01:09:02         ^
01:09:02   missing type arguments for generic class AX<P>
01:09:02   where P is a type-variable:
01:09:02     P extends Object declared in class AX
01:09:02 X.java:6: warning: [unchecked] unchecked assignment to variable p as member of raw type AX
01:09:02         ax.p = new AX<String>();
01:09:02           ^
01:09:02 X.java:7: warning: [unchecked] unchecked assignment to variable q as member of raw type AX
01:09:02         ax.q = new AX<String>();
01:09:02           ^
01:09:02 X.java:8: warning: [unchecked] unchecked assignment to variable r as member of raw type AX
01:09:02         ax.r = new AX<Object>();
01:09:02           ^
01:09:02 X.java:9: warning: [unchecked] unchecked assignment to variable s as member of raw type AX
01:09:02         ax.s = new AX<String>();
01:09:02           ^
01:09:02 X.java:9: error: incompatible types: AX<String> cannot be converted to BX
01:09:02         ax.s = new AX<String>();
01:09:02                ^
01:09:02 1 error
01:09:02 7 warnings
01:09:02 
01:09:02 
01:09:02 
01:09:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:03 --- javac err: ---
01:09:03 X.java:1: error: unexpected type
01:09:03 public class X  <T extends AX<? super int>> {
01:09:03                               ^
01:09:03   required: reference
01:09:03   found:    int
01:09:03 1 error
01:09:03 
01:09:03 
01:09:03 
01:09:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:05 --- javac err: ---
01:09:05 X.java:7: warning: [rawtypes] found raw type: AX
01:09:05 		X<? extends AX> x = new X<? extends AX>(new AX<String>());
01:09:05 		            ^
01:09:05   missing type arguments for generic class AX<P>
01:09:05   where P is a type-variable:
01:09:05     P extends Object declared in class AX
01:09:05 X.java:7: error: unexpected type
01:09:05 		X<? extends AX> x = new X<? extends AX>(new AX<String>());
01:09:05 		                         ^
01:09:05   required: class or interface without bounds
01:09:05   found:    ? extends AX
01:09:05 X.java:7: warning: [rawtypes] found raw type: AX
01:09:05 		X<? extends AX> x = new X<? extends AX>(new AX<String>());
01:09:05 		                                    ^
01:09:05   missing type arguments for generic class AX<P>
01:09:05   where P is a type-variable:
01:09:05     P extends Object declared in class AX
01:09:05 1 error
01:09:05 2 warnings
01:09:05 
01:09:05 
01:09:05 
01:09:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:06 --- javac err: ---
01:09:06 X.java:7: error: type argument ? extends AX is not within bounds of type-variable T
01:09:06 		X<? extends AX> x = new X<AX<String>>(new AX<String>());
01:09:06 		  ^
01:09:06   where T is a type-variable:
01:09:06     T extends String declared in class X
01:09:06 X.java:7: warning: [rawtypes] found raw type: AX
01:09:06 		X<? extends AX> x = new X<AX<String>>(new AX<String>());
01:09:06 		            ^
01:09:06   missing type arguments for generic class AX<P>
01:09:06   where P is a type-variable:
01:09:06     P extends Object declared in class AX
01:09:06 X.java:7: error: type argument AX<String> is not within bounds of type-variable T
01:09:06 		X<? extends AX> x = new X<AX<String>>(new AX<String>());
01:09:06 		                            ^
01:09:06   where T is a type-variable:
01:09:06     T extends String declared in class X
01:09:06 2 errors
01:09:06 1 warning
01:09:06 
01:09:06 
01:09:06 
01:09:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:07 --- javac err: ---
01:09:07 X.java:1: warning: [rawtypes] found raw type: AX
01:09:07 public class X <T extends AX> {
01:09:07                           ^
01:09:07   missing type arguments for generic class AX<P>
01:09:07   where P is a type-variable:
01:09:07     P extends Object declared in class AX
01:09:07 X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX
01:09:07 		x.t.foo("SUCC");
01:09:07 		       ^
01:09:07   where P is a type-variable:
01:09:07     P extends Object declared in class AX
01:09:07 X.java:9: error: cannot find symbol
01:09:07 		x.t.bar("ESS");
01:09:07 		   ^
01:09:07   symbol:   method bar(String)
01:09:07   location: variable t of type T
01:09:07   where T is a type-variable:
01:09:07     T extends AX declared in class X
01:09:07 1 error
01:09:07 2 warnings
01:09:07 
01:09:07 
01:09:07 
01:09:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:08 --- javac err: ---
01:09:08 X.java:1: warning: [rawtypes] found raw type: AX
01:09:08 public class X <T extends AX> {
01:09:08                           ^
01:09:08   missing type arguments for generic class AX<P>
01:09:08   where P is a type-variable:
01:09:08     P extends Object declared in class AX
01:09:08 X.java:7: warning: [rawtypes] found raw type: BX
01:09:08 		X<? extends BX> x = new X<BX<String>>(new BX<String>());
01:09:08 		            ^
01:09:08   missing type arguments for generic class BX<Q>
01:09:08   where Q is a type-variable:
01:09:08     Q extends Object declared in class BX
01:09:08 X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX
01:09:08 		x.t.foo("SUCC");
01:09:08 		       ^
01:09:08   where P is a type-variable:
01:09:08     P extends Object declared in class AX
01:09:08 X.java:9: warning: [unchecked] unchecked call to bar(Q) as a member of the raw type BX
01:09:08 		x.t.bar("ESS");
01:09:08 		       ^
01:09:08   where Q is a type-variable:
01:09:08     Q extends Object declared in class BX
01:09:08 4 warnings
01:09:08 
01:09:08 
01:09:08 
01:09:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:09 --- javac err: ---
01:09:09 X.java:1: warning: [rawtypes] found raw type: AX
01:09:09 public class X <T extends AX> {
01:09:09                           ^
01:09:09   missing type arguments for generic class AX<P>
01:09:09   where P is a type-variable:
01:09:09     P extends Object declared in class AX
01:09:09 X.java:7: warning: [rawtypes] found raw type: BX
01:09:09 		X<? extends BX> x = new X<AX<String>>(new AX<String>());
01:09:09 		            ^
01:09:09   missing type arguments for generic class BX<Q>
01:09:09   where Q is a type-variable:
01:09:09     Q extends Object declared in class BX
01:09:09 X.java:7: error: incompatible types: X<AX<String>> cannot be converted to X<? extends BX>
01:09:09 		X<? extends BX> x = new X<AX<String>>(new AX<String>());
01:09:09 		                    ^
01:09:09 X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX
01:09:09 		x.t.foo("SUCC");
01:09:09 		       ^
01:09:09   where P is a type-variable:
01:09:09     P extends Object declared in class AX
01:09:09 X.java:9: warning: [unchecked] unchecked call to bar(Q) as a member of the raw type BX
01:09:09 		x.t.bar("ESS");
01:09:09 		       ^
01:09:09   where Q is a type-variable:
01:09:09     Q extends Object declared in class BX
01:09:09 1 error
01:09:09 4 warnings
01:09:09 
01:09:09 
01:09:09 
01:09:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:10 --- javac err: ---
01:09:10 X.java:1: warning: [rawtypes] found raw type: AX
01:09:10 public class X <T extends AX> {
01:09:10                           ^
01:09:10   missing type arguments for generic class AX<P>
01:09:10   where P is a type-variable:
01:09:10     P extends Object declared in class AX
01:09:10 X.java:7: warning: [rawtypes] found raw type: AX
01:09:10 		X<? extends AX> x = new X<AX<String>>(new AX<String>());
01:09:10 		            ^
01:09:10   missing type arguments for generic class AX<P>
01:09:10   where P is a type-variable:
01:09:10     P extends Object declared in class AX
01:09:10 X.java:8: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX
01:09:10 		x.t.foo("SUCCESS");
01:09:10 		       ^
01:09:10   where P is a type-variable:
01:09:10     P extends Object declared in class AX
01:09:10 3 warnings
01:09:10 
01:09:10 
01:09:10 
01:09:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:12 --- javac err: ---
01:09:12 X.java:1: warning: [rawtypes] found raw type: AX
01:09:12 public class X <T extends AX> {
01:09:12                           ^
01:09:12   missing type arguments for generic class AX<P>
01:09:12   where P is a type-variable:
01:09:12     P extends Object declared in class AX
01:09:12 1 warning
01:09:12 
01:09:12 
01:09:12 
01:09:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:13 --- javac err: ---
01:09:13 X.java:7: warning: [rawtypes] found raw type: ArrayList
01:09:13         Iterable<String> is = new ArrayList();
01:09:13                                   ^
01:09:13   missing type arguments for generic class ArrayList<E>
01:09:13   where E is a type-variable:
01:09:13     E extends Object declared in class ArrayList
01:09:13 X.java:7: warning: [unchecked] unchecked conversion
01:09:13         Iterable<String> is = new ArrayList();
01:09:13                               ^
01:09:13   required: Iterable<String>
01:09:13   found:    ArrayList
01:09:13 2 warnings
01:09:13 
01:09:13 
01:09:13 
01:09:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:14 --- javac err: ---
01:09:14 X.java:2: warning: [rawtypes] found raw type: Class
01:09:14     Class k;
01:09:14     ^
01:09:14   missing type arguments for generic class Class<T>
01:09:14   where T is a type-variable:
01:09:14     T extends Object declared in class Class
01:09:14 X.java:7: warning: [rawtypes] found raw type: Class
01:09:14         Class c = this.getClass();
01:09:14         ^
01:09:14   missing type arguments for generic class Class<T>
01:09:14   where T is a type-variable:
01:09:14     T extends Object declared in class Class
01:09:14 X.java:11: warning: [deprecation] newInstance() in Class has been deprecated
01:09:14             Integer i = Integer.class.newInstance();
01:09:14                                      ^
01:09:14   where T is a type-variable:
01:09:14     T extends Object declared in class Class
01:09:14 3 warnings
01:09:14 
01:09:14 
01:09:14 
01:09:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:15 --- javac err: ---
01:09:15 X.java:2: error: AX cannot be inherited with different arguments: <java.lang.Thread> and <java.lang.String>
01:09:15 class Y extends X implements AX<Thread> {}
01:09:15 ^
01:09:15 1 error
01:09:15 
01:09:15 
01:09:15 
01:09:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:16 --- javac err: ---
01:09:16 X.java:1: warning: [rawtypes] found raw type: AX
01:09:16 public class X implements AX {}
01:09:16                           ^
01:09:16   missing type arguments for generic class AX<P>
01:09:16   where P is a type-variable:
01:09:16     P extends Object declared in interface AX
01:09:16 X.java:2: error: AX cannot be inherited with different arguments: <java.lang.Thread> and <>
01:09:16 class Y extends X implements AX<Thread> {}
01:09:16 ^
01:09:16 1 error
01:09:16 1 warning
01:09:16 
01:09:16 
01:09:16 
01:09:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:17 --- javac err: ---
01:09:17 X.java:2: warning: [rawtypes] found raw type: AX
01:09:17 class Y extends X implements AX {}
01:09:17                              ^
01:09:17   missing type arguments for generic class AX<P>
01:09:17   where P is a type-variable:
01:09:17     P extends Object declared in interface AX
01:09:17 X.java:2: error: AX cannot be inherited with different arguments: <> and <java.lang.Object>
01:09:17 class Y extends X implements AX {}
01:09:17 ^
01:09:17 1 error
01:09:17 1 warning
01:09:17 
01:09:17 
01:09:17 
01:09:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:19 --- javac err: ---
01:09:19 X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T
01:09:19 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
01:09:19                                 ^
01:09:19   where T is a type-variable:
01:09:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:19 X.java:1: warning: [rawtypes] found raw type: X.MX.MMX
01:09:19 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
01:09:19                                 ^
01:09:19   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
01:09:19   where MMT,MT,T are type-variables:
01:09:19     MMT extends Object declared in class X.MX.MMX
01:09:19     MT extends Object declared in class X.MX
01:09:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:19 X.java:2: warning: [rawtypes] found raw type: X
01:09:19     void foo(X<Thread>.MX<String>.MMX<X> mx) {}
01:09:19                                       ^
01:09:19   missing type arguments for generic class X<T>
01:09:19   where T is a type-variable:
01:09:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:19 X.java:2: error: type argument Thread is not within bounds of type-variable T
01:09:19     void foo(X<Thread>.MX<String>.MMX<X> mx) {}
01:09:19                ^
01:09:19   where T is a type-variable:
01:09:19     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:19 2 errors
01:09:19 2 warnings
01:09:19 
01:09:20 --- javac err: ---
01:09:20 X.java:1: error: type argument Runnable is not within bounds of type-variable MT
01:09:20 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
01:09:20                                          ^
01:09:20   where MT is a type-variable:
01:09:20     MT extends Comparable declared in class X.MX
01:09:20 X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T
01:09:20 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
01:09:20                                 ^
01:09:20   where T is a type-variable:
01:09:20     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:20 X.java:1: warning: [rawtypes] found raw type: X.MX.MMX
01:09:20 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
01:09:20                                 ^
01:09:20   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
01:09:20   where MMT,MT,T are type-variables:
01:09:20     MMT extends Object declared in class X.MX.MMX
01:09:20     MT extends Comparable declared in class X.MX
01:09:20     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:20 X.java:2: warning: [rawtypes] found raw type: Comparable
01:09:20     class MX <MT extends Comparable> {
01:09:20                          ^
01:09:20   missing type arguments for generic class Comparable<T>
01:09:20   where T is a type-variable:
01:09:20     T extends Object declared in interface Comparable
01:09:20 2 errors
01:09:20 2 warnings
01:09:20 
01:09:21 --- javac err: ---
01:09:21 X.java:1: error: type argument Iterable<String> is not within bounds of type-variable MMT
01:09:21 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
01:09:21                                                                ^
01:09:21   where MMT is a type-variable:
01:09:21     MMT extends Comparable declared in class X.MX.MMX
01:09:21 X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T
01:09:21 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
01:09:21                                 ^
01:09:21   where T is a type-variable:
01:09:21     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:21 X.java:1: warning: [rawtypes] found raw type: X.MX.MMX
01:09:21 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
01:09:21                                 ^
01:09:21   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
01:09:21   where MMT,MT,T are type-variables:
01:09:21     MMT extends Comparable declared in class X.MX.MMX
01:09:21     MT extends Object declared in class X.MX
01:09:21     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:21 X.java:3: warning: [rawtypes] found raw type: Comparable
01:09:21         class MMX <MMT extends Comparable> {}
01:09:21                                ^
01:09:21   missing type arguments for generic class Comparable<T>
01:09:21   where T is a type-variable:
01:09:21     T extends Object declared in interface Comparable
01:09:21 2 errors
01:09:21 2 warnings
01:09:21 
01:09:21 
01:09:21 
01:09:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:22 
01:09:22 
01:09:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:23 
01:09:23 
01:09:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:24 --- javac err: ---
01:09:24 X.java:8: warning: [rawtypes] found raw type: X.MX
01:09:24   void foo(X.MX mx) {
01:09:24             ^
01:09:24   missing type arguments for generic class X<T>.MX<U>
01:09:24   where U,T are type-variables:
01:09:24     U extends Object declared in class X.MX
01:09:24     T extends Object declared in class X
01:09:24 1 warning
01:09:24 
01:09:24 
01:09:24 
01:09:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:26 
01:09:26 
01:09:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:27 --- javac err: ---
01:09:27 X.java:1: error: type argument X.MX.MMX is not within bounds of type-variable T
01:09:27 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
01:09:27                                 ^
01:09:27   where T is a type-variable:
01:09:27     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:27 X.java:1: warning: [rawtypes] found raw type: X.MX.MMX
01:09:27 public class X <T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>{
01:09:27                                 ^
01:09:27   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
01:09:27   where MMT,MT,T are type-variables:
01:09:27     MMT extends Object declared in class X.MX.MMX
01:09:27     MT extends Object declared in class X.MX
01:09:27     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:27 X.java:4: error: type argument X.MX.MMX is not within bounds of type-variable T
01:09:27         new X<X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>().new MX<Exception>();
01:09:27                     ^
01:09:27   where T is a type-variable:
01:09:27     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:27 X.java:4: warning: [rawtypes] found raw type: X.MX.MMX
01:09:27         new X<X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>().new MX<Exception>();
01:09:27                     ^
01:09:27   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
01:09:27   where MMT,MT,T are type-variables:
01:09:27     MMT extends Object declared in class X.MX.MMX
01:09:27     MT extends Object declared in class X.MX
01:09:27     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:27 X.java:4: error: type argument X.MX.MMX is not within bounds of type-variable T
01:09:27         new X<X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>().new MX<Exception>();
01:09:27                                                                       ^
01:09:27   where T is a type-variable:
01:09:27     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:27 X.java:4: warning: [rawtypes] found raw type: X.MX.MMX
01:09:27         new X<X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>>>().new MX<Exception>();
01:09:27                                                                       ^
01:09:27   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
01:09:27   where MMT,MT,T are type-variables:
01:09:27     MMT extends Object declared in class X.MX.MMX
01:09:27     MT extends Object declared in class X.MX
01:09:27     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:27 X.java:7: warning: [rawtypes] found raw type: X
01:09:27     void foo(X<X.MX.MMX>.MX<X>.MMX<X> mx) {
01:09:27                                    ^
01:09:27   missing type arguments for generic class X<T>
01:09:27   where T is a type-variable:
01:09:27     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:27 X.java:7: warning: [rawtypes] found raw type: X
01:09:27     void foo(X<X.MX.MMX>.MX<X>.MMX<X> mx) {
01:09:27                             ^
01:09:27   missing type arguments for generic class X<T>
01:09:27   where T is a type-variable:
01:09:27     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:27 X.java:7: error: type argument X.MX.MMX is not within bounds of type-variable T
01:09:27     void foo(X<X.MX.MMX>.MX<X>.MMX<X> mx) {
01:09:27                    ^
01:09:27   where T is a type-variable:
01:09:27     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:27 X.java:7: warning: [rawtypes] found raw type: X.MX.MMX
01:09:27     void foo(X<X.MX.MMX>.MX<X>.MMX<X> mx) {
01:09:27                    ^
01:09:27   missing type arguments for generic class X<T>.MX<MT>.MMX<MMT>
01:09:27   where MMT,MT,T are type-variables:
01:09:27     MMT extends Object declared in class X.MX.MMX
01:09:27     MT extends Object declared in class X.MX
01:09:27     T extends X<X.MX.MMX>.MX<Runnable>.MMX<Iterable<String>> declared in class X
01:09:27 4 errors
01:09:27 6 warnings
01:09:27 
01:09:27 
01:09:27 
01:09:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:28 
01:09:28 
01:09:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:30 
01:09:30 
01:09:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:31 
01:09:31 
01:09:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:32 
01:09:32 
01:09:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:33 
01:09:33 
01:09:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:35 
01:09:35 
01:09:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:35 --- javac err: ---
01:09:35 X.java:2: error: unexpected type
01:09:35     T<String> ts;
01:09:35     ^
01:09:35   required: class
01:09:35   found:    type parameter T
01:09:35   where T is a type-variable:
01:09:35     T extends Object declared in class X
01:09:35 1 error
01:09:35 
01:09:35 
01:09:35 
01:09:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:37 
01:09:37 
01:09:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:38 
01:09:38 
01:09:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:39 --- javac err: ---
01:09:39 X.java:16: error: cannot find symbol
01:09:39 class CX extends B<String, Thread> {
01:09:39                  ^
01:09:39   symbol: class B
01:09:39 X.java:8: error: method foo in class X cannot be applied to given types;
01:09:39 		new X().foo(new CX());
01:09:39 		       ^
01:09:39   required: AX<W>
01:09:39   found: CX
01:09:39   reason: cannot infer type-variable(s) W
01:09:39     (argument mismatch; CX cannot be converted to AX<W>)
01:09:39   where W is a type-variable:
01:09:39     W extends Object declared in method <W>foo(AX<W>)
01:09:39 2 errors
01:09:39 
01:09:39 
01:09:39 
01:09:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:40 
01:09:40 
01:09:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:41 --- javac err: ---
01:09:41 X.java:4: warning: [rawtypes] found raw type: Class
01:09:41 		Class c1 = x.getClass();
01:09:41 		^
01:09:41   missing type arguments for generic class Class<T>
01:09:41   where T is a type-variable:
01:09:41     T extends Object declared in class Class
01:09:41 X.java:7: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends X>
01:09:41 		Class<? extends X> c3 = s.getClass();
01:09:41 		                                  ^
01:09:41   where CAP#1 is a fresh type-variable:
01:09:41     CAP#1 extends String from capture of ? extends String
01:09:41 1 error
01:09:41 1 warning
01:09:41 
01:09:41 
01:09:41 
01:09:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:43 --- javac err: ---
01:09:43 X.java:5: warning: [rawtypes] found raw type: Class
01:09:43 		Class c1 = xy.getClass();
01:09:43 		^
01:09:43   missing type arguments for generic class Class<T>
01:09:43   where T is a type-variable:
01:09:43     T extends Object declared in class Class
01:09:43 X.java:6: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends XY>
01:09:43 		Class<? extends XY> c2 = xy.getClass();
01:09:43 		                                    ^
01:09:43   where CAP#1 is a fresh type-variable:
01:09:43     CAP#1 extends Object from capture of ? extends Object
01:09:43 X.java:8: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends XY>
01:09:43 		Class<? extends XY> c3 = s.getClass();
01:09:43 		                                   ^
01:09:43   where CAP#1 is a fresh type-variable:
01:09:43     CAP#1 extends String from capture of ? extends String
01:09:43 X.java:14: error: getClass() in XY cannot override getClass() in Object
01:09:43     public Class <? extends Object> getClass() {
01:09:43                                     ^
01:09:43   overridden method is final
01:09:43 3 errors
01:09:43 1 warning
01:09:43 
01:09:43 
01:09:43 
01:09:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:44 
01:09:44 
01:09:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:45 --- javac err: ---
01:09:45 ArrayList.java:8: error: cannot find symbol
01:09:45 		lt.bar();
01:09:45 		  ^
01:09:45   symbol:   method bar()
01:09:45   location: variable lt of type List<T>
01:09:45   where T is a type-variable:
01:09:45     T extends Object declared in class ArrayList
01:09:45 1 error
01:09:45 
01:09:45 
01:09:45 
01:09:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:46 --- javac err: ---
01:09:46 X.java:2: error: invalid method declaration; return type required
01:09:46   <T extends X<W>.Z> foo() {}
01:09:46                      ^
01:09:46 1 error
01:09:46 
01:09:46 
01:09:46 
01:09:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:47 --- javac err: ---
01:09:47 X.java:3: warning: [rawtypes] found raw type: X
01:09:47         X x = new Y();
01:09:47         ^
01:09:47   missing type arguments for generic class X<T>
01:09:47   where T is a type-variable:
01:09:47     T extends Object declared in class X
01:09:47 1 warning
01:09:47 
01:09:47 
01:09:47 
01:09:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:48 --- javac err: ---
01:09:48 Z.java:4: warning: [rawtypes] found raw type: List
01:09:48 public class Z <T extends List> { 
01:09:48                           ^
01:09:48   missing type arguments for generic class List<E>
01:09:48   where E is a type-variable:
01:09:48     E extends Object declared in interface List
01:09:48 Z.java:7: warning: [rawtypes] found raw type: ArrayList
01:09:48         foo(new Z<ArrayList>().set(new ArrayList<String>()));
01:09:48                   ^
01:09:48   missing type arguments for generic class ArrayList<E>
01:09:48   where E is a type-variable:
01:09:48     E extends Object declared in class ArrayList
01:09:48 Z.java:18: warning: [rawtypes] found raw type: ArrayList
01:09:48     static void foo(Z<? super ArrayList> za) {
01:09:48                               ^
01:09:48   missing type arguments for generic class ArrayList<E>
01:09:48   where E is a type-variable:
01:09:48     E extends Object declared in class ArrayList
01:09:48 3 warnings
01:09:48 
01:09:48 
01:09:48 
01:09:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:49 --- javac err: ---
01:09:49 Z.java:3: error: incompatible types: Z<ZA> cannot be converted to Z<? super String>
01:09:49         foo(new Z<ZA>());
01:09:49             ^
01:09:49 Z.java:6: error: type argument ? super String is not within bounds of type-variable T
01:09:49     static void foo(Z<? super String> zs) {
01:09:49                       ^
01:09:49   where T is a type-variable:
01:09:49     T extends ZA declared in class Z
01:09:49 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:09:49 2 errors
01:09:49 
01:09:49 
01:09:49 
01:09:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:51 --- javac err: ---
01:09:51 Z.java:3: error: incompatible types: Z<ZB> cannot be converted to Z<? super ZA>
01:09:51         foo(new Z<ZB>());
01:09:51             ^
01:09:51 Z.java:5: error: type argument ? super ZA is not within bounds of type-variable T
01:09:51     static void foo(Z<? super ZA> zs) {
01:09:51                       ^
01:09:51   where T is a type-variable:
01:09:51     T extends ZB declared in class Z
01:09:51 Z.java:6: error: method foo in class Z<T> cannot be applied to given types;
01:09:51         zs.foo();
01:09:51           ^
01:09:51   required: Z<? super ZA>
01:09:51   found: no arguments
01:09:51   reason: actual and formal argument lists differ in length
01:09:51   where T is a type-variable:
01:09:51     T extends ZB declared in class Z
01:09:51 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:09:51 3 errors
01:09:51 
01:09:51 
01:09:51 
01:09:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:52 --- javac err: ---
01:09:52 Z.java:4: warning: [rawtypes] found raw type: List
01:09:52 public class Z <T extends List> { 
01:09:52                           ^
01:09:52   missing type arguments for generic class List<E>
01:09:52   where E is a type-variable:
01:09:52     E extends Object declared in interface List
01:09:52 Z.java:7: warning: [rawtypes] found raw type: ArrayList
01:09:52         foo(new Z<ArrayList>().set(new ArrayList<String>()));
01:09:52                   ^
01:09:52   missing type arguments for generic class ArrayList<E>
01:09:52   where E is a type-variable:
01:09:52     E extends Object declared in class ArrayList
01:09:52 Z.java:18: warning: [rawtypes] found raw type: ArrayList
01:09:52     static void foo(Z<? extends ArrayList> za) {
01:09:52                                 ^
01:09:52   missing type arguments for generic class ArrayList<E>
01:09:52   where E is a type-variable:
01:09:52     E extends Object declared in class ArrayList
01:09:52 3 warnings
01:09:52 
01:09:52 
01:09:52 
01:09:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:53 --- javac err: ---
01:09:53 Z.java:1: warning: [rawtypes] found raw type: AX
01:09:53 public class Z <T extends AX> {
01:09:53                           ^
01:09:53   missing type arguments for generic class AX<P>
01:09:53   where P is a type-variable:
01:09:53     P extends Object declared in class AX
01:09:53 Z.java:11: warning: [unchecked] unchecked call to foo(P) as a member of the raw type AX
01:09:53         zu.t.foo(null);
01:09:53                 ^
01:09:53   where P is a type-variable:
01:09:53     P extends Object declared in class AX
01:09:53 2 warnings
01:09:53 
01:09:53 
01:09:53 
01:09:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:54 --- javac err: ---
01:09:54 X.java:9: error: type argument ? extends BX is not within bounds of type-variable T
01:09:54     void bar(X<? extends BX> x) {
01:09:54                ^
01:09:54   where T is a type-variable:
01:09:54     T extends AX declared in class X
01:09:54 1 error
01:09:54 
01:09:54 
01:09:54 
01:09:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:56 
01:09:56 
01:09:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:57 --- javac err: ---
01:09:57 X.java:11: error: cannot find symbol
01:09:57         x.get().bfoo();
01:09:57                ^
01:09:57   symbol:   method bfoo()
01:09:57   location: class AX
01:09:57 1 error
01:09:57 
01:09:57 
01:09:57 
01:09:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:58 --- javac err: ---
01:09:58 X.java:9: error: type argument ? extends X is not within bounds of type-variable T
01:09:58     void bar(X<? extends X> x) {
01:09:58                ^
01:09:58   where T is a type-variable:
01:09:58     T extends AX declared in class X
01:09:58 X.java:9: warning: [rawtypes] found raw type: X
01:09:58     void bar(X<? extends X> x) {
01:09:58                          ^
01:09:58   missing type arguments for generic class X<T>
01:09:58   where T is a type-variable:
01:09:58     T extends AX declared in class X
01:09:58 X.java:10: error: incompatible types: inference variable P has incompatible upper bounds X,AX
01:09:58         x = identity(x);
01:09:58                     ^
01:09:58   where P is a type-variable:
01:09:58     P extends AX declared in method <P>identity(X<P>)
01:09:58 2 errors
01:09:58 1 warning
01:09:58 
01:09:58 
01:09:58 
01:09:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:09:59 --- javac err: ---
01:09:59 X.java:5: error: incompatible types: Class<CAP#1> cannot be converted to Class<Object>
01:09:59         Class<Object> xo2 = xx;
01:09:59                             ^
01:09:59   where CAP#1 is a fresh type-variable:
01:09:59     CAP#1 extends X from capture of ? extends X
01:09:59 1 error
01:09:59 
01:09:59 
01:09:59 
01:09:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:00 
01:10:00 
01:10:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:01 --- javac err: ---
01:10:01 X.java:6: error: incompatible types: X cannot be converted to CAP#1
01:10:01 		lx.add(x);
01:10:01 		       ^
01:10:01   where CAP#1 is a fresh type-variable:
01:10:01     CAP#1 extends X from capture of ?
01:10:01 X.java:7: error: incompatible types: X cannot be converted to CAP#1
01:10:01 		lx.slot = x;
01:10:01 		          ^
01:10:01   where CAP#1 is a fresh type-variable:
01:10:01     CAP#1 extends X from capture of ?
01:10:01 X.java:8: error: incompatible types: XList<CAP#1> cannot be converted to XList<CAP#2>
01:10:01 		lx.addAll(lx);
01:10:01 		          ^
01:10:01   where CAP#1,CAP#2 are fresh type-variables:
01:10:01     CAP#1 extends X from capture of ?
01:10:01     CAP#2 extends X from capture of ?
01:10:01 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:10:01 3 errors
01:10:01 
01:10:01 
01:10:01 
01:10:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:03 --- javac err: ---
01:10:03 X.java:2: warning: [rawtypes] found raw type: AbstractList
01:10:03 public class X extends AbstractList {
01:10:03                        ^
01:10:03   missing type arguments for generic class AbstractList<E>
01:10:03   where E is a type-variable:
01:10:03     E extends Object declared in class AbstractList
01:10:03 1 warning
01:10:03 
01:10:03 
01:10:03 
01:10:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:04 --- javac err: ---
01:10:04 X.java:6: warning: [rawtypes] found raw type: ArrayList
01:10:04 	    ArrayList list = new ArrayList();
01:10:04 	    ^
01:10:04   missing type arguments for generic class ArrayList<E>
01:10:04   where E is a type-variable:
01:10:04     E extends Object declared in class ArrayList
01:10:04 X.java:6: warning: [rawtypes] found raw type: ArrayList
01:10:04 	    ArrayList list = new ArrayList();
01:10:04 	                         ^
01:10:04   missing type arguments for generic class ArrayList<E>
01:10:04   where E is a type-variable:
01:10:04     E extends Object declared in class ArrayList
01:10:04 X.java:7: warning: [unchecked] unchecked call to <T>toArray(T[]) as a member of the raw type ArrayList
01:10:04 		list.toArray(tokens);
01:10:04 		            ^
01:10:04   where T is a type-variable:
01:10:04     T extends Object declared in method <T>toArray(T[])
01:10:04 3 warnings
01:10:04 
01:10:04 
01:10:04 
01:10:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:05 
01:10:05 
01:10:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:07 --- javac err: ---
01:10:07 X.java:1: warning: [rawtypes] found raw type: Collection
01:10:07 public abstract class X implements java.util.Collection {
01:10:07                                             ^
01:10:07   missing type arguments for generic class Collection<E>
01:10:07   where E is a type-variable:
01:10:07     E extends Object declared in interface Collection
01:10:07 1 warning
01:10:07 
01:10:08 --- javac err: ---
01:10:08 X.java:2: warning: [unchecked] toArray(Object[]) in X implements <T>toArray(T[]) in Collection
01:10:08 	public Object[] toArray(Object[] a) {
01:10:08 	                ^
01:10:08   return type requires unchecked conversion from Object[] to T[]
01:10:08   where T is a type-variable:
01:10:08     T extends Object declared in method <T>toArray(T[])
01:10:08 1 warning
01:10:08 
01:10:08 
01:10:08 
01:10:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:09 --- javac err: ---
01:10:09 X.java:8: error: method foo in class X cannot be applied to given types;
01:10:09 		new X().foo(args, new ArrayList<String>());
01:10:09 		       ^
01:10:09   required: T[],List<T>
01:10:09   found: String[],ArrayList<String>
01:10:09   reason: inference variable T has incompatible bounds
01:10:09     upper bounds: X
01:10:09     lower bounds: String
01:10:09   where T is a type-variable:
01:10:09     T extends X declared in method <T>foo(T[],List<T>)
01:10:09 1 error
01:10:09 
01:10:09 
01:10:09 
01:10:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:10 --- javac err: ---
01:10:10 X.java:4: warning: [rawtypes] found raw type: X
01:10:10     <T extends X> X(T[] ta, List<T> lt) {
01:10:10                ^
01:10:10   missing type arguments for generic class X<E>
01:10:10   where E is a type-variable:
01:10:10     E extends Object declared in class X
01:10:10 X.java:8: error: constructor X in class X<E> cannot be applied to given types;
01:10:10 		new X<Object>(args, new ArrayList<String>());
01:10:10 		^
01:10:10   required: T[],List<T>
01:10:10   found: String[],ArrayList<String>
01:10:10   reason: inference variable T has incompatible bounds
01:10:10     upper bounds: X
01:10:10     lower bounds: String
01:10:10   where T,E are type-variables:
01:10:10     T extends X declared in constructor <T>X(T[],List<T>)
01:10:10     E extends Object declared in class X
01:10:10 1 error
01:10:10 1 warning
01:10:10 
01:10:10 
01:10:10 
01:10:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:12 
01:10:12 
01:10:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:13 
01:10:13 
01:10:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:14 
01:10:14 
01:10:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:16 
01:10:16 
01:10:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:17 --- javac err: ---
01:10:17 X.java:7: error: type argument T is not within bounds of type-variable E
01:10:17     public static <T> AX<T> bar(AX<?> a) {
01:10:17                          ^
01:10:17   where T,E are type-variables:
01:10:17     T extends Object declared in method <T>bar(AX<?>)
01:10:17     E extends X declared in class AX
01:10:17 1 error
01:10:17 
01:10:17 
01:10:17 
01:10:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:18 --- javac err: ---
01:10:18 X.java:6: error: method bar in class X cannot be applied to given types;
01:10:18         AX<X> a = bar(ax, as);
01:10:18                   ^
01:10:18   required: AX<? extends U>,AX<? super U>
01:10:18   found: AX<X>,AX<String>
01:10:18   reason: inference variable U has incompatible bounds
01:10:18     upper bounds: String,Object
01:10:18     lower bounds: X
01:10:18   where U,T are type-variables:
01:10:18     U extends Object declared in method <T,U>bar(AX<? extends U>,AX<? super U>)
01:10:18     T extends Object declared in method <T,U>bar(AX<? extends U>,AX<? super U>)
01:10:18 1 error
01:10:18 
01:10:18 
01:10:18 
01:10:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:19 
01:10:19 
01:10:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:20 --- javac err: ---
01:10:20 X.java:9: error: incompatible types: CAP#1 cannot be converted to T
01:10:20 		return a.get();
01:10:20 		            ^
01:10:20   where T,U are type-variables:
01:10:20     T extends Object declared in method <T,U>bar(AX<?>,AX<? super U>)
01:10:20     U extends Object declared in method <T,U>bar(AX<?>,AX<? super U>)
01:10:20   where CAP#1 is a fresh type-variable:
01:10:20     CAP#1 extends Object from capture of ?
01:10:20 1 error
01:10:20 
01:10:20 
01:10:20 
01:10:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:21 --- javac err: ---
01:10:21 X.java:7: error: incompatible types: String cannot be converted to V
01:10:21         return a.get();
01:10:21                     ^
01:10:21   where V is a type-variable:
01:10:21     V extends Object declared in method <V>foo(AX<String>)
01:10:21 1 error
01:10:21 
01:10:21 
01:10:21 
01:10:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:23 --- javac err: ---
01:10:23 X.java:7: error: incompatible types: String cannot be converted to V
01:10:23         return a.get();
01:10:23                     ^
01:10:23   where V is a type-variable:
01:10:23     V extends Object declared in method <V>foo(AX<String>)
01:10:23 1 error
01:10:23 
01:10:23 
01:10:23 
01:10:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:24 --- javac err: ---
01:10:24 X.java:4: error: cannot find symbol
01:10:24         String s = foo(new AX<String>("aaa")).bar();
01:10:24                                              ^
01:10:24   symbol:   method bar()
01:10:24   location: class Object
01:10:24 X.java:7: error: incompatible types: String cannot be converted to V
01:10:24         return a.get();
01:10:24                     ^
01:10:24   where V is a type-variable:
01:10:24     V extends Object declared in method <V>foo(AX<String>)
01:10:24 2 errors
01:10:24 
01:10:24 
01:10:24 
01:10:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:25 --- javac err: ---
01:10:25 X.java:4: error: cannot find symbol
01:10:25         String s = foo(new AX<String>("aaa")).bar();
01:10:25                                              ^
01:10:25   symbol:   method bar()
01:10:25   location: class Object
01:10:25 X.java:7: error: incompatible types: String cannot be converted to V
01:10:25         return a.get();
01:10:25                     ^
01:10:25   where V is a type-variable:
01:10:25     V extends Object declared in method <V>foo(AX<String>)
01:10:25 2 errors
01:10:25 
01:10:25 
01:10:25 
01:10:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:26 
01:10:26 
01:10:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:27 
01:10:27 
01:10:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:28 --- javac err: ---
01:10:28 X.java:14: warning: [rawtypes] found raw type: AX
01:10:28 		return new AX("SUCCESS");
01:10:28 		           ^
01:10:28   missing type arguments for generic class AX<E>
01:10:28   where E is a type-variable:
01:10:28     E extends Object declared in class AX
01:10:28 X.java:14: warning: [unchecked] unchecked call to AX(E) as a member of the raw type AX
01:10:28 		return new AX("SUCCESS");
01:10:28 		       ^
01:10:28   where E is a type-variable:
01:10:28     E extends Object declared in class AX
01:10:28 X.java:14: warning: [unchecked] unchecked conversion
01:10:28 		return new AX("SUCCESS");
01:10:28 		       ^
01:10:28   required: AX<T>
01:10:28   found:    AX
01:10:28   where T is a type-variable:
01:10:28     T extends Object declared in method <T>bar(AX<?>,boolean)
01:10:28 3 warnings
01:10:28 
01:10:28 
01:10:28 
01:10:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:30 --- javac err: ---
01:10:30 X.java:9: warning: [rawtypes] found raw type: AX
01:10:30 		return new AX("SUCCESS");
01:10:30 		           ^
01:10:30   missing type arguments for generic class AX<E,F>
01:10:30   where E,F are type-variables:
01:10:30     E extends Object declared in class AX
01:10:30     F extends Object declared in class AX
01:10:30 X.java:9: warning: [unchecked] unchecked call to AX(E) as a member of the raw type AX
01:10:30 		return new AX("SUCCESS");
01:10:30 		       ^
01:10:30   where E is a type-variable:
01:10:30     E extends Object declared in class AX
01:10:30 X.java:9: warning: [unchecked] unchecked conversion
01:10:30 		return new AX("SUCCESS");
01:10:30 		       ^
01:10:30   required: AX<T,U>
01:10:30   found:    AX
01:10:30   where T,U are type-variables:
01:10:30     T extends Object declared in method <T,U>bar()
01:10:30     U extends Object declared in method <T,U>bar()
01:10:30 3 warnings
01:10:30 
01:10:30 
01:10:30 
01:10:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:30 
01:10:30 
01:10:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:31 --- javac err: ---
01:10:31 X.java:4: error: incompatible types: inference variable T has incompatible bounds
01:10:31         AX<String> a = bar(new X());
01:10:31                           ^
01:10:31     equality constraints: String
01:10:31     lower bounds: X
01:10:31   where T is a type-variable:
01:10:31     T extends Object declared in method <T>bar(T)
01:10:31 X.java:9: warning: [rawtypes] found raw type: AX
01:10:31 		return new AX("SUCCESS");
01:10:31 		           ^
01:10:31   missing type arguments for generic class AX<E>
01:10:31   where E is a type-variable:
01:10:31     E extends Object declared in class AX
01:10:31 X.java:9: warning: [unchecked] unchecked call to AX(E) as a member of the raw type AX
01:10:31 		return new AX("SUCCESS");
01:10:31 		       ^
01:10:31   where E is a type-variable:
01:10:31     E extends Object declared in class AX
01:10:31 X.java:9: warning: [unchecked] unchecked conversion
01:10:31 		return new AX("SUCCESS");
01:10:31 		       ^
01:10:31   required: AX<T>
01:10:31   found:    AX
01:10:31   where T is a type-variable:
01:10:31     T extends Object declared in method <T>bar(T)
01:10:31 1 error
01:10:31 3 warnings
01:10:31 
01:10:31 
01:10:31 
01:10:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:32 --- javac err: ---
01:10:32 X.java:6: warning: [unchecked] unchecked conversion
01:10:32         ax = (AX)bar(ax);
01:10:32              ^
01:10:32   required: AX<X>
01:10:32   found:    AX
01:10:32 X.java:9: error: incompatible types: CAP#1 cannot be converted to T
01:10:32 		return a.get();
01:10:32 		            ^
01:10:32   where T is a type-variable:
01:10:32     T extends Object declared in method <T>bar(AX<?>)
01:10:32   where CAP#1 is a fresh type-variable:
01:10:32     CAP#1 extends Object from capture of ?
01:10:32 1 error
01:10:32 1 warning
01:10:32 
01:10:32 
01:10:32 
01:10:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:33 --- javac err: ---
01:10:33 X.java:6: warning: [unchecked] unchecked cast
01:10:33         ax = (AX<X>)bar(ax);
01:10:33                        ^
01:10:33   required: AX<X>
01:10:33   found:    Object
01:10:33 X.java:9: error: incompatible types: CAP#1 cannot be converted to T
01:10:33 		return a.get();
01:10:33 		            ^
01:10:33   where T is a type-variable:
01:10:33     T extends Object declared in method <T>bar(AX<?>)
01:10:33   where CAP#1 is a fresh type-variable:
01:10:33     CAP#1 extends Object from capture of ?
01:10:33 1 error
01:10:33 1 warning
01:10:33 
01:10:33 
01:10:33 
01:10:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:34 --- javac err: ---
01:10:34 X.java:6: error: incompatible types: String cannot be converted to AX<X>
01:10:34         ax = (AX<X>)bar(ax);
01:10:34                        ^
01:10:34 1 error
01:10:34 
01:10:34 
01:10:34 
01:10:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:36 
01:10:36 
01:10:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:37 
01:10:37 
01:10:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:38 
01:10:38 
01:10:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:39 --- javac err: ---
01:10:39 X.java:5: warning: [rawtypes] found raw type: Vector
01:10:39         return new Vector();
01:10:39                    ^
01:10:39   missing type arguments for generic class Vector<E>
01:10:39   where E is a type-variable:
01:10:39     E extends Object declared in class Vector
01:10:39 X.java:5: warning: [unchecked] unchecked conversion
01:10:39         return new Vector();
01:10:39                ^
01:10:39   required: Vector<T>
01:10:39   found:    Vector
01:10:39   where T is a type-variable:
01:10:39     T extends Object declared in method <T>valuesOf(Hashtable<?,T>)
01:10:39 X.java:10: warning: [unchecked] unchecked cast
01:10:39         Vector<Object> v = (Vector<Object>) data.elementAt(0);
01:10:39                                                           ^
01:10:39   required: Vector<Object>
01:10:39   found:    Object
01:10:39 3 warnings
01:10:39 
01:10:39 
01:10:39 
01:10:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:40 --- javac err: ---
01:10:40 X.java:4: warning: [cast] redundant cast to T
01:10:40 		return (T) t;
01:10:40 		       ^
01:10:40   where T is a type-variable:
01:10:40     T extends Object declared in class X
01:10:40 1 warning
01:10:40 
01:10:40 
01:10:40 
01:10:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:41 --- javac err: ---
01:10:41 X.java:4: error: illegal generic type for instanceof
01:10:41 		if (t instanceof X<T>) {
01:10:41 		                  ^
01:10:41 X.java:6: error: illegal generic type for instanceof
01:10:41 		} else if (t instanceof X<String>) {
01:10:41 		                         ^
01:10:41 X.java:10: error: illegal generic type for instanceof
01:10:41 		} else 	if (t instanceof T) {
01:10:41 		       	                 ^
01:10:41 3 errors
01:10:41 
01:10:41 
01:10:41 
01:10:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:42 
01:10:42 
01:10:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:44 
01:10:44 
01:10:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:45 
01:10:45 
01:10:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:46 --- javac err: ---
01:10:46 X.java:3: warning: [cast] redundant cast to X<E>
01:10:46     	return (X<E>) this;
01:10:46     	       ^
01:10:46   where E is a type-variable:
01:10:46     E extends Object declared in class X
01:10:46 X.java:9: warning: [unchecked] unchecked cast
01:10:46     	return (AX<String>) o;
01:10:46     	                    ^
01:10:46   required: AX<String>
01:10:46   found:    Object
01:10:46 X.java:12: warning: [unchecked] unchecked cast
01:10:46     	return (AX<E>) o;
01:10:46     	               ^
01:10:46   required: AX<E>
01:10:46   found:    Object
01:10:46   where E is a type-variable:
01:10:46     E extends Object declared in class X
01:10:46 3 warnings
01:10:46 
01:10:46 
01:10:46 
01:10:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:47 --- javac err: ---
01:10:47 X.java:12: error: incompatible types: Dictionary<String,Integer> cannot be converted to Hashtable<Float,Double>
01:10:47 		Object a3 = (Hashtable<Float, Double>) d;
01:10:47 		                                       ^
01:10:47 X.java:13: warning: [unchecked] unchecked cast
01:10:47 		Object a4 = (Hashtable<String,Integer>) o;
01:10:47 		                                        ^
01:10:47   required: Hashtable<String,Integer>
01:10:47   found:    Object
01:10:47 X.java:26: warning: [rawtypes] found raw type: Hashtable
01:10:47 		abstract class Z3 extends Hashtable {
01:10:47 		                          ^
01:10:47   missing type arguments for generic class Hashtable<K,V>
01:10:47   where K,V are type-variables:
01:10:47     K extends Object declared in class Hashtable
01:10:47     V extends Object declared in class Hashtable
01:10:47 X.java:30: warning: [unchecked] unchecked cast
01:10:47 		Object a7 = (Hashtable<String,Integer>) z3;
01:10:47 		                                        ^
01:10:47   required: Hashtable<String,Integer>
01:10:47   found:    Z3
01:10:47 1 error
01:10:47 3 warnings
01:10:47 
01:10:47 
01:10:47 
01:10:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:49 
01:10:49 
01:10:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:50 
01:10:50 
01:10:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:51 --- javac err: ---
01:10:51 X.java:7: error: method foo in class X cannot be applied to given types;
01:10:51 		System.out.println(new X().<String, X>foo("SUCCESS", null));
01:10:51 		                          ^
01:10:51   required: T,U
01:10:51   found: String,<null>
01:10:51   reason: explicit type argument X does not conform to declared bound(s) String
01:10:51   where T,U are type-variables:
01:10:51     T extends Object declared in method <T,U>foo(T,U)
01:10:51     U extends String declared in method <T,U>foo(T,U)
01:10:51 1 error
01:10:51 
01:10:51 
01:10:51 
01:10:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:52 --- javac err: ---
01:10:52 X.java:7: error: method foo in class X cannot be applied to given types;
01:10:52 		System.out.println(new X().<String>foo("SUCCESS", null));
01:10:52 		                          ^
01:10:52   required: T,U
01:10:52   found: String,<null>
01:10:52   reason: wrong number of type arguments; required 2
01:10:52   where T,U are type-variables:
01:10:52     T extends Object declared in method <T,U>foo(T,U)
01:10:52     U extends String declared in method <T,U>foo(T,U)
01:10:52 1 error
01:10:52 
01:10:52 
01:10:52 
01:10:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:53 --- javac err: ---
01:10:53 X.java:7: error: method foo in class X cannot be applied to given types;
01:10:53 		System.out.println(new X().<String>foo("SUCCESS", null));
01:10:53 		                          ^
01:10:53   required: no arguments
01:10:53   found: String,<null>
01:10:53   reason: actual and formal argument lists differ in length
01:10:53 1 error
01:10:53 
01:10:53 
01:10:53 
01:10:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:54 --- javac err: ---
01:10:54 X.java:7: error: 'void' type not allowed here
01:10:54 		System.out.println(new X().<String>foo());
01:10:54 		                                      ^
01:10:54 1 error
01:10:54 
01:10:54 
01:10:54 
01:10:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:56 
01:10:56 
01:10:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:57 --- javac err: ---
01:10:57 X.java:6: error: constructor X in class X cannot be applied to given types;
01:10:57 		new <String, String>X("FAILED");
01:10:57 		^
01:10:57   required: T
01:10:57   found: String
01:10:57   reason: wrong number of type arguments; required 1
01:10:57   where T is a type-variable:
01:10:57     T extends Object declared in constructor <T>X(T)
01:10:57 1 error
01:10:57 
01:10:57 
01:10:57 
01:10:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:58 --- javac err: ---
01:10:58 X.java:7: error: cannot find symbol
01:10:58 		Zork z;
01:10:58 		^
01:10:58   symbol:   class Zork
01:10:58   location: class X
01:10:58 1 error
01:10:58 
01:10:58 
01:10:58 
01:10:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:10:59 --- javac err: ---
01:10:59 X.java:6: error: incompatible types: X cannot be converted to String
01:10:59 		new <String>X(new X(null));
01:10:59 		              ^
01:10:59 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:10:59 1 error
01:10:59 
01:10:59 
01:10:59 
01:10:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:00 --- javac err: ---
01:11:00 X.java:7: error: incompatible types: X cannot be converted to String
01:11:00 		System.out.println(new X().<String>foo(new X()));
01:11:00 		                                       ^
01:11:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:11:00 1 error
01:11:00 
01:11:00 
01:11:00 
01:11:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:01 
01:11:01 
01:11:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:02 --- javac err: ---
01:11:02 X.java:8: error: constructor MX in class X.MX cannot be applied to given types;
01:11:02 		new X().new <String,String>MX("FAILED");
01:11:02 		        ^
01:11:02   required: T
01:11:02   found: String
01:11:02   reason: wrong number of type arguments; required 1
01:11:02   where T is a type-variable:
01:11:02     T extends Object declared in constructor <T>X.MX(T)
01:11:02 1 error
01:11:02 
01:11:02 
01:11:02 
01:11:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:03 --- javac err: ---
01:11:03 X.java:9: error: cannot find symbol
01:11:03 		Zork z;
01:11:03 		^
01:11:03   symbol:   class Zork
01:11:03   location: class X
01:11:03 1 error
01:11:03 
01:11:03 
01:11:03 
01:11:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:04 --- javac err: ---
01:11:04 X.java:8: error: incompatible types: X cannot be converted to String
01:11:04 		new X().new <String>MX(new X());
01:11:04 		                       ^
01:11:04 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:11:04 1 error
01:11:04 
01:11:04 
01:11:04 
01:11:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:06 
01:11:06 
01:11:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:07 --- javac err: ---
01:11:07 X.java:8: error: constructor X in class X cannot be applied to given types;
01:11:07 				<String,String>super("FAILED");
01:11:07 				^
01:11:07   required: T
01:11:07   found: String
01:11:07   reason: wrong number of type arguments; required 1
01:11:07   where T is a type-variable:
01:11:07     T extends Object declared in constructor <T>X(T)
01:11:07 1 error
01:11:07 
01:11:07 
01:11:07 
01:11:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:08 --- javac err: ---
01:11:08 X.java:4: error: cannot find symbol
01:11:08 		Zork z;
01:11:08 		^
01:11:08   symbol:   class Zork
01:11:08   location: class X
01:11:08 1 error
01:11:08 
01:11:08 
01:11:08 
01:11:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:09 --- javac err: ---
01:11:09 X.java:8: error: incompatible types: X cannot be converted to String
01:11:09 				<String>super(new X(null));
01:11:09 				              ^
01:11:09 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:11:09 1 error
01:11:09 
01:11:09 
01:11:09 
01:11:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:10 
01:11:10 
01:11:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:12 
01:11:12 
01:11:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:13 
01:11:13 
01:11:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:14 
01:11:14 
01:11:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:15 --- javac err: ---
01:11:15 Alpha.java:4: error: ';' expected
01:11:15 			public void m() throws Alpha<String> {
01:11:15 			                            ^
01:11:15 Alpha.java:4: error: illegal start of type
01:11:15 			public void m() throws Alpha<String> {
01:11:15 			                                     ^
01:11:15 2 errors
01:11:15 
01:11:15 
01:11:15 
01:11:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:16 --- javac err: ---
01:11:16 X.java:1: error: a generic class may not extend java.lang.Throwable
01:11:16 public class X<T> extends RuntimeException {
01:11:16                           ^
01:11:16 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
01:11:16 public class X<T> extends RuntimeException {
01:11:16        ^
01:11:16 1 error
01:11:16 1 warning
01:11:16 
01:11:16 
01:11:16 
01:11:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:17 
01:11:17 
01:11:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:18 --- javac err: ---
01:11:18 X.java:2: error: cannot find symbol
01:11:18 	void foo(Map<? super Object, ? extends String> m){
01:11:18 	         ^
01:11:18   symbol:   class Map
01:11:18   location: class X
01:11:18 1 error
01:11:18 
01:11:18 
01:11:18 
01:11:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:21 
01:11:21 
01:11:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:22 
01:11:22 
01:11:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:23 
01:11:23 
01:11:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:25 
01:11:25 
01:11:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:26 
01:11:26 
01:11:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:27 --- javac err: ---
01:11:27 test/cheetah/NG.java:2: warning: [rawtypes] found raw type: G
01:11:27 public class NG extends G {
01:11:27                         ^
01:11:27   missing type arguments for generic class G<E>
01:11:27   where E is a type-variable:
01:11:27     E extends Object declared in class G
01:11:27 1 warning
01:11:27 
01:11:27 
01:11:27 
01:11:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:28 --- javac err: ---
01:11:28 X.java:5: warning: [cast] redundant cast to String
01:11:28 		String string = (String) l.get(0);
01:11:28 		                ^
01:11:28 1 warning
01:11:28 
01:11:29 
01:11:29 
01:11:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:30 
01:11:30 
01:11:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:31 
01:11:31 
01:11:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:32 --- javac err: ---
01:11:32 X.java:7: error: incompatible types: CAP#1 cannot be converted to Integer
01:11:32 		Integer i = al.get(0);  // (2)
01:11:32 		                  ^
01:11:32   where CAP#1 is a fresh type-variable:
01:11:32     CAP#1 extends Object super: Integer from capture of ? super Integer
01:11:32 1 error
01:11:32 
01:11:32 
01:11:32 
01:11:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:34 --- javac err: ---
01:11:34 X.java:6: error: incompatible types: Integer cannot be converted to CAP#1
01:11:34 		al.add(Integer.valueOf(1)); // (1)
01:11:34 		                      ^
01:11:34   where CAP#1 is a fresh type-variable:
01:11:34     CAP#1 extends Integer from capture of ? extends Integer
01:11:34 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:11:34 1 error
01:11:34 
01:11:34 
01:11:34 
01:11:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:35 --- javac err: ---
01:11:35 X.java:5: error: incompatible types: CAP#1 cannot be converted to Integer
01:11:35 		Integer i = lx.slot;
01:11:35 		              ^
01:11:35   where CAP#1 is a fresh type-variable:
01:11:35     CAP#1 extends Object super: Integer from capture of ? super Integer
01:11:35 1 error
01:11:35 
01:11:35 
01:11:35 
01:11:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:36 --- javac err: ---
01:11:36 X.java:8: warning: [rawtypes] found raw type: Class
01:11:36             = new HashMap<String, Class>();
01:11:36                                   ^
01:11:36   missing type arguments for generic class Class<T>
01:11:36   where T is a type-variable:
01:11:36     T extends Object declared in class Class
01:11:36 X.java:8: error: incompatible types: HashMap<String,Class> cannot be converted to Map<String,Class<? extends Object>>
01:11:36             = new HashMap<String, Class>();
01:11:36               ^
01:11:36 X.java:17: warning: [rawtypes] found raw type: Class
01:11:36     	MX<Class> mx2 = new MX<Class>();
01:11:36     	   ^
01:11:36   missing type arguments for generic class Class<T>
01:11:36   where T is a type-variable:
01:11:36     T extends Object declared in class Class
01:11:36 X.java:17: warning: [rawtypes] found raw type: Class
01:11:36     	MX<Class> mx2 = new MX<Class>();
01:11:36     	                       ^
01:11:36   missing type arguments for generic class Class<T>
01:11:36   where T is a type-variable:
01:11:36     T extends Object declared in class Class
01:11:36 X.java:18: warning: [unchecked] unchecked method invocation: method foo in class X.MX is applied to given types
01:11:36     	mx1.foo(mx2.get());
01:11:36     	       ^
01:11:36   required: E
01:11:36   found: Class
01:11:36   where E is a type-variable:
01:11:36     E extends Object declared in class X.MX
01:11:36 X.java:18: warning: [unchecked] unchecked conversion
01:11:36     	mx1.foo(mx2.get());
01:11:36     	               ^
01:11:36   required: E
01:11:36   found:    Class
01:11:36   where E is a type-variable:
01:11:36     E extends Object declared in class X.MX
01:11:36 1 error
01:11:36 5 warnings
01:11:36 
01:11:36 
01:11:36 
01:11:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:37 --- javac err: ---
01:11:37 test/cheetah/NG.java:2: warning: [rawtypes] found raw type: G
01:11:37 public class NG extends G {
01:11:37                         ^
01:11:37   missing type arguments for generic class G<E>
01:11:37   where E is a type-variable:
01:11:37     E extends Object declared in class G
01:11:37 test/cheetah/G.java:3: error: variable o not initialized in the default constructor
01:11:37     protected final Object o;
01:11:37                            ^
01:11:37 1 error
01:11:37 1 warning
01:11:37 
01:11:37 
01:11:37 
01:11:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:38 --- javac err: ---
01:11:38 X.java:13: error: unexpected type
01:11:38                 } catch (T t) {
01:11:38                          ^
01:11:38   required: class
01:11:38   found:    type parameter T
01:11:38   where T is a type-variable:
01:11:38     T extends Exception declared in class X
01:11:38 X.java:19: warning: [serial] serializable class EX has no definition of serialVersionUID
01:11:38 class EX extends Exception {
01:11:38 ^
01:11:38 1 error
01:11:38 1 warning
01:11:38 
01:11:38 
01:11:38 
01:11:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:39 --- javac err: ---
01:11:39 X.java:2: error: generic array creation
01:11:39 	 Object x1= new T[0];
01:11:39 	            ^
01:11:39 X.java:3: error: generic array creation
01:11:39 	 Object x2= new X<String>[0];	 
01:11:39 	            ^
01:11:39 X.java:4: error: generic array creation
01:11:39 	 Object x3= new X<T>[0];	 
01:11:39 	            ^
01:11:39 X.java:5: warning: [rawtypes] found raw type: X
01:11:39 	 Object x4= new X[0];	 
01:11:39 	                ^
01:11:39   missing type arguments for generic class X<T>
01:11:39   where T is a type-variable:
01:11:39     T extends Object declared in class X
01:11:39 3 errors
01:11:39 1 warning
01:11:39 
01:11:39 
01:11:39 
01:11:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:40 --- javac err: ---
01:11:40 X.java:3: warning: [rawtypes] found raw type: List
01:11:40   List list() { return null; }
01:11:40   ^
01:11:40   missing type arguments for generic class List<E>
01:11:40   where E is a type-variable:
01:11:40     E extends Object declared in interface List
01:11:40 X.java:4: warning: [unchecked] unchecked cast
01:11:40   void m() { List<X> l = (List<X>)list(); } // unsafe cast
01:11:40                                       ^
01:11:40   required: List<X>
01:11:40   found:    List
01:11:40 X.java:5: warning: [unchecked] unchecked conversion
01:11:40   void m0() { List<X> l = list(); } // unsafe conversion
01:11:40                               ^
01:11:40   required: List<X>
01:11:40   found:    List
01:11:40 X.java:6: error: incompatible types: Object cannot be converted to X
01:11:40   void m1() { for (X a : list()); } // type mismatch
01:11:40                              ^
01:11:40 X.java:7: warning: [unchecked] unchecked conversion
01:11:40   void m2() { for (Iterator<X> i = list().iterator(); i.hasNext();); }  // unsafe conversion
01:11:40                                                   ^
01:11:40   required: Iterator<X>
01:11:40   found:    Iterator
01:11:40 X.java:8: warning: [rawtypes] found raw type: Collection
01:11:40   void m3() { Collection c = null; List l = (List<X>)c; } // unsafe cast
01:11:40               ^
01:11:40   missing type arguments for generic class Collection<E>
01:11:40   where E is a type-variable:
01:11:40     E extends Object declared in interface Collection
01:11:40 X.java:8: warning: [rawtypes] found raw type: List
01:11:40   void m3() { Collection c = null; List l = (List<X>)c; } // unsafe cast
01:11:40                                    ^
01:11:40   missing type arguments for generic class List<E>
01:11:40   where E is a type-variable:
01:11:40     E extends Object declared in interface List
01:11:40 X.java:8: warning: [unchecked] unchecked cast
01:11:40   void m3() { Collection c = null; List l = (List<X>)c; } // unsafe cast
01:11:40                                                      ^
01:11:40   required: List<X>
01:11:40   found:    Collection
01:11:40 X.java:9: warning: [rawtypes] found raw type: Collection
01:11:40   void m4() { Collection c = null; List l = (List<?>)c; } // ok
01:11:40               ^
01:11:40   missing type arguments for generic class Collection<E>
01:11:40   where E is a type-variable:
01:11:40     E extends Object declared in interface Collection
01:11:40 X.java:9: warning: [rawtypes] found raw type: List
01:11:40   void m4() { Collection c = null; List l = (List<?>)c; } // ok
01:11:40                                    ^
01:11:40   missing type arguments for generic class List<E>
01:11:40   where E is a type-variable:
01:11:40     E extends Object declared in interface List
01:11:40 X.java:10: warning: [rawtypes] found raw type: List
01:11:40   void m5() { List c = null; List l = (Collection<X>)c; } // type mismatch
01:11:40               ^
01:11:40   missing type arguments for generic class List<E>
01:11:40   where E is a type-variable:
01:11:40     E extends Object declared in interface List
01:11:40 X.java:10: warning: [rawtypes] found raw type: List
01:11:40   void m5() { List c = null; List l = (Collection<X>)c; } // type mismatch
01:11:40                              ^
01:11:40   missing type arguments for generic class List<E>
01:11:40   where E is a type-variable:
01:11:40     E extends Object declared in interface List
01:11:40 X.java:10: warning: [unchecked] unchecked cast
01:11:40   void m5() { List c = null; List l = (Collection<X>)c; } // type mismatch
01:11:40                                                      ^
01:11:40   required: Collection<X>
01:11:40   found:    List
01:11:40 X.java:10: error: incompatible types: Collection<X> cannot be converted to List
01:11:40   void m5() { List c = null; List l = (Collection<X>)c; } // type mismatch
01:11:40                                       ^
01:11:40 X.java:11: warning: [rawtypes] found raw type: List
01:11:40   void m6() { List c = null; List l = (Collection<?>)c; } // type mismatch
01:11:40               ^
01:11:40   missing type arguments for generic class List<E>
01:11:40   where E is a type-variable:
01:11:40     E extends Object declared in interface List
01:11:40 X.java:11: warning: [rawtypes] found raw type: List
01:11:40   void m6() { List c = null; List l = (Collection<?>)c; } // type mismatch
01:11:40                              ^
01:11:40   missing type arguments for generic class List<E>
01:11:40   where E is a type-variable:
01:11:40     E extends Object declared in interface List
01:11:40 X.java:11: error: incompatible types: Collection<CAP#1> cannot be converted to List
01:11:40   void m6() { List c = null; List l = (Collection<?>)c; } // type mismatch
01:11:40                                       ^
01:11:40   where CAP#1 is a fresh type-variable:
01:11:40     CAP#1 extends Object from capture of ?
01:11:40 3 errors
01:11:40 14 warnings
01:11:40 
01:11:40 
01:11:40 
01:11:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:41 --- javac err: ---
01:11:41 X.java:3: warning: [rawtypes] found raw type: ArrayList
01:11:41  	List<?> list = new ArrayList();
01:11:41  	                   ^
01:11:41   missing type arguments for generic class ArrayList<E>
01:11:41   where E is a type-variable:
01:11:41     E extends Object declared in class ArrayList
01:11:41 1 warning
01:11:41 
01:11:42 
01:11:42 
01:11:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:43 
01:11:43 
01:11:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:44 --- javac err: ---
01:11:44 X.java:8: error: incompatible types: List<CAP#1> cannot be converted to List<? extends Integer>
01:11:44 		li= ln;
01:11:44 		    ^
01:11:44   where CAP#1 is a fresh type-variable:
01:11:44     CAP#1 extends Number from capture of ? extends Number
01:11:44 1 error
01:11:44 
01:11:44 
01:11:44 
01:11:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:45 --- javac err: ---
01:11:45 X.java:3: error: generic array creation
01:11:45 	 Object x2= new X<? super String>[0];	 
01:11:45 	            ^
01:11:45 X.java:4: error: generic array creation
01:11:45 	 Object x3= new X<? extends Thread>[0];	 
01:11:45 	            ^
01:11:45 2 errors
01:11:45 
01:11:45 
01:11:45 
01:11:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:46 --- javac err: ---
01:11:46 X.java:12: warning: [rawtypes] found raw type: Container
01:11:46 	    Container x=param;
01:11:46 	    ^
01:11:46   missing type arguments for generic class Container<T>
01:11:46   where T is a type-variable:
01:11:46     T extends Object declared in class Container
01:11:46 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
01:11:46 	    x.setVal("BAD");
01:11:46 	            ^
01:11:46   where T is a type-variable:
01:11:46     T extends Object declared in class Container
01:11:46 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
01:11:46 	    cont.setVal(new Integer(0));
01:11:46 	                ^
01:11:46 3 warnings
01:11:46 
01:11:46 
01:11:46 
01:11:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:48 --- javac err: ---
01:11:48 X.java:12: warning: [rawtypes] found raw type: Container
01:11:48 	    Container x=param;
01:11:48 	    ^
01:11:48   missing type arguments for generic class Container<T>
01:11:48   where T is a type-variable:
01:11:48     T extends Object declared in class Container
01:11:48 X.java:13: warning: [deprecation] Long(long) in Long has been deprecated
01:11:48 	    x.setVal(new Long(0));
01:11:48 	             ^
01:11:48 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
01:11:48 	    x.setVal(new Long(0));
01:11:48 	            ^
01:11:48   where T is a type-variable:
01:11:48     T extends Object declared in class Container
01:11:48 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
01:11:48 	    cont.setVal(new Integer(0));
01:11:48 	                ^
01:11:48 4 warnings
01:11:48 
01:11:48 
01:11:48 
01:11:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:49 --- javac err: ---
01:11:49 X.java:12: warning: [rawtypes] found raw type: Container
01:11:49 	    Container x=param;
01:11:49 	    ^
01:11:49   missing type arguments for generic class Container<T>
01:11:49   where T is a type-variable:
01:11:49     T extends Object declared in class Container
01:11:49 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
01:11:49 	    x.setVal("BAD");
01:11:49 	            ^
01:11:49   where T is a type-variable:
01:11:49     T extends Object declared in class Container
01:11:49 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
01:11:49 	    cont.setVal(new Integer(0));
01:11:49 	                ^
01:11:49 3 warnings
01:11:49 
01:11:49 
01:11:49 
01:11:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:50 --- javac err: ---
01:11:50 X.java:12: warning: [rawtypes] found raw type: Container
01:11:50 	    Container x=param;
01:11:50 	    ^
01:11:50   missing type arguments for generic class Container<T>
01:11:50   where T is a type-variable:
01:11:50     T extends Object declared in class Container
01:11:50 X.java:13: warning: [deprecation] Long(long) in Long has been deprecated
01:11:50 	    x.setVal(new Long(0));
01:11:50 	             ^
01:11:50 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
01:11:50 	    x.setVal(new Long(0));
01:11:50 	            ^
01:11:50   where T is a type-variable:
01:11:50     T extends Object declared in class Container
01:11:50 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
01:11:50 	    cont.setVal(new Integer(0));
01:11:50 	                ^
01:11:50 4 warnings
01:11:50 
01:11:50 
01:11:50 
01:11:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:51 --- javac err: ---
01:11:51 X.java:12: warning: [rawtypes] found raw type: Container
01:11:51 	    Container x=param;
01:11:51 	    ^
01:11:51   missing type arguments for generic class Container<T>
01:11:51   where T is a type-variable:
01:11:51     T extends Object declared in class Container
01:11:51 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
01:11:51 	    x.setVal("BAD");
01:11:51 	            ^
01:11:51   where T is a type-variable:
01:11:51     T extends Object declared in class Container
01:11:51 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
01:11:51 	    cont.setVal(new Integer(0));
01:11:51 	                ^
01:11:51 3 warnings
01:11:51 
01:11:51 
01:11:51 
01:11:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:52 --- javac err: ---
01:11:52 X.java:12: warning: [rawtypes] found raw type: Container
01:11:52 	    Container x=param;
01:11:52 	    ^
01:11:52   missing type arguments for generic class Container<T>
01:11:52   where T is a type-variable:
01:11:52     T extends Object declared in class Container
01:11:52 X.java:13: warning: [deprecation] Long(long) in Long has been deprecated
01:11:52 	    x.setVal(new Long(0));
01:11:52 	             ^
01:11:52 X.java:13: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
01:11:52 	    x.setVal(new Long(0));
01:11:52 	            ^
01:11:52   where T is a type-variable:
01:11:52     T extends Object declared in class Container
01:11:52 X.java:17: warning: [deprecation] Integer(int) in Integer has been deprecated
01:11:52 	    cont.setVal(new Integer(0));
01:11:52 	                ^
01:11:52 4 warnings
01:11:52 
01:11:53 
01:11:53 
01:11:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:54 --- javac err: ---
01:11:54 X.java:13: warning: [rawtypes] found raw type: Container
01:11:54 	    Container x=param;
01:11:54 	    ^
01:11:54   missing type arguments for generic class Container<T>
01:11:54   where T is a type-variable:
01:11:54     T extends Object declared in class Container
01:11:54 X.java:14: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
01:11:54 	    x.setVal("BAD");
01:11:54 	            ^
01:11:54   where T is a type-variable:
01:11:54     T extends Object declared in class Container
01:11:54 X.java:19: warning: [deprecation] Integer(int) in Integer has been deprecated
01:11:54 	    cont.next.setVal(new Integer(0));
01:11:54 	                     ^
01:11:54 3 warnings
01:11:54 
01:11:54 
01:11:54 
01:11:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:55 --- javac err: ---
01:11:55 X.java:13: warning: [rawtypes] found raw type: Container
01:11:55 	    Container x=param;
01:11:55 	    ^
01:11:55   missing type arguments for generic class Container<T>
01:11:55   where T is a type-variable:
01:11:55     T extends Object declared in class Container
01:11:55 X.java:14: warning: [deprecation] Long(long) in Long has been deprecated
01:11:55 	    x.setVal(new Long(0));
01:11:55 	             ^
01:11:55 X.java:14: warning: [unchecked] unchecked call to setVal(T) as a member of the raw type Container
01:11:55 	    x.setVal(new Long(0));
01:11:55 	            ^
01:11:55   where T is a type-variable:
01:11:55     T extends Object declared in class Container
01:11:55 X.java:19: warning: [deprecation] Integer(int) in Integer has been deprecated
01:11:55 	    cont.next.setVal(new Integer(0));
01:11:55 	                     ^
01:11:55 4 warnings
01:11:55 
01:11:55 
01:11:55 
01:11:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:56 --- javac err: ---
01:11:56 X.java:7: error: cannot assign a value to final variable length
01:11:56         if(elements.length = 3) {
01:11:56                    ^
01:11:56 X.java:7: error: incompatible types: int cannot be converted to boolean
01:11:56         if(elements.length = 3) {
01:11:56                            ^
01:11:56 2 errors
01:11:56 
01:11:56 
01:11:56 
01:11:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:58 --- javac err: ---
01:11:58 X.java:4: warning: [rawtypes] found raw type: Class
01:11:58     private static final Map<String, Class> classes = new HashMap<String, Class>();
01:11:58                                      ^
01:11:58   missing type arguments for generic class Class<T>
01:11:58   where T is a type-variable:
01:11:58     T extends Object declared in class Class
01:11:58 X.java:4: warning: [rawtypes] found raw type: Class
01:11:58     private static final Map<String, Class> classes = new HashMap<String, Class>();
01:11:58                                                                           ^
01:11:58   missing type arguments for generic class Class<T>
01:11:58   where T is a type-variable:
01:11:58     T extends Object declared in class Class
01:11:58 X.java:8: warning: [deprecation] newInstance() in Class has been deprecated
01:11:58         Object o = clazz.newInstance();
01:11:58                         ^
01:11:58   where T is a type-variable:
01:11:58     T extends Object declared in class Class
01:11:58 3 warnings
01:11:58 
01:11:58 
01:11:58 
01:11:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:11:59 --- javac err: ---
01:11:59 X.java:9: warning: [unchecked] unchecked cast
01:11:59         final Class<? extends String> clazz2 = (Class<? extends String>) classes.get("test");
01:11:59                                                                                     ^
01:11:59   required: Class<? extends String>
01:11:59   found:    Class
01:11:59 X.java:10: warning: [unchecked] unchecked cast
01:11:59         final Class<String> clazz3 = (Class<String>) classes.get("test");
01:11:59                                                                 ^
01:11:59   required: Class<String>
01:11:59   found:    Class
01:11:59 X.java:11: warning: [deprecation] newInstance() in Class has been deprecated
01:11:59         Object o = clazz.newInstance();
01:11:59                         ^
01:11:59   where T is a type-variable:
01:11:59     T extends Object declared in class Class
01:11:59 3 warnings
01:11:59 
01:11:59 
01:11:59 
01:11:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:01 --- javac err: ---
01:12:01 SubTypes.java:6: error: method foo() is already defined in class B
01:12:01     @Override public B foo() { return this; }
01:12:01                        ^
01:12:01 SubTypes.java:9: error: foo() in C cannot override foo() in A
01:12:01     @Override public X foo() { return new X(); }
01:12:01                        ^
01:12:01   return type X is not compatible with A
01:12:01 2 errors
01:12:01 
01:12:01 
01:12:01 
01:12:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:02 --- javac err: ---
01:12:02 X.java:7: warning: [rawtypes] found raw type: X
01:12:02 		X rx = new X();
01:12:02 		^
01:12:02   missing type arguments for generic class X<T>
01:12:02   where T is a type-variable:
01:12:02     T extends Object declared in class X
01:12:02 X.java:7: warning: [rawtypes] found raw type: X
01:12:02 		X rx = new X();
01:12:02 		           ^
01:12:02   missing type arguments for generic class X<T>
01:12:02   where T is a type-variable:
01:12:02     T extends Object declared in class X
01:12:02 X.java:8: warning: [unchecked] unchecked call to <G>foo(G) as a member of the raw type X
01:12:02 		rx.foo("hello");
01:12:02 		      ^
01:12:02   where G,T are type-variables:
01:12:02     G extends Object declared in method <G>foo(G)
01:12:02     T extends Object declared in class X
01:12:02 3 warnings
01:12:02 
01:12:02 
01:12:02 
01:12:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:03 --- javac err: ---
01:12:03 X.java:6: error: cannot find symbol
01:12:03         	return zork;
01:12:03         	       ^
01:12:03   symbol:   variable zork
01:12:03   location: class X<T>
01:12:03   where T is a type-variable:
01:12:03     T extends Object declared in class X
01:12:03 X.java:10: warning: [rawtypes] found raw type: X
01:12:03                 X rx = new X();
01:12:03                 ^
01:12:03   missing type arguments for generic class X<T>
01:12:03   where T is a type-variable:
01:12:03     T extends Object declared in class X
01:12:03 X.java:10: warning: [rawtypes] found raw type: X
01:12:03                 X rx = new X();
01:12:03                            ^
01:12:03   missing type arguments for generic class X<T>
01:12:03   where T is a type-variable:
01:12:03     T extends Object declared in class X
01:12:03 X.java:11: warning: [unchecked] unchecked call to <G>foo(G) as a member of the raw type X
01:12:03                 rx.<String>foo("hello"); // Eclipse error here
01:12:03                               ^
01:12:03   where G,T are type-variables:
01:12:03     G extends Object declared in method <G>foo(G)
01:12:03     T extends Object declared in class X
01:12:03 X.java:12: warning: [unchecked] unchecked call to bar(T) as a member of the raw type X
01:12:03                 rx.<String>bar("hello"); // Eclipse error here
01:12:03                               ^
01:12:03   where T is a type-variable:
01:12:03     T extends Object declared in class X
01:12:03 1 error
01:12:03 4 warnings
01:12:03 
01:12:03 
01:12:03 
01:12:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:04 --- javac err: ---
01:12:04 X.java:5: warning: [rawtypes] found raw type: Class
01:12:04       MX<Class<? extends Object>> mx2 = new MX<Class>();
01:12:04                                                ^
01:12:04   missing type arguments for generic class Class<T>
01:12:04   where T is a type-variable:
01:12:04     T extends Object declared in class Class
01:12:04 X.java:5: error: incompatible types: X.MX<Class> cannot be converted to X.MX<Class<? extends Object>>
01:12:04       MX<Class<? extends Object>> mx2 = new MX<Class>();
01:12:04                                         ^
01:12:04 1 error
01:12:04 1 warning
01:12:04 
01:12:04 
01:12:04 
01:12:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:06 --- javac err: ---
01:12:06 X.java:3: warning: [rawtypes] found raw type: Class
01:12:06       MX<Class<? extends Object>> mx2 = new MX<Class>(); // wrong
01:12:06                                                ^
01:12:06   missing type arguments for generic class Class<T>
01:12:06   where T is a type-variable:
01:12:06     T extends Object declared in class Class
01:12:06 X.java:3: error: incompatible types: MX<Class> cannot be converted to MX<Class<? extends Object>>
01:12:06       MX<Class<? extends Object>> mx2 = new MX<Class>(); // wrong
01:12:06                                         ^
01:12:06 X.java:4: error: incompatible types: MX<Class<? extends String>> cannot be converted to MX<Class<? extends Object>>
01:12:06       MX<Class<? extends Object>> mx3 = new MX<Class<? extends String>>(); // wrong
01:12:06                                         ^
01:12:06 X.java:5: error: incompatible types: MX<Class<String>> cannot be converted to MX<Class<? extends Object>>
01:12:06       MX<Class<? extends Object>> mx4 = new MX<Class<String>>(); // wrong
01:12:06                                         ^
01:12:06 X.java:6: warning: [rawtypes] found raw type: Class
01:12:06       MX<? extends Class> mx5 = new MX<Class>(); // ok
01:12:06                    ^
01:12:06   missing type arguments for generic class Class<T>
01:12:06   where T is a type-variable:
01:12:06     T extends Object declared in class Class
01:12:06 X.java:6: warning: [rawtypes] found raw type: Class
01:12:06       MX<? extends Class> mx5 = new MX<Class>(); // ok
01:12:06                                        ^
01:12:06   missing type arguments for generic class Class<T>
01:12:06   where T is a type-variable:
01:12:06     T extends Object declared in class Class
01:12:06 X.java:7: warning: [rawtypes] found raw type: Class
01:12:06       MX<? super Class> mx6 = new MX<Class>(); // ok
01:12:06                  ^
01:12:06   missing type arguments for generic class Class<T>
01:12:06   where T is a type-variable:
01:12:06     T extends Object declared in class Class
01:12:06 X.java:7: warning: [rawtypes] found raw type: Class
01:12:06       MX<? super Class> mx6 = new MX<Class>(); // ok
01:12:06                                      ^
01:12:06   missing type arguments for generic class Class<T>
01:12:06   where T is a type-variable:
01:12:06     T extends Object declared in class Class
01:12:06 X.java:8: warning: [rawtypes] found raw type: Class
01:12:06       MX<Class<? extends Class>> mx7 = new MX<Class<Class>>(); // wrong
01:12:06                          ^
01:12:06   missing type arguments for generic class Class<T>
01:12:06   where T is a type-variable:
01:12:06     T extends Object declared in class Class
01:12:06 X.java:8: warning: [rawtypes] found raw type: Class
01:12:06       MX<Class<? extends Class>> mx7 = new MX<Class<Class>>(); // wrong
01:12:06                                                     ^
01:12:06   missing type arguments for generic class Class<T>
01:12:06   where T is a type-variable:
01:12:06     T extends Object declared in class Class
01:12:06 X.java:8: error: incompatible types: MX<Class<Class>> cannot be converted to MX<Class<? extends Class>>
01:12:06       MX<Class<? extends Class>> mx7 = new MX<Class<Class>>(); // wrong
01:12:06                                        ^
01:12:06 X.java:9: warning: [rawtypes] found raw type: Class
01:12:06       MX<MX<? extends Class>> mx8 = new MX<MX<Class>>(); // wrong
01:12:06                       ^
01:12:06   missing type arguments for generic class Class<T>
01:12:06   where T is a type-variable:
01:12:06     T extends Object declared in class Class
01:12:06 X.java:9: warning: [rawtypes] found raw type: Class
01:12:06       MX<MX<? extends Class>> mx8 = new MX<MX<Class>>(); // wrong
01:12:06                                               ^
01:12:06   missing type arguments for generic class Class<T>
01:12:06   where T is a type-variable:
01:12:06     T extends Object declared in class Class
01:12:06 X.java:9: error: incompatible types: MX<MX<Class>> cannot be converted to MX<MX<? extends Class>>
01:12:06       MX<MX<? extends Class>> mx8 = new MX<MX<Class>>(); // wrong
01:12:06                                     ^
01:12:06 5 errors
01:12:06 9 warnings
01:12:06 
01:12:06 
01:12:06 
01:12:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:07 --- javac err: ---
01:12:07 X.java:2: error: unexpected type
01:12:07 public class X<T> extends Vector<? super X<int[]>>{}
01:12:07                           ^
01:12:07   required: class or interface without bounds
01:12:07   found:    ? super X<int[]>
01:12:07 1 error
01:12:07 
01:12:07 
01:12:07 
01:12:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:08 --- javac err: ---
01:12:08 X.java:2: error: unexpected type
01:12:08 public class X<T> implements List<? super X<int[]>>{}
01:12:08                              ^
01:12:08   required: class or interface without bounds
01:12:08   found:    ? super X<int[]>
01:12:08 1 error
01:12:08 
01:12:08 
01:12:08 
01:12:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:09 
01:12:09 
01:12:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:10 --- javac err: ---
01:12:10 X.java:7: error: incompatible types: CAP#1 cannot be converted to A
01:12:10         return clazz.newInstance(); // ? extends Object
01:12:10                                 ^
01:12:10   where CAP#1 is a fresh type-variable:
01:12:10     CAP#1 extends Object from capture of ? extends Object
01:12:10 1 error
01:12:10 
01:12:10 
01:12:10 
01:12:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:12 --- javac err: ---
01:12:12 X.java:4: error: cannot find symbol
01:12:12 		Set<X> channel = channels.get(0);
01:12:12 		                 ^
01:12:12   symbol:   variable channels
01:12:12   location: class X
01:12:12 X.java:7: warning: [unchecked] unchecked cast
01:12:12 	        element = (Set<X>) iter.next();
01:12:12 	                                    ^
01:12:12   required: Set<X>
01:12:12   found:    X
01:12:12 1 error
01:12:12 1 warning
01:12:12 
01:12:12 
01:12:12 
01:12:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:13 --- javac err: ---
01:12:13 X.java:6: warning: [unchecked] unchecked cast
01:12:13         List<Number> x2= (List<Number>)ls;//unsafe
01:12:13                                        ^
01:12:13   required: List<Number>
01:12:13   found:    List<CAP#1>
01:12:13   where CAP#1 is a fresh type-variable:
01:12:13     CAP#1 extends Number from capture of ? extends Number
01:12:13 X.java:11: error: incompatible types: List<CAP#1> cannot be converted to List<Number>
01:12:13         List<Number> ls2 = (List<? extends Number>)ls;
01:12:13                            ^
01:12:13   where CAP#1 is a fresh type-variable:
01:12:13     CAP#1 extends Number from capture of ? extends Number
01:12:13 1 error
01:12:13 1 warning
01:12:13 
01:12:13 
01:12:13 
01:12:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:14 
01:12:14 
01:12:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:15 --- javac err: ---
01:12:15 X.java:1: error: a generic class may not extend java.lang.Throwable
01:12:15 public class X<T, U> extends Throwable {
01:12:15                              ^
01:12:15 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
01:12:15 public class X<T, U> extends Throwable {
01:12:15        ^
01:12:15 1 error
01:12:15 1 warning
01:12:15 
01:12:15 
01:12:15 
01:12:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:16 --- javac err: ---
01:12:16 X.java:5: error: type argument X is not within bounds of type-variable E
01:12:16 		Enum<X> ex = null;
01:12:16 		     ^
01:12:16   where E is a type-variable:
01:12:16     E extends Enum<E> declared in class Enum
01:12:16 1 error
01:12:16 
01:12:16 
01:12:16 
01:12:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:18 --- javac err: ---
01:12:18 X.java:4: error: unexpected type
01:12:18 class Y<T> extends T {}
01:12:18                    ^
01:12:18   required: class
01:12:18   found:    type parameter T
01:12:18   where T is a type-variable:
01:12:18     T declared in class Y
01:12:18 X.java:6: error: unexpected type
01:12:18     class M extends T {}
01:12:18                     ^
01:12:18   required: class
01:12:18   found:    type parameter T
01:12:18   where T is a type-variable:
01:12:18     T extends Object declared in class Z
01:12:18 2 errors
01:12:18 
01:12:18 
01:12:18 
01:12:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:19 
01:12:19 
01:12:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:20 
01:12:20 
01:12:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:21 
01:12:21 
01:12:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:22 --- javac err: ---
01:12:22 X.java:3: error: incompatible types: X<String> cannot be converted to X<Integer>
01:12:22 		X<Integer> xi = (X<Integer>) new X<String>();
01:12:22 		                             ^
01:12:22 1 error
01:12:22 
01:12:22 
01:12:22 
01:12:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:23 --- javac err: ---
01:12:23 X.java:3: warning: [unchecked] unchecked cast
01:12:23 		X<E,String> xe = (X<E,String>) new X<String,String>();
01:12:23 		                               ^
01:12:23   required: X<E,String>
01:12:23   found:    X<String,String>
01:12:23   where E is a type-variable:
01:12:23     E extends Object declared in class X
01:12:23 1 warning
01:12:23 
01:12:23 
01:12:23 
01:12:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:25 --- javac err: ---
01:12:25 X.java:3: warning: [unchecked] unchecked cast
01:12:25 		XC<E,String> xe = (XC<E,String>) new X<String,String>();
01:12:25 		                                 ^
01:12:25   required: XC<E,String>
01:12:25   found:    X<String,String>
01:12:25   where E is a type-variable:
01:12:25     E extends Object declared in class X
01:12:25 1 warning
01:12:25 
01:12:25 
01:12:25 
01:12:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:26 --- javac err: ---
01:12:26 X.java:3: error: incompatible types: X<String,Integer> cannot be converted to XC<E,String>
01:12:26 		XC<E,String> xe = (XC<E,String>) new X<String,Integer>();
01:12:26 		                                 ^
01:12:26   where E is a type-variable:
01:12:26     E extends Object declared in class X
01:12:26 1 error
01:12:26 
01:12:26 
01:12:26 
01:12:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:27 --- javac err: ---
01:12:27 X.java:3: warning: [unchecked] unchecked cast
01:12:27 			XC<U> xcu = (XC<U>) new X<E>();
01:12:27 			                    ^
01:12:27   required: XC<U>
01:12:27   found:    X<E>
01:12:27   where E,U are type-variables:
01:12:27     E extends Object declared in class X
01:12:27     U extends Object declared in method <U>foo()
01:12:27 X.java:4: error: incompatible types: XC<CAP#1> cannot be converted to XC<U>
01:12:27 			XC<U> xcu1 = (XC<?>) new X<E>();			
01:12:27 			             ^
01:12:27   where U is a type-variable:
01:12:27     U extends Object declared in method <U>foo()
01:12:27   where CAP#1 is a fresh type-variable:
01:12:27     CAP#1 extends Object from capture of ?
01:12:27 X.java:5: warning: [rawtypes] found raw type: X
01:12:27 			XC<?> xcu2 = (XC<? extends X>) new X<E>();						
01:12:27 			                           ^
01:12:27   missing type arguments for generic class X<E>
01:12:27   where E is a type-variable:
01:12:27     E extends Object declared in class X
01:12:27 X.java:5: warning: [unchecked] unchecked cast
01:12:27 			XC<?> xcu2 = (XC<? extends X>) new X<E>();						
01:12:27 			                               ^
01:12:27   required: XC<? extends X>
01:12:27   found:    X<E>
01:12:27   where E is a type-variable:
01:12:27     E extends Object declared in class X
01:12:27 1 error
01:12:27 3 warnings
01:12:27 
01:12:27 
01:12:27 
01:12:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:28 
01:12:28 
01:12:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:30 
01:12:30 
01:12:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:31 --- javac err: ---
01:12:31 X.java:3: warning: [rawtypes] found raw type: X
01:12:31 	X[] foo() {
01:12:31 	^
01:12:31   missing type arguments for generic class X<T>
01:12:31   where T is a type-variable:
01:12:31     T extends Object declared in class X
01:12:31 X.java:4: warning: [rawtypes] found raw type: X
01:12:31 		ArrayList<X> list = new ArrayList();
01:12:31 		          ^
01:12:31   missing type arguments for generic class X<T>
01:12:31   where T is a type-variable:
01:12:31     T extends Object declared in class X
01:12:31 X.java:4: warning: [rawtypes] found raw type: ArrayList
01:12:31 		ArrayList<X> list = new ArrayList();
01:12:31 		                        ^
01:12:31   missing type arguments for generic class ArrayList<E>
01:12:31   where E is a type-variable:
01:12:31     E extends Object declared in class ArrayList
01:12:31 X.java:4: warning: [unchecked] unchecked conversion
01:12:31 		ArrayList<X> list = new ArrayList();
01:12:31 		                    ^
01:12:31   required: ArrayList<X>
01:12:31   found:    ArrayList
01:12:31 X.java:5: warning: [rawtypes] found raw type: X
01:12:31 		return list.toArray(new X[list.size()]);
01:12:31 		                        ^
01:12:31   missing type arguments for generic class X<T>
01:12:31   where T is a type-variable:
01:12:31     T extends Object declared in class X
01:12:31 5 warnings
01:12:31 
01:12:31 
01:12:31 
01:12:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:33 
01:12:33 
01:12:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:35 --- javac err: ---
01:12:35 X.java:10: error: incompatible types: XZ cannot be converted to XY
01:12:35         XY y = (XY) new XZ();
01:12:35                     ^
01:12:35 1 error
01:12:35 
01:12:35 
01:12:35 
01:12:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:36 
01:12:36 
01:12:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:37 
01:12:37 
01:12:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:38 
01:12:38 
01:12:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:39 --- javac err: ---
01:12:39 X.java:3: warning: [rawtypes] found raw type: List
01:12:39     public List useList(List l) {
01:12:39                         ^
01:12:39   missing type arguments for generic class List<E>
01:12:39   where E is a type-variable:
01:12:39     E extends Object declared in interface List
01:12:39 X.java:3: warning: [rawtypes] found raw type: List
01:12:39     public List useList(List l) {
01:12:39            ^
01:12:39   missing type arguments for generic class List<E>
01:12:39   where E is a type-variable:
01:12:39     E extends Object declared in interface List
01:12:39 X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:12:39         l.add("asdf");
01:12:39              ^
01:12:39   where E is a type-variable:
01:12:39     E extends Object declared in interface List
01:12:39 X.java:9: error: name clash: useList(List<String>) in Y and useList(List) in X have the same erasure, yet neither overrides the other
01:12:39     public List<String> useList(List<String> l) {
01:12:39                         ^
01:12:39 1 error
01:12:39 3 warnings
01:12:39 
01:12:39 
01:12:39 
01:12:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:40 --- javac err: ---
01:12:40 X.java:9: warning: [unchecked] useList(List) in Y overrides useList(List<String>) in X
01:12:40     public List useList(List l) {
01:12:40                 ^
01:12:40   return type requires unchecked conversion from List to List<String>
01:12:40 X.java:9: warning: [rawtypes] found raw type: List
01:12:40     public List useList(List l) {
01:12:40                         ^
01:12:40   missing type arguments for generic class List<E>
01:12:40   where E is a type-variable:
01:12:40     E extends Object declared in interface List
01:12:40 X.java:9: warning: [rawtypes] found raw type: List
01:12:40     public List useList(List l) {
01:12:40            ^
01:12:40   missing type arguments for generic class List<E>
01:12:40   where E is a type-variable:
01:12:40     E extends Object declared in interface List
01:12:40 X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:12:40         l.add("asdf");
01:12:40              ^
01:12:40   where E is a type-variable:
01:12:40     E extends Object declared in interface List
01:12:40 4 warnings
01:12:40 
01:12:40 
01:12:40 
01:12:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:42 --- javac err: ---
01:12:42 X.java:3: warning: [rawtypes] found raw type: List
01:12:42     public void useList(List l) {}
01:12:42                         ^
01:12:42   missing type arguments for generic class List<E>
01:12:42   where E is a type-variable:
01:12:42     E extends Object declared in interface List
01:12:42 X.java:6: error: name clash: useList(List<String>) in Y and useList(List) in X have the same erasure, yet neither overrides the other
01:12:42     public void useList(List<String> l) {
01:12:42                 ^
01:12:42 1 error
01:12:42 1 warning
01:12:42 
01:12:42 
01:12:42 
01:12:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:43 --- javac err: ---
01:12:43 X.java:6: warning: [rawtypes] found raw type: List
01:12:43     public void useList(List l) {
01:12:43                         ^
01:12:43   missing type arguments for generic class List<E>
01:12:43   where E is a type-variable:
01:12:43     E extends Object declared in interface List
01:12:43 X.java:7: warning: [unchecked] unchecked method invocation: method useList in class X is applied to given types
01:12:43 		super.useList(l);
01:12:43 		             ^
01:12:43   required: List<String>
01:12:43   found: List
01:12:43 X.java:7: warning: [unchecked] unchecked conversion
01:12:43 		super.useList(l);
01:12:43 		              ^
01:12:43   required: List<String>
01:12:43   found:    List
01:12:43 3 warnings
01:12:43 
01:12:43 
01:12:43 
01:12:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:44 --- javac err: ---
01:12:44 X.java:8: warning: [rawtypes] found raw type: Class
01:12:44 	public Class getDeclaringClass();
01:12:44 	       ^
01:12:44   missing type arguments for generic class Class<T>
01:12:44   where T is a type-variable:
01:12:44     T extends Object declared in class Class
01:12:44 1 warning
01:12:44 
01:12:44 
01:12:44 
01:12:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:45 --- javac err: ---
01:12:45 X.java:2: warning: [unchecked] getSomething() in X implements getSomething() in ISomething
01:12:45     public Class getSomething() { return null; }
01:12:45                  ^
01:12:45   return type requires unchecked conversion from Class to Class<? extends Y>
01:12:45 X.java:2: warning: [rawtypes] found raw type: Class
01:12:45     public Class getSomething() { return null; }
01:12:45            ^
01:12:45   missing type arguments for generic class Class<T>
01:12:45   where T is a type-variable:
01:12:45     T extends Object declared in class Class
01:12:45 2 warnings
01:12:45 
01:12:45 
01:12:45 
01:12:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:46 
01:12:46 
01:12:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:47 --- javac err: ---
01:12:47 X.java:1: error: type argument T2 is not within bounds of type-variable T3
01:12:47 interface X<T1 extends Y<T2>, T2 extends Z> {}
01:12:47                          ^
01:12:47   where T2,T3 are type-variables:
01:12:47     T2 extends Z declared in interface X
01:12:47     T3 extends Comparable declared in interface Y
01:12:47 X.java:2: warning: [rawtypes] found raw type: Comparable
01:12:47 interface Y<T3 extends Comparable> {}
01:12:47                        ^
01:12:47   missing type arguments for generic class Comparable<T>
01:12:47   where T is a type-variable:
01:12:47     T extends Object declared in interface Comparable
01:12:47 1 error
01:12:47 1 warning
01:12:47 
01:12:47 
01:12:47 
01:12:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:50 
01:12:50 
01:12:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:51 --- javac err: ---
01:12:51 X.java:1: error: cannot find symbol
01:12:51 public class X extends Y.Missing<String> {}
01:12:51                         ^
01:12:51   symbol:   class Missing
01:12:51   location: class Y
01:12:51 1 error
01:12:51 
01:12:52 --- javac err: ---
01:12:52 p1/X.java:2: error: cannot find symbol
01:12:52 public class X extends Y.Missing<String> {}
01:12:52                         ^
01:12:52   symbol:   class Missing
01:12:52   location: class Y
01:12:52 1 error
01:12:52 
01:12:52 
01:12:52 
01:12:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:54 
01:12:54 
01:12:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:55 --- javac err: ---
01:12:55 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
01:12:55     array1[0] = new Integer(17);
01:12:55                 ^
01:12:55 X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
01:12:55     array1[1] = new Integer(42);
01:12:55                 ^
01:12:55 2 warnings
01:12:55 
01:12:56 
01:12:56 
01:12:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:57 
01:12:57 
01:12:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:58 --- javac err: ---
01:12:58 X.java:11: error: improperly formed type, type arguments given on a raw type
01:12:58 		X.A.B<String> bs;
01:12:58 		     ^
01:12:58 1 error
01:12:58 
01:12:58 
01:12:58 
01:12:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:12:59 
01:12:59 
01:12:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:00 --- javac err: ---
01:13:00 X.java:11: error: improperly formed type, type arguments given on a raw type
01:13:00 		X<String>.A.B<String> bs;
01:13:00 		             ^
01:13:00 X.java:11: error: improperly formed type, some parameters are missing
01:13:00 		X<String>.A.B<String> bs;
01:13:00 		         ^
01:13:00 2 errors
01:13:00 
01:13:00 
01:13:00 
01:13:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:01 --- javac err: ---
01:13:01 X.java:11: error: improperly formed type, type arguments given on a raw type
01:13:01 		X<String>.A.B<String> bs;
01:13:01 		             ^
01:13:01 X.java:11: error: cannot select a static class from a parameterized type
01:13:01 		X<String>.A.B<String> bs;
01:13:01 		         ^
01:13:01 2 errors
01:13:01 
01:13:01 
01:13:01 
01:13:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:02 --- javac err: ---
01:13:02 X.java:1: warning: [rawtypes] found raw type: Iterable
01:13:02 public class X <T extends Iterable>{
01:13:02                           ^
01:13:02   missing type arguments for generic class Iterable<T>
01:13:02   where T is a type-variable:
01:13:02     T extends Object declared in interface Iterable
01:13:02 X.java:2: warning: [rawtypes] found raw type: Iterable
01:13:02 	class MX<U extends Iterable> {
01:13:02 	                   ^
01:13:02   missing type arguments for generic class Iterable<T>
01:13:02   where T is a type-variable:
01:13:02     T extends Object declared in interface Iterable
01:13:02 X.java:5: error: type argument Object is not within bounds of type-variable U
01:13:02 class SX extends X<Thread>.MX<Object> {
01:13:02                               ^
01:13:02   where U is a type-variable:
01:13:02     U extends Iterable declared in class X.MX
01:13:02 X.java:5: error: type argument Thread is not within bounds of type-variable T
01:13:02 class SX extends X<Thread>.MX<Object> {
01:13:02                    ^
01:13:02   where T is a type-variable:
01:13:02     T extends Iterable declared in class X
01:13:02 X.java:6: warning: [rawtypes] found raw type: X
01:13:02 	SX(X x){
01:13:02 	   ^
01:13:02   missing type arguments for generic class X<T>
01:13:02   where T is a type-variable:
01:13:02     T extends Iterable declared in class X
01:13:02 X.java:7: warning: [unchecked] unchecked conversion
01:13:02 		x.super();
01:13:02 		^
01:13:02   required: X<Thread>
01:13:02   found:    X
01:13:02 2 errors
01:13:02 4 warnings
01:13:02 
01:13:02 
01:13:02 
01:13:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:03 
01:13:03 
01:13:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:05 --- javac err: ---
01:13:05 B.java:2: warning: [rawtypes] found raw type: D
01:13:05     public B(X str,D dValue){}
01:13:05                    ^
01:13:05   missing type arguments for generic class D<Y>
01:13:05   where Y is a type-variable:
01:13:05     Y extends Object declared in class D
01:13:05 1 warning
01:13:05 
01:13:06 
01:13:06 
01:13:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:07 --- javac err: ---
01:13:07 B.java:2: warning: [rawtypes] found raw type: D
01:13:07     public B(X str, B<D> dValue){}
01:13:07                       ^
01:13:07   missing type arguments for generic class D<Y>
01:13:07   where Y is a type-variable:
01:13:07     Y extends Object declared in class D
01:13:07 1 warning
01:13:07 
01:13:08 --- javac err: ---
01:13:08 C.java:2: error: incompatible types: B<D<Y>> cannot be converted to B<D>
01:13:08     public B<Z> test(Z zValue,B<D<Y>> yValue){ return new B<Z>(zValue,yValue); }
01:13:08                                                                       ^
01:13:08   where Y is a type-variable:
01:13:08     Y extends Object declared in class C
01:13:08 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:13:08 1 error
01:13:08 
01:13:08 
01:13:08 
01:13:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:09 --- javac err: ---
01:13:09 C.java:4: warning: [rawtypes] found raw type: B
01:13:09 		new B().start().get(new B().start()).get(new B().start());
01:13:09 		    ^
01:13:09   missing type arguments for generic class B<X>
01:13:09   where X is a type-variable:
01:13:09     X extends Object declared in class B
01:13:09 C.java:4: warning: [unchecked] unchecked call to get(B<X>) as a member of the raw type B
01:13:09 		new B().start().get(new B().start()).get(new B().start());
01:13:09 		                   ^
01:13:09   where X is a type-variable:
01:13:09     X extends Object declared in class B
01:13:09 C.java:4: warning: [rawtypes] found raw type: B
01:13:09 		new B().start().get(new B().start()).get(new B().start());
01:13:09 		                        ^
01:13:09   missing type arguments for generic class B<X>
01:13:09   where X is a type-variable:
01:13:09     X extends Object declared in class B
01:13:09 C.java:4: error: cannot find symbol
01:13:09 		new B().start().get(new B().start()).get(new B().start());
01:13:09 		                                    ^
01:13:09   symbol:   method get(B)
01:13:09   location: class Object
01:13:09 C.java:4: warning: [rawtypes] found raw type: B
01:13:09 		new B().start().get(new B().start()).get(new B().start());
01:13:09 		                                             ^
01:13:09   missing type arguments for generic class B<X>
01:13:09   where X is a type-variable:
01:13:09     X extends Object declared in class B
01:13:09 B.java:3: warning: [rawtypes] found raw type: D
01:13:09 	B<B<D>> start() { return null; }
01:13:09 	    ^
01:13:09   missing type arguments for generic class D<Y>
01:13:09   where Y is a type-variable:
01:13:09     Y extends Object declared in class D
01:13:09 1 error
01:13:09 5 warnings
01:13:09 
01:13:09 
01:13:09 
01:13:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:10 --- javac err: ---
01:13:10 C.java:4: warning: [rawtypes] found raw type: B
01:13:10 		new B().start().get(new B().start()).get(new B().start());
01:13:10 		    ^
01:13:10   missing type arguments for generic class B<X>
01:13:10   where X is a type-variable:
01:13:10     X extends Object declared in class B
01:13:10 C.java:4: warning: [static] static method should be qualified by type name, B, instead of by an expression
01:13:10 		new B().start().get(new B().start()).get(new B().start());
01:13:10 		       ^
01:13:10 C.java:4: warning: [rawtypes] found raw type: B
01:13:10 		new B().start().get(new B().start()).get(new B().start());
01:13:10 		                        ^
01:13:10   missing type arguments for generic class B<X>
01:13:10   where X is a type-variable:
01:13:10     X extends Object declared in class B
01:13:10 C.java:4: warning: [static] static method should be qualified by type name, B, instead of by an expression
01:13:10 		new B().start().get(new B().start()).get(new B().start());
01:13:10 		                           ^
01:13:10 C.java:4: error: incompatible types: B<B<D>> cannot be converted to B<D>
01:13:10 		new B().start().get(new B().start()).get(new B().start());
01:13:10 		                                                      ^
01:13:10 C.java:4: warning: [rawtypes] found raw type: B
01:13:10 		new B().start().get(new B().start()).get(new B().start());
01:13:10 		                                             ^
01:13:10   missing type arguments for generic class B<X>
01:13:10   where X is a type-variable:
01:13:10     X extends Object declared in class B
01:13:10 C.java:4: warning: [static] static method should be qualified by type name, B, instead of by an expression
01:13:10 		new B().start().get(new B().start()).get(new B().start());
01:13:10 		                                                ^
01:13:10 B.java:3: warning: [rawtypes] found raw type: D
01:13:10 	static B<B<D>> start() { return null; }
01:13:10 	           ^
01:13:10   missing type arguments for generic class D<Y>
01:13:10   where Y is a type-variable:
01:13:10     Y extends Object declared in class D
01:13:10 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:13:10 1 error
01:13:10 7 warnings
01:13:10 
01:13:10 
01:13:10 
01:13:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:12 
01:13:12 
01:13:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:13 --- javac err: ---
01:13:13 X.java:5: error: X is not abstract and does not override abstract method putAll(Map<? extends String,? extends V>) in Map
01:13:13 public class X<V> implements Map<String, V> {
01:13:13        ^
01:13:13   where V is a type-variable:
01:13:13     V extends Object declared in class X
01:13:13 X.java:17: error: name clash: putAll(Map<String,? extends V>) in X and putAll(Map<? extends String,? extends V>) in Map have the same erasure, yet neither overrides the other
01:13:13    public void putAll(Map<String, ? extends V> t) { }
01:13:13                ^
01:13:13   where V is a type-variable:
01:13:13     V extends Object declared in class X
01:13:13 2 errors
01:13:13 
01:13:16 --- javac err: ---
01:13:16 X.java:2: error: name clash: putAll(Map<? extends String,? extends V>) in X and putAll(Map<? extends S,? extends V>) in Map have the same erasure, yet neither overrides the other
01:13:16    public void putAll(java.util.Map<? extends String, ? extends V> t) { }
01:13:16                ^
01:13:16   where V,S are type-variables:
01:13:16     V extends Object declared in class X
01:13:16     S extends Object declared in class X
01:13:16 1 error
01:13:16 
01:13:16 
01:13:16 
01:13:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:17 
01:13:17 
01:13:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:18 
01:13:18 
01:13:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:19 --- javac err: ---
01:13:19 X.java:8: error: cannot find symbol
01:13:19 	Zork foo() {
01:13:19 	^
01:13:19   symbol:   class Zork
01:13:19   location: class X
01:13:19 1 error
01:13:19 
01:13:19 
01:13:19 
01:13:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:21 --- javac err: ---
01:13:21 X.java:8: error: incompatible types: String cannot be converted to boolean
01:13:21 		for (Iterator<String> i= l.iterator(); i.next(); ) {
01:13:21 		                                             ^
01:13:21 1 error
01:13:21 
01:13:21 
01:13:21 
01:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:22 
01:13:22 
01:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:23 --- javac err: ---
01:13:23 X.java:2: warning: [rawtypes] found raw type: X
01:13:23 class Y extends X {}
01:13:23                 ^
01:13:23   missing type arguments for generic class X<T>
01:13:23   where T is a type-variable:
01:13:23     T extends Y declared in class X
01:13:23 1 warning
01:13:23 
01:13:23 
01:13:23 
01:13:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:24 
01:13:24 
01:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:25 --- javac err: ---
01:13:25 X.java:9: error: cannot find symbol
01:13:25 class Y extends Zork {
01:13:25                 ^
01:13:25   symbol: class Zork
01:13:25 X.java:6: error: i has private access in X
01:13:25   	public int foo(T t) { return t.i + t.i() + T.M.j; }
01:13:25   	                              ^
01:13:25 X.java:6: error: i() has private access in X
01:13:25   	public int foo(T t) { return t.i + t.i() + T.M.j; }
01:13:25   	                                    ^
01:13:25 X.java:6: error: M has private access in X
01:13:25   	public int foo(T t) { return t.i + t.i() + T.M.j; }
01:13:25   	                                            ^
01:13:25 4 errors
01:13:25 
01:13:25 
01:13:25 
01:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:27 
01:13:27 
01:13:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:28 --- javac err: ---
01:13:28 p/Y.java:3: warning: [rawtypes] found raw type: X.Member
01:13:28 	p.X.Member m;
01:13:28 	   ^
01:13:28   missing type arguments for generic class X<T>.Member
01:13:28   where T is a type-variable:
01:13:28     T extends Object declared in class X
01:13:28 p/Y.java:4: warning: [unchecked] unchecked conversion
01:13:28 	p.X<String>.Member ms = m;
01:13:28 	                        ^
01:13:28   required: X<String>.Member
01:13:28   found:    X.Member
01:13:28 2 warnings
01:13:28 
01:13:28 
01:13:28 
01:13:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:29 --- javac err: ---
01:13:29 p/Y.java:3: warning: [rawtypes] found raw type: X.Member.Sub
01:13:29 	p.X.Member.Sub s;
01:13:29 	          ^
01:13:29   missing type arguments for generic class X<T>.Member.Sub
01:13:29   where T is a type-variable:
01:13:29     T extends Object declared in class X
01:13:29 p/Y.java:4: warning: [unchecked] unchecked conversion
01:13:29 	p.X<Exception>.Member.Sub es = s;
01:13:29 	                               ^
01:13:29   required: X<Exception>.Member.Sub
01:13:29   found:    X.Member.Sub
01:13:29 2 warnings
01:13:29 
01:13:29 
01:13:29 
01:13:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:30 --- javac err: ---
01:13:30 X.java:3: error: name clash: foo(List<X>) in X and foo(List<Object>) in X2 have the same erasure, yet neither overrides the other
01:13:30 	void foo(List<X> lx) { }
01:13:30 	     ^
01:13:30 1 error
01:13:30 
01:13:30 
01:13:30 
01:13:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:31 --- javac err: ---
01:13:31 X.java:3: error: name clash: foo(List<X>) in X and foo(List<Object>) in X2 have the same erasure, yet neither overrides the other
01:13:31 	void foo(List<X> lx) { }
01:13:31 	     ^
01:13:31 X.java:5: warning: [unchecked] unchecked method invocation: method foo in class X2 is applied to given types
01:13:31 		this.foo((List)null);
01:13:31 		        ^
01:13:31   required: List<Object>
01:13:31   found: List
01:13:31 X.java:5: warning: [unchecked] unchecked conversion
01:13:31 		this.foo((List)null);
01:13:31 		         ^
01:13:31   required: List<Object>
01:13:31   found:    List
01:13:31 1 error
01:13:31 2 warnings
01:13:31 
01:13:31 
01:13:31 
01:13:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:32 --- javac err: ---
01:13:32 X.java:3: error: name clash: foo(List<X>) in X and foo(List<Object>) in X2 have the same erasure, yet neither overrides the other
01:13:32 	void foo(List<X> lx) { }
01:13:32 	     ^
01:13:32 1 error
01:13:32 
01:13:32 
01:13:32 
01:13:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:34 
01:13:34 
01:13:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:35 
01:13:35 
01:13:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:36 
01:13:36 
01:13:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:37 --- javac err: ---
01:13:37 X.java:20: error: cannot find symbol
01:13:37   Zork z;
01:13:37   ^
01:13:37   symbol:   class Zork
01:13:37   location: class X<E>
01:13:37   where E is a type-variable:
01:13:37     E extends List,Runnable declared in class X
01:13:37 X.java:3: warning: [rawtypes] found raw type: List
01:13:37 public class X <E extends List & Runnable> {
01:13:37                           ^
01:13:37   missing type arguments for generic class List<E>
01:13:37   where E is a type-variable:
01:13:37     E extends Object declared in interface List
01:13:37 X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:13:37 		xe.element().add(this);
01:13:37 		                ^
01:13:37   where E is a type-variable:
01:13:37     E extends Object declared in interface List
01:13:37 X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:13:37 		xe.element().add(this);
01:13:37 		                ^
01:13:37   where E is a type-variable:
01:13:37     E extends Object declared in interface List
01:13:37 X.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:13:37 		xe.element().add(this);
01:13:37 		                ^
01:13:37   where E is a type-variable:
01:13:37     E extends Object declared in interface List
01:13:37 X.java:19: warning: [rawtypes] found raw type: List
01:13:37 	abstract class XM implements List, Runnable {}
01:13:37 	                             ^
01:13:37   missing type arguments for generic class List<E>
01:13:37   where E is a type-variable:
01:13:37     E extends Object declared in interface List
01:13:37 1 error
01:13:37 5 warnings
01:13:37 
01:13:37 
01:13:37 
01:13:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:38 --- javac err: ---
01:13:38 X.java:20: error: cannot find symbol
01:13:38   Zork z;
01:13:38   ^
01:13:38   symbol:   class Zork
01:13:38   location: class X<E>
01:13:38   where E is a type-variable:
01:13:38     E extends List,Runnable declared in class X
01:13:38 X.java:3: warning: [rawtypes] found raw type: List
01:13:38 public class X <E extends List & Runnable> {
01:13:38                           ^
01:13:38   missing type arguments for generic class List<E>
01:13:38   where E is a type-variable:
01:13:38     E extends Object declared in interface List
01:13:38 X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:13:38 		xe.element().add(this);
01:13:38 		                ^
01:13:38   where E is a type-variable:
01:13:38     E extends Object declared in interface List
01:13:38 X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:13:38 		xe.element().add(this);
01:13:38 		                ^
01:13:38   where E is a type-variable:
01:13:38     E extends Object declared in interface List
01:13:38 1 error
01:13:38 3 warnings
01:13:38 
01:13:38 
01:13:38 
01:13:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:40 
01:13:40 
01:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:41 --- javac err: ---
01:13:41 test/Test1.java:3: warning: [rawtypes] found raw type: B
01:13:41 class A<BB extends B>
01:13:41                    ^
01:13:41   missing type arguments for generic class B<AA>
01:13:41   where AA is a type-variable:
01:13:41     AA extends A declared in class B
01:13:41 test/Test1.java:6: warning: [rawtypes] found raw type: A
01:13:41 class B<AA extends A>
01:13:41                    ^
01:13:41   missing type arguments for generic class A<BB>
01:13:41   where BB is a type-variable:
01:13:41     BB extends B declared in class A
01:13:41 2 warnings
01:13:41 
01:13:41 
01:13:41 
01:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:42 --- javac err: ---
01:13:42 X.java:3: warning: [rawtypes] found raw type: ArrayList
01:13:42 class TestElement extends ArrayList implements Runnable {
01:13:42                           ^
01:13:42   missing type arguments for generic class ArrayList<E>
01:13:42   where E is a type-variable:
01:13:42     E extends Object declared in class ArrayList
01:13:42 X.java:3: warning: [serial] serializable class TestElement has no definition of serialVersionUID
01:13:42 class TestElement extends ArrayList implements Runnable {
01:13:42 ^
01:13:42 X.java:7: warning: [rawtypes] found raw type: List
01:13:42 public class X <E extends List & Runnable> {
01:13:42                           ^
01:13:42   missing type arguments for generic class List<E>
01:13:42   where E is a type-variable:
01:13:42     E extends Object declared in interface List
01:13:42 3 warnings
01:13:42 
01:13:42 
01:13:42 
01:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:44 --- javac err: ---
01:13:44 X.java:3: warning: [rawtypes] found raw type: ArrayList
01:13:44 class TestElement extends ArrayList implements Runnable {
01:13:44                           ^
01:13:44   missing type arguments for generic class ArrayList<E>
01:13:44   where E is a type-variable:
01:13:44     E extends Object declared in class ArrayList
01:13:44 X.java:9: warning: [rawtypes] found raw type: List
01:13:44 public class X <E extends List & Runnable> {
01:13:44                           ^
01:13:44   missing type arguments for generic class List<E>
01:13:44   where E is a type-variable:
01:13:44     E extends Object declared in interface List
01:13:44 2 warnings
01:13:44 
01:13:44 
01:13:44 
01:13:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:45 
01:13:45 
01:13:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:46 --- javac err: ---
01:13:46 X.java:9: error: cannot find symbol
01:13:46 	Zork z;
01:13:46 	^
01:13:46   symbol:   class Zork
01:13:46   location: class X
01:13:46 X.java:5: warning: [rawtypes] found raw type: G
01:13:46 	G<String> g = new G();
01:13:46 	                  ^
01:13:46   missing type arguments for generic class G<T>
01:13:46   where T is a type-variable:
01:13:46     T extends Object declared in class G
01:13:46 X.java:5: warning: [unchecked] unchecked conversion
01:13:46 	G<String> g = new G();
01:13:46 	              ^
01:13:46   required: G<String>
01:13:46   found:    G
01:13:46 X.java:7: warning: [rawtypes] found raw type: G.Member
01:13:46 	G.Member gm = null;
01:13:46 	 ^
01:13:46   missing type arguments for generic class G<T>.Member
01:13:46   where T is a type-variable:
01:13:46     T extends Object declared in class G
01:13:46 X.java:8: warning: [unchecked] unchecked conversion
01:13:46 	G<Thread>.Member gtm = gm;
01:13:46 	                       ^
01:13:46   required: G<Thread>.Member
01:13:46   found:    G.Member
01:13:46 1 error
01:13:46 4 warnings
01:13:46 
01:13:46 
01:13:46 
01:13:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:48 
01:13:48 
01:13:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:49 --- javac err: ---
01:13:49 X.java:3: error: incompatible types: X<Exception>.Item<Thread> cannot be converted to X<String>.Item<Thread>
01:13:49 		X<String>.Item<Thread> i = new X<Exception>().new Item<Thread>();
01:13:49 		                                              ^
01:13:49 X.java:9: warning: [rawtypes] found raw type: X.Item
01:13:49 		X.Item k = new X.Item();
01:13:49 		 ^
01:13:49   missing type arguments for generic class X<T>.Item<E>
01:13:49   where E,T are type-variables:
01:13:49     E extends Object declared in class X.Item
01:13:49     T extends Object declared in class X
01:13:49 X.java:9: warning: [rawtypes] found raw type: X.Item
01:13:49 		X.Item k = new X.Item();
01:13:49 		                ^
01:13:49   missing type arguments for generic class X<T>.Item<E>
01:13:49   where E,T are type-variables:
01:13:49     E extends Object declared in class X.Item
01:13:49     T extends Object declared in class X
01:13:49 X.java:12: warning: [rawtypes] found raw type: X.Item
01:13:49 		X.Item k = new X.Item();
01:13:49 		 ^
01:13:49   missing type arguments for generic class X<T>.Item<E>
01:13:49   where E,T are type-variables:
01:13:49     E extends Object declared in class X.Item
01:13:49     T extends Object declared in class X
01:13:49 X.java:12: warning: [rawtypes] found raw type: X.Item
01:13:49 		X.Item k = new X.Item();
01:13:49 		                ^
01:13:49   missing type arguments for generic class X<T>.Item<E>
01:13:49   where E,T are type-variables:
01:13:49     E extends Object declared in class X.Item
01:13:49     T extends Object declared in class X
01:13:49 X.java:12: error: non-static variable this cannot be referenced from a static context
01:13:49 		X.Item k = new X.Item();
01:13:49 		           ^
01:13:49 2 errors
01:13:49 4 warnings
01:13:49 
01:13:49 
01:13:49 
01:13:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:50 --- javac err: ---
01:13:50 X.java:19: warning: [rawtypes] found raw type: XM.A
01:13:50     public XM.A foo() {
01:13:50              ^
01:13:50   missing type arguments for generic class XM<T>.A
01:13:50   where T is a type-variable:
01:13:50     T extends Object declared in class XM
01:13:50 1 warning
01:13:50 
01:13:50 
01:13:50 
01:13:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:51 
01:13:51 
01:13:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:52 --- javac err: ---
01:13:52 X.java:12: error: incompatible types: X<Foo> cannot be converted to X<? extends IBar>
01:13:52 		baz(x1);
01:13:52 		    ^
01:13:52 X.java:13: error: type argument Bar is not within bounds of type-variable T
01:13:52 		X<Bar> x2 = new X<Bar>(new Bar());
01:13:52 		  ^
01:13:52   where T is a type-variable:
01:13:52     T extends IFoo declared in class X
01:13:52 X.java:13: error: type argument Bar is not within bounds of type-variable T
01:13:52 		X<Bar> x2 = new X<Bar>(new Bar());
01:13:52 		                  ^
01:13:52   where T is a type-variable:
01:13:52     T extends IFoo declared in class X
01:13:52 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:13:52 3 errors
01:13:52 
01:13:52 
01:13:52 
01:13:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:53 
01:13:53 
01:13:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:55 
01:13:55 
01:13:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:56 
01:13:56 
01:13:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:57 --- javac err: ---
01:13:57 X.java:12: error: type argument Bar is not within bounds of type-variable T
01:13:57 		baz(new X<Bar>(new Bar()));
01:13:57 		          ^
01:13:57   where T is a type-variable:
01:13:57     T extends Foo declared in class X
01:13:57 1 error
01:13:57 
01:13:57 
01:13:57 
01:13:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:58 
01:13:58 
01:13:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:13:59 --- javac err: ---
01:13:59 X.java:3: error: unexpected type
01:13:59   	new E();
01:13:59   	    ^
01:13:59   required: class
01:13:59   found:    type parameter E
01:13:59   where E is a type-variable:
01:13:59     E extends Object declared in class X
01:13:59 X.java:4: error: unexpected type
01:13:59   	new E() {
01:13:59   	    ^
01:13:59   required: class
01:13:59   found:    type parameter E
01:13:59   where E is a type-variable:
01:13:59     E extends Object declared in class X
01:13:59 2 errors
01:13:59 
01:13:59 
01:13:59 
01:13:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:00 --- javac err: ---
01:14:00 X.java:3: error: unexpected type
01:14:00   	new E();
01:14:00   	    ^
01:14:00   required: class
01:14:00   found:    type parameter E
01:14:00   where E is a type-variable:
01:14:00     E extends String declared in class X
01:14:00 X.java:4: error: unexpected type
01:14:00   	new E() {
01:14:00   	    ^
01:14:00   required: class
01:14:00   found:    type parameter E
01:14:00   where E is a type-variable:
01:14:00     E extends String declared in class X
01:14:00 2 errors
01:14:00 
01:14:00 
01:14:00 
01:14:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:01 --- javac err: ---
01:14:01 X.java:5: warning: [rawtypes] found raw type: Class
01:14:01 	public <Type> Type myMethod(Object obj, Class type) {
01:14:01 	                                        ^
01:14:01   missing type arguments for generic class Class<T>
01:14:01   where T is a type-variable:
01:14:01     T extends Object declared in class Class
01:14:01 X.java:8: warning: [rawtypes] found raw type: Class
01:14:01 	public static <Type> Type myStaticMethod(Object obj, Class type) {
01:14:01 	                                                     ^
01:14:01   missing type arguments for generic class Class<T>
01:14:01   where T is a type-variable:
01:14:01     T extends Object declared in class Class
01:14:01 X.java:15: warning: [rawtypes] found raw type: MyClass
01:14:01 			return new MyClass().myMethod(this, IMyInterface.class);
01:14:01 			           ^
01:14:01   missing type arguments for generic class MyClass<Type>
01:14:01   where Type is a type-variable:
01:14:01     Type extends Object declared in class MyClass
01:14:01 X.java:15: error: incompatible types: Object cannot be converted to IMyInterface
01:14:01 			return new MyClass().myMethod(this, IMyInterface.class);
01:14:01 			                             ^
01:14:01 1 error
01:14:01 3 warnings
01:14:01 
01:14:01 
01:14:01 
01:14:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:03 
01:14:03 
01:14:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:04 
01:14:04 
01:14:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:06 
01:14:06 
01:14:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:07 
01:14:07 
01:14:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:08 --- javac err: ---
01:14:08 Z.java:2: warning: [rawtypes] found raw type: Comparable
01:14:08 	public Comparable getItem() { return null; }
01:14:08 	       ^
01:14:08   missing type arguments for generic class Comparable<T>
01:14:08   where T is a type-variable:
01:14:08     T extends Object declared in interface Comparable
01:14:08 1 warning
01:14:08 
01:14:08 
01:14:08 
01:14:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:09 --- javac err: ---
01:14:09 Test.java:4: error: cannot find symbol
01:14:09        { Zork z; }
01:14:09          ^
01:14:09   symbol:   class Zork
01:14:09   location: class MyClass<T>
01:14:09   where T is a type-variable:
01:14:09     T extends Object declared in class MyClass
01:14:09 1 error
01:14:09 
01:14:09 
01:14:09 
01:14:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:10 
01:14:10 
01:14:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:12 --- javac err: ---
01:14:12 X.java:7: warning: [rawtypes] found raw type: X
01:14:12 	static void foo(X x) {
01:14:12 	                ^
01:14:12   missing type arguments for generic class X<T>
01:14:12   where T is a type-variable:
01:14:12     T extends Runnable declared in class X
01:14:12 X.java:8: warning: [unchecked] unchecked call to <T>bar(T) as a member of the raw type X
01:14:12 		x.<Exception>bar(null);
01:14:12 		                ^
01:14:12   where T is a type-variable:
01:14:12     T extends Exception declared in method <T>bar(T)
01:14:12 X.java:14: error: <anonymous X$1> is not abstract and does not override abstract method <T>bar(T) in X
01:14:12 		X<R> xr = new X<R>(){  
01:14:12 		                    ^
01:14:12   where T is a type-variable:
01:14:12     T extends Exception declared in method <T>bar(T)
01:14:12 1 error
01:14:12 2 warnings
01:14:12 
01:14:12 
01:14:12 
01:14:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:13 --- javac err: ---
01:14:13 X.java:9: warning: [rawtypes] found raw type: X1
01:14:13     public X1 get() {
01:14:13            ^
01:14:13   missing type arguments for generic class X1<T>
01:14:13   where T is a type-variable:
01:14:13     T extends Object declared in class X1
01:14:13 X.java:16: warning: [rawtypes] found raw type: I
01:14:13     I get();
01:14:13     ^
01:14:13   missing type arguments for generic class I<T>
01:14:13   where T is a type-variable:
01:14:13     T extends Object declared in interface I
01:14:13 X.java:20: warning: [rawtypes] found raw type: J
01:14:13     J get();
01:14:13     ^
01:14:13   missing type arguments for generic class J<T>
01:14:13   where T is a type-variable:
01:14:13     T extends Object declared in interface J
01:14:13 3 warnings
01:14:13 
01:14:13 
01:14:13 
01:14:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:14 --- javac err: ---
01:14:14 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:14:14        X1<Integer> o1 = new X1<Integer>(new Integer(4));
01:14:14                                         ^
01:14:14 X.java:13: warning: [rawtypes] found raw type: X1
01:14:14     public X1 get() {
01:14:14            ^
01:14:14   missing type arguments for generic class X1<T>
01:14:14   where T is a type-variable:
01:14:14     T extends Object declared in class X1
01:14:14 X.java:19: warning: [rawtypes] found raw type: I
01:14:14     I get();
01:14:14     ^
01:14:14   missing type arguments for generic class I<T>
01:14:14   where T is a type-variable:
01:14:14     T extends Object declared in interface I
01:14:14 X.java:23: warning: [rawtypes] found raw type: J
01:14:14     J get();
01:14:14     ^
01:14:14   missing type arguments for generic class J<T>
01:14:14   where T is a type-variable:
01:14:14     T extends Object declared in interface J
01:14:14 4 warnings
01:14:14 
01:14:14 
01:14:14 
01:14:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:15 --- javac err: ---
01:14:15 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:14:15         X1<Integer> o = new X1<Integer>(new Integer(4));
01:14:15                                         ^
01:14:15 X.java:13: warning: [rawtypes] found raw type: X1
01:14:15     public X1 get() {
01:14:15            ^
01:14:15   missing type arguments for generic class X1<T>
01:14:15   where T is a type-variable:
01:14:15     T extends Object declared in class X1
01:14:15 X.java:19: warning: [rawtypes] found raw type: I
01:14:15     I get();
01:14:15     ^
01:14:15   missing type arguments for generic class I<T>
01:14:15   where T is a type-variable:
01:14:15     T extends Object declared in interface I
01:14:15 X.java:23: warning: [rawtypes] found raw type: J
01:14:15     J get();
01:14:15     ^
01:14:15   missing type arguments for generic class J<T>
01:14:15   where T is a type-variable:
01:14:15     T extends Object declared in interface J
01:14:15 X.java:30: warning: [rawtypes] found raw type: K
01:14:15     K get();
01:14:15     ^
01:14:15   missing type arguments for generic class K<T>
01:14:15   where T is a type-variable:
01:14:15     T extends Object declared in interface K
01:14:15 5 warnings
01:14:15 
01:14:15 
01:14:15 
01:14:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:16 --- javac err: ---
01:14:16 X.java:4: warning: [rawtypes] found raw type: X
01:14:16 	static void foo(X x) {
01:14:16 	                ^
01:14:16   missing type arguments for generic class X<T>
01:14:16   where T is a type-variable:
01:14:16     T extends Runnable declared in class X
01:14:16 X.java:5: warning: [unchecked] unchecked call to <T>bar(T) as a member of the raw type X
01:14:16 		x.<Exception>bar(null);
01:14:16 		                ^
01:14:16   where T is a type-variable:
01:14:16     T extends Exception declared in method <T>bar(T)
01:14:16 X.java:7: error: cannot find symbol
01:14:16 			public void run() { zork = 0; }
01:14:16 			                    ^
01:14:16   symbol:   variable zork
01:14:16   location: class R
01:14:16 1 error
01:14:16 2 warnings
01:14:16 
01:14:16 
01:14:16 
01:14:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:18 
01:14:18 
01:14:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:19 --- javac err: ---
01:14:19 X.java:4: error: incompatible types: CAP#1 cannot be converted to CAP#2
01:14:19 		out.element = in.element;
01:14:19 		                ^
01:14:19   where CAP#1,CAP#2 are fresh type-variables:
01:14:19     CAP#1 extends Object from capture of ?
01:14:19     CAP#2 extends Object from capture of ?
01:14:19 1 error
01:14:19 
01:14:19 
01:14:19 
01:14:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:20 
01:14:20 
01:14:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:21 
01:14:21 
01:14:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:22 
01:14:22 
01:14:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:24 
01:14:24 
01:14:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:25 --- javac err: ---
01:14:25 X.java:2: error: name clash: foo(Class<S#1>) in X and foo(Class<S#2>) in Y have the same erasure, yet neither overrides the other
01:14:25 	<T, S> S foo(Class<S> c) { return null; }
01:14:25 	         ^
01:14:25   where S#1,T#1,S#2,T#2 are type-variables:
01:14:25     S#1 extends Object declared in method <T#1,S#1>foo(Class<S#1>)
01:14:25     T#1 extends Object declared in method <T#1,S#1>foo(Class<S#1>)
01:14:25     S#2 extends Object declared in method <S#2,T#2>foo(Class<S#2>)
01:14:25     T#2 extends Object declared in method <S#2,T#2>foo(Class<S#2>)
01:14:25 1 error
01:14:25 
01:14:25 
01:14:25 
01:14:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:26 --- javac err: ---
01:14:26 X.java:2: error: name clash: foo(Class<T#1>) in X and foo(Class<T#2>) in Y have the same erasure, yet neither overrides the other
01:14:26 	<T, S> T foo(Class<T> c) { return null; }
01:14:26 	         ^
01:14:26   where T#1,S,T#2 are type-variables:
01:14:26     T#1 extends Object declared in method <T#1,S>foo(Class<T#1>)
01:14:26     S extends Object declared in method <T#1,S>foo(Class<T#1>)
01:14:26     T#2 extends Object declared in method <T#2>foo(Class<T#2>)
01:14:26 1 error
01:14:26 
01:14:26 
01:14:26 
01:14:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:27 --- javac err: ---
01:14:27 X.java:2: error: name clash: foo(Class<T#1>) in X and foo(Class<T#2>) in Y have the same erasure, yet neither overrides the other
01:14:27 	<T> T foo(Class<T> c) { return null; }
01:14:27 	      ^
01:14:27   where T#1,T#2,S are type-variables:
01:14:27     T#1 extends Object declared in method <T#1>foo(Class<T#1>)
01:14:27     T#2 extends Object declared in method <T#2,S>foo(Class<T#2>)
01:14:27     S extends Object declared in method <T#2,S>foo(Class<T#2>)
01:14:27 1 error
01:14:27 
01:14:27 
01:14:27 
01:14:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:29 
01:14:29 
01:14:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:31 --- javac err: ---
01:14:31 X.java:3: warning: [serial] serializable class X.List1 has no definition of serialVersionUID
01:14:31     class List1<E> extends LinkedList<E> {};
01:14:31     ^
01:14:31 1 warning
01:14:31 
01:14:31 
01:14:31 
01:14:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:32 
01:14:32 
01:14:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:34 
01:14:34 
01:14:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:35 
01:14:35 
01:14:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:36 --- javac err: ---
01:14:36 X.java:6: error: incompatible types: Set<Entry<Integer,CAP#1>> cannot be converted to Set<Entry<Integer,?>>
01:14:36     m_values = values.entrySet();
01:14:36                               ^
01:14:36   where CAP#1 is a fresh type-variable:
01:14:36     CAP#1 extends Object from capture of ?
01:14:36 1 error
01:14:36 
01:14:36 
01:14:36 
01:14:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:37 --- javac err: ---
01:14:37 X.java:4: error: incompatible types: MX<Class<? extends String>> cannot be converted to MX<Class<? extends Object>>
01:14:37 		mxco = mxcs;
01:14:37 		       ^
01:14:37 1 error
01:14:37 
01:14:37 
01:14:37 
01:14:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:38 --- javac err: ---
01:14:38 X.java:9: error: incompatible types: X<CAP#1>.MX<CAP#1> cannot be converted to X<T>.MX<?>
01:14:38 		mx = x.createMX();
01:14:38 		               ^
01:14:38   where T is a type-variable:
01:14:38     T extends Runnable declared in class X
01:14:38   where CAP#1 is a fresh type-variable:
01:14:38     CAP#1 extends Runnable from capture of ?
01:14:38 1 error
01:14:38 
01:14:38 
01:14:38 
01:14:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:39 --- javac err: ---
01:14:39 X.java:3: warning: [rawtypes] found raw type: Class
01:14:39 	void foo1(MX<Class<? extends Object>> target, MX<Class> value) {
01:14:39 	                                                 ^
01:14:39   missing type arguments for generic class Class<T>
01:14:39   where T is a type-variable:
01:14:39     T extends Object declared in class Class
01:14:39 X.java:4: error: incompatible types: MX<Class> cannot be converted to MX<Class<? extends Object>>
01:14:39 		target= value; // foo1 - wrong
01:14:39 		        ^
01:14:39 X.java:7: error: incompatible types: MX<Class<? extends String>> cannot be converted to MX<Class<? extends Object>>
01:14:39 		target= value; // foo2 - wrong
01:14:39 		        ^
01:14:39 X.java:10: error: incompatible types: MX<Class<? extends String>> cannot be converted to MX<Class<? extends Object>>
01:14:39 		target= value; // foo3 - wrong
01:14:39 		        ^
01:14:39 X.java:13: error: incompatible types: MX<Class<String>> cannot be converted to MX<Class<? extends Object>>
01:14:39 		target= value; // foo4 - wrong
01:14:39 		        ^
01:14:39 X.java:15: warning: [rawtypes] found raw type: Class
01:14:39 	void foo5(MX<? extends Class> target, MX<Class> value) {
01:14:39 	                       ^
01:14:39   missing type arguments for generic class Class<T>
01:14:39   where T is a type-variable:
01:14:39     T extends Object declared in class Class
01:14:39 X.java:15: warning: [rawtypes] found raw type: Class
01:14:39 	void foo5(MX<? extends Class> target, MX<Class> value) {
01:14:39 	                                         ^
01:14:39   missing type arguments for generic class Class<T>
01:14:39   where T is a type-variable:
01:14:39     T extends Object declared in class Class
01:14:39 X.java:18: warning: [rawtypes] found raw type: Class
01:14:39 	void foo6(MX<? super Class> target, MX<Class> value) {
01:14:39 	                     ^
01:14:39   missing type arguments for generic class Class<T>
01:14:39   where T is a type-variable:
01:14:39     T extends Object declared in class Class
01:14:39 X.java:18: warning: [rawtypes] found raw type: Class
01:14:39 	void foo6(MX<? super Class> target, MX<Class> value) {
01:14:39 	                                       ^
01:14:39   missing type arguments for generic class Class<T>
01:14:39   where T is a type-variable:
01:14:39     T extends Object declared in class Class
01:14:39 X.java:21: warning: [rawtypes] found raw type: Class
01:14:39 	void foo7(MX<Class<? extends Class>> target, MX<Class<Class>> value) {
01:14:39 	                             ^
01:14:39   missing type arguments for generic class Class<T>
01:14:39   where T is a type-variable:
01:14:39     T extends Object declared in class Class
01:14:39 X.java:21: warning: [rawtypes] found raw type: Class
01:14:39 	void foo7(MX<Class<? extends Class>> target, MX<Class<Class>> value) {
01:14:39 	                                                      ^
01:14:39   missing type arguments for generic class Class<T>
01:14:39   where T is a type-variable:
01:14:39     T extends Object declared in class Class
01:14:39 X.java:22: error: incompatible types: MX<Class<Class>> cannot be converted to MX<Class<? extends Class>>
01:14:39 		target= value; // foo7 - wrong
01:14:39 		        ^
01:14:39 X.java:24: warning: [rawtypes] found raw type: Class
01:14:39 	void foo8(MX<MX<? extends Class>> target, MX<MX<Class>> value) {
01:14:39 	                          ^
01:14:39   missing type arguments for generic class Class<T>
01:14:39   where T is a type-variable:
01:14:39     T extends Object declared in class Class
01:14:39 X.java:24: warning: [rawtypes] found raw type: Class
01:14:39 	void foo8(MX<MX<? extends Class>> target, MX<MX<Class>> value) {
01:14:39 	                                                ^
01:14:39 
01:14:39 
01:14:39   missing type arguments for generic class Class<T>
01:14:39   where T is a type-variable:
01:14:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:39     T extends Object declared in class Class
01:14:39 X.java:25: error: incompatible types: MX<MX<Class>> cannot be converted to MX<MX<? extends Class>>
01:14:39 		target= value; // foo8 - wrong
01:14:39 		        ^
01:14:39 X.java:31: error: incompatible types: MX<CAP#1> cannot be converted to MX<? extends String>
01:14:39 		target= value; // foo10 - wrong
01:14:39 		        ^
01:14:39   where CAP#1 is a fresh type-variable:
01:14:39     CAP#1 extends Object from capture of ? extends Object
01:14:39 X.java:34: error: incompatible types: MX<CAP#1> cannot be converted to MX<? super Object>
01:14:39 		target= value; // foo11 - wrong
01:14:39 		        ^
01:14:39   where CAP#1 is a fresh type-variable:
01:14:39     CAP#1 extends Object super: String from capture of ? super String
01:14:39 8 errors
01:14:39 9 warnings
01:14:39 
01:14:40 --- javac err: ---
01:14:40 X.java:3: warning: [rawtypes] found raw type: MX
01:14:40 	void foo1(MX<? extends MX> target, MX<MX<String>> value) {
01:14:40 	                       ^
01:14:40   missing type arguments for generic class MX<E>
01:14:40   where E is a type-variable:
01:14:40     E extends Object declared in class MX
01:14:40 X.java:9: warning: [rawtypes] found raw type: MX
01:14:40 	void foo3(MX<? super MX> target, MX<MX<String>> value) {
01:14:40 	                     ^
01:14:40   missing type arguments for generic class MX<E>
01:14:40   where E is a type-variable:
01:14:40     E extends Object declared in class MX
01:14:40 X.java:10: error: incompatible types: MX<MX<String>> cannot be converted to MX<? super MX>
01:14:40 		target= value; // foo3
01:14:40 		        ^
01:14:40 1 error
01:14:40 2 warnings
01:14:40 
01:14:40 
01:14:40 
01:14:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:41 
01:14:41 
01:14:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:43 
01:14:43 
01:14:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:44 --- javac err: ---
01:14:44 p/B.java:4: warning: [rawtypes] found raw type: Class
01:14:44 	public static Map<Class, String> foo(byte[] byteArray, Object o, Class c) {
01:14:44 	                                                                 ^
01:14:44   missing type arguments for generic class Class<T>
01:14:44   where T is a type-variable:
01:14:44     T extends Object declared in class Class
01:14:44 p/B.java:4: warning: [rawtypes] found raw type: Class
01:14:44 	public static Map<Class, String> foo(byte[] byteArray, Object o, Class c) {
01:14:44 	                  ^
01:14:44   missing type arguments for generic class Class<T>
01:14:44   where T is a type-variable:
01:14:44     T extends Object declared in class Class
01:14:44 2 warnings
01:14:44 
01:14:45 --- javac err: ---
01:14:45 X.java:7: warning: [rawtypes] found raw type: Class
01:14:45 		Map<Class, String> map = B.foo(null, null, null);
01:14:45 		    ^
01:14:45   missing type arguments for generic class Class<T>
01:14:45   where T is a type-variable:
01:14:45     T extends Object declared in class Class
01:14:45 1 warning
01:14:45 
01:14:45 
01:14:45 
01:14:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:47 --- javac err: ---
01:14:47 X.java:3: error: incompatible types: XC<CAP#1> cannot be converted to XC<Runnable>
01:14:47    		target = value;
01:14:47    		         ^
01:14:47   where CAP#1 is a fresh type-variable:
01:14:47     CAP#1 extends Runnable from capture of ? extends Runnable
01:14:47 1 error
01:14:47 
01:14:47 
01:14:47 
01:14:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:48 
01:14:48 
01:14:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:50 
01:14:50 
01:14:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:52 
01:14:52 
01:14:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:53 --- javac err: ---
01:14:53 X.java:4: error: incompatible types: X<CAP#1> cannot be converted to X<? super Exception>
01:14:53 		target = value; // foo1
01:14:53 		         ^
01:14:53   where CAP#1 is a fresh type-variable:
01:14:53     CAP#1 extends Exception from capture of ? extends Exception
01:14:53 1 error
01:14:53 
01:14:53 
01:14:53 
01:14:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:55 
01:14:55 
01:14:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:57 
01:14:57 
01:14:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:58 
01:14:58 
01:14:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:14:59 
01:14:59 
01:14:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:00 
01:15:00 
01:15:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:01 --- javac err: ---
01:15:01 X.java:2: error: name clash: foo(Class<? extends String>) in X and foo(Class<String>) in Y have the same erasure, yet neither overrides the other
01:15:01 	void foo(Class<? extends String> s) {}
01:15:01 	     ^
01:15:01 1 error
01:15:01 
01:15:03 --- javac err: ---
01:15:03 X.java:2: error: name clash: foo(Class<String>) in X and foo(Class<? extends String>) in Y have the same erasure, yet neither overrides the other
01:15:03 	void foo(Class<String> s) {}
01:15:03 	     ^
01:15:03 1 error
01:15:03 
01:15:03 
01:15:03 
01:15:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:04 --- javac err: ---
01:15:04 X.java:1: error: X is not abstract and does not override abstract method foo(Class<? extends String>) in I
01:15:04 public class X extends Y implements I {}
01:15:04        ^
01:15:04 1 error
01:15:04 
01:15:05 --- javac err: ---
01:15:05 X.java:1: error: name clash: foo(Class<? extends String>) in Y and foo(Class<String>) in I have the same erasure, yet neither overrides the other
01:15:05 public abstract class X extends Y implements I {}
01:15:05                 ^
01:15:05 1 error
01:15:05 
01:15:05 
01:15:05 
01:15:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:06 --- javac err: ---
01:15:06 X.java:1: error: X is not abstract and does not override abstract method <T,S>foo(Class<T>) in I
01:15:06 public class X extends Y implements I { public <T> void foo(Class<T> s) {} }
01:15:06        ^
01:15:06   where T,S are type-variables:
01:15:06     T extends Object declared in method <T,S>foo(Class<T>)
01:15:06     S extends Object declared in method <T,S>foo(Class<T>)
01:15:06 X.java:1: error: name clash: foo(Class<T#1>) in X and foo(Class<T#2>) in I have the same erasure, yet neither overrides the other
01:15:06 public class X extends Y implements I { public <T> void foo(Class<T> s) {} }
01:15:06                                                         ^
01:15:06   where T#1,T#2,S are type-variables:
01:15:06     T#1 extends Object declared in method <T#1>foo(Class<T#1>)
01:15:06     T#2 extends Object declared in method <T#2,S>foo(Class<T#2>)
01:15:06     S extends Object declared in method <T#2,S>foo(Class<T#2>)
01:15:06 2 errors
01:15:06 
01:15:07 --- javac err: ---
01:15:07 X.java:1: error: X is not abstract and does not override abstract method <T,S>foo(Class<T>) in I
01:15:07 public class X extends Y implements I {}
01:15:07        ^
01:15:07   where T,S are type-variables:
01:15:07     T extends Object declared in method <T,S>foo(Class<T>)
01:15:07     S extends Object declared in method <T,S>foo(Class<T>)
01:15:07 1 error
01:15:07 
01:15:08 --- javac err: ---
01:15:08 X.java:1: error: name clash: foo(Class<T#1>) in Y and foo(Class<T#2>) in I have the same erasure, yet neither overrides the other
01:15:08 public abstract class X extends Y implements I {}
01:15:08                 ^
01:15:08   where T#1,S,T#2 are type-variables:
01:15:08     T#1 extends Object declared in method <T#1,S>foo(Class<T#1>)
01:15:08     S extends Object declared in method <T#1,S>foo(Class<T#1>)
01:15:08     T#2 extends Object declared in method <T#2>foo(Class<T#2>)
01:15:08 1 error
01:15:08 
01:15:08 
01:15:08 
01:15:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:10 
01:15:10 
01:15:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:11 --- javac err: ---
01:15:11 X.java:2: error: foo() in X cannot override foo() in Y
01:15:11 	@Override Class<? extends String> foo() { return null; }
01:15:11 	                                  ^
01:15:11   return type Class<? extends String> is not compatible with Class<String>
01:15:11 X.java:2: error: method does not override or implement a method from a supertype
01:15:11 	@Override Class<? extends String> foo() { return null; }
01:15:11 	^
01:15:11 X.java:3: error: foo2() in X cannot override foo2() in Y
01:15:11 	@Override Class<? extends String>[] foo2() { return null; }
01:15:11 	                                    ^
01:15:11   return type Class<? extends String>[] is not compatible with Class<String>[]
01:15:11 X.java:3: error: method does not override or implement a method from a supertype
01:15:11 	@Override Class<? extends String>[] foo2() { return null; }
01:15:11 	^
01:15:11 4 errors
01:15:11 
01:15:11 
01:15:11 
01:15:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:12 --- javac err: ---
01:15:12 X.java:3: error: A is not abstract and does not override abstract method getList() in IDoubles
01:15:12 class A implements IDoubles {
01:15:12 ^
01:15:12 X.java:4: error: getList() in A cannot implement getList() in IDoubles
01:15:12 	public List<String> getList() { return null; }
01:15:12 	                    ^
01:15:12   return type List<String> is not compatible with List<Double>
01:15:12 X.java:9: error: C is not abstract and does not override abstract method getList() in IDoubles
01:15:12 class C extends B implements IDoubles {
01:15:12 ^
01:15:12 3 errors
01:15:12 
01:15:12 
01:15:12 
01:15:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:13 --- javac err: ---
01:15:13 X.java:5: warning: [unchecked] unchecked cast
01:15:13 	public R getU() { return (R)u; } // Warning
01:15:13 	                            ^
01:15:13   required: R
01:15:13   found:    U
01:15:13   where U,R are type-variables:
01:15:13     U extends Object declared in class X
01:15:13     R extends Object declared in class X
01:15:13 X.java:6: warning: [unchecked] unchecked cast
01:15:13 	public R getV() { return (R)v; } // Warning
01:15:13 	                            ^
01:15:13   required: R
01:15:13   found:    V
01:15:13   where V,R are type-variables:
01:15:13     V extends Object declared in class X
01:15:13     R extends Object declared in class X
01:15:13 X.java:8: warning: [unchecked] unchecked cast
01:15:13 	public T getT() { return (T)o; } // Warning
01:15:13 	                            ^
01:15:13   required: T
01:15:13   found:    Object
01:15:13   where T is a type-variable:
01:15:13     T extends Object declared in class X
01:15:13 3 warnings
01:15:13 
01:15:13 
01:15:13 
01:15:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:14 --- javac err: ---
01:15:14 X.java:8: error: method test2 in class X<T> cannot be applied to given types;
01:15:14 			test2("test", null, 0);
01:15:14 			^
01:15:14   required: List<F>,String[]
01:15:14   found: String,<null>,int
01:15:14   reason: cannot infer type-variable(s) F
01:15:14     (argument mismatch; String cannot be converted to List<F>)
01:15:14   where F,T are type-variables:
01:15:14     F extends Object declared in method <F>test2(List<F>,String...)
01:15:14     T extends Object declared in class X
01:15:14 1 error
01:15:14 
01:15:14 
01:15:14 
01:15:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:15 
01:15:15 
01:15:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:16 --- javac err: ---
01:15:16 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F
01:15:16 	public <F> F foo(F f, F... others) {
01:15:16 	                   ^
01:15:16   where F is a type-variable:
01:15:16     F extends Object declared in method <F>foo(F,F...)
01:15:16 1 warning
01:15:16 
01:15:17 
01:15:17 
01:15:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:18 --- javac err: ---
01:15:18 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F
01:15:18 	public <F> F foo(F f, F... others) {
01:15:18 	                   ^
01:15:18   where F is a type-variable:
01:15:18     F extends Object declared in method <F>foo(F,F...)
01:15:18 1 warning
01:15:18 
01:15:18 
01:15:18 
01:15:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:19 --- javac err: ---
01:15:19 X.java:4: error: incompatible types: inference variable F has incompatible bounds
01:15:19 		String[] s = foo(null, new String[]{ "hello" });
01:15:19 		                ^
01:15:19     upper bounds: String[],Object
01:15:19     lower bounds: String
01:15:19   where F is a type-variable:
01:15:19     F extends Object declared in method <F>foo(F,F...)
01:15:19 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F
01:15:19 	public <F> F foo(F f, F... others) {
01:15:19 	                   ^
01:15:19   where F is a type-variable:
01:15:19     F extends Object declared in method <F>foo(F,F...)
01:15:19 1 error
01:15:19 1 warning
01:15:19 
01:15:19 
01:15:19 
01:15:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:20 --- javac err: ---
01:15:20 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F
01:15:20 	public <F> F foo(F f, F... others) {
01:15:20 	                   ^
01:15:20   where F is a type-variable:
01:15:20     F extends Object declared in method <F>foo(F,F...)
01:15:20 1 warning
01:15:20 
01:15:20 
01:15:20 
01:15:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:21 --- javac err: ---
01:15:21 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type F
01:15:21 	public <F> F foo(F f, F... others) {
01:15:21 	                   ^
01:15:21   where F is a type-variable:
01:15:21     F extends Object declared in method <F>foo(F,F...)
01:15:21 1 warning
01:15:21 
01:15:21 
01:15:21 
01:15:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:23 --- javac err: ---
01:15:23 X.java:15: warning: [deprecation] Integer(int) in Integer has been deprecated
01:15:23     return m_manager.getById(getClass(), new Integer(1));
01:15:23                                          ^
01:15:23 X.java:15: warning: [unchecked] unchecked method invocation: method getById in class Manager is applied to given types
01:15:23     return m_manager.getById(getClass(), new Integer(1));
01:15:23                             ^
01:15:23   required: Class<T>,Integer
01:15:23   found: Class<CAP#1>,Integer
01:15:23   where T,C are type-variables:
01:15:23     T extends ITest<C> declared in method <T>getById(Class<T>,Integer)
01:15:23     C extends X declared in class Manager
01:15:23   where CAP#1 is a fresh type-variable:
01:15:23     CAP#1 extends Test from capture of ? extends Test
01:15:23 X.java:15: warning: [unchecked] unchecked conversion
01:15:23     return m_manager.getById(getClass(), new Integer(1));
01:15:23                             ^
01:15:23   required: ITest<C>
01:15:23   found:    Test
01:15:23   where C is a type-variable:
01:15:23     C extends X declared in class Test
01:15:23 3 warnings
01:15:23 
01:15:23 
01:15:23 
01:15:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:24 --- javac err: ---
01:15:24 X.java:5: error: incompatible types: IOException cannot be converted to CAP#1
01:15:24 		xnpe.element = new java.io.IOException();
01:15:24 		               ^
01:15:24   where CAP#1 is a fresh type-variable:
01:15:24     CAP#1 extends Exception super: NullPointerException from capture of ? super NullPointerException
01:15:24 1 error
01:15:24 
01:15:24 
01:15:24 
01:15:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:25 --- javac err: ---
01:15:25 X.java:22: error: incompatible types: List<Object> cannot be converted to Collection<String>
01:15:25         final Collection<String> cL = (Collection<String>)emptyList(); // 2
01:15:25                                                                    ^
01:15:25 X.java:25: error: incompatible types: List<Object> cannot be converted to Iterable<String>
01:15:25         final Iterable<String> iL = (Iterable<String>)emptyList(); // 3
01:15:25                                                                ^
01:15:25 X.java:31: error: incompatible types: Collection<Object> cannot be converted to Iterable<String>
01:15:25         final Iterable<String> iC = (Iterable<String>)emptyCollection(); // 5
01:15:25                                                                      ^
01:15:25 3 errors
01:15:25 
01:15:25 
01:15:25 
01:15:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:26 --- javac err: ---
01:15:26 X.java:33: error: M2 is not abstract and does not override abstract method mm(M1<? extends I>) in M1
01:15:26 class M2<I> implements M1<I> { 
01:15:26 ^
01:15:26   where I is a type-variable:
01:15:26     I extends Object declared in class M2
01:15:26 X.java:34: error: name clash: mm(M1<J>) in M2 and mm(M1<? extends I>) in M1 have the same erasure, yet neither overrides the other
01:15:26         public <J extends I> void mm(M1<J> q) { 
01:15:26                                   ^
01:15:26   where J,I are type-variables:
01:15:26     J extends I declared in method <J>mm(M1<J>)
01:15:26     I extends Object declared in class M2
01:15:26 2 errors
01:15:26 
01:15:26 
01:15:26 
01:15:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:27 --- javac err: ---
01:15:27 X.java:5: error: unexpected type
01:15:27 		new X<?>();
01:15:27 		     ^
01:15:27   required: class or interface without bounds
01:15:27   found:    ?
01:15:27 X.java:6: error: unexpected type
01:15:27 		new X<? extends String>();
01:15:27 		     ^
01:15:27   required: class or interface without bounds
01:15:27   found:    ? extends String
01:15:27 X.java:7: error: unexpected type
01:15:27 		new X<?>(){};
01:15:27 		     ^
01:15:27   required: class or interface without bounds
01:15:27   found:    ?
01:15:27 X.java:8: error: unexpected type
01:15:27 		new X<? extends String>(){};
01:15:27 		     ^
01:15:27   required: class or interface without bounds
01:15:27   found:    ? extends String
01:15:27 4 errors
01:15:27 
01:15:27 
01:15:27 
01:15:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:28 --- javac err: ---
01:15:28 X.java:7: warning: [rawtypes] found raw type: AX
01:15:28 		X<? extends AX> x = new X<AX<Math>>(new AX<String>());
01:15:28 		            ^
01:15:28   missing type arguments for generic class AX<P>
01:15:28   where P is a type-variable:
01:15:28     P extends Object declared in class AX
01:15:28 X.java:7: error: incompatible types: AX<String> cannot be converted to AX<Math>
01:15:28 		X<? extends AX> x = new X<AX<Math>>(new AX<String>());
01:15:28 		                                    ^
01:15:28 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:15:28 1 error
01:15:28 1 warning
01:15:28 
01:15:29 
01:15:29 
01:15:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:30 --- javac err: ---
01:15:30 X.java:7: warning: [rawtypes] found raw type: AX
01:15:30 		X<? extends AX> x = new X<AX<Math>>(new X<AX<String>>(null));
01:15:30 		            ^
01:15:30   missing type arguments for generic class AX<P>
01:15:30   where P is a type-variable:
01:15:30     P extends Object declared in class AX
01:15:30 X.java:7: error: incompatible types: X<AX<String>> cannot be converted to X<? extends AX<Math>>
01:15:30 		X<? extends AX> x = new X<AX<Math>>(new X<AX<String>>(null));
01:15:30 		                                    ^
01:15:30 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:15:30 1 error
01:15:30 1 warning
01:15:30 
01:15:30 
01:15:30 
01:15:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:31 
01:15:31 
01:15:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:32 
01:15:32 
01:15:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:33 --- javac err: ---
01:15:33 X.java:4: error: incompatible types: X<X<? extends String>> cannot be converted to X<X<String>>
01:15:33 		X<X<String>> x = (X<X<String>>) xs;
01:15:33 		                                ^
01:15:33 X.java:5: error: cannot find symbol
01:15:33 		Zork z;
01:15:33 		^
01:15:33   symbol:   class Zork
01:15:33   location: class X<T>
01:15:33   where T is a type-variable:
01:15:33     T extends Object declared in class X
01:15:33 2 errors
01:15:33 
01:15:33 
01:15:33 
01:15:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:34 --- javac err: ---
01:15:34 X.java:4: warning: [unchecked] unchecked cast
01:15:34 		X<String> x = (X<String>) xs;
01:15:34 		                          ^
01:15:34   required: X<String>
01:15:34   found:    X<CAP#1>
01:15:34   where CAP#1 is a fresh type-variable:
01:15:34     CAP#1 extends String from capture of ? extends String
01:15:34 X.java:5: error: cannot find symbol
01:15:34 		Zork z;
01:15:34 		^
01:15:34   symbol:   class Zork
01:15:34   location: class X<T>
01:15:34   where T is a type-variable:
01:15:34     T extends Object declared in class X
01:15:34 1 error
01:15:34 1 warning
01:15:34 
01:15:34 
01:15:34 
01:15:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:36 --- javac err: ---
01:15:36 X.java:4: error: incompatible types: X<X<T>> cannot be converted to X<X<String>>
01:15:36 		X<X<String>> x = (X<X<String>>) xs;
01:15:36 		                                ^
01:15:36   where T is a type-variable:
01:15:36     T extends Object declared in method <T>foo(X<X<T>>)
01:15:36 X.java:7: warning: [unchecked] unchecked cast
01:15:36 		X<String> x = (X<String>) xs;
01:15:36 		                          ^
01:15:36   required: X<String>
01:15:36   found:    X<T>
01:15:36   where T is a type-variable:
01:15:36     T extends Object declared in method <T>bar(X<T>)
01:15:36 1 error
01:15:36 1 warning
01:15:36 
01:15:36 
01:15:36 
01:15:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:37 
01:15:37 
01:15:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:38 
01:15:38 
01:15:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:39 --- javac err: ---
01:15:39 X.java:10: warning: [rawtypes] found raw type: Class
01:15:39         Class clazz = null;
01:15:39         ^
01:15:39   missing type arguments for generic class Class<T>
01:15:39   where T is a type-variable:
01:15:39     T extends Object declared in class Class
01:15:39 1 warning
01:15:39 
01:15:40 
01:15:40 
01:15:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:41 --- javac err: ---
01:15:41 X.java:10: warning: [rawtypes] found raw type: Class
01:15:41         Class clazz = null;
01:15:41         ^
01:15:41   missing type arguments for generic class Class<T>
01:15:41   where T is a type-variable:
01:15:41     T extends Object declared in class Class
01:15:41 1 warning
01:15:41 
01:15:41 
01:15:41 
01:15:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:42 --- javac err: ---
01:15:42 X.java:11: error: incompatible types: Object cannot be converted to CAP#1
01:15:42   list.add(new Object());                       // should fail
01:15:42            ^
01:15:42   where CAP#1 is a fresh type-variable:
01:15:42     CAP#1 extends Object super: Exception from capture of ? super Exception
01:15:42 X.java:12: error: incompatible types: Throwable cannot be converted to CAP#1
01:15:42   list.add(new Throwable());                    // should fail
01:15:42            ^
01:15:42   where CAP#1 is a fresh type-variable:
01:15:42     CAP#1 extends Object super: Exception from capture of ? super Exception
01:15:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:15:42 2 errors
01:15:42 
01:15:42 
01:15:42 
01:15:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:44 
01:15:44 
01:15:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:45 --- javac err: ---
01:15:45 X.java:15: error: cannot find symbol
01:15:45    Zork z;
01:15:45    ^
01:15:45   symbol:   class Zork
01:15:45   location: class X
01:15:45 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:15:45     public static <T> T first(T... args) {
01:15:45                                    ^
01:15:45   where T is a type-variable:
01:15:45     T extends Object declared in method <T>first(T...)
01:15:45 1 error
01:15:45 1 warning
01:15:45 
01:15:45 
01:15:45 
01:15:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:47 --- javac err: ---
01:15:47 X.java:16: error: cannot find symbol
01:15:47    Zork z;
01:15:47    ^
01:15:47   symbol:   class Zork
01:15:47   location: class X
01:15:47 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:15:47     public static <T> T first(T... args) {
01:15:47                                    ^
01:15:47   where T is a type-variable:
01:15:47     T extends Object declared in method <T>first(T...)
01:15:47 X.java:10: warning: [unchecked] unchecked generic array creation for varargs parameter of type List<String>[]
01:15:47     		List<String> ls = first(); 
01:15:47     		                       ^
01:15:47 1 error
01:15:47 2 warnings
01:15:47 
01:15:47 
01:15:47 
01:15:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:48 
01:15:48 
01:15:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:49 --- javac err: ---
01:15:49 X.java:2: warning: [rawtypes] found raw type: L
01:15:49 	void foo(L l, C<? super X> c) {
01:15:49 	         ^
01:15:49   missing type arguments for generic class L<E>
01:15:49   where E is a type-variable:
01:15:49     E extends Object declared in class L
01:15:49 X.java:3: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
01:15:49 		bar(l, c);
01:15:49 		   ^
01:15:49   required: L<T>,C<? super T>
01:15:49   found: L,C<CAP#1>
01:15:49   where T is a type-variable:
01:15:49     T extends Object declared in method <T>bar(L<T>,C<? super T>)
01:15:49   where CAP#1 is a fresh type-variable:
01:15:49     CAP#1 extends Object super: X from capture of ? super X
01:15:49 X.java:3: warning: [unchecked] unchecked conversion
01:15:49 		bar(l, c);
01:15:49 		    ^
01:15:49   required: L<T>
01:15:49   found:    L
01:15:49   where T is a type-variable:
01:15:49     T extends Object declared in method <T>bar(L<T>,C<? super T>)
01:15:49 3 warnings
01:15:49 
01:15:49 
01:15:49 
01:15:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:50 --- javac err: ---
01:15:50 X.java:2: warning: [rawtypes] found raw type: HM
01:15:50     public S<M.E<Object,Object>> foo(HM hm) {
01:15:50                                      ^
01:15:50   missing type arguments for generic class HM<U,V>
01:15:50   where U,V are type-variables:
01:15:50     U extends Object declared in class HM
01:15:50     V extends Object declared in class HM
01:15:50 X.java:3: warning: [unchecked] unchecked method invocation: method bar in class C is applied to given types
01:15:50 		return C.bar(hm).foo();
01:15:50 		            ^
01:15:50   required: M<? extends K,? extends V>
01:15:50   found: HM
01:15:50   where K,V are type-variables:
01:15:50     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:50     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:50 X.java:3: warning: [unchecked] unchecked conversion
01:15:50 		return C.bar(hm).foo();
01:15:50 		             ^
01:15:50   required: M<? extends K,? extends V>
01:15:50   found:    HM
01:15:50   where K,V are type-variables:
01:15:50     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:50     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:50 X.java:3: warning: [unchecked] unchecked conversion
01:15:50 		return C.bar(hm).foo();
01:15:50 		                    ^
01:15:50   required: S<E<Object,Object>>
01:15:50   found:    S
01:15:50 4 warnings
01:15:50 
01:15:50 
01:15:50 
01:15:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:52 --- javac err: ---
01:15:52 X.java:2: warning: [rawtypes] found raw type: HM
01:15:52     public S<M.E<Object,String>> foo(HM hm) {
01:15:52                                      ^
01:15:52   missing type arguments for generic class HM<U,V>
01:15:52   where U,V are type-variables:
01:15:52     U extends Object declared in class HM
01:15:52     V extends Object declared in class HM
01:15:52 X.java:3: warning: [unchecked] unchecked method invocation: method bar in class C is applied to given types
01:15:52     	M<Object, String> m = C.bar(hm);
01:15:52     	                           ^
01:15:52   required: M<? extends K,? extends V>
01:15:52   found: HM
01:15:52   where K,V are type-variables:
01:15:52     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:52     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:52 X.java:3: warning: [unchecked] unchecked conversion
01:15:52     	M<Object, String> m = C.bar(hm);
01:15:52     	                            ^
01:15:52   required: M<? extends K,? extends V>
01:15:52   found:    HM
01:15:52   where K,V are type-variables:
01:15:52     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:52     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:52 X.java:3: warning: [unchecked] unchecked conversion
01:15:52     	M<Object, String> m = C.bar(hm);
01:15:52     	                           ^
01:15:52   required: M<Object,String>
01:15:52   found:    M
01:15:52 X.java:5: warning: [unchecked] unchecked method invocation: method bar in class C is applied to given types
01:15:52 		return C.bar(hm).foo();
01:15:52 		            ^
01:15:52   required: M<? extends K,? extends V>
01:15:52   found: HM
01:15:52   where K,V are type-variables:
01:15:52     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:52     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:52 X.java:5: warning: [unchecked] unchecked conversion
01:15:52 		return C.bar(hm).foo();
01:15:52 		             ^
01:15:52   required: M<? extends K,? extends V>
01:15:52   found:    HM
01:15:52   where K,V are type-variables:
01:15:52     K extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:52     V extends Object declared in method <K,V>bar(M<? extends K,? extends V>)
01:15:52 X.java:5: warning: [unchecked] unchecked conversion
01:15:52 		return C.bar(hm).foo();
01:15:52 		                    ^
01:15:52   required: S<E<Object,String>>
01:15:52   found:    S
01:15:52 7 warnings
01:15:52 
01:15:52 
01:15:52 
01:15:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:53 --- javac err: ---
01:15:53 X.java:9: warning: [rawtypes] found raw type: X
01:15:53 	void bar(X x) {
01:15:53 	         ^
01:15:53   missing type arguments for generic class X<E>
01:15:53   where E is a type-variable:
01:15:53     E extends Object declared in class X
01:15:53 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:15:53 		X<String> xs = foo(x).identity();
01:15:53 		                  ^
01:15:53   required: X<T>
01:15:53   found: X
01:15:53   where T is a type-variable:
01:15:53     T extends Object declared in method <T>foo(X<T>)
01:15:53 X.java:10: warning: [unchecked] unchecked conversion
01:15:53 		X<String> xs = foo(x).identity();
01:15:53 		                   ^
01:15:53   required: X<T>
01:15:53   found:    X
01:15:53   where T is a type-variable:
01:15:53     T extends Object declared in method <T>foo(X<T>)
01:15:53 X.java:10: warning: [unchecked] unchecked conversion
01:15:53 		X<String> xs = foo(x).identity();
01:15:53 		                              ^
01:15:53   required: X<String>
01:15:53   found:    X
01:15:53 4 warnings
01:15:53 
01:15:53 
01:15:53 
01:15:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:54 --- javac err: ---
01:15:54 X.java:9: warning: [rawtypes] found raw type: X
01:15:54 	void bar(X x, X<String> xs) {
01:15:54 	         ^
01:15:54   missing type arguments for generic class X<E>
01:15:54   where E is a type-variable:
01:15:54     E extends Object declared in class X
01:15:54 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:15:54 		X<String> xs2 = foo(x, xs).identity();
01:15:54 		                   ^
01:15:54   required: X<T>,X<T>
01:15:54   found: X,X<String>
01:15:54   where T is a type-variable:
01:15:54     T extends Object declared in method <T>foo(X<T>,X<T>)
01:15:54 X.java:10: warning: [unchecked] unchecked conversion
01:15:54 		X<String> xs2 = foo(x, xs).identity();
01:15:54 		                    ^
01:15:54   required: X<T>
01:15:54   found:    X
01:15:54   where T is a type-variable:
01:15:54     T extends Object declared in method <T>foo(X<T>,X<T>)
01:15:54 X.java:10: warning: [unchecked] unchecked conversion
01:15:54 		X<String> xs2 = foo(x, xs).identity();
01:15:54 		                                   ^
01:15:54   required: X<String>
01:15:54   found:    X
01:15:54 4 warnings
01:15:54 
01:15:54 
01:15:54 
01:15:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:55 --- javac err: ---
01:15:55 X.java:9: warning: [rawtypes] found raw type: X
01:15:55 	void bar(X x, X<String> xs) {
01:15:55 	         ^
01:15:55   missing type arguments for generic class X<E>
01:15:55   where E is a type-variable:
01:15:55     E extends Object declared in class X
01:15:55 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:15:55 		X<String> xs2 = foo(x, xs).identity();
01:15:55 		                   ^
01:15:55   required: X<T>,X<U>
01:15:55   found: X,X<String>
01:15:55   where T,U are type-variables:
01:15:55     T extends Object declared in method <T,U>foo(X<T>,X<U>)
01:15:55     U extends Object declared in method <T,U>foo(X<T>,X<U>)
01:15:55 X.java:10: warning: [unchecked] unchecked conversion
01:15:55 		X<String> xs2 = foo(x, xs).identity();
01:15:55 		                    ^
01:15:55   required: X<T>
01:15:55   found:    X
01:15:55   where T,U are type-variables:
01:15:55     T extends Object declared in method <T,U>foo(X<T>,X<U>)
01:15:55     U extends Object declared in method <T,U>foo(X<T>,X<U>)
01:15:55 X.java:10: warning: [unchecked] unchecked conversion
01:15:55 		X<String> xs2 = foo(x, xs).identity();
01:15:55 		                                   ^
01:15:55   required: X<String>
01:15:55   found:    X
01:15:55 4 warnings
01:15:55 
01:15:55 
01:15:55 
01:15:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:56 --- javac err: ---
01:15:56 X.java:9: warning: [rawtypes] found raw type: X
01:15:56 	void bar(X x, X<String> xs) {
01:15:56 	         ^
01:15:56   missing type arguments for generic class X<E>
01:15:56   where E is a type-variable:
01:15:56     E extends Object declared in class X
01:15:56 X.java:10: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:15:56 		X<String> xs2 = foo(x, xs).identity();
01:15:56 		                   ^
01:15:56   required: X<T>,X<U>
01:15:56   found: X,X<String>
01:15:56   where T,U are type-variables:
01:15:56     T extends Object declared in method <T,U>foo(X<T>,X<U>)
01:15:56     U extends Object declared in method <T,U>foo(X<T>,X<U>)
01:15:56 X.java:10: warning: [unchecked] unchecked conversion
01:15:56 		X<String> xs2 = foo(x, xs).identity();
01:15:56 		                    ^
01:15:56   required: X<T>
01:15:56   found:    X
01:15:56   where T,U are type-variables:
01:15:56     T extends Object declared in method <T,U>foo(X<T>,X<U>)
01:15:56     U extends Object declared in method <T,U>foo(X<T>,X<U>)
01:15:56 X.java:10: warning: [unchecked] unchecked conversion
01:15:56 		X<String> xs2 = foo(x, xs).identity();
01:15:56 		                                   ^
01:15:56   required: X<String>
01:15:56   found:    X
01:15:56 4 warnings
01:15:56 
01:15:57 
01:15:57 
01:15:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:58 
01:15:58 
01:15:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:15:59 --- javac err: ---
01:15:59 X.java:3: warning: [rawtypes] found raw type: X
01:15:59 		return new X();
01:15:59 		           ^
01:15:59   missing type arguments for generic class X<T>
01:15:59   where T is a type-variable:
01:15:59     T extends Object declared in class X
01:15:59 X.java:3: error: incompatible types: X cannot be converted to String
01:15:59 		return new X();
01:15:59 		       ^
01:15:59 1 error
01:15:59 1 warning
01:15:59 
01:15:59 
01:15:59 
01:15:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:00 
01:16:00 
01:16:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:02 
01:16:02 
01:16:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:03 --- javac err: ---
01:16:03 X.java:10: error: unreported exception Exception; must be caught or declared to be thrown
01:16:03         m(new B());
01:16:03          ^
01:16:03 X.java:11: error: unreported exception IOException; must be caught or declared to be thrown
01:16:03         m(new C());
01:16:03          ^
01:16:03 2 errors
01:16:03 
01:16:03 
01:16:03 
01:16:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:04 
01:16:04 
01:16:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:06 --- javac err: ---
01:16:06 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type E
01:16:06     static <E extends A> E m(E e, E... e2) { System.out.print("[A:"+e.getClass()+"]"); return e; }
01:16:06                                ^
01:16:06   where E is a type-variable:
01:16:06     E extends A declared in method <E>m(E,E...)
01:16:06 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type F
01:16:06     static <F extends B> F m(F f, F... f2) { System.out.print("[B:"+f.getClass()+"]"); return f; }
01:16:06                                ^
01:16:06   where F is a type-variable:
01:16:06     F extends B declared in method <F>m(F,F...)
01:16:06 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type G
01:16:06     static <G extends C> G m(G g, G... g2) { System.out.print("[C:"+g.getClass()+"]"); return g; }
01:16:06                                ^
01:16:06   where G is a type-variable:
01:16:06     G extends C declared in method <G>m(G,G...)
01:16:06 3 warnings
01:16:06 
01:16:06 
01:16:06 
01:16:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:07 --- javac err: ---
01:16:07 X.java:2: error: cannot find symbol
01:16:07    Zork z;
01:16:07    ^
01:16:07   symbol:   class Zork
01:16:07   location: class X
01:16:07 1 error
01:16:07 
01:16:07 
01:16:07 
01:16:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:08 
01:16:08 
01:16:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:09 
01:16:09 
01:16:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:10 
01:16:10 
01:16:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:11 --- javac err: ---
01:16:11 X4.java:1: error: repeated interface
01:16:11 class X4 <T extends Comparable<Z> & Comparable<Z>> {}
01:16:11                                               ^
01:16:11 1 error
01:16:11 
01:16:11 
01:16:11 
01:16:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:12 --- javac err: ---
01:16:12 X5.java:1: error: Comparable cannot be inherited with different arguments: <X5> and <Y>
01:16:12 class X5 <T extends Y & Comparable<X5>> {}
01:16:12           ^
01:16:12 X5.java:1: warning: [rawtypes] found raw type: X5
01:16:12 class X5 <T extends Y & Comparable<X5>> {}
01:16:12                                    ^
01:16:12   missing type arguments for generic class X5<T>
01:16:12   where T is a type-variable:
01:16:12     T extends Y,Comparable<X5> declared in class X5
01:16:12 1 error
01:16:12 1 warning
01:16:12 
01:16:12 
01:16:12 
01:16:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:13 --- javac err: ---
01:16:13 X6.java:1: error: Comparable cannot be inherited with different arguments: <X6> and <Z>
01:16:13 class X6 <T extends Y & Comparable<X6>> {}
01:16:13           ^
01:16:13 X6.java:1: warning: [rawtypes] found raw type: X6
01:16:13 class X6 <T extends Y & Comparable<X6>> {}
01:16:13                                    ^
01:16:13   missing type arguments for generic class X6<T>
01:16:13   where T is a type-variable:
01:16:13     T extends Y,Comparable<X6> declared in class X6
01:16:13 1 error
01:16:13 1 warning
01:16:13 
01:16:13 
01:16:13 
01:16:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:14 --- javac err: ---
01:16:14 X7.java:1: error: repeated interface
01:16:14 class X7 <T extends Comparable<Z> & Comparable<X7>> {}
01:16:14                                               ^
01:16:14 X7.java:1: error: Comparable cannot be inherited with different arguments: <Z> and <X7>
01:16:14 class X7 <T extends Comparable<Z> & Comparable<X7>> {}
01:16:14           ^
01:16:14 X7.java:1: warning: [rawtypes] found raw type: X7
01:16:14 class X7 <T extends Comparable<Z> & Comparable<X7>> {}
01:16:14                                                ^
01:16:14   missing type arguments for generic class X7<T>
01:16:14   where T is a type-variable:
01:16:14     T extends Comparable<Z>,Comparable<X7> declared in class X7
01:16:14 2 errors
01:16:14 1 warning
01:16:14 
01:16:14 
01:16:14 
01:16:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:15 --- javac err: ---
01:16:15 X.java:3: error: repeated interface
01:16:15 class A implements I<A>, I<A> {}
01:16:15                           ^
01:16:15 X.java:4: error: repeated interface
01:16:15 public class X<E extends A & I<E> & I<E>>  {
01:16:15                                      ^
01:16:15 X.java:4: error: I cannot be inherited with different arguments: <E> and <A>
01:16:15 public class X<E extends A & I<E> & I<E>>  {
01:16:15                ^
01:16:15 3 errors
01:16:15 
01:16:15 
01:16:15 
01:16:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:18 
01:16:18 
01:16:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:19 --- javac err: ---
01:16:19 X.java:5: error: generic array creation
01:16:19     Element[] eArray = new Element[10];
01:16:19                        ^
01:16:19 1 error
01:16:19 
01:16:19 
01:16:19 
01:16:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:20 
01:16:20 
01:16:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:21 --- javac err: ---
01:16:21 X.java:18: warning: [serial] serializable class X has no definition of serialVersionUID
01:16:21 public class X<
01:16:21        ^
01:16:21 1 warning
01:16:21 
01:16:22 
01:16:22 
01:16:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:23 
01:16:23 
01:16:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:24 --- javac err: ---
01:16:24 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
01:16:24     public Comparable previous(Comparable arg0) {
01:16:24                       ^
01:16:24 orders/impl/IntegerOrder2.java:10: warning: [rawtypes] found raw type: Comparable
01:16:24     public Comparable previous(Comparable arg0) {
01:16:24                                ^
01:16:24   missing type arguments for generic class Comparable<T>
01:16:24   where T is a type-variable:
01:16:24     T extends Object declared in interface Comparable
01:16:24 orders/impl/IntegerOrder2.java:10: warning: [rawtypes] found raw type: Comparable
01:16:24     public Comparable previous(Comparable arg0) {
01:16:24            ^
01:16:24   missing type arguments for generic class Comparable<T>
01:16:24   where T is a type-variable:
01:16:24     T extends Object declared in interface Comparable
01:16:24 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
01:16:24     public Comparable next(Comparable arg0) {
01:16:24                       ^
01:16:24 orders/impl/IntegerOrder2.java:14: warning: [rawtypes] found raw type: Comparable
01:16:24     public Comparable next(Comparable arg0) {
01:16:24                            ^
01:16:24   missing type arguments for generic class Comparable<T>
01:16:24   where T is a type-variable:
01:16:24     T extends Object declared in interface Comparable
01:16:24 orders/impl/IntegerOrder2.java:14: warning: [rawtypes] found raw type: Comparable
01:16:24     public Comparable next(Comparable arg0) {
01:16:24            ^
01:16:24   missing type arguments for generic class Comparable<T>
01:16:24   where T is a type-variable:
01:16:24     T extends Object declared in interface Comparable
01:16:24 2 errors
01:16:24 4 warnings
01:16:24 
01:16:24 
01:16:24 
01:16:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:25 --- javac err: ---
01:16:25 A.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:16:25 		Number n= new Integer(1);
01:16:25 		          ^
01:16:25 A.java:4: warning: [rawtypes] found raw type: X
01:16:25 		X x = new X<Number>();
01:16:25 		^
01:16:25   missing type arguments for generic class X<T>
01:16:25   where T is a type-variable:
01:16:25     T extends Object declared in class X
01:16:25 A.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
01:16:25 		x.m(new Integer(2));
01:16:25 		    ^
01:16:25 A.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
01:16:25 		y.m(new Integer(2));
01:16:25 		    ^
01:16:25 4 warnings
01:16:25 
01:16:26 
01:16:26 
01:16:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:27 --- javac err: ---
01:16:27 A.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:16:27 		Number n= new Integer(1);
01:16:27 		          ^
01:16:27 A.java:4: warning: [rawtypes] found raw type: X
01:16:27 		X x = new X<Number>();
01:16:27 		^
01:16:27   missing type arguments for generic class X<T>
01:16:27   where T is a type-variable:
01:16:27     T extends Object declared in class X
01:16:27 A.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
01:16:27 		x.m(new Integer(2));
01:16:27 		    ^
01:16:27 A.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
01:16:27 		y.m(new Integer(2));
01:16:27 		    ^
01:16:27 4 warnings
01:16:27 
01:16:27 
01:16:27 
01:16:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:29 --- javac err: ---
01:16:29 X.java:3: error: cannot find symbol
01:16:29     Zork z;
01:16:29     ^
01:16:29   symbol:   class Zork
01:16:29   location: class X<T>
01:16:29   where T is a type-variable:
01:16:29     T extends Object declared in class X
01:16:29 X.java:6: warning: [cast] redundant cast to T
01:16:29         list.add((T) list.get(0)); // checked cast
01:16:29                  ^
01:16:29   where T is a type-variable:
01:16:29     T extends Object declared in class X
01:16:29 X.java:7: warning: [unchecked] unchecked cast
01:16:29         list.add((T) abs); // unchecked cast
01:16:29                      ^
01:16:29   required: T
01:16:29   found:    Object
01:16:29   where T is a type-variable:
01:16:29     T extends Object declared in class X
01:16:29 X.java:13: warning: [unchecked] unchecked cast
01:16:29     	list.add((T) other.get(0)); // unchecked cast
01:16:29     	                      ^
01:16:29   required: T
01:16:29   found:    CAP#1
01:16:29   where T is a type-variable:
01:16:29     T extends Object declared in class X
01:16:29   where CAP#1 is a fresh type-variable:
01:16:29     CAP#1 extends Object super: T from capture of ? super T
01:16:29 1 error
01:16:29 3 warnings
01:16:29 
01:16:29 
01:16:29 
01:16:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:30 --- javac err: ---
01:16:30 X.java:9: error: cannot find symbol
01:16:30     Zork z;
01:16:30     ^
01:16:30   symbol:   class Zork
01:16:30   location: class X
01:16:30 X.java:5: warning: [rawtypes] found raw type: Composite
01:16:30 class Concrete extends Composite {
01:16:30                        ^
01:16:30   missing type arguments for generic class Composite<E>
01:16:30   where E is a type-variable:
01:16:30     E extends Object declared in class Composite
01:16:30 X.java:8: warning: [unchecked] unchecked conversion
01:16:30     Composite<Node> comp = new Concrete(); // unchecked cast
01:16:30                            ^
01:16:30   required: Composite<Node>
01:16:30   found:    Concrete
01:16:30 1 error
01:16:30 2 warnings
01:16:30 
01:16:30 
01:16:30 
01:16:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:31 --- javac err: ---
01:16:31 X.java:7: error: cannot find symbol
01:16:31   Zork z;
01:16:31   ^
01:16:31   symbol:   class Zork
01:16:31   location: class X<T>
01:16:31   where T is a type-variable:
01:16:31     T extends Object declared in class X
01:16:31 X.java:4: warning: [unchecked] unchecked cast
01:16:31 			U u = (U) xt;
01:16:31 			          ^
01:16:31   required: U
01:16:31   found:    X<T>
01:16:31   where T,U are type-variables:
01:16:31     T extends Object declared in class X
01:16:31     U extends Object declared in class X.Y
01:16:31 1 error
01:16:31 1 warning
01:16:31 
01:16:31 
01:16:31 
01:16:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:32 --- javac err: ---
01:16:32 X.java:4: warning: [unchecked] unchecked cast
01:16:32         array = (T[]) new Number[s];   // Unnecessary cast from Number[] to T[]
01:16:32                       ^
01:16:32   required: T[]
01:16:32   found:    Number[]
01:16:32   where T is a type-variable:
01:16:32     T extends Number declared in class X
01:16:32 X.java:5: error: incompatible types: Number[] cannot be converted to T[]
01:16:32         array = new Number[s];   // Type mismatch: cannot convert from Number[] to T[]
01:16:32                 ^
01:16:32   where T is a type-variable:
01:16:32     T extends Number declared in class X
01:16:32 1 error
01:16:32 1 warning
01:16:32 
01:16:32 
01:16:32 
01:16:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:33 
01:16:33 
01:16:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:34 
01:16:34 
01:16:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:35 --- javac err: ---
01:16:35 X.java:1: error: repeated interface
01:16:35 public class X implements I<Integer>, I<String> {}
01:16:35                                        ^
01:16:35 X.java:1: error: I cannot be inherited with different arguments: <java.lang.Integer> and <java.lang.String>
01:16:35 public class X implements I<Integer>, I<String> {}
01:16:35        ^
01:16:35 2 errors
01:16:35 
01:16:35 
01:16:35 
01:16:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:36 --- javac err: ---
01:16:36 X.java:3: error: cannot find symbol
01:16:36     Zork z;
01:16:36     ^
01:16:36   symbol:   class Zork
01:16:36   location: class X
01:16:36 X.java:6: warning: [unchecked] unchecked cast
01:16:36         final T val = (T) getProperty(src, name); // this gives erroneous cast warning
01:16:36                                      ^
01:16:36   required: T
01:16:36   found:    Object
01:16:36   where T is a type-variable:
01:16:36     T extends Object declared in method <T>getTheProperty(Object,String)
01:16:36 1 error
01:16:36 1 warning
01:16:36 
01:16:36 
01:16:36 
01:16:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:37 
01:16:37 
01:16:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:39 --- javac err: ---
01:16:39 X.java:6: warning: [rawtypes] found raw type: X.Inner
01:16:39     X.Inner d2 = new X.Inner();
01:16:39      ^
01:16:39   missing type arguments for generic class X<A>.Inner<B>
01:16:39   where B,A are type-variables:
01:16:39     B extends Object declared in class X.Inner
01:16:39     A extends Object declared in class X
01:16:39 X.java:6: warning: [rawtypes] found raw type: X.Inner
01:16:39     X.Inner d2 = new X.Inner();
01:16:39                       ^
01:16:39   missing type arguments for generic class X<A>.Inner<B>
01:16:39   where B,A are type-variables:
01:16:39     B extends Object declared in class X.Inner
01:16:39     A extends Object declared in class X
01:16:39 X.java:7: error: improperly formed type, type arguments given on a raw type
01:16:39     X.Inner<Integer> d3 = new X.Inner<Integer>();
01:16:39            ^
01:16:39 X.java:7: error: improperly formed type, type arguments given on a raw type
01:16:39     X.Inner<Integer> d3 = new X.Inner<Integer>();
01:16:39                                      ^
01:16:39 X.java:8: warning: [unchecked] unchecked conversion
01:16:39     d1 = d2;
01:16:39          ^
01:16:39   required: X<String>.Inner<Integer>
01:16:39   found:    X.Inner
01:16:39 X.java:10: error: incompatible types: X.Inner<Integer> cannot be converted to X<String>.Inner<Integer>
01:16:39     d1 = d3;
01:16:39          ^
01:16:39 X.java:13: warning: [unchecked] unchecked conversion
01:16:39     d3 = d2;
01:16:39          ^
01:16:39   required: X.Inner<Integer>
01:16:39   found:    X.Inner
01:16:39 3 errors
01:16:39 4 warnings
01:16:39 
01:16:39 
01:16:39 
01:16:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:40 
01:16:40 
01:16:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:41 
01:16:41 
01:16:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:42 --- javac err: ---
01:16:42 X.java:6: error: improperly formed type, type arguments given on a raw type
01:16:42     X<String>.Inner<Integer> d4 = new X.Inner<Integer>();
01:16:42                                              ^
01:16:42 X.java:6: error: incompatible types: X.Inner<Integer> cannot be converted to X<String>.Inner<Integer>
01:16:42     X<String>.Inner<Integer> d4 = new X.Inner<Integer>();
01:16:42                                   ^
01:16:42 2 errors
01:16:42 
01:16:42 
01:16:42 
01:16:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:43 --- javac err: ---
01:16:43 X.java:6: error: cannot select a static class from a parameterized type
01:16:43     X<String>.Inner<Integer> d4 = new X<String>.Inner<Integer>();
01:16:43              ^
01:16:43 X.java:6: error: cannot select a static class from a parameterized type
01:16:43     X<String>.Inner<Integer> d4 = new X<String>.Inner<Integer>();
01:16:43                                                ^
01:16:43 2 errors
01:16:43 
01:16:43 
01:16:43 
01:16:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:44 
01:16:44 
01:16:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:45 
01:16:45 
01:16:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:46 --- javac err: ---
01:16:46 X.java:1: error: repeated interface
01:16:46 public class X<T extends I & I> {}
01:16:46                              ^
01:16:46 1 error
01:16:46 
01:16:46 
01:16:46 
01:16:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:48 --- javac err: ---
01:16:48 X.java:1: warning: [rawtypes] found raw type: X
01:16:48 public class X<T, U extends X> {
01:16:48                             ^
01:16:48   missing type arguments for generic class X<T,U>
01:16:48   where T,U are type-variables:
01:16:48     T extends Object declared in class X
01:16:48     U extends X declared in class X
01:16:48 X.java:4: warning: [unchecked] unchecked cast
01:16:48 		T x1= (T) objectArr;
01:16:48 		          ^
01:16:48   required: T
01:16:48   found:    Object[]
01:16:48   where T is a type-variable:
01:16:48     T extends Object declared in class X
01:16:48 X.java:5: error: incompatible types: Object[] cannot be converted to U
01:16:48 		U x2= (U) objectArr;
01:16:48 		          ^
01:16:48   where U is a type-variable:
01:16:48     U extends X declared in class X
01:16:48 1 error
01:16:48 2 warnings
01:16:48 
01:16:48 
01:16:48 
01:16:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:50 
01:16:50 
01:16:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:51 
01:16:51 
01:16:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:52 --- javac err: ---
01:16:52 X.java:9: error: incompatible types: X cannot be converted to CAP#1
01:16:52  	l.add(new X()); 
01:16:52  	      ^
01:16:52   where CAP#1 is a fresh type-variable:
01:16:52     CAP#1 extends X from capture of ? extends X
01:16:52 X.java:17: error: method add3 in class X cannot be applied to given types;
01:16:52 	add3(lx, ls);
01:16:52 	^
01:16:52   required: List<T>,List<T>
01:16:52   found: List<X>,List<String>
01:16:52   reason: inference variable T has incompatible equality constraints String,X
01:16:52   where T is a type-variable:
01:16:52     T extends Object declared in method <T>add3(List<T>,List<T>)
01:16:52 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:16:52 2 errors
01:16:52 
01:16:52 
01:16:52 
01:16:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:53 --- javac err: ---
01:16:53 X.java:16: warning: [rawtypes] found raw type: A
01:16:53 	void foo(A a, B b, C c){
01:16:53 	         ^
01:16:53   missing type arguments for generic class A<E>
01:16:53   where E is a type-variable:
01:16:53     E extends Object declared in interface A
01:16:53 X.java:16: warning: [rawtypes] found raw type: B
01:16:53 	void foo(A a, B b, C c){
01:16:53 	              ^
01:16:53   missing type arguments for generic class B<T>
01:16:53   where T is a type-variable:
01:16:53     T extends Number declared in class B
01:16:53 X.java:18: error: incompatible types: Object cannot be converted to Number
01:16:53 		Number n1= b.getOne(); // fails
01:16:53 		                   ^
01:16:53 1 error
01:16:53 2 warnings
01:16:53 
01:16:53 
01:16:53 
01:16:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:55 --- javac err: ---
01:16:55 X.java:3: error: cannot find symbol
01:16:55 Zork z;
01:16:55 ^
01:16:55   symbol:   class Zork
01:16:55   location: class X
01:16:55 X.java:16: warning: [unchecked] unchecked method invocation: method getById in class Manager is applied to given types
01:16:55     return m_manager.getById(getClass(), Integer.valueOf(1));
01:16:55                             ^
01:16:55   required: Class<T>,Integer
01:16:55   found: Class<CAP#1>,Integer
01:16:55   where T,C are type-variables:
01:16:55     T extends ITest<C> declared in method <T>getById(Class<T>,Integer)
01:16:55     C extends X declared in class Manager
01:16:55   where CAP#1 is a fresh type-variable:
01:16:55     CAP#1 extends Test from capture of ? extends Test
01:16:55 X.java:16: warning: [unchecked] unchecked conversion
01:16:55     return m_manager.getById(getClass(), Integer.valueOf(1));
01:16:55                             ^
01:16:55   required: ITest<C>
01:16:55   found:    Test
01:16:55   where C is a type-variable:
01:16:55     C extends X declared in class Test
01:16:55 1 error
01:16:55 2 warnings
01:16:55 
01:16:55 
01:16:55 
01:16:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:56 --- javac err: ---
01:16:56 X.java:7: warning: [rawtypes] found raw type: Collection
01:16:56 		Class<? extends Collection> c = param.getClass(); // ok
01:16:56 		                ^
01:16:56   missing type arguments for generic class Collection<E>
01:16:56   where E is a type-variable:
01:16:56     E extends Object declared in interface Collection
01:16:56 X.java:8: warning: [rawtypes] found raw type: Collection
01:16:56 		Class<? extends Collection> d = getClazz(); // ko
01:16:56 		                ^
01:16:56   missing type arguments for generic class Collection<E>
01:16:56   where E is a type-variable:
01:16:56     E extends Object declared in interface Collection
01:16:56 X.java:8: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends Collection>
01:16:56 		Class<? extends Collection> d = getClazz(); // ko
01:16:56 		                                        ^
01:16:56   where CAP#1 is a fresh type-variable:
01:16:56     CAP#1 extends Object from capture of ? extends Object
01:16:56 X.java:17: warning: [rawtypes] found raw type: Collection
01:16:56 		Class<? extends Collection> c = getClass(); // ok
01:16:56 		                ^
01:16:56   missing type arguments for generic class Collection<E>
01:16:56   where E is a type-variable:
01:16:56     E extends Object declared in interface Collection
01:16:56 1 error
01:16:56 3 warnings
01:16:56 
01:16:56 
01:16:56 
01:16:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:57 --- javac err: ---
01:16:57 X.java:1: error: unexpected type
01:16:57 public class X<T extends int[]> {
01:16:57                             ^
01:16:57   required: class
01:16:57   found:    int[]
01:16:57 1 error
01:16:57 
01:16:57 
01:16:57 
01:16:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:58 
01:16:58 
01:16:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:16:59 --- javac err: ---
01:16:59 X.java:3: error: cannot find symbol
01:16:59    Zork z;
01:16:59    ^
01:16:59   symbol:   class Zork
01:16:59   location: class X
01:16:59 X.java:5: warning: [rawtypes] found raw type: Set
01:16:59 	   Set[] sets = new Set[10];
01:16:59 	   ^
01:16:59   missing type arguments for generic class Set<E>
01:16:59   where E is a type-variable:
01:16:59     E extends Object declared in interface Set
01:16:59 X.java:5: warning: [rawtypes] found raw type: Set
01:16:59 	   Set[] sets = new Set[10];
01:16:59 	                    ^
01:16:59   missing type arguments for generic class Set<E>
01:16:59   where E is a type-variable:
01:16:59     E extends Object declared in interface Set
01:16:59 X.java:6: warning: [unchecked] unchecked conversion
01:16:59 	   return sets;
01:16:59 	          ^
01:16:59   required: Set<String>[]
01:16:59   found:    Set[]
01:16:59 1 error
01:16:59 3 warnings
01:16:59 
01:16:59 
01:16:59 
01:16:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:01 --- javac err: ---
01:17:01 X.java:4: error: cannot find symbol
01:17:01     Zork z;
01:17:01     ^
01:17:01   symbol:   class Zork
01:17:01   location: class X
01:17:01 X.java:6: warning: [rawtypes] found raw type: List
01:17:01         List<Integer>[] nums = new List[] {Collections.singletonList("Uh oh")};
01:17:01                                    ^
01:17:01   missing type arguments for generic class List<E>
01:17:01   where E is a type-variable:
01:17:01     E extends Object declared in interface List
01:17:01 X.java:6: warning: [unchecked] unchecked conversion
01:17:01         List<Integer>[] nums = new List[] {Collections.singletonList("Uh oh")};
01:17:01                                ^
01:17:01   required: List<Integer>[]
01:17:01   found:    List[]
01:17:01 1 error
01:17:01 2 warnings
01:17:01 
01:17:01 
01:17:01 
01:17:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:02 --- javac err: ---
01:17:02 Cla.java:7: error: cannot find symbol
01:17:02         String s= new Cla<String>.getT();
01:17:02                                  ^
01:17:02   symbol:   class getT
01:17:02   location: class Cla<String>
01:17:02 1 error
01:17:02 
01:17:02 
01:17:02 
01:17:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:03 --- javac err: ---
01:17:03 X.java:1: error: type variable A is already defined in class X
01:17:03 public class X<A, A> { }
01:17:03                   ^
01:17:03 1 error
01:17:03 
01:17:03 
01:17:03 
01:17:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:04 --- javac err: ---
01:17:04 test02/FooBar.java:5: warning: [rawtypes] found raw type: FooBar
01:17:04       FooBar f = new FooBar(); 
01:17:04       ^
01:17:04   missing type arguments for generic class FooBar<R>
01:17:04   where R is a type-variable:
01:17:04     R extends Object declared in class FooBar
01:17:04 test02/FooBar.java:5: warning: [rawtypes] found raw type: FooBar
01:17:04       FooBar f = new FooBar(); 
01:17:04                      ^
01:17:04   missing type arguments for generic class FooBar<R>
01:17:04   where R is a type-variable:
01:17:04     R extends Object declared in class FooBar
01:17:04 2 warnings
01:17:04 
01:17:04 
01:17:04 
01:17:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:05 --- javac err: ---
01:17:05 test/FooBar.java:5: warning: [rawtypes] found raw type: FooBar
01:17:05       FooBar f = new FooBar(); 
01:17:05       ^
01:17:05   missing type arguments for generic class FooBar<R>
01:17:05   where R is a type-variable:
01:17:05     R extends Object declared in class FooBar
01:17:05 test/FooBar.java:5: warning: [rawtypes] found raw type: FooBar
01:17:05       FooBar f = new FooBar(); 
01:17:05                      ^
01:17:05   missing type arguments for generic class FooBar<R>
01:17:05   where R is a type-variable:
01:17:05     R extends Object declared in class FooBar
01:17:05 2 warnings
01:17:05 
01:17:05 
01:17:05 
01:17:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:06 --- javac err: ---
01:17:06 a/C.java:3: warning: [rawtypes] found raw type: B
01:17:06 public class C extends B { 
01:17:06                        ^
01:17:06   missing type arguments for generic class B<E>
01:17:06   where E is a type-variable:
01:17:06     E extends Object declared in class B
01:17:06 1 warning
01:17:06 
01:17:08 --- javac err: ---
01:17:08 a/C.java:3: warning: [rawtypes] found raw type: B
01:17:08 public class C extends B { 
01:17:08                        ^
01:17:08   missing type arguments for generic class B<E>
01:17:08   where E is a type-variable:
01:17:08     E extends Object declared in class B
01:17:08 1 warning
01:17:08 
01:17:08 
01:17:08 
01:17:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:09 --- javac err: ---
01:17:09 X.java:9: warning: [rawtypes] found raw type: Comparable
01:17:09 		Comparable s1 = choose(true, "string", Integer.valueOf(1));
01:17:09 		^
01:17:09   missing type arguments for generic class Comparable<T>
01:17:09   where T is a type-variable:
01:17:09     T extends Object declared in interface Comparable
01:17:09 X.java:11: warning: [rawtypes] found raw type: Comparable
01:17:09 		Comparable s3 = choose(true, Integer.valueOf(1), Float.valueOf(2));
01:17:09 		^
01:17:09   missing type arguments for generic class Comparable<T>
01:17:09   where T is a type-variable:
01:17:09     T extends Object declared in interface Comparable
01:17:09 X.java:12: error: incompatible types: inferred type does not conform to upper bound(s)
01:17:09 		Cloneable s4 = choose(true, Integer.valueOf(1), Float.valueOf(2));
01:17:09 		                     ^
01:17:09     inferred: INT#1
01:17:09     upper bound(s): Cloneable,Object
01:17:09   where INT#1,INT#2 are intersection types:
01:17:09     INT#1 extends Number,Comparable<? extends INT#2>
01:17:09     INT#2 extends Number,Comparable<?>
01:17:09 X.java:13: error: incompatible types: inferred type does not conform to upper bound(s)
01:17:09 		Cloneable s5 = choose(true, "string", Integer.valueOf(1));
01:17:09 		                     ^
01:17:09     inferred: INT#1
01:17:09     upper bound(s): Cloneable,Object
01:17:09   where INT#1,INT#2 are intersection types:
01:17:09     INT#1 extends Object,Serializable,Comparable<? extends INT#2>
01:17:09     INT#2 extends Object,Serializable,Comparable<?>
01:17:09 2 errors
01:17:09 2 warnings
01:17:09 
01:17:09 
01:17:09 
01:17:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:10 --- javac err: ---
01:17:10 test02/FooBar.java:7: error: incompatible types: String cannot be converted to R
01:17:10       this.s = "foo";
01:17:10                ^
01:17:10   where R is a type-variable:
01:17:10     R extends Object declared in class FooBar
01:17:10 1 error
01:17:10 
01:17:10 
01:17:10 
01:17:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:11 --- javac err: ---
01:17:11 test02/FooBar.java:6: error: s has private access in Foo
01:17:11       f.s = "foo"; 
01:17:11        ^
01:17:11 test02/FooBar.java:7: error: s has private access in Foo
01:17:11       this.s = "foo";
01:17:11           ^
01:17:11 test02/FooBar.java:7: error: incompatible types: String cannot be converted to R
01:17:11       this.s = "foo";
01:17:11                ^
01:17:11   where R is a type-variable:
01:17:11     R extends Object declared in class FooBar
01:17:11 test02/FooBar.java:8: error: cannot find symbol
01:17:11       f.dosomething(); 
01:17:11        ^
01:17:11   symbol:   method dosomething()
01:17:11   location: variable f of type FooBar<String>
01:17:11 test02/FooBar.java:9: error: cannot find symbol
01:17:11       this.dosomething();  
01:17:11           ^
01:17:11   symbol: method dosomething()
01:17:11 test02/FooBar.java:10: error: Foo.Bar has private access in Foo
01:17:11       Bar b1; 
01:17:11       ^
01:17:11 test02/FooBar.java:11: error: Foo.Bar has private access in Foo
01:17:11       FooBar<String>.Bar b2; 
01:17:11                     ^
01:17:11 test02/FooBar.java:12: error: Foo.Bar has private access in Foo
01:17:11       Foo<String>.Bar b3; 
01:17:11                  ^
01:17:11 8 errors
01:17:11 
01:17:11 
01:17:11 
01:17:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:13 
01:17:13 
01:17:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:14 
01:17:14 
01:17:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:15 --- javac err: ---
01:17:15 X.java:5: error: incompatible types: Object cannot be converted to CAP#1
01:17:15         list.add(new Object());   // should fail
01:17:15                  ^
01:17:15   where CAP#1 is a fresh type-variable:
01:17:15     CAP#1 extends Object super: Number from capture of ? super Number
01:17:15 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:17:15 1 error
01:17:15 
01:17:15 
01:17:15 
01:17:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:16 --- javac err: ---
01:17:16 X.java:6: error: incompatible types: List<CAP#1> cannot be converted to List<Object>
01:17:16     	lo = list;
01:17:16     	     ^
01:17:16   where CAP#1 is a fresh type-variable:
01:17:16     CAP#1 extends Object super: Number from capture of ? super Number
01:17:16 1 error
01:17:16 
01:17:16 
01:17:16 
01:17:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:17 --- javac err: ---
01:17:17 X.java:6: error: incompatible types: Number cannot be converted to CAP#1
01:17:17 		lhs.add(rhs.get(0));
01:17:17 		               ^
01:17:17   where T is a type-variable:
01:17:17     T extends Number declared in class X
01:17:17   where CAP#1 is a fresh type-variable:
01:17:17     CAP#1 extends Object super: T from capture of ? super T
01:17:17 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:17:17 1 error
01:17:17 
01:17:17 
01:17:17 
01:17:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:19 --- javac err: ---
01:17:19 X.java:6: error: incompatible types: Object cannot be converted to CAP#1
01:17:19 		lhs.add(rhs.get(0));
01:17:19 		               ^
01:17:19   where CAP#1 is a fresh type-variable:
01:17:19     CAP#1 extends Object super: Number from capture of ? super Number
01:17:19 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:17:19 1 error
01:17:19 
01:17:19 
01:17:19 
01:17:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:20 
01:17:20 
01:17:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:21 --- javac err: ---
01:17:21 X.java:6: error: incompatible types: Number cannot be converted to CAP#1
01:17:21 		lhs.add(rhs.get(0));
01:17:21 		               ^
01:17:21   where CAP#1 is a fresh type-variable:
01:17:21     CAP#1 extends Object super: Integer from capture of ? super Integer
01:17:21 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:17:21 1 error
01:17:21 
01:17:21 
01:17:21 
01:17:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:22 --- javac err: ---
01:17:22 X.java:6: error: incompatible types: Object cannot be converted to CAP#1
01:17:22 		lhs.add(rhs.get(0));
01:17:22 		               ^
01:17:22   where CAP#1 is a fresh type-variable:
01:17:22     CAP#1 extends Object super: Number from capture of ? super Number
01:17:22 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:17:22 1 error
01:17:22 
01:17:22 
01:17:22 
01:17:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:24 
01:17:24 
01:17:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:25 --- javac err: ---
01:17:25 X.java:6: error: method m in class X cannot be applied to given types;
01:17:25         m(new Y<Short>(), new Y<Integer>());
01:17:25         ^
01:17:25   required: Y<T>,Y<T>
01:17:25   found: Y<Short>,Y<Integer>
01:17:25   reason: inference variable T has incompatible equality constraints Integer,Short
01:17:25   where T is a type-variable:
01:17:25     T extends Number declared in method <T>m(Y<T>,Y<T>)
01:17:25 1 error
01:17:25 
01:17:25 
01:17:25 
01:17:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:26 
01:17:26 
01:17:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:27 --- javac err: ---
01:17:27 X.java:4: warning: [rawtypes] found raw type: Base.Inner
01:17:27 	Inner a;
01:17:27 	^
01:17:27   missing type arguments for generic class Base<T>.Inner<U>
01:17:27   where U,T are type-variables:
01:17:27     U extends Object declared in class Base.Inner
01:17:27     T extends Object declared in class Base
01:17:27 X.java:8: warning: [rawtypes] found raw type: Base.Inner
01:17:27 	class DerivedInner extends Inner {
01:17:27 	                           ^
01:17:27   missing type arguments for generic class Base<T>.Inner<U>
01:17:27   where U,T are type-variables:
01:17:27     U extends Object declared in class Base.Inner
01:17:27     T extends Object declared in class Base
01:17:27 2 warnings
01:17:27 
01:17:27 
01:17:27 
01:17:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:28 --- javac err: ---
01:17:28 X.java:4: warning: [rawtypes] found raw type: Base.Inner
01:17:28 	Inner a;
01:17:28 	^
01:17:28   missing type arguments for generic class Base<T>.Inner<U>
01:17:28   where U,T are type-variables:
01:17:28     U extends Object declared in class Base.Inner
01:17:28     T extends Object declared in class Base
01:17:28 1 warning
01:17:28 
01:17:29 
01:17:29 
01:17:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:30 --- javac err: ---
01:17:30 X.java:6: error: method bar in class X cannot be applied to given types;
01:17:30 		bar(l, ""); 
01:17:30 		^
01:17:30   required: List<? super T>,T
01:17:30   found: List<CAP#1>,String
01:17:30   reason: inference variable T has incompatible bounds
01:17:30     upper bounds: CAP#1,Object
01:17:30     lower bounds: String
01:17:30   where T is a type-variable:
01:17:30     T extends Object declared in method <T>bar(List<? super T>,T)
01:17:30   where CAP#1 is a fresh type-variable:
01:17:30     CAP#1 extends Object from capture of ?
01:17:30 1 error
01:17:30 
01:17:30 
01:17:30 
01:17:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:31 --- javac err: ---
01:17:31 X.java:5: error: incompatible types: Bar<CAP#1> cannot be converted to Bar<CAP#2>
01:17:31         f1.bar = f2.bar;
01:17:31                    ^
01:17:31   where CAP#1,CAP#2 are fresh type-variables:
01:17:31     CAP#1 extends Object from capture of ?
01:17:31     CAP#2 extends Object from capture of ?
01:17:31 1 error
01:17:31 
01:17:31 
01:17:31 
01:17:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:32 --- javac err: ---
01:17:32 X.java:4: error: incompatible types: Bar<CAP#1> cannot be converted to Bar<CAP#2>
01:17:32         f1.bar = f1.bar;
01:17:32                    ^
01:17:32   where CAP#1,CAP#2 are fresh type-variables:
01:17:32     CAP#1 extends Object from capture of ?
01:17:32     CAP#2 extends Object from capture of ?
01:17:32 1 error
01:17:32 
01:17:32 
01:17:32 
01:17:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:33 --- javac err: ---
01:17:33 X.java:5: error: incompatible types: CAP#1 cannot be converted to CAP#2
01:17:33 		lhs.t = rhs.t;
01:17:33 		           ^
01:17:33   where CAP#1,CAP#2 are fresh type-variables:
01:17:33     CAP#1 extends Object from capture of ?
01:17:33     CAP#2 extends Object from capture of ?
01:17:33 1 error
01:17:33 
01:17:33 
01:17:33 
01:17:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:34 --- javac err: ---
01:17:34 X.java:5: error: incompatible types: CAP#1 cannot be converted to CAP#2
01:17:34 		lhs.t = rhs.t;
01:17:34 		           ^
01:17:34   where CAP#1,CAP#2 are fresh type-variables:
01:17:34     CAP#1 extends Object from capture of ?
01:17:34     CAP#2 extends Object from capture of ?
01:17:34 X.java:12: error: incompatible types: X<CAP#1> cannot be converted to X<? super Number>
01:17:34 		lhs = rhs;
01:17:34 		      ^
01:17:34   where CAP#1 is a fresh type-variable:
01:17:34     CAP#1 extends Number from capture of ? extends Number
01:17:34 X.java:17: error: incompatible types: CAP#1 cannot be converted to CAP#2
01:17:34 		lhs.t = rhs.t;
01:17:34 		           ^
01:17:34   where CAP#1,CAP#2 are fresh type-variables:
01:17:34     CAP#1 extends Number from capture of ? extends Number
01:17:34     CAP#2 extends Number from capture of ? extends Number
01:17:34 X.java:20: error: incompatible types: X<CAP#1> cannot be converted to X<? extends Number>
01:17:34 		lhs = rhs;
01:17:34 		      ^
01:17:34   where CAP#1 is a fresh type-variable:
01:17:34     CAP#1 extends Object super: Number from capture of ? super Number
01:17:34 X.java:21: error: incompatible types: CAP#1 cannot be converted to CAP#2
01:17:34 		lhs.t = rhs.t;
01:17:34 		           ^
01:17:34   where CAP#1,CAP#2 are fresh type-variables:
01:17:34     CAP#1 extends Object super: Number from capture of ? super Number
01:17:34     CAP#2 extends Number from capture of ? extends Number
01:17:34 X.java:25: error: incompatible types: CAP#1 cannot be converted to CAP#2
01:17:34 		lhs.t = rhs.t;
01:17:34 		           ^
01:17:34   where CAP#1,CAP#2 are fresh type-variables:
01:17:34     CAP#1 extends Object super: Number from capture of ? super Number
01:17:34     CAP#2 extends Object super: Number from capture of ? super Number
01:17:34 6 errors
01:17:34 
01:17:34 
01:17:34 
01:17:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:35 
01:17:35 
01:17:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:38 
01:17:38 
01:17:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:39 
01:17:39 
01:17:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:40 --- javac err: ---
01:17:40 X.java:4: warning: [rawtypes] found raw type: List
01:17:40 	List l= null; 
01:17:40 	^
01:17:40   missing type arguments for generic class List<E>
01:17:40   where E is a type-variable:
01:17:40     E extends Object declared in interface List
01:17:40 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:17:40 		l.add(s);
01:17:40 		     ^
01:17:40   where E is a type-variable:
01:17:40     E extends Object declared in interface List
01:17:40 X.java:11: warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type List
01:17:40 		l.addAll(Arrays.asList(ss));
01:17:40 		        ^
01:17:40   where E is a type-variable:
01:17:40     E extends Object declared in interface List
01:17:40 X.java:15: warning: [unchecked] unchecked call to <T>toArray(T[]) as a member of the raw type List
01:17:40 		return (String[])l.toArray(new String[l.size()]);
01:17:40 		                          ^
01:17:40   where T is a type-variable:
01:17:40     T extends Object declared in method <T>toArray(T[])
01:17:40 4 warnings
01:17:40 
01:17:40 
01:17:40 
01:17:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:41 --- javac err: ---
01:17:41 X.java:9: warning: [rawtypes] found raw type: Super.A
01:17:41 		take(new A());
01:17:41 		         ^
01:17:41   missing type arguments for generic class Super<S>.A<E>
01:17:41   where E,S are type-variables:
01:17:41     E extends Object declared in class Super.A
01:17:41     S extends Object declared in class Super
01:17:41 X.java:9: warning: [unchecked] unchecked method invocation: method take in class Super is applied to given types
01:17:41 		take(new A());
01:17:41 		    ^
01:17:41   required: Super<S>.A<S>
01:17:41   found: Super.A
01:17:41   where S is a type-variable:
01:17:41     S extends Object declared in class Super
01:17:41 X.java:9: warning: [unchecked] unchecked conversion
01:17:41 		take(new A());
01:17:41 		     ^
01:17:41   required: Super<S>.A<S>
01:17:41   found:    Super.A
01:17:41   where S is a type-variable:
01:17:41     S extends Object declared in class Super
01:17:41 3 warnings
01:17:41 
01:17:41 
01:17:41 
01:17:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:43 --- javac err: ---
01:17:43 X.java:8: warning: [rawtypes] found raw type: Super.A
01:17:43 		take(new A());
01:17:43 		         ^
01:17:43   missing type arguments for generic class Super<S>.A<E>
01:17:43   where E,S are type-variables:
01:17:43     E extends Object declared in class Super.A
01:17:43     S extends Object declared in class Super
01:17:43 X.java:8: warning: [unchecked] unchecked method invocation: method take in class Super is applied to given types
01:17:43 		take(new A());
01:17:43 		    ^
01:17:43   required: Super<S>.A<S>
01:17:43   found: Super.A
01:17:43   where S is a type-variable:
01:17:43     S extends Object declared in class Super
01:17:43 X.java:8: warning: [unchecked] unchecked conversion
01:17:43 		take(new A());
01:17:43 		     ^
01:17:43   required: Super<S>.A<S>
01:17:43   found:    Super.A
01:17:43   where S is a type-variable:
01:17:43     S extends Object declared in class Super
01:17:43 X.java:14: error: cannot find symbol
01:17:43 		Zork z;
01:17:43 		^
01:17:43   symbol:   class Zork
01:17:43   location: class X
01:17:43 1 error
01:17:43 3 warnings
01:17:43 
01:17:43 
01:17:43 
01:17:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:43 --- javac err: ---
01:17:43 warning: [options] bootstrap class path not set in conjunction with -source 1.4
01:17:43 error: Source option 1.4 is no longer supported. Use 6 or later.
01:17:43 
01:17:43 
01:17:43 
01:17:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:44 --- javac err: ---
01:17:44 X.java:6: error: incompatible types: bad type in conditional expression
01:17:44 		 		 Integer[] var = cond ? tab1 : tab2;
01:17:44 		 		                        ^
01:17:44     String[] cannot be converted to Integer[]
01:17:44 1 error
01:17:44 
01:17:44 
01:17:44 
01:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:46 
01:17:46 
01:17:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:47 --- javac err: ---
01:17:47 X.java:1: warning: [rawtypes] found raw type: AX
01:17:47 public class X <T extends AX> {
01:17:47                           ^
01:17:47   missing type arguments for generic class AX<P>
01:17:47   where P is a type-variable:
01:17:47     P extends Object declared in class AX
01:17:47 X.java:7: warning: [rawtypes] found raw type: BX
01:17:47 		X<? extends BX> x = new X<BX<String>>(new BX<String>());
01:17:47 		            ^
01:17:47   missing type arguments for generic class BX<Q>
01:17:47   where Q is a type-variable:
01:17:47     Q extends Object declared in class BX
01:17:47 2 warnings
01:17:47 
01:17:47 
01:17:47 
01:17:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:48 --- javac err: ---
01:17:48 X.java:1: warning: [rawtypes] found raw type: AX
01:17:48 public class X <T extends AX> {
01:17:48                           ^
01:17:48   missing type arguments for generic class AX<P>
01:17:48   where P is a type-variable:
01:17:48     P extends Object declared in class AX
01:17:48 X.java:7: warning: [rawtypes] found raw type: BX
01:17:48 		X<? extends BX> x = new X<BX<String>>(new BX<String>());
01:17:48 		            ^
01:17:48   missing type arguments for generic class BX<Q>
01:17:48   where Q is a type-variable:
01:17:48     Q extends Object declared in class BX
01:17:48 2 warnings
01:17:48 
01:17:48 
01:17:48 
01:17:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:49 --- javac err: ---
01:17:49 X.java:10: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
01:17:49 	  System.out.print(new X<XAB>().e.CONST);
01:17:49 	                                 ^
01:17:49 X.java:14: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
01:17:49     System.out.print(this.e.CONST);
01:17:49                            ^
01:17:49 2 warnings
01:17:49 
01:17:50 
01:17:50 
01:17:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:51 --- javac err: ---
01:17:51 X.java:10: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
01:17:51 	  System.out.print(new X<XAB>().e().CONST);
01:17:51 	                                   ^
01:17:51 X.java:14: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
01:17:51     System.out.print(this.e().CONST);
01:17:51                              ^
01:17:51 2 warnings
01:17:51 
01:17:51 
01:17:51 
01:17:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:52 --- javac err: ---
01:17:52 X.java:15: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
01:17:52 			System.out.print(e.CONST);
01:17:52 			                  ^
01:17:52 X.java:18: warning: [static] static variable should be qualified by type name, XB, instead of by an expression
01:17:52     System.out.print(e.CONST);
01:17:52                       ^
01:17:52 2 warnings
01:17:52 
01:17:52 
01:17:52 
01:17:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:54 --- javac err: ---
01:17:54 X.java:18: error: cannot find symbol
01:17:54  Zork z;
01:17:54  ^
01:17:54   symbol:   class Zork
01:17:54   location: class X<E>
01:17:54   where E is a type-variable:
01:17:54     E extends Object declared in class X
01:17:54 X.java:6: warning: [rawtypes] found raw type: List
01:17:54 	public void test(List list,final Comparator comparator, X x) {
01:17:54 	                 ^
01:17:54   missing type arguments for generic class List<E>
01:17:54   where E is a type-variable:
01:17:54     E extends Object declared in interface List
01:17:54 X.java:6: warning: [rawtypes] found raw type: Comparator
01:17:54 	public void test(List list,final Comparator comparator, X x) {
01:17:54 	                                 ^
01:17:54   missing type arguments for generic class Comparator<T>
01:17:54   where T is a type-variable:
01:17:54     T extends Object declared in interface Comparator
01:17:54 X.java:6: warning: [rawtypes] found raw type: X
01:17:54 	public void test(List list,final Comparator comparator, X x) {
01:17:54 	                                                        ^
01:17:54   missing type arguments for generic class X<E>
01:17:54   where E is a type-variable:
01:17:54     E extends Object declared in class X
01:17:54 X.java:7: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:17:54 		foo(list, comparator);
01:17:54 		   ^
01:17:54   required: List<T>,Comparator<? super T>
01:17:54   found: List,Comparator
01:17:54   where T is a type-variable:
01:17:54     T extends Object declared in method <T>foo(List<T>,Comparator<? super T>)
01:17:54 X.java:7: warning: [unchecked] unchecked conversion
01:17:54 		foo(list, comparator);
01:17:54 		    ^
01:17:54   required: List<T>
01:17:54   found:    List
01:17:54   where T is a type-variable:
01:17:54     T extends Object declared in method <T>foo(List<T>,Comparator<? super T>)
01:17:54 X.java:7: warning: [unchecked] unchecked conversion
01:17:54 		foo(list, comparator);
01:17:54 		          ^
01:17:54   required: Comparator<? super T>
01:17:54   found:    Comparator
01:17:54   where T is a type-variable:
01:17:54     T extends Object declared in method <T>foo(List<T>,Comparator<? super T>)
01:17:54 X.java:8: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
01:17:54 		bar(list, comparator);
01:17:54 		   ^
01:17:54   required: List<T>,Comparator<? super T>
01:17:54   found: List,Comparator
01:17:54   where T is a type-variable:
01:17:54     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
01:17:54 X.java:8: warning: [unchecked] unchecked conversion
01:17:54 		bar(list, comparator);
01:17:54 		    ^
01:17:54   required: List<T>
01:17:54   found:    List
01:17:54   where T is a type-variable:
01:17:54     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
01:17:54 X.java:8: warning: [unchecked] unchecked conversion
01:17:54 		bar(list, comparator);
01:17:54 		          ^
01:17:54   required: Comparator<? super T>
01:17:54   found:    Comparator
01:17:54   where T is a type-variable:
01:17:54     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
01:17:54 X.java:10: warning: [unchecked] unchecked call to <T>foo(List<T>,Comparator<? super T>) as a member of the raw type X
01:17:54 		x.foo(list, comparator);
01:17:54 		     ^
01:17:54   where T is a type-variable:
01:17:54     T extends Object declared in method <T>foo(List<T>,Comparator<? super T>)
01:17:54 X.java:11: warning: [static] static method should be qualified by type name, X, instead of by an expression
01:17:54 		x.bar(list, comparator);
01:17:54 		 ^
01:17:54 X.java:11: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
01:17:54 		x.bar(list, comparator);
01:17:54 		     ^
01:17:54   required: List<T>,Comparator<? super T>
01:17:54 
01:17:54 
01:17:54   found: List,Comparator
01:17:54   where T is a type-variable:
01:17:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:54     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
01:17:54 X.java:11: warning: [unchecked] unchecked conversion
01:17:54 		x.bar(list, comparator);
01:17:54 		      ^
01:17:54   required: List<T>
01:17:54   found:    List
01:17:54   where T is a type-variable:
01:17:54     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
01:17:54 X.java:11: warning: [unchecked] unchecked conversion
01:17:54 		x.bar(list, comparator);
01:17:54 		            ^
01:17:54   required: Comparator<? super T>
01:17:54   found:    Comparator
01:17:54   where T is a type-variable:
01:17:54     T extends Object declared in method <T>bar(List<T>,Comparator<? super T>)
01:17:54 1 error
01:17:54 14 warnings
01:17:54 
01:17:55 
01:17:55 
01:17:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:56 --- javac err: ---
01:17:56 X.java:6: error: cannot find symbol
01:17:56 		int i = l.get(0).length;
01:17:56 		                ^
01:17:56   symbol:   variable length
01:17:56   location: class Object
01:17:56 X.java:13: error: incompatible types: bad type in conditional expression
01:17:56 		Serializable s2 = b ? l.get(0) : s;
01:17:56 		                           ^
01:17:56     CAP#1 cannot be converted to Serializable
01:17:56   where CAP#1 is a fresh type-variable:
01:17:56     CAP#1 extends Object super: int[] from capture of ? super int[]
01:17:56 2 errors
01:17:56 
01:17:56 
01:17:56 
01:17:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:58 --- javac err: ---
01:17:58 X.java:4: warning: [rawtypes] found raw type: MyTigerSimpleObject
01:17:58         List<MyTigerSimpleObject> list = new ArrayList<MyTigerSimpleObject>();
01:17:58              ^
01:17:58   missing type arguments for generic class MyTigerSimpleObject<E>
01:17:58   where E is a type-variable:
01:17:58     E extends Object declared in class MyTigerSimpleObject
01:17:58 X.java:4: warning: [rawtypes] found raw type: MyTigerSimpleObject
01:17:58         List<MyTigerSimpleObject> list = new ArrayList<MyTigerSimpleObject>();
01:17:58                                                        ^
01:17:58   missing type arguments for generic class MyTigerSimpleObject<E>
01:17:58   where E is a type-variable:
01:17:58     E extends Object declared in class MyTigerSimpleObject
01:17:58 X.java:5: warning: [rawtypes] found raw type: MyTigerSimpleObject
01:17:58         list.add(new MyTigerSimpleObject("a"));
01:17:58                      ^
01:17:58   missing type arguments for generic class MyTigerSimpleObject<E>
01:17:58   where E is a type-variable:
01:17:58     E extends Object declared in class MyTigerSimpleObject
01:17:58 X.java:6: warning: [rawtypes] found raw type: MyTigerSimpleObject
01:17:58         list.add(new MyTigerSimpleObject("b"));
01:17:58                      ^
01:17:58   missing type arguments for generic class MyTigerSimpleObject<E>
01:17:58   where E is a type-variable:
01:17:58     E extends Object declared in class MyTigerSimpleObject
01:17:58 X.java:8: warning: [rawtypes] found raw type: MyTigerSimpleObject
01:17:58         for (MyTigerSimpleObject so : list)
01:17:58              ^
01:17:58   missing type arguments for generic class MyTigerSimpleObject<E>
01:17:58   where E is a type-variable:
01:17:58     E extends Object declared in class MyTigerSimpleObject
01:17:58 X.java:20: error: cannot find symbol
01:17:58             System.out.println(so.getSomeAttribute());
01:17:58                                  ^
01:17:58   symbol:   method getSomeAttribute()
01:17:58   location: variable so of type MyTigerSimpleObject
01:17:58   where MyTigerSimpleObject is a type-variable:
01:17:58     MyTigerSimpleObject extends Object declared in class TigerList
01:17:58 X.java:17: warning: [serial] serializable class TigerList has no definition of serialVersionUID
01:17:58 class TigerList<MyTigerSimpleObject> extends ArrayList<MyTigerSimpleObject> {
01:17:58 ^
01:17:58 1 error
01:17:58 6 warnings
01:17:58 
01:17:58 
01:17:58 
01:17:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:17:59 --- javac err: ---
01:17:59 X.java:8: warning: [cast] redundant cast to String
01:17:59 		Object obj = ClassB.doSomething((String) strings[0]);
01:17:59 		                                ^
01:17:59 X.java:11: warning: [cast] redundant cast to String
01:17:59 		String intermediate = ClassB.doSomething((String) strings[0]);
01:17:59 		                                         ^
01:17:59 X.java:18: warning: [unchecked] unchecked cast
01:17:59 		return (T) value;
01:17:59 		           ^
01:17:59   required: T
01:17:59   found:    String
01:17:59   where T is a type-variable:
01:17:59     T extends Serializable declared in method <T>doSomething(String)
01:17:59 3 warnings
01:17:59 
01:17:59 
01:17:59 
01:17:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:00 
01:18:00 
01:18:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:01 
01:18:01 
01:18:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:03 --- javac err: ---
01:18:03 X.java:4: warning: [rawtypes] found raw type: X.M
01:18:03 		new X().new M(null) {
01:18:03 		            ^
01:18:03   missing type arguments for generic class X.M<E>
01:18:03   where E is a type-variable:
01:18:03     E extends Throwable declared in class X.M
01:18:03 X.java:4: warning: [unchecked] unchecked call to X.M(E) as a member of the raw type X.M
01:18:03 		new X().new M(null) {
01:18:03 		                    ^
01:18:03   where E is a type-variable:
01:18:03     E extends Throwable declared in class X.M
01:18:03 X.java:6: error: incompatible types: Throwable cannot be converted to Exception
01:18:03 				Exception e = ex;
01:18:03 				              ^
01:18:03 1 error
01:18:03 2 warnings
01:18:03 
01:18:03 
01:18:03 
01:18:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:04 
01:18:04 
01:18:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:05 
01:18:05 
01:18:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:07 
01:18:07 
01:18:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:08 --- javac err: ---
01:18:08 X.java:5: error: cannot find symbol
01:18:08   Zork z;
01:18:08   ^
01:18:08   symbol:   class Zork
01:18:08   location: class Base<T>
01:18:08   where T is a type-variable:
01:18:08     T extends Object declared in class Base
01:18:08 1 error
01:18:08 
01:18:08 
01:18:08 
01:18:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:09 --- javac err: ---
01:18:09 X.java:12: error: cannot find symbol
01:18:09   Zork z;
01:18:09   ^
01:18:09   symbol:   class Zork
01:18:09   location: class X
01:18:09 1 error
01:18:09 
01:18:09 
01:18:09 
01:18:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:10 
01:18:10 
01:18:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:13 
01:18:13 
01:18:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:14 --- javac err: ---
01:18:14 X.java:4: warning: [rawtypes] found raw type: Collection
01:18:14 	static public <T extends Collection> void addAll(T a, T b) {
01:18:14 	                         ^
01:18:14   missing type arguments for generic class Collection<E>
01:18:14   where E is a type-variable:
01:18:14     E extends Object declared in interface Collection
01:18:14 X.java:5: warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type Collection
01:18:14 		a.addAll(b);
01:18:14 		        ^
01:18:14   where E is a type-variable:
01:18:14     E extends Object declared in interface Collection
01:18:14 2 warnings
01:18:14 
01:18:14 
01:18:14 
01:18:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:15 --- javac err: ---
01:18:15 X.java:18: error: cannot find symbol
01:18:15   Zork z;
01:18:15   ^
01:18:15   symbol:   class Zork
01:18:15   location: class X
01:18:15 X.java:4: warning: [rawtypes] found raw type: Collection
01:18:15 	static public <T extends Collection> void addAll(T a, T b) {
01:18:15 	                         ^
01:18:15   missing type arguments for generic class Collection<E>
01:18:15   where E is a type-variable:
01:18:15     E extends Object declared in interface Collection
01:18:15 X.java:5: warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type Collection
01:18:15 		a.addAll(b);
01:18:15 		        ^
01:18:15   where E is a type-variable:
01:18:15     E extends Object declared in interface Collection
01:18:15 1 error
01:18:15 2 warnings
01:18:15 
01:18:15 
01:18:15 
01:18:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:17 --- javac err: ---
01:18:17 X.java:7: error: cannot find symbol
01:18:17 	Zork z;
01:18:17 	^
01:18:17   symbol:   class Zork
01:18:17   location: class X
01:18:17 X.java:4: warning: [rawtypes] found raw type: M
01:18:17 		M m = new M();
01:18:17 		^
01:18:17   missing type arguments for generic class M<T>
01:18:17   where T is a type-variable:
01:18:17     T extends Object declared in class M
01:18:17 X.java:4: warning: [rawtypes] found raw type: M
01:18:17 		M m = new M();
01:18:17 		          ^
01:18:17   missing type arguments for generic class M<T>
01:18:17   where T is a type-variable:
01:18:17     T extends Object declared in class M
01:18:17 X.java:5: warning: [unchecked] unchecked conversion
01:18:17 		List<String> ls = m.list(); // rawified even though wasn't using T parameter
01:18:17 		                        ^
01:18:17   required: List<String>
01:18:17   found:    List
01:18:17 1 error
01:18:17 3 warnings
01:18:17 
01:18:17 
01:18:17 
01:18:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:18 --- javac err: ---
01:18:18 X.java:10: error: cannot find symbol
01:18:18 	Zork z;
01:18:18 	^
01:18:18   symbol:   class Zork
01:18:18   location: class X
01:18:18 X.java:2: warning: [serial] serializable class MyList has no definition of serialVersionUID
01:18:18 class MyList extends ArrayList<String> {
01:18:18 ^
01:18:18 1 error
01:18:18 1 warning
01:18:18 
01:18:18 
01:18:18 
01:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:19 --- javac err: ---
01:18:19 X.java:6: warning: [rawtypes] found raw type: List
01:18:19 			List list = new ArrayList();
01:18:19 			^
01:18:19   missing type arguments for generic class List<E>
01:18:19   where E is a type-variable:
01:18:19     E extends Object declared in interface List
01:18:19 X.java:6: warning: [rawtypes] found raw type: ArrayList
01:18:19 			List list = new ArrayList();
01:18:19 			                ^
01:18:19   missing type arguments for generic class ArrayList<E>
01:18:19   where E is a type-variable:
01:18:19     E extends Object declared in class ArrayList
01:18:19 X.java:8: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:18:19 			list.add(s);
01:18:19 			        ^
01:18:19   where E is a type-variable:
01:18:19     E extends Object declared in interface List
01:18:19 X.java:9: warning: [unchecked] unchecked conversion
01:18:19 			List<Integer> listInt = list;
01:18:19 			                        ^
01:18:19   required: List<Integer>
01:18:19   found:    List
01:18:19 4 warnings
01:18:19 
01:18:19 
01:18:19 
01:18:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:20 --- javac err: ---
01:18:20 X.java:2: error: cannot find symbol
01:18:20     Zork z;
01:18:20     ^
01:18:20   symbol:   class Zork
01:18:20   location: class X
01:18:20 X.java:4: warning: [unchecked] unchecked cast
01:18:20 	return (T) o; // OK
01:18:20 	           ^
01:18:20   required: T
01:18:20   found:    Object
01:18:20   where T is a type-variable:
01:18:20     T extends Object declared in method <T>f(Object)
01:18:20 X.java:8: warning: [unchecked] unchecked cast
01:18:20 	return (T) o; // bug???
01:18:20 	           ^
01:18:20   required: T
01:18:20   found:    Object
01:18:20   where T,U are type-variables:
01:18:20     T extends U declared in method <U,T>g(Object)
01:18:20     U extends Object declared in method <U,T>g(Object)
01:18:20 X.java:16: warning: [unchecked] unchecked cast
01:18:20 	return (T) o;
01:18:20 	           ^
01:18:20   required: T
01:18:20   found:    Object
01:18:20   where T is a type-variable:
01:18:20     T extends Object declared in method <T>castTo(Object)
01:18:20 1 error
01:18:20 3 warnings
01:18:20 
01:18:20 
01:18:20 
01:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:21 --- javac err: ---
01:18:21 X.java:5: error: cannot find symbol
01:18:21 	Zork z;
01:18:21 	^
01:18:21   symbol:   class Zork
01:18:21   location: class X
01:18:21 1 error
01:18:21 
01:18:21 
01:18:21 
01:18:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:23 
01:18:23 
01:18:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:24 --- javac err: ---
01:18:24 X.java:2: warning: [rawtypes] found raw type: List
01:18:24 public class X<T extends List> {
01:18:24                          ^
01:18:24   missing type arguments for generic class List<E>
01:18:24   where E is a type-variable:
01:18:24     E extends Object declared in interface List
01:18:24 X.java:4: warning: [rawtypes] found raw type: ArrayList
01:18:24 		T t = new ArrayList(); // BUG!!!
01:18:24 		          ^
01:18:24   missing type arguments for generic class ArrayList<E>
01:18:24   where E is a type-variable:
01:18:24     E extends Object declared in class ArrayList
01:18:24 X.java:4: error: incompatible types: ArrayList cannot be converted to T
01:18:24 		T t = new ArrayList(); // BUG!!!
01:18:24 		      ^
01:18:24   where T is a type-variable:
01:18:24     T extends List declared in class X
01:18:24 1 error
01:18:24 2 warnings
01:18:24 
01:18:24 
01:18:24 
01:18:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:25 --- javac err: ---
01:18:25 X.java:3: warning: [rawtypes] found raw type: List
01:18:25 abstract class Foo<T extends List>
01:18:25                              ^
01:18:25   missing type arguments for generic class List<E>
01:18:25   where E is a type-variable:
01:18:25     E extends Object declared in interface List
01:18:25 X.java:8: warning: [rawtypes] found raw type: List
01:18:25     List l = new LinkedList();
01:18:25     ^
01:18:25   missing type arguments for generic class List<E>
01:18:25   where E is a type-variable:
01:18:25     E extends Object declared in interface List
01:18:25 X.java:8: warning: [rawtypes] found raw type: LinkedList
01:18:25     List l = new LinkedList();
01:18:25                  ^
01:18:25   missing type arguments for generic class LinkedList<E>
01:18:25   where E is a type-variable:
01:18:25     E extends Object declared in class LinkedList
01:18:25 X.java:9: error: incompatible types: List cannot be converted to T
01:18:25     foo(l); // BUG!!!
01:18:25         ^
01:18:25   where T is a type-variable:
01:18:25     T extends List declared in class Foo
01:18:25 X.java:13: warning: [rawtypes] found raw type: ArrayList
01:18:25 public class X extends Foo<ArrayList>
01:18:25                            ^
01:18:25   missing type arguments for generic class ArrayList<E>
01:18:25   where E is a type-variable:
01:18:25     E extends Object declared in class ArrayList
01:18:25 X.java:15: warning: [rawtypes] found raw type: ArrayList
01:18:25   void foo(ArrayList l)
01:18:25            ^
01:18:25   missing type arguments for generic class ArrayList<E>
01:18:25   where E is a type-variable:
01:18:25     E extends Object declared in class ArrayList
01:18:25 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:18:25 1 error
01:18:25 5 warnings
01:18:25 
01:18:25 
01:18:25 
01:18:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:26 --- javac err: ---
01:18:26 X.java:9: error: cannot find symbol
01:18:26   Zork z;
01:18:26   ^
01:18:26   symbol:   class Zork
01:18:26   location: class X<T>
01:18:26   where T is a type-variable:
01:18:26     T extends Object declared in class X
01:18:26 X.java:7: warning: [cast] redundant cast to T
01:18:26 		return (T) v.get(0); // Expect warning here
01:18:26 		       ^
01:18:26   where T is a type-variable:
01:18:26     T extends Object declared in class X
01:18:26 1 error
01:18:26 1 warning
01:18:26 
01:18:26 
01:18:26 
01:18:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:28 
01:18:28 
01:18:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:30 --- javac err: ---
01:18:30 X.java:9: warning: [rawtypes] found raw type: Class
01:18:30 		Class c = Foo.class;
01:18:30 		^
01:18:30   missing type arguments for generic class Class<T>
01:18:30   where T is a type-variable:
01:18:30     T extends Object declared in class Class
01:18:30 X.java:10: error: type argument Enum is not within bounds of type-variable E
01:18:30 		EnumSet<Enum> eSet = EnumSet.allOf(c);
01:18:30 		        ^
01:18:30   where E is a type-variable:
01:18:30     E extends Enum<E> declared in class EnumSet
01:18:30 X.java:10: warning: [rawtypes] found raw type: Enum
01:18:30 		EnumSet<Enum> eSet = EnumSet.allOf(c);
01:18:30 		        ^
01:18:30   missing type arguments for generic class Enum<E>
01:18:30   where E is a type-variable:
01:18:30     E extends Enum<E> declared in class Enum
01:18:30 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
01:18:30 		EnumSet<Enum> eSet = EnumSet.allOf(c);
01:18:30 		                                  ^
01:18:30   required: Class<E>
01:18:30   found: Class
01:18:30   where E is a type-variable:
01:18:30     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:30 X.java:10: warning: [unchecked] unchecked conversion
01:18:30 		EnumSet<Enum> eSet = EnumSet.allOf(c);
01:18:30 		                                   ^
01:18:30   required: Class<E>
01:18:30   found:    Class
01:18:30   where E is a type-variable:
01:18:30     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:30 X.java:10: warning: [unchecked] unchecked conversion
01:18:30 		EnumSet<Enum> eSet = EnumSet.allOf(c);
01:18:30 		                                  ^
01:18:30   required: EnumSet<Enum>
01:18:30   found:    EnumSet
01:18:30 1 error
01:18:30 5 warnings
01:18:30 
01:18:30 
01:18:30 
01:18:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:31 --- javac err: ---
01:18:31 X.java:9: warning: [rawtypes] found raw type: Class
01:18:31 		Class c = Foo.class;
01:18:31 		^
01:18:31   missing type arguments for generic class Class<T>
01:18:31   where T is a type-variable:
01:18:31     T extends Object declared in class Class
01:18:31 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
01:18:31 		EnumSet<Foo> eSet = EnumSet.allOf(c);
01:18:31 		                                 ^
01:18:31   required: Class<E>
01:18:31   found: Class
01:18:31   where E is a type-variable:
01:18:31     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:31 X.java:10: warning: [unchecked] unchecked conversion
01:18:31 		EnumSet<Foo> eSet = EnumSet.allOf(c);
01:18:31 		                                  ^
01:18:31   required: Class<E>
01:18:31   found:    Class
01:18:31   where E is a type-variable:
01:18:31     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:31 X.java:10: warning: [unchecked] unchecked conversion
01:18:31 		EnumSet<Foo> eSet = EnumSet.allOf(c);
01:18:31 		                                 ^
01:18:31   required: EnumSet<Foo>
01:18:31   found:    EnumSet
01:18:31 4 warnings
01:18:31 
01:18:31 
01:18:31 
01:18:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:32 --- javac err: ---
01:18:32 X.java:9: warning: [rawtypes] found raw type: Class
01:18:32 		Class c = Foo.class;
01:18:32 		^
01:18:32   missing type arguments for generic class Class<T>
01:18:32   where T is a type-variable:
01:18:32     T extends Object declared in class Class
01:18:32 X.java:10: warning: [rawtypes] found raw type: Enum
01:18:32 		EnumSet<? extends Enum> eSet = EnumSet.allOf(c);
01:18:32 		                  ^
01:18:32   missing type arguments for generic class Enum<E>
01:18:32   where E is a type-variable:
01:18:32     E extends Enum<E> declared in class Enum
01:18:32 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
01:18:32 		EnumSet<? extends Enum> eSet = EnumSet.allOf(c);
01:18:32 		                                            ^
01:18:32   required: Class<E>
01:18:32   found: Class
01:18:32   where E is a type-variable:
01:18:32     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:32 X.java:10: warning: [unchecked] unchecked conversion
01:18:32 		EnumSet<? extends Enum> eSet = EnumSet.allOf(c);
01:18:32 		                                             ^
01:18:32   required: Class<E>
01:18:32   found:    Class
01:18:32   where E is a type-variable:
01:18:32     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:32 X.java:10: warning: [unchecked] unchecked conversion
01:18:32 		EnumSet<? extends Enum> eSet = EnumSet.allOf(c);
01:18:32 		                                            ^
01:18:32   required: EnumSet<? extends Enum>
01:18:32   found:    EnumSet
01:18:32 5 warnings
01:18:32 
01:18:33 
01:18:33 
01:18:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:34 --- javac err: ---
01:18:34 X.java:12: error: cannot find symbol
01:18:34   Zork z;
01:18:34   ^
01:18:34   symbol:   class Zork
01:18:34   location: class X
01:18:34 X.java:9: warning: [rawtypes] found raw type: Class
01:18:34 		Class c = Foo.class;
01:18:34 		^
01:18:34   missing type arguments for generic class Class<T>
01:18:34   where T is a type-variable:
01:18:34     T extends Object declared in class Class
01:18:34 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
01:18:34 		EnumSet<?> eSet = (EnumSet<?>) EnumSet.allOf(c);
01:18:34 		                                            ^
01:18:34   required: Class<E>
01:18:34   found: Class
01:18:34   where E is a type-variable:
01:18:34     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:34 X.java:10: warning: [unchecked] unchecked conversion
01:18:34 		EnumSet<?> eSet = (EnumSet<?>) EnumSet.allOf(c);
01:18:34 		                                             ^
01:18:34   required: Class<E>
01:18:34   found:    Class
01:18:34   where E is a type-variable:
01:18:34     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:34 1 error
01:18:34 3 warnings
01:18:34 
01:18:34 
01:18:34 
01:18:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:35 --- javac err: ---
01:18:35 X.java:12: error: cannot find symbol
01:18:35   Zork z;
01:18:35   ^
01:18:35   symbol:   class Zork
01:18:35   location: class X
01:18:35 X.java:9: warning: [rawtypes] found raw type: Class
01:18:35 		Class c = Foo.class;
01:18:35 		^
01:18:35   missing type arguments for generic class Class<T>
01:18:35   where T is a type-variable:
01:18:35     T extends Object declared in class Class
01:18:35 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
01:18:35 		EnumSet<?> eSet = EnumSet.allOf(c);
01:18:35 		                               ^
01:18:35   required: Class<E>
01:18:35   found: Class
01:18:35   where E is a type-variable:
01:18:35     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:35 X.java:10: warning: [unchecked] unchecked conversion
01:18:35 		EnumSet<?> eSet = EnumSet.allOf(c);
01:18:35 		                                ^
01:18:35   required: Class<E>
01:18:35   found:    Class
01:18:35   where E is a type-variable:
01:18:35     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:35 1 error
01:18:35 3 warnings
01:18:35 
01:18:35 
01:18:35 
01:18:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:37 --- javac err: ---
01:18:37 X.java:9: warning: [rawtypes] found raw type: Class
01:18:37 		Class c = Foo.class;
01:18:37 		^
01:18:37   missing type arguments for generic class Class<T>
01:18:37   where T is a type-variable:
01:18:37     T extends Object declared in class Class
01:18:37 X.java:10: error: type argument Enum<?> is not within bounds of type-variable E
01:18:37 		EnumSet<Enum<?>> eSet = EnumSet.allOf(c);
01:18:37 		            ^
01:18:37   where E is a type-variable:
01:18:37     E extends Enum<E> declared in class EnumSet
01:18:37 X.java:10: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
01:18:37 		EnumSet<Enum<?>> eSet = EnumSet.allOf(c);
01:18:37 		                                     ^
01:18:37   required: Class<E>
01:18:37   found: Class
01:18:37   where E is a type-variable:
01:18:37     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:37 X.java:10: warning: [unchecked] unchecked conversion
01:18:37 		EnumSet<Enum<?>> eSet = EnumSet.allOf(c);
01:18:37 		                                      ^
01:18:37   required: Class<E>
01:18:37   found:    Class
01:18:37   where E is a type-variable:
01:18:37     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:18:37 X.java:10: warning: [unchecked] unchecked conversion
01:18:37 		EnumSet<Enum<?>> eSet = EnumSet.allOf(c);
01:18:37 		                                     ^
01:18:37   required: EnumSet<Enum<?>>
01:18:37   found:    EnumSet
01:18:37 1 error
01:18:37 4 warnings
01:18:37 
01:18:37 
01:18:37 
01:18:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:38 --- javac err: ---
01:18:38 X.java:13: warning: [rawtypes] found raw type: B
01:18:38 		 		 B b = new B();
01:18:38 		 		 ^
01:18:38   missing type arguments for generic class B<C>
01:18:38   where C is a type-variable:
01:18:38     C extends Object declared in class B
01:18:38 X.java:13: warning: [rawtypes] found raw type: B
01:18:38 		 		 B b = new B();
01:18:38 		 		           ^
01:18:38   missing type arguments for generic class B<C>
01:18:38   where C is a type-variable:
01:18:38     C extends Object declared in class B
01:18:38 X.java:14: warning: [unchecked] unchecked call to <T>willBe(Class<T>) as a member of the raw type B
01:18:38 		 		 I2 v = b.willBe(I2.class);
01:18:38 		 		                ^
01:18:38   where T is a type-variable:
01:18:38     T extends I1 declared in method <T>willBe(Class<T>)
01:18:38 X.java:14: error: incompatible types: I1 cannot be converted to I2
01:18:38 		 		 I2 v = b.willBe(I2.class);
01:18:38 		 		                ^
01:18:38 1 error
01:18:38 3 warnings
01:18:38 
01:18:38 
01:18:38 
01:18:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:39 --- javac err: ---
01:18:39 Baz.java:3: warning: [rawtypes] found raw type: Foo
01:18:39 interface Bar extends Foo {
01:18:39                       ^
01:18:39   missing type arguments for generic class Foo<X>
01:18:39   where X is a type-variable:
01:18:39     X extends Object declared in interface Foo
01:18:39 Baz.java:10: error: incompatible types: Collection<Bar> cannot be converted to Collection<? extends Foo<?>>
01:18:39 	return visit(c, d);
01:18:39 	             ^
01:18:39 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:18:39 1 error
01:18:39 1 warning
01:18:39 
01:18:39 
01:18:39 
01:18:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:40 --- javac err: ---
01:18:40 X.java:4: warning: [rawtypes] found raw type: Map
01:18:40      Map m = null;
01:18:40      ^
01:18:40   missing type arguments for generic class Map<K,V>
01:18:40   where K,V are type-variables:
01:18:40     K extends Object declared in interface Map
01:18:40     V extends Object declared in interface Map
01:18:40 X.java:6: warning: [rawtypes] found raw type: Map
01:18:40 	     Map m2 = m.getClass().newInstance();
01:18:40 	     ^
01:18:40   missing type arguments for generic class Map<K,V>
01:18:40   where K,V are type-variables:
01:18:40     K extends Object declared in interface Map
01:18:40     V extends Object declared in interface Map
01:18:40 X.java:6: warning: [deprecation] newInstance() in Class has been deprecated
01:18:40 	     Map m2 = m.getClass().newInstance();
01:18:40 	                          ^
01:18:40   where T is a type-variable:
01:18:40     T extends Object declared in class Class
01:18:40 3 warnings
01:18:40 
01:18:40 
01:18:40 
01:18:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:41 
01:18:41 
01:18:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:43 --- javac err: ---
01:18:43 X.java:8: error: cannot find symbol
01:18:43   Zork z;
01:18:43   ^
01:18:43   symbol:   class Zork
01:18:43   location: class X
01:18:43 X.java:6: warning: [unchecked] unchecked cast
01:18:43 		List<String> ls = (List<String>) obj;
01:18:43 		                                 ^
01:18:43   required: List<String>
01:18:43   found:    Object
01:18:43 1 error
01:18:43 1 warning
01:18:43 
01:18:43 
01:18:43 
01:18:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:44 --- javac err: ---
01:18:44 X.java:6: warning: [rawtypes] found raw type: Vector
01:18:44 		Vector b = new Vector();
01:18:44 		^
01:18:44   missing type arguments for generic class Vector<E>
01:18:44   where E is a type-variable:
01:18:44     E extends Object declared in class Vector
01:18:44 X.java:6: warning: [rawtypes] found raw type: Vector
01:18:44 		Vector b = new Vector();
01:18:44 		               ^
01:18:44   missing type arguments for generic class Vector<E>
01:18:44   where E is a type-variable:
01:18:44     E extends Object declared in class Vector
01:18:44 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type Vector
01:18:44 		b.add(new Object());
01:18:44 		     ^
01:18:44   where E is a type-variable:
01:18:44     E extends Object declared in class Vector
01:18:44 X.java:8: warning: [unchecked] unchecked conversion
01:18:44 		a = b;
01:18:44 		    ^
01:18:44   required: Vector<Integer>
01:18:44   found:    Vector
01:18:44 X.java:9: error: cannot find symbol
01:18:44 		Zork z;
01:18:44 		^
01:18:44   symbol:   class Zork
01:18:44   location: class X
01:18:44 1 error
01:18:44 4 warnings
01:18:44 
01:18:44 
01:18:44 
01:18:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:45 --- javac err: ---
01:18:45 X.java:18: error: incompatible types: X<CAP#1> cannot be converted to X<String>
01:18:45 		lhs = rhs; // cannot convert
01:18:45 		      ^
01:18:45   where CAP#1 is a fresh type-variable:
01:18:45     CAP#1 extends Object from capture of ? extends Object
01:18:45 X.java:21: error: incompatible types: X<CAP#1> cannot be converted to X2
01:18:45 		lhs = rhs; // cannot convert
01:18:45 		      ^
01:18:45   where CAP#1 is a fresh type-variable:
01:18:45     CAP#1 extends Object from capture of ? extends Object
01:18:45 X.java:29: error: name clash: foo(X<String>) in D and foo(X<? extends Object>) in C have the same erasure, yet neither overrides the other
01:18:45 	void foo(X<String> xs) {}
01:18:45 	     ^
01:18:45 X.java:30: error: name clash: bar(X<? extends Object>) in D and bar(X<String>) in C have the same erasure, yet neither overrides the other
01:18:45 	void bar(X<? extends Object> xo) {}
01:18:45 	     ^
01:18:45 4 errors
01:18:45 
01:18:45 
01:18:45 
01:18:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:46 --- javac err: ---
01:18:46 X.java:9: error: cannot find symbol
01:18:46    Zork z;
01:18:46    ^
01:18:46   symbol:   class Zork
01:18:46   location: class X
01:18:46 X.java:1: warning: [serial] serializable class StringList has no definition of serialVersionUID
01:18:46 class StringList extends java.util.LinkedList<String> {
01:18:46 ^
01:18:46 1 error
01:18:46 1 warning
01:18:46 
01:18:46 
01:18:46 
01:18:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:48 
01:18:48 
01:18:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:49 --- javac err: ---
01:18:49 X.java:10: error: cannot find symbol
01:18:49   Zork z;
01:18:49   ^
01:18:49   symbol:   class Zork
01:18:49   location: class X
01:18:49 1 error
01:18:49 
01:18:49 
01:18:49 
01:18:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:50 
01:18:50 
01:18:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:51 --- javac err: ---
01:18:51 X.java:8: error: cannot find symbol
01:18:51    Zork z;
01:18:51    ^
01:18:51   symbol:   class Zork
01:18:51   location: class X<T>
01:18:51   where T is a type-variable:
01:18:51     T extends Object declared in class X
01:18:51 X.java:6: error: incompatible types: X<CAP#1> cannot be converted to X<U>
01:18:51         X<U> foo = (X<U>)param;
01:18:51                          ^
01:18:51   where U is a type-variable:
01:18:51     U extends B declared in method <U>foo(X<? super A>)
01:18:51   where CAP#1 is a fresh type-variable:
01:18:51     CAP#1 extends Object super: A from capture of ? super A
01:18:51 2 errors
01:18:51 
01:18:51 
01:18:51 
01:18:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:52 --- javac err: ---
01:18:52 X.java:5: error: cannot find symbol
01:18:52     Zork z;
01:18:52     ^
01:18:52   symbol:   class Zork
01:18:52   location: class X
01:18:52 1 error
01:18:52 
01:18:52 
01:18:52 
01:18:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:53 --- javac err: ---
01:18:53 X.java:15: warning: [deprecation] Integer(int) in Integer has been deprecated
01:18:53 		ci.put(new Integer(3));
01:18:53 		       ^
01:18:53 1 warning
01:18:53 
01:18:53 
01:18:53 
01:18:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:54 --- javac err: ---
01:18:54 X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
01:18:54       Holder<Integer> association = new Holder<Integer>(new Integer(0));
01:18:54                                                         ^
01:18:54 X.java:8: warning: [cast] redundant cast to Integer
01:18:54       Integer sizeHolder = (Integer)(association.getValue()); //Cast to Integer is redundant!!!
01:18:54                            ^
01:18:54 2 warnings
01:18:54 
01:18:54 
01:18:54 
01:18:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:56 --- javac err: ---
01:18:56 X.java:18: error: cannot find symbol
01:18:56    Zork z;
01:18:56    ^
01:18:56   symbol:   class Zork
01:18:56   location: class X3<U>
01:18:56   where U is a type-variable:
01:18:56     U extends Object declared in class X3
01:18:56 X.java:8: warning: [unchecked] unchecked cast
01:18:56 		Object o1 = (X<String>) xo;
01:18:56 		                        ^
01:18:56   required: X<String>
01:18:56   found:    X<CAP#1>
01:18:56   where CAP#1 is a fresh type-variable:
01:18:56     CAP#1 extends Object from capture of ? extends Object
01:18:56 X.java:12: warning: [unchecked] unchecked cast
01:18:56 		Object o5 = (X3<String>) xo;
01:18:56 		                         ^
01:18:56   required: X3<String>
01:18:56   found:    X<CAP#1>
01:18:56   where CAP#1 is a fresh type-variable:
01:18:56     CAP#1 extends Object from capture of ? extends Object
01:18:56 1 error
01:18:56 2 warnings
01:18:56 
01:18:56 
01:18:56 
01:18:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:57 --- javac err: ---
01:18:57 X.java:6: error: incompatible types: X<CAP#1> cannot be converted to X<? extends U>
01:18:57 		xu = xn;
01:18:57 		     ^
01:18:57   where U is a type-variable:
01:18:57     U extends Number declared in class X
01:18:57   where CAP#1 is a fresh type-variable:
01:18:57     CAP#1 extends Number from capture of ? extends Number
01:18:57 X.java:7: error: incompatible types: CAP#1 cannot be converted to CAP#2
01:18:57 		xu.u = xn.u; // ko
01:18:57 		         ^
01:18:57   where U is a type-variable:
01:18:57     U extends Number declared in class X
01:18:57   where CAP#1,CAP#2 are fresh type-variables:
01:18:57     CAP#1 extends Number from capture of ? extends Number
01:18:57     CAP#2 extends U from capture of ? extends U
01:18:57 X.java:8: error: incompatible types: CAP#1 cannot be converted to CAP#2
01:18:57 		xn.u = xu.u; // ko
01:18:57 		         ^
01:18:57   where U is a type-variable:
01:18:57     U extends Number declared in class X
01:18:57   where CAP#1,CAP#2 are fresh type-variables:
01:18:57     CAP#1 extends U from capture of ? extends U
01:18:57     CAP#2 extends Number from capture of ? extends Number
01:18:57 3 errors
01:18:57 
01:18:57 
01:18:57 
01:18:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:18:58 
01:18:58 
01:18:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:00 
01:19:00 
01:19:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:03 
01:19:03 
01:19:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:04 --- javac err: ---
01:19:04 X.java:12: error: cannot find symbol
01:19:04   Zork z;
01:19:04   ^
01:19:04   symbol:   class Zork
01:19:04   location: class X
01:19:04 X.java:14: warning: [rawtypes] found raw type: Cell
01:19:04 		Cell c= new Cell();
01:19:04 		^
01:19:04   missing type arguments for generic class Cell<T>
01:19:04   where T is a type-variable:
01:19:04     T extends Object declared in class Cell
01:19:04 X.java:14: warning: [rawtypes] found raw type: Cell
01:19:04 		Cell c= new Cell();
01:19:04 		            ^
01:19:04   missing type arguments for generic class Cell<T>
01:19:04   where T is a type-variable:
01:19:04     T extends Object declared in class Cell
01:19:04 X.java:15: warning: [unchecked] unchecked call to setT(T) as a member of the raw type Cell
01:19:04 		c.setT(Boolean.FALSE); // other: warning: [unchecked] unchecked
01:19:04 		      ^
01:19:04   where T is a type-variable:
01:19:04     T extends Object declared in class Cell
01:19:04 X.java:17: warning: [unchecked] unchecked assignment to variable t as member of raw type Cell
01:19:04 		c.t= Boolean.TRUE; // other: warning: [unchecked] unchecked call
01:19:04 		 ^
01:19:04 1 error
01:19:04 4 warnings
01:19:04 
01:19:04 
01:19:04 
01:19:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:05 
01:19:05 
01:19:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:06 --- javac err: ---
01:19:06 X.java:3: error: name clash: foo(A<Integer>) and foo(A<String>) have the same erasure
01:19:06 	Object foo(A<Integer> a) { return null; }
01:19:06 	       ^
01:19:06 1 error
01:19:06 
01:19:07 --- javac err: ---
01:19:07 X.java:3: error: name clash: foo(A<Integer>) and foo(A<String>) have the same erasure
01:19:07 	Integer foo(A<Integer> a) { return null; }
01:19:07 	        ^
01:19:07 1 error
01:19:07 
01:19:07 
01:19:07 
01:19:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:09 --- javac err: ---
01:19:09 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
01:19:09 public class X<T, U, V extends X<T, U, V>> extends ArrayList<V> implements Inter<T, U> {
01:19:09        ^
01:19:09 1 warning
01:19:09 
01:19:09 
01:19:09 
01:19:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:10 --- javac err: ---
01:19:10 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
01:19:10 public class X<T, U, V extends X<T, U, V>> extends ArrayList<V> implements Inter<T, U> {
01:19:10        ^
01:19:10 1 warning
01:19:10 
01:19:10 
01:19:10 
01:19:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:12 --- javac err: ---
01:19:12 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
01:19:12 public class X<T, U, V extends X<T, U, V>> extends ArrayList<V> implements Inter<T, U> {
01:19:12        ^
01:19:12 1 warning
01:19:12 
01:19:12 
01:19:12 
01:19:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:13 --- javac err: ---
01:19:13 X.java:4: error: = expected
01:19:13    Zork z;
01:19:13          ^
01:19:13 1 error
01:19:13 
01:19:13 
01:19:13 
01:19:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:14 
01:19:14 
01:19:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:16 --- javac err: ---
01:19:16 GenericsTest.java:15: warning: [serial] serializable class MyException has no definition of serialVersionUID
01:19:16 class MyException extends Exception {
01:19:16 ^
01:19:16 1 warning
01:19:16 
01:19:17 
01:19:17 
01:19:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:18 --- javac err: ---
01:19:18 X.java:10: warning: [deprecation] Long(long) in Long has been deprecated
01:19:18         arr.add(new Long(5));
01:19:18                 ^
01:19:18 1 warning
01:19:18 
01:19:18 
01:19:18 
01:19:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:19 --- javac err: ---
01:19:19 X.java:3: error: cannot find symbol
01:19:19     protected static <T extends Exception> void foo() throws T, Exce {
01:19:19                                                                 ^
01:19:19   symbol:   class Exce
01:19:19   location: class X
01:19:19 1 error
01:19:19 
01:19:19 
01:19:19 
01:19:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:20 --- javac err: ---
01:19:20 X.java:12: error: incompatible types: X<T>.InnerClass cannot be converted to T
01:19:20     a.compareTo(b);
01:19:20                 ^
01:19:20   where T is a type-variable:
01:19:20     T extends Object declared in class X
01:19:20 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:19:20 1 error
01:19:20 
01:19:20 
01:19:20 
01:19:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:21 
01:19:21 
01:19:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:22 --- javac err: ---
01:19:22 X.java:7: warning: [unchecked] unchecked cast
01:19:22 		doWithEnumClass((Class<Enum>) cl);
01:19:22 		                              ^
01:19:22   required: Class<Enum>
01:19:22   found:    Class<CAP#1>
01:19:22   where CAP#1 is a fresh type-variable:
01:19:22     CAP#1 extends Object from capture of ?
01:19:22 X.java:7: warning: [unchecked] unchecked method invocation: method doWithEnumClass in class X is applied to given types
01:19:22 		doWithEnumClass((Class<Enum>) cl);
01:19:22 		               ^
01:19:22   required: Class<T>
01:19:22   found: Class<Enum>
01:19:22   where T is a type-variable:
01:19:22     T extends Enum<T> declared in method <T>doWithEnumClass(Class<T>)
01:19:22 2 warnings
01:19:22 
01:19:23 
01:19:23 
01:19:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:24 --- javac err: ---
01:19:24 X.java:3: error: cannot find symbol
01:19:24 		Zork z;
01:19:24 		^
01:19:24   symbol:   class Zork
01:19:24   location: class X
01:19:24 X.java:8: warning: [unchecked] unchecked cast
01:19:24 		doWithEnumClass((Class<Enum>) cl);
01:19:24 		                              ^
01:19:24   required: Class<Enum>
01:19:24   found:    Class<CAP#1>
01:19:24   where CAP#1 is a fresh type-variable:
01:19:24     CAP#1 extends Object from capture of ?
01:19:24 X.java:8: warning: [unchecked] unchecked method invocation: method doWithEnumClass in class X is applied to given types
01:19:24 		doWithEnumClass((Class<Enum>) cl);
01:19:24 		               ^
01:19:24   required: Class<T>
01:19:24   found: Class<Enum>
01:19:24   where T is a type-variable:
01:19:24     T extends Enum<T> declared in method <T>doWithEnumClass(Class<T>)
01:19:24 1 error
01:19:24 2 warnings
01:19:24 
01:19:24 
01:19:24 
01:19:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:25 --- javac err: ---
01:19:25 X.java:7: error: name clash: <T#1>foo(Object) and <T#2>foo(Object) have the same erasure
01:19:25 		<T extends String> T foo(Object o) {  return null; } // ok
01:19:25 		                     ^
01:19:25   where T#1,T#2 are type-variables:
01:19:25     T#1 extends String declared in method <T#1>foo(Object)
01:19:25     T#2 extends Integer declared in method <T#2>foo(Object)
01:19:25 1 error
01:19:25 
01:19:25 
01:19:25 
01:19:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:26 --- javac err: ---
01:19:26 X.java:4: error: incompatible types: Bar<CAP#1> cannot be converted to Bar<CAP#2>
01:19:26         (f1).bar = (f1).bar;
01:19:26                        ^
01:19:26   where CAP#1,CAP#2 are fresh type-variables:
01:19:26     CAP#1 extends Object from capture of ?
01:19:26     CAP#2 extends Object from capture of ?
01:19:26 1 error
01:19:26 
01:19:26 
01:19:26 
01:19:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:27 
01:19:27 
01:19:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:28 --- javac err: ---
01:19:28 X.java:4: error: incompatible types: Bar<CAP#1> cannot be converted to Bar<CAP#2>
01:19:28         (f1).bar = f1.bar;
01:19:28                      ^
01:19:28   where CAP#1,CAP#2 are fresh type-variables:
01:19:28     CAP#1 extends Object from capture of ?
01:19:28     CAP#2 extends Object from capture of ?
01:19:28 1 error
01:19:28 
01:19:28 
01:19:28 
01:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:30 
01:19:30 
01:19:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:31 --- javac err: ---
01:19:31 X.java:3: error: incompatible types: CAP#1 cannot be converted to int[]
01:19:31 		int[] ints = box.get();
01:19:31 		                    ^
01:19:31   where CAP#1 is a fresh type-variable:
01:19:31     CAP#1 extends Object super: int[] from capture of ? super int[]
01:19:31 1 error
01:19:31 
01:19:31 
01:19:31 
01:19:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:32 --- javac err: ---
01:19:32 X.java:3: error: incompatible types: CAP#1 cannot be converted to int[]
01:19:32 		int[] ints = box.get();
01:19:32 		                    ^
01:19:32   where CAP#1 is a fresh type-variable:
01:19:32     CAP#1 extends Object from capture of ?
01:19:32 1 error
01:19:32 
01:19:32 
01:19:32 
01:19:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:33 --- javac err: ---
01:19:33 X.java:3: error: incompatible types: Bar<CAP#1> cannot be converted to Bar<CAP#2>
01:19:33     f1.bar = f1.bar;
01:19:33                ^
01:19:33   where CAP#1,CAP#2 are fresh type-variables:
01:19:33     CAP#1 extends Object from capture of ?
01:19:33     CAP#2 extends Object from capture of ?
01:19:33 1 error
01:19:33 
01:19:33 
01:19:33 
01:19:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:34 
01:19:34 
01:19:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:35 --- javac err: ---
01:19:35 X.java:25: error: cannot find symbol
01:19:35 		Zork z;
01:19:35 		^
01:19:35   symbol:   class Zork
01:19:35   location: class X<S>
01:19:35   where S is a type-variable:
01:19:35     S extends Object declared in class X
01:19:35 1 error
01:19:35 
01:19:35 
01:19:35 
01:19:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:37 --- javac err: ---
01:19:37 X.java:18: error: incompatible types: List<CAP#1> cannot be converted to Collection<? extends CAP#2>
01:19:37 		 		 untypedList.addAll(untypedList2);
01:19:37 		 		                    ^
01:19:37   where CAP#1,CAP#2 are fresh type-variables:
01:19:37     CAP#1 extends Object from capture of ?
01:19:37     CAP#2 extends Object from capture of ?
01:19:37 X.java:22: error: cannot find symbol
01:19:37 		 		 		 Logger.log("Test_Lists.main: s: " + s);
01:19:37 		 		 		 ^
01:19:37   symbol:   variable Logger
01:19:37   location: class X
01:19:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:19:37 2 errors
01:19:37 
01:19:37 
01:19:37 
01:19:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:38 --- javac err: ---
01:19:38 X.java:5: error: cannot find symbol
01:19:38                 Outer.Comparator<String> i = new Outer.Comparator<String>() {
01:19:38                      ^
01:19:38   symbol:   class Comparator
01:19:38   location: class Outer
01:19:38 X.java:5: error: cannot find symbol
01:19:38                 Outer.Comparator<String> i = new Outer.Comparator<String>() {
01:19:38                                                       ^
01:19:38   symbol:   class Comparator
01:19:38   location: class Outer
01:19:38 2 errors
01:19:38 
01:19:38 
01:19:38 
01:19:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:39 --- javac err: ---
01:19:39 X.java:6: warning: [unchecked] unchecked cast
01:19:39         Object o = (BD<Number>) bb;
01:19:39                                 ^
01:19:39   required: BD<Number>
01:19:39   found:    BB<CAP#1,CAP#2>
01:19:39   where CAP#1,CAP#2 are fresh type-variables:
01:19:39     CAP#1 extends Number from capture of ? extends Number
01:19:39     CAP#2 extends Object super: Integer from capture of ? super Integer
01:19:39 1 warning
01:19:39 
01:19:39 
01:19:39 
01:19:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:40 
01:19:40 
01:19:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:41 --- javac err: ---
01:19:41 X.java:6: error: incomparable types: Class<X> and Class<Long>
01:19:41 		boolean c = X.class == Long.class;
01:19:41 		                    ^
01:19:41 1 error
01:19:41 
01:19:41 
01:19:41 
01:19:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:43 --- javac err: ---
01:19:43 X.java:7: error: incompatible types: List<CAP#1> cannot be converted to Collection<? extends CAP#2>
01:19:43 		target.addAll(source);
01:19:43 		              ^
01:19:43   where CAP#1,CAP#2 are fresh type-variables:
01:19:43     CAP#1 extends Number from capture of ? extends Number
01:19:43     CAP#2 extends Number from capture of ? extends Number
01:19:43 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:19:43 1 error
01:19:43 
01:19:43 
01:19:43 
01:19:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:44 --- javac err: ---
01:19:44 X.java:9: error: incompatible types: Class<CAP#1> cannot be converted to Class<? super Number>
01:19:44 		Class<? super Number> superSup2 = ext.getSuperclass();
01:19:44 		                                                   ^
01:19:44   where CAP#1,CAP#2 are fresh type-variables:
01:19:44     CAP#1 extends Object super: CAP#2 from capture of ? super CAP#2
01:19:44     CAP#2 extends Number from capture of ? extends Number
01:19:44 1 error
01:19:44 
01:19:44 
01:19:44 
01:19:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:45 
01:19:45 
01:19:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:47 
01:19:47 
01:19:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:48 
01:19:48 
01:19:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:49 --- javac err: ---
01:19:49 X.java:11: error: incompatible types: Iterator<Entry<String,CAP#1>> cannot be converted to Iterator<Entry<String,?>>
01:19:49 		Iterator<Entry<String, ?>> it = map.entrySet().iterator();
01:19:49 		                                                       ^
01:19:49   where CAP#1 is a fresh type-variable:
01:19:49     CAP#1 extends Object from capture of ?
01:19:49 1 error
01:19:49 
01:19:49 
01:19:49 
01:19:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:51 --- javac err: ---
01:19:51 X.java:11: error: incompatible types: Iterator<Entry<CAP#1,CAP#2>> cannot be converted to Iterator<Entry<? extends String,?>>
01:19:51 		Iterator<Entry<? extends String, ?>> it = map.entrySet().iterator();
01:19:51 		                                                                 ^
01:19:51   where CAP#1,CAP#2 are fresh type-variables:
01:19:51     CAP#1 extends String from capture of ? extends String
01:19:51     CAP#2 extends Object from capture of ?
01:19:51 1 error
01:19:51 
01:19:51 
01:19:51 
01:19:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:52 
01:19:52 
01:19:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:53 --- javac err: ---
01:19:53 X.java:6: error: incompatible types: CAP#1 cannot be converted to CAP#2
01:19:53 		x.m().first = x.m().second;
01:19:53 		                   ^
01:19:53   where CAP#1,CAP#2 are fresh type-variables:
01:19:53     CAP#1 extends Object from capture of ?
01:19:53     CAP#2 extends Object from capture of ?
01:19:53 1 error
01:19:53 
01:19:53 
01:19:53 
01:19:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:54 --- javac err: ---
01:19:54 X.java:3: warning: [rawtypes] found raw type: Comparable
01:19:54 class X implements Comparable {
01:19:54                    ^
01:19:54   missing type arguments for generic class Comparable<T>
01:19:54   where T is a type-variable:
01:19:54     T extends Object declared in interface Comparable
01:19:54 X.java:14: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types
01:19:54 		Collections.sort(lx);
01:19:54 		                ^
01:19:54   required: List<T>
01:19:54   found: List<X>
01:19:54   where T is a type-variable:
01:19:54     T extends Comparable<? super T> declared in method <T>sort(List<T>)
01:19:54 2 warnings
01:19:54 
01:19:54 
01:19:54 
01:19:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:56 --- javac err: ---
01:19:56 X.java:3: warning: [rawtypes] found raw type: Comparable
01:19:56 public class X implements Comparable {
01:19:56                           ^
01:19:56   missing type arguments for generic class Comparable<T>
01:19:56   where T is a type-variable:
01:19:56     T extends Object declared in interface Comparable
01:19:56 X.java:5: error: cannot find symbol
01:19:56 		Zork z;
01:19:56 		^
01:19:56   symbol:   class Zork
01:19:56   location: class X
01:19:56 X.java:8: warning: [unchecked] unchecked method invocation: method sort1 in class X is applied to given types
01:19:56 		sort1(lx);
01:19:56 		     ^
01:19:56   required: List<T>
01:19:56   found: List<X>
01:19:56   where T is a type-variable:
01:19:56     T extends Comparable<? super T> declared in method <T>sort1(List<T>)
01:19:56 X.java:9: warning: [unchecked] unchecked method invocation: method sort2 in class X is applied to given types
01:19:56 		sort2(lx);
01:19:56 		     ^
01:19:56   required: List<T>
01:19:56   found: List<X>
01:19:56   where T is a type-variable:
01:19:56     T extends Comparable<? extends T> declared in method <T>sort2(List<T>)
01:19:56 X.java:11: warning: [unchecked] unchecked method invocation: method sort4 in class X is applied to given types
01:19:56 		sort4(lx);
01:19:56 		     ^
01:19:56   required: List<T>
01:19:56   found: List<X>
01:19:56   where T is a type-variable:
01:19:56     T extends Comparable<T> declared in method <T>sort4(List<T>)
01:19:56 X.java:21: warning: [rawtypes] found raw type: Comparable
01:19:56 	static <T extends Comparable> void sort5(List<T> list) {}
01:19:56 	                  ^
01:19:56   missing type arguments for generic class Comparable<T>
01:19:56   where T is a type-variable:
01:19:56     T extends Object declared in interface Comparable
01:19:56 1 error
01:19:56 5 warnings
01:19:56 
01:19:56 
01:19:56 
01:19:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:57 --- javac err: ---
01:19:57 X.java:3: warning: [rawtypes] found raw type: Comparable
01:19:57 public class X implements Comparable {
01:19:57                           ^
01:19:57   missing type arguments for generic class Comparable<T>
01:19:57   where T is a type-variable:
01:19:57     T extends Object declared in interface Comparable
01:19:57 X.java:5: error: cannot find symbol
01:19:57 		Zork z;
01:19:57 		^
01:19:57   symbol:   class Zork
01:19:57   location: class X
01:19:57 X.java:7: warning: [rawtypes] found raw type: MyEnum
01:19:57 		List<MyEnum> le = null;
01:19:57 		     ^
01:19:57   missing type arguments for generic class MyEnum<E>
01:19:57   where E is a type-variable:
01:19:57     E extends MyEnum<E> declared in class MyEnum
01:19:57 X.java:8: warning: [unchecked] unchecked method invocation: method sort6 in class X is applied to given types
01:19:57 		sort6(le);
01:19:57 		     ^
01:19:57   required: List<T>
01:19:57   found: List<MyEnum>
01:19:57   where T is a type-variable:
01:19:57     T extends MyEnum<? super T> declared in method <T>sort6(List<T>)
01:19:57 X.java:9: warning: [unchecked] unchecked method invocation: method sort7 in class X is applied to given types
01:19:57 		sort7(le);
01:19:57 		     ^
01:19:57   required: List<T>
01:19:57   found: List<MyEnum>
01:19:57   where T is a type-variable:
01:19:57     T extends MyEnum<? extends T> declared in method <T>sort7(List<T>)
01:19:57 X.java:11: warning: [unchecked] unchecked method invocation: method sort9 in class X is applied to given types
01:19:57 		sort9(le);
01:19:57 		     ^
01:19:57   required: List<T>
01:19:57   found: List<MyEnum>
01:19:57   where T is a type-variable:
01:19:57     T extends MyEnum<T> declared in method <T>sort9(List<T>)
01:19:57 X.java:21: warning: [rawtypes] found raw type: MyEnum
01:19:57 	static <T extends MyEnum> void sort10(List<T> list) {}
01:19:57 	                  ^
01:19:57   missing type arguments for generic class MyEnum<E>
01:19:57   where E is a type-variable:
01:19:57     E extends MyEnum<E> declared in class MyEnum
01:19:57 1 error
01:19:57 6 warnings
01:19:57 
01:19:57 
01:19:57 
01:19:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:58 --- javac err: ---
01:19:58 X.java:4: error: incompatible types: inference variable G has incompatible equality constraints U,CAP#1
01:19:58 		return selectedValues(box.getValues());
01:19:58 		                     ^
01:19:58   where G,U are type-variables:
01:19:58     G extends Object declared in method <G>selectedValues(Values<G>)
01:19:58     U extends Object declared in class X
01:19:58   where CAP#1 is a fresh type-variable:
01:19:58     CAP#1 extends U from capture of ? extends U
01:19:58 1 error
01:19:58 
01:19:58 
01:19:58 
01:19:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:19:59 --- javac err: ---
01:19:59 X.java:4: error: incompatible types: Values<CAP#1> cannot be converted to Values<CAP#2>
01:19:59 		box.getValues()[0] = box.getValues()[1];
01:19:59 		                                    ^
01:19:59   where U is a type-variable:
01:19:59     U extends Object declared in class X
01:19:59   where CAP#1,CAP#2 are fresh type-variables:
01:19:59     CAP#1 extends U from capture of ? extends U
01:19:59     CAP#2 extends U from capture of ? extends U
01:19:59 1 error
01:19:59 
01:19:59 
01:19:59 
01:19:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:00 
01:20:00 
01:20:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:02 
01:20:02 
01:20:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:03 --- javac err: ---
01:20:03 X.java:4: error: incompatible types: Values<CAP#1> cannot be converted to Values<CAP#2>
01:20:03 		box.getValues()[1] = box.getValues()[2];
01:20:03 		                                    ^
01:20:03   where U is a type-variable:
01:20:03     U extends Object declared in class X
01:20:03   where CAP#1,CAP#2 are fresh type-variables:
01:20:03     CAP#1 extends U from capture of ? extends U
01:20:03     CAP#2 extends U from capture of ? extends U
01:20:03 1 error
01:20:03 
01:20:03 
01:20:03 
01:20:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:04 --- javac err: ---
01:20:04 X.java:4: error: incompatible types: Values<CAP#1> cannot be converted to Values<CAP#2>
01:20:04 		box.getValues()[1] = (Values<? extends U>) box.getValues()[2];
01:20:04 		                     ^
01:20:04   where U is a type-variable:
01:20:04     U extends Object declared in class X
01:20:04   where CAP#1,CAP#2 are fresh type-variables:
01:20:04     CAP#1 extends U from capture of ? extends U
01:20:04     CAP#2 extends U from capture of ? extends U
01:20:04 1 error
01:20:04 
01:20:04 
01:20:04 
01:20:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:05 --- javac err: ---
01:20:05 X.java:10: warning: [rawtypes] found raw type: Comparable
01:20:05 		List<Comparable> lComp = new ArrayList<Comparable> ();
01:20:05 		     ^
01:20:05   missing type arguments for generic class Comparable<T>
01:20:05   where T is a type-variable:
01:20:05     T extends Object declared in interface Comparable
01:20:05 X.java:10: warning: [rawtypes] found raw type: Comparable
01:20:05 		List<Comparable> lComp = new ArrayList<Comparable> ();
01:20:05 		                                       ^
01:20:05   missing type arguments for generic class Comparable<T>
01:20:05   where T is a type-variable:
01:20:05     T extends Object declared in interface Comparable
01:20:05 X.java:11: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types
01:20:05 		Collections.sort (lComp);		
01:20:05 		                 ^
01:20:05   required: List<T>
01:20:05   found: List<Comparable>
01:20:05   where T is a type-variable:
01:20:05     T extends Comparable<? super T> declared in method <T>sort(List<T>)
01:20:05 X.java:15: error: no suitable method found for sort(List<Comparable<String>>)
01:20:05 		Collections.sort (lStr);
01:20:05 		           ^
01:20:05     method Collections.<T#1>sort(List<T#1>) is not applicable
01:20:05       (inference variable T#1 has incompatible bounds
01:20:05         equality constraints: Comparable<String>
01:20:05         upper bounds: String,Comparable<? super T#1>)
01:20:05     method Collections.<T#2>sort(List<T#2>,Comparator<? super T#2>) is not applicable
01:20:05       (cannot infer type-variable(s) T#2
01:20:05         (actual and formal argument lists differ in length))
01:20:05   where T#1,T#2 are type-variables:
01:20:05     T#1 extends Comparable<? super T#1> declared in method <T#1>sort(List<T#1>)
01:20:05     T#2 extends Object declared in method <T#2>sort(List<T#2>,Comparator<? super T#2>)
01:20:05 1 error
01:20:05 3 warnings
01:20:05 
01:20:05 
01:20:05 
01:20:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:06 --- javac err: ---
01:20:06 Ball.java:12: error: cannot find symbol
01:20:06 	Zork z;
01:20:06 	^
01:20:06   symbol:   class Zork
01:20:06   location: class Ball
01:20:06 Ball.java:2: warning: [rawtypes] found raw type: Comparable
01:20:06 class Ball implements Comparable {
01:20:06                       ^
01:20:06   missing type arguments for generic class Comparable<T>
01:20:06   where T is a type-variable:
01:20:06     T extends Object declared in interface Comparable
01:20:06 Ball.java:10: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types
01:20:06     	Collections.sort(foo);
01:20:06     	                ^
01:20:06   required: List<T>
01:20:06   found: LinkedList<Ball>
01:20:06   where T is a type-variable:
01:20:06     T extends Comparable<? super T> declared in method <T>sort(List<T>)
01:20:06 1 error
01:20:06 2 warnings
01:20:06 
01:20:06 
01:20:06 
01:20:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:07 
01:20:07 
01:20:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:08 --- javac err: ---
01:20:08 X.java:4: warning: [rawtypes] found raw type: List
01:20:08 	void foo(List<Object> objects, List raw) {
01:20:08 	                               ^
01:20:08   missing type arguments for generic class List<E>
01:20:08   where E is a type-variable:
01:20:08     E extends Object declared in interface List
01:20:08 X.java:9: error: incompatible types: List<Object> cannot be converted to List<Number>
01:20:08 	    numbers= (List<Number>) objects; // correct - cast error
01:20:08 	                            ^
01:20:08 X.java:10: error: incompatible types: List<Object> cannot be converted to List<? extends Number>
01:20:08 	    ext= (List<? extends Number>) objects; // wrong, should fail
01:20:08 	                                  ^
01:20:08 X.java:12: warning: [unchecked] unchecked conversion
01:20:08 	    ext= raw; // correct - raw conversion warning issued
01:20:08 	         ^
01:20:08   required: List<? extends Number>
01:20:08   found:    List
01:20:08 X.java:13: warning: [unchecked] unchecked conversion
01:20:08 	    numbers= raw; // correct - raw conversion warning issued
01:20:08 	             ^
01:20:08   required: List<Number>
01:20:08   found:    List
01:20:08 2 errors
01:20:08 3 warnings
01:20:08 
01:20:08 
01:20:08 
01:20:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:10 --- javac err: ---
01:20:10 C.java:23: warning: [serial] serializable class K has no definition of serialVersionUID
01:20:10 	public static class K implements A.BK<C.S> {
01:20:10 	              ^
01:20:10 C.java:27: warning: [serial] serializable class S has no definition of serialVersionUID
01:20:10 	protected static class S implements A.BS {
01:20:10 	                 ^
01:20:10 2 warnings
01:20:10 
01:20:10 
01:20:10 
01:20:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:11 --- javac err: ---
01:20:11 X.java:6: error: non-static type variable K cannot be referenced from a static context
01:20:11     private static class Bucket extends LinkedList<MPair<K,V>> {}
01:20:11                                                          ^
01:20:11 X.java:6: error: non-static type variable V cannot be referenced from a static context
01:20:11     private static class Bucket extends LinkedList<MPair<K,V>> {}
01:20:11                                                            ^
01:20:11 X.java:6: warning: [serial] serializable class Bucket has no definition of serialVersionUID
01:20:11     private static class Bucket extends LinkedList<MPair<K,V>> {}
01:20:11                    ^
01:20:11 2 errors
01:20:11 1 warning
01:20:11 
01:20:11 
01:20:11 
01:20:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:12 --- javac err: ---
01:20:12 Map.java:8: error: improperly formed type, type arguments given on a raw type
01:20:12     void a(Entry<String> e) { } // Entry<String> is illegal (eclipse accepts)
01:20:12                 ^
01:20:12 Map.java:9: error: improperly formed type, type arguments given on a raw type
01:20:12     void c(Map.Entry<String> e) { } // illegal (correctly flagged)
01:20:12                     ^
01:20:12 Map.java:10: warning: [rawtypes] found raw type: Map.Entry
01:20:12     void b(Entry e) { } // OK
01:20:12            ^
01:20:12   missing type arguments for generic class Map<M>.Entry<E>
01:20:12   where E,M are type-variables:
01:20:12     E extends Object declared in class Map.Entry
01:20:12     M extends Object declared in class Map
01:20:12 2 errors
01:20:12 1 warning
01:20:12 
01:20:12 
01:20:12 
01:20:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:13 --- javac err: ---
01:20:13 X1.java:13: error: cannot find symbol
01:20:13 	Zork z;
01:20:13 	^
01:20:13   symbol:   class Zork
01:20:13   location: class Y1
01:20:13 1 error
01:20:13 
01:20:13 
01:20:13 
01:20:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:14 --- javac err: ---
01:20:14 X1.java:8: warning: [rawtypes] found raw type: X2
01:20:14 	class Y2 extends X1.X2 {
01:20:14 	                   ^
01:20:14   missing type arguments for generic class X2<T>
01:20:14   where T is a type-variable:
01:20:14     T extends Object declared in class X2
01:20:14 X1.java:10: error: improperly formed type, type arguments given on a raw type
01:20:14 			X3<String> x;
01:20:14 			  ^
01:20:14 1 error
01:20:14 1 warning
01:20:14 
01:20:14 
01:20:14 
01:20:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:15 --- javac err: ---
01:20:15 Map.java:9: error: improperly formed type, type arguments given on a raw type
01:20:15     void c(Map.Entry<String> e) { } // illegal (correctly flagged)
01:20:15                     ^
01:20:15 Map.java:10: warning: [rawtypes] found raw type: Map.Entry
01:20:15     void b(Entry e) { } // OK
01:20:15            ^
01:20:15   missing type arguments for generic class Map<M>.Entry<E>
01:20:15   where E,M are type-variables:
01:20:15     E extends Object declared in class Map.Entry
01:20:15     M extends Object declared in class Map
01:20:15 1 error
01:20:15 1 warning
01:20:15 
01:20:15 
01:20:15 
01:20:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:16 --- javac err: ---
01:20:16 X.java:6: error: incompatible types: ZZZ1<CAP#3>.ZZZ2<CAP#2>.ZZZ3<CAP#1> cannot be converted to String
01:20:16        s = var;
01:20:16            ^
01:20:16   where CAP#1,CAP#2,CAP#3 are fresh type-variables:
01:20:16     CAP#1 extends Object from capture of ?
01:20:16     CAP#2 extends Object from capture of ?
01:20:16     CAP#3 extends Object from capture of ?
01:20:16 1 error
01:20:16 
01:20:16 
01:20:16 
01:20:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:18 --- javac err: ---
01:20:18 Map.java:5: error: non-static class Map.Entry cannot be referenced from a static context
01:20:18     	static void foo(Entry<String> e) { } // invalid static ref
01:20:18     	                ^
01:20:18 Map.java:8: error: non-static class Map.Entry cannot be referenced from a static context
01:20:18     	Entry<String> entry; // invalid static ref
01:20:18     	^
01:20:18 Map.java:5: error: Illegal static declaration in inner class Map.Foo
01:20:18     	static void foo(Entry<String> e) { } // invalid static ref
01:20:18     	            ^
01:20:18   modifier 'static' is only allowed in constant variable declarations
01:20:18 Map.java:11: error: improperly formed type, type arguments given on a raw type
01:20:18     void c(Map.Entry<String> e) { } // illegal 
01:20:18                     ^
01:20:18 Map.java:12: warning: [rawtypes] found raw type: Map.Entry
01:20:18     void b(Entry e) { } // OK
01:20:18            ^
01:20:18   missing type arguments for generic class Map<M>.Entry<E>
01:20:18   where E,M are type-variables:
01:20:18     E extends Object declared in class Map.Entry
01:20:18     M extends Object declared in class Map
01:20:18 4 errors
01:20:18 1 warning
01:20:18 
01:20:18 
01:20:18 
01:20:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:19 
01:20:19 
01:20:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:20 --- javac err: ---
01:20:20 Outer.java:4: error: non-static class Outer.Inner cannot be referenced from a static context
01:20:20 	static void test(Inner i) { }
01:20:20 	                 ^
01:20:20 1 error
01:20:20 
01:20:20 
01:20:20 
01:20:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:21 
01:20:21 
01:20:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:22 
01:20:22 
01:20:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:23 
01:20:23 
01:20:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:25 
01:20:25 
01:20:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:27 
01:20:27 
01:20:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:28 --- javac err: ---
01:20:28 X.java:21: error: incompatible types: B<A> cannot be converted to C
01:20:28 		System.out.println(b instanceof C);
01:20:28 		                   ^
01:20:28 1 error
01:20:28 
01:20:28 
01:20:28 
01:20:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:30 --- javac err: ---
01:20:30 X.java:9: error: incompatible types: no instance(s) of type variable(s) T exist so that List<? extends T> conforms to String
01:20:30 		String s = foo(l1, l2);
01:20:30 		              ^
01:20:30   where T is a type-variable:
01:20:30     T extends Object declared in method <T>foo(List<? extends T>,List<? extends T>)
01:20:30 1 error
01:20:30 
01:20:30 
01:20:30 
01:20:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:31 --- javac err: ---
01:20:31 X.java:10: error: incompatible types: bad type in conditional expression
01:20:31 		String s = l1 != null ? foo(l1, l2) : l3;
01:20:31 		                           ^
01:20:31     no instance(s) of type variable(s) T exist so that List<? extends T> conforms to String
01:20:31   where T is a type-variable:
01:20:31     T extends Object declared in method <T>foo(List<? extends T>,List<? extends T>)
01:20:31 X.java:10: error: incompatible types: bad type in conditional expression
01:20:31 		String s = l1 != null ? foo(l1, l2) : l3;
01:20:31 		                                      ^
01:20:31     List<CAP#1> cannot be converted to String
01:20:31   where CAP#1 is a fresh type-variable:
01:20:31     CAP#1 extends Object from capture of ?
01:20:31 2 errors
01:20:31 
01:20:31 
01:20:31 
01:20:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:32 
01:20:32 
01:20:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:33 --- javac err: ---
01:20:33 X.java:18: error: incompatible types: Number[] cannot be converted to CAP#1
01:20:33 		arrays.add(a); // Error: The method add(capture-of ? extends Number[]) in the type List<capture-of ? super Number[]> is not applicable for the arguments (Number[])
01:20:33 		           ^
01:20:33   where CAP#1 is a fresh type-variable:
01:20:33     CAP#1 extends Number[] from capture of ? extends Number[]
01:20:33 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:20:33 1 error
01:20:33 
01:20:33 
01:20:33 
01:20:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:34 --- javac err: ---
01:20:34 X.java:8: error: method valueOf in class Enum<E> cannot be applied to given types;
01:20:34 		 		 System.out.println(Enum.valueOf(c, "CLASS"));
01:20:34 		 		                        ^
01:20:34   required: Class<T>,String
01:20:34   found: Class<CAP#1>,String
01:20:34   reason: inference variable T has incompatible bounds
01:20:34     equality constraints: CAP#1
01:20:34     upper bounds: Enum<T>
01:20:34   where T,E are type-variables:
01:20:34     T extends Enum<T> declared in method <T>valueOf(Class<T>,String)
01:20:34     E extends Enum<E> declared in class Enum
01:20:34   where CAP#1 is a fresh type-variable:
01:20:34     CAP#1 extends Enum<?> from capture of ? extends Enum<?>
01:20:34 1 error
01:20:34 
01:20:34 
01:20:34 
01:20:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:36 --- javac err: ---
01:20:36 X.java:13: error: incompatible types: Object[] cannot be converted to CAP#1
01:20:36 		lhs.add(rhs.get(0));
01:20:36 		               ^
01:20:36   where CAP#1 is a fresh type-variable:
01:20:36     CAP#1 extends Object[] from capture of ? extends Object[]
01:20:36 X.java:18: error: incompatible types: Object cannot be converted to CAP#1
01:20:36 		lhs.add(rhs.get(0));
01:20:36 		               ^
01:20:36   where CAP#1 is a fresh type-variable:
01:20:36     CAP#1 extends Object super: Object[] from capture of ? super Object[]
01:20:36 X.java:23: error: incompatible types: Object cannot be converted to CAP#1
01:20:36 		lhs.add(rhs.get(0));
01:20:36 		               ^
01:20:36   where CAP#1 is a fresh type-variable:
01:20:36     CAP#1 extends Object[] from capture of ? extends Object[]
01:20:36 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:20:36 3 errors
01:20:36 
01:20:36 
01:20:36 
01:20:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:37 
01:20:37 
01:20:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:38 --- javac err: ---
01:20:38 X.java:20: error: cannot find symbol
01:20:38   Zork z;
01:20:38   ^
01:20:38   symbol:   class Zork
01:20:38   location: class X<T>
01:20:38   where T is a type-variable:
01:20:38     T extends Object declared in class X
01:20:38 X.java:8: warning: [unchecked] unchecked cast
01:20:38 		theArray = (T[]) Array.newInstance(clazz, 10); // Compiler warning
01:20:38 		                                  ^
01:20:38   required: T[]
01:20:38   found:    Object
01:20:38   where T is a type-variable:
01:20:38     T extends Object declared in class X
01:20:38 1 error
01:20:38 1 warning
01:20:38 
01:20:38 
01:20:38 
01:20:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:39 
01:20:39 
01:20:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:40 --- javac err: ---
01:20:40 X.java:7: error: cannot find symbol
01:20:40   Zork z;
01:20:40   ^
01:20:40   symbol:   class Zork
01:20:40   location: class X<T>
01:20:40   where T is a type-variable:
01:20:40     T extends Object declared in class X
01:20:40 X.java:3: warning: [unchecked] unchecked cast
01:20:40     T result = (T) customElement(); // reports unnecessary cast
01:20:40                                 ^
01:20:40   required: T
01:20:40   found:    Object
01:20:40   where T is a type-variable:
01:20:40     T extends Object declared in class X
01:20:40 1 error
01:20:40 1 warning
01:20:40 
01:20:40 
01:20:40 
01:20:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:42 
01:20:42 
01:20:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:43 
01:20:43 
01:20:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:45 --- javac err: ---
01:20:45 X.java:8: warning: [rawtypes] found raw type: Class
01:20:45 		Class type = X.class;
01:20:45 		^
01:20:45   missing type arguments for generic class Class<T>
01:20:45   where T is a type-variable:
01:20:45     T extends Object declared in class Class
01:20:45 X.java:9: warning: [unchecked] unchecked call to getMethod(String,Class<?>...) as a member of the raw type Class
01:20:45 		Method method = type.getMethod("test");
01:20:45 		                              ^
01:20:45 X.java:10: warning: [rawtypes] found raw type: Constructor
01:20:45 		Constructor constructor = type.getConstructor();
01:20:45 		^
01:20:45   missing type arguments for generic class Constructor<T>
01:20:45   where T is a type-variable:
01:20:45     T extends Object declared in class Constructor
01:20:45 X.java:10: warning: [unchecked] unchecked call to getConstructor(Class<?>...) as a member of the raw type Class
01:20:45 		Constructor constructor = type.getConstructor();
01:20:45 		                                             ^
01:20:45   where T is a type-variable:
01:20:45     T extends Object declared in class Class
01:20:45 4 warnings
01:20:45 
01:20:45 
01:20:45 
01:20:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:46 --- javac err: ---
01:20:46 X.java:10: warning: [rawtypes] found raw type: Constructor
01:20:46 		Constructor constructor = type.getConstructor();
01:20:46 		^
01:20:46   missing type arguments for generic class Constructor<T>
01:20:46   where T is a type-variable:
01:20:46     T extends Object declared in class Constructor
01:20:46 1 warning
01:20:46 
01:20:46 
01:20:46 
01:20:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:47 --- javac err: ---
01:20:47 X.java:8: warning: [rawtypes] found raw type: Class
01:20:47 		Class type = X.class;
01:20:47 		^
01:20:47   missing type arguments for generic class Class<T>
01:20:47   where T is a type-variable:
01:20:47     T extends Object declared in class Class
01:20:47 X.java:9: warning: [unchecked] unchecked call to getMethod(String,Class<?>...) as a member of the raw type Class
01:20:47 		Method method = type.getMethod("test");
01:20:47 		                              ^
01:20:47 X.java:10: warning: [rawtypes] found raw type: Constructor
01:20:47 		Constructor constructor = type.getConstructor();
01:20:47 		^
01:20:47   missing type arguments for generic class Constructor<T>
01:20:47   where T is a type-variable:
01:20:47     T extends Object declared in class Constructor
01:20:47 X.java:10: warning: [unchecked] unchecked call to getConstructor(Class<?>...) as a member of the raw type Class
01:20:47 		Constructor constructor = type.getConstructor();
01:20:47 		                                             ^
01:20:47   where T is a type-variable:
01:20:47     T extends Object declared in class Class
01:20:47 X.java:13: warning: [unchecked] unchecked call to <A>getAnnotation(Class<A>) as a member of the raw type Class
01:20:47 		MyAnnotation typeAnnot = type.getAnnotation(MyAnnotation.class);
01:20:47 		                                           ^
01:20:47   where A is a type-variable:
01:20:47     A extends Annotation declared in method <A>getAnnotation(Class<A>)
01:20:47 X.java:13: error: incompatible types: Annotation cannot be converted to MyAnnotation
01:20:47 		MyAnnotation typeAnnot = type.getAnnotation(MyAnnotation.class);
01:20:47 		                                           ^
01:20:47 X.java:15: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
01:20:47 		MyAnnotation constrAnnot = constructor.getAnnotation(MyAnnotation.class);
01:20:47 		                                                    ^
01:20:47   where T is a type-variable:
01:20:47     T extends Annotation declared in method <T>getAnnotation(Class<T>)
01:20:47 X.java:15: error: incompatible types: Annotation cannot be converted to MyAnnotation
01:20:47 		MyAnnotation constrAnnot = constructor.getAnnotation(MyAnnotation.class);
01:20:47 		                                                    ^
01:20:47 2 errors
01:20:47 6 warnings
01:20:47 
01:20:47 
01:20:47 
01:20:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:49 
01:20:49 
01:20:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:50 --- javac err: ---
01:20:50 X.java:7: warning: [rawtypes] found raw type: X
01:20:50 	void bar(X x) {
01:20:50 	         ^
01:20:50   missing type arguments for generic class X<T>
01:20:50   where T is a type-variable:
01:20:50     T extends Object declared in class X
01:20:50 X.java:8: warning: [static] static method should be qualified by type name, X, instead of by an expression
01:20:50 		String str = x.foo("hello");
01:20:50 		              ^
01:20:50 2 warnings
01:20:50 
01:20:50 
01:20:50 
01:20:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:51 --- javac err: ---
01:20:51 X.java:7: warning: [rawtypes] found raw type: X
01:20:51 	void bar(X x) {
01:20:51 	         ^
01:20:51   missing type arguments for generic class X<T>
01:20:51   where T is a type-variable:
01:20:51     T extends Object declared in class X
01:20:51 X.java:8: warning: [unchecked] unchecked call to <U>foo(U) as a member of the raw type X
01:20:51 		String str = x.foo("hello");
01:20:51 		                  ^
01:20:51   where U is a type-variable:
01:20:51     U extends Object declared in method <U>foo(U)
01:20:51 X.java:8: error: incompatible types: Object cannot be converted to String
01:20:51 		String str = x.foo("hello");
01:20:51 		                  ^
01:20:51 1 error
01:20:51 2 warnings
01:20:51 
01:20:51 
01:20:51 
01:20:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:52 --- javac err: ---
01:20:52 X.java:8: warning: [rawtypes] found raw type: XClass
01:20:52 		XClass xc = new XClass();
01:20:52 		^
01:20:52   missing type arguments for generic class XClass<U>
01:20:52   where U is a type-variable:
01:20:52     U extends Object declared in class XClass
01:20:52 X.java:8: warning: [rawtypes] found raw type: XClass
01:20:52 		XClass xc = new XClass();
01:20:52 		                ^
01:20:52   missing type arguments for generic class XClass<U>
01:20:52   where U is a type-variable:
01:20:52     U extends Object declared in class XClass
01:20:52 X.java:9: warning: [unchecked] unchecked call to <W>getAnnotation(XClass<W>) as a member of the raw type XConstructor
01:20:52 		String str = xc.getConstructor().getAnnotation(arg);
01:20:52 		                                              ^
01:20:52   where W is a type-variable:
01:20:52     W extends Annotation declared in method <W>getAnnotation(XClass<W>)
01:20:52 X.java:9: error: incompatible types: Annotation cannot be converted to String
01:20:52 		String str = xc.getConstructor().getAnnotation(arg);
01:20:52 		                                              ^
01:20:52 1 error
01:20:52 3 warnings
01:20:52 
01:20:52 
01:20:52 
01:20:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:53 --- javac err: ---
01:20:53 X.java:3: warning: [rawtypes] found raw type: Outer.Inner
01:20:53 		Outer.Inner inner = new Outer().new Inner();
01:20:53 		     ^
01:20:53   missing type arguments for generic class Outer<T>.Inner
01:20:53   where T is a type-variable:
01:20:53     T extends Object declared in class Outer
01:20:53 X.java:3: warning: [rawtypes] found raw type: Outer
01:20:53 		Outer.Inner inner = new Outer().new Inner();
01:20:53 		                        ^
01:20:53   missing type arguments for generic class Outer<T>
01:20:53   where T is a type-variable:
01:20:53     T extends Object declared in class Outer
01:20:53 X.java:3: warning: [rawtypes] found raw type: Outer.Inner
01:20:53 		Outer.Inner inner = new Outer().new Inner();
01:20:53 		                                    ^
01:20:53   missing type arguments for generic class Outer<T>.Inner
01:20:53   where T is a type-variable:
01:20:53     T extends Object declared in class Outer
01:20:53 X.java:4: warning: [unchecked] unchecked call to setOuterT(T) as a member of the raw type Outer.Inner
01:20:53 		X x = inner.setOuterT(new X());
01:20:53 		                     ^
01:20:53   where T is a type-variable:
01:20:53     T extends Object declared in class Outer
01:20:53 X.java:4: error: incompatible types: Object cannot be converted to X
01:20:53 		X x = inner.setOuterT(new X());
01:20:53 		                     ^
01:20:53 X.java:6: warning: [unchecked] unchecked conversion
01:20:53 		Outer<String>.Inner innerS = inner;
01:20:53 		                             ^
01:20:53   required: Outer<String>.Inner
01:20:53   found:    Outer.Inner
01:20:53 1 error
01:20:53 5 warnings
01:20:53 
01:20:53 
01:20:53 
01:20:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:54 --- javac err: ---
01:20:54 X.java:3: warning: [rawtypes] found raw type: Inner
01:20:54 		Outer.Inner inner = new Outer().new Inner();
01:20:54 		     ^
01:20:54   missing type arguments for generic class Inner<U>
01:20:54   where U is a type-variable:
01:20:54     U extends Object declared in class Inner
01:20:54 X.java:3: warning: [rawtypes] found raw type: Outer
01:20:54 		Outer.Inner inner = new Outer().new Inner();
01:20:54 		                        ^
01:20:54   missing type arguments for generic class Outer<T>
01:20:54   where T is a type-variable:
01:20:54     T extends Object declared in class Outer
01:20:54 X.java:3: warning: [rawtypes] found raw type: Inner
01:20:54 		Outer.Inner inner = new Outer().new Inner();
01:20:54 		                                    ^
01:20:54   missing type arguments for generic class Inner<U>
01:20:54   where U is a type-variable:
01:20:54     U extends Object declared in class Inner
01:20:54 X.java:3: error: qualified new of static class
01:20:54 		Outer.Inner inner = new Outer().new Inner();
01:20:54 		                    ^
01:20:54 X.java:4: warning: [unchecked] unchecked call to set(U) as a member of the raw type Inner
01:20:54 		X x = inner.set(new X());
01:20:54 		               ^
01:20:54   where U is a type-variable:
01:20:54     U extends Object declared in class Inner
01:20:54 X.java:4: error: incompatible types: Object cannot be converted to X
01:20:54 		X x = inner.set(new X());
01:20:54 		               ^
01:20:54 X.java:6: error: cannot select a static class from a parameterized type
01:20:54 		Outer<String>.Inner innerS = inner;
01:20:54 		             ^
01:20:54 X.java:6: warning: [rawtypes] found raw type: Inner
01:20:54 		Outer<String>.Inner innerS = inner;
01:20:54 		             ^
01:20:54   missing type arguments for generic class Inner<U>
01:20:54   where U is a type-variable:
01:20:54     U extends Object declared in class Inner
01:20:54 3 errors
01:20:54 5 warnings
01:20:54 
01:20:54 
01:20:54 
01:20:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:55 --- javac err: ---
01:20:55 X.java:5: error: cannot find symbol
01:20:55 	Zork z;
01:20:55 	^
01:20:55   symbol:   class Zork
01:20:55   location: class X
01:20:55 X.java:3: warning: [rawtypes] found raw type: Outer.Inner
01:20:55 		Outer.Inner inner = new Sub().get();
01:20:55 		     ^
01:20:55   missing type arguments for generic class Outer<T>.Inner<U>
01:20:55   where U,T are type-variables:
01:20:55     U extends Object declared in class Outer.Inner
01:20:55     T extends Object declared in class Outer
01:20:55 X.java:11: warning: [rawtypes] found raw type: Outer
01:20:55 class Sub extends Outer {
01:20:55                   ^
01:20:55   missing type arguments for generic class Outer<T>
01:20:55   where T is a type-variable:
01:20:55     T extends Object declared in class Outer
01:20:55 X.java:12: warning: [rawtypes] found raw type: Outer.Inner
01:20:55 	Inner get() { return null; }
01:20:55 	^
01:20:55   missing type arguments for generic class Outer<T>.Inner<U>
01:20:55   where U,T are type-variables:
01:20:55     U extends Object declared in class Outer.Inner
01:20:55     T extends Object declared in class Outer
01:20:55 1 error
01:20:55 3 warnings
01:20:55 
01:20:55 
01:20:55 
01:20:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:20:56 --- javac err: ---
01:20:56 X.java:5: error: cannot find symbol
01:20:56 	Zork z;
01:20:56 	^
01:20:56   symbol:   class Zork
01:20:56   location: class X
01:20:56 X.java:3: warning: [unchecked] unchecked conversion
01:20:56 		Outer<String>.Inner inner = new Sub().get();
01:20:56 		                                         ^
01:20:56   required: Outer<String>.Inner
01:20:56   found:    Outer.Inner
01:20:56 X.java:11: warning: [rawtypes] found raw type: Outer
01:20:56 class Sub extends Outer {
01:20:56                   ^
01:20:56   missing type arguments for generic class Outer<T>
01:20:56   where T is a type-variable:
01:20:56     T extends Object declared in class Outer
01:20:56 X.java:12: warning: [rawtypes] found raw type: Outer.Inner
01:20:56 	Inner get() { return null; }
01:20:56 	^
01:20:56   missing type arguments for generic class Outer<T>.Inner
01:20:56   where T is a type-variable:
01:20:56     T extends Object declared in class Outer
01:20:56 1 error
01:20:56 3 warnings
01:20:56 
01:20:56 
01:20:56 
01:20:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:00 
01:21:00 
01:21:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:01 
01:21:01 
01:21:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:03 
01:21:03 
01:21:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:04 --- javac err: ---
01:21:04 X.java:7: error: cannot find symbol
01:21:04 	Zork z;
01:21:04 	^
01:21:04   symbol:   class Zork
01:21:04   location: class X
01:21:04 X.java:4: warning: [rawtypes] found raw type: Collection
01:21:04 	static public <T extends Collection> void workaround(T a, T b) {
01:21:04 	                         ^
01:21:04   missing type arguments for generic class Collection<E>
01:21:04   where E is a type-variable:
01:21:04     E extends Object declared in interface Collection
01:21:04 X.java:5: warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type Collection
01:21:04 		a.addAll(b);
01:21:04 		        ^
01:21:04   where E is a type-variable:
01:21:04     E extends Object declared in interface Collection
01:21:04 1 error
01:21:04 2 warnings
01:21:04 
01:21:04 
01:21:04 
01:21:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:05 --- javac err: ---
01:21:05 X.java:5: warning: [rawtypes] found raw type: Map
01:21:05 		Map myMap = new HashMap();
01:21:05 		^
01:21:05   missing type arguments for generic class Map<K,V>
01:21:05   where K,V are type-variables:
01:21:05     K extends Object declared in interface Map
01:21:05     V extends Object declared in interface Map
01:21:05 X.java:5: warning: [rawtypes] found raw type: HashMap
01:21:05 		Map myMap = new HashMap();
01:21:05 		                ^
01:21:05   missing type arguments for generic class HashMap<K,V>
01:21:05   where K,V are type-variables:
01:21:05     K extends Object declared in class HashMap
01:21:05     V extends Object declared in class HashMap
01:21:05 X.java:6: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
01:21:05 		myMap.put("key1", "1");
01:21:05 		         ^
01:21:05   where K,V are type-variables:
01:21:05     K extends Object declared in interface Map
01:21:05     V extends Object declared in interface Map
01:21:05 X.java:8: warning: [rawtypes] found raw type: Entry
01:21:05 		for (Map.Entry e : myMap.entrySet())
01:21:05 		        ^
01:21:05   missing type arguments for generic class Entry<K,V>
01:21:05   where K,V are type-variables:
01:21:05     K extends Object declared in interface Entry
01:21:05     V extends Object declared in interface Entry
01:21:05 X.java:8: error: incompatible types: Object cannot be converted to Entry
01:21:05 		for (Map.Entry e : myMap.entrySet())
01:21:05 		                                 ^
01:21:05 X.java:10: warning: [rawtypes] found raw type: Entry
01:21:05 		Set<Map.Entry> set = myMap.entrySet();
01:21:05 		       ^
01:21:05   missing type arguments for generic class Entry<K,V>
01:21:05   where K,V are type-variables:
01:21:05     K extends Object declared in interface Entry
01:21:05     V extends Object declared in interface Entry
01:21:05 X.java:10: warning: [unchecked] unchecked conversion
01:21:05 		Set<Map.Entry> set = myMap.entrySet();
01:21:05 		                                   ^
01:21:05   required: Set<Entry>
01:21:05   found:    Set
01:21:05 X.java:11: warning: [rawtypes] found raw type: Entry
01:21:05 		for (Map.Entry e : set)
01:21:05 		        ^
01:21:05   missing type arguments for generic class Entry<K,V>
01:21:05   where K,V are type-variables:
01:21:05     K extends Object declared in interface Entry
01:21:05     V extends Object declared in interface Entry
01:21:05 1 error
01:21:05 7 warnings
01:21:05 
01:21:05 
01:21:05 
01:21:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:06 --- javac err: ---
01:21:06 X.java:8: error: cannot find symbol
01:21:06     Zork z;
01:21:06     ^
01:21:06   symbol:   class Zork
01:21:06   location: class X
01:21:06 X.java:6: warning: [unchecked] unchecked cast
01:21:06         Object o = (BD<Number>) bb;
01:21:06                                 ^
01:21:06   required: BD<Number>
01:21:06   found:    BB<CAP#1,CAP#2>
01:21:06   where CAP#1,CAP#2 are fresh type-variables:
01:21:06     CAP#1 extends Number from capture of ? extends Number
01:21:06     CAP#2 extends Object super: Integer from capture of ? super Integer
01:21:06 1 error
01:21:06 1 warning
01:21:06 
01:21:06 
01:21:06 
01:21:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:07 --- javac err: ---
01:21:07 X.java:7: warning: [cast] redundant cast to String
01:21:07 		((String) (v.elementAt(0))).charAt(0);
01:21:07 		 ^
01:21:07 1 warning
01:21:07 
01:21:08 
01:21:08 
01:21:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:09 --- javac err: ---
01:21:09 X.java:16: warning: [unchecked] unchecked cast
01:21:09 		return (GenericWrapper<String>) wrappedString;
01:21:09 		                                ^
01:21:09   required: GenericWrapper<String>
01:21:09   found:    Object
01:21:09 1 warning
01:21:09 
01:21:09 
01:21:09 
01:21:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:10 --- javac err: ---
01:21:10 X.java:4: error: cannot find symbol
01:21:10 		Zork z;
01:21:10 		^
01:21:10   symbol:   class Zork
01:21:10   location: class GenericWrapper<Elem>
01:21:10   where Elem is a type-variable:
01:21:10     Elem extends Object declared in class GenericWrapper
01:21:10 X.java:17: warning: [unchecked] unchecked cast
01:21:10 		return (GenericWrapper<String>) wrappedString;
01:21:10 		                                ^
01:21:10   required: GenericWrapper<String>
01:21:10   found:    Object
01:21:10 1 error
01:21:10 1 warning
01:21:10 
01:21:10 
01:21:10 
01:21:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:11 --- javac err: ---
01:21:11 X.java:5: error: cannot find symbol
01:21:11 	Zork z;
01:21:11 	^
01:21:11   symbol:   class Zork
01:21:11   location: class X<K,V>
01:21:11   where K,V are type-variables:
01:21:11     K extends Object declared in class X
01:21:11     V extends Object declared in class X
01:21:11 X.java:34: warning: [unchecked] unchecked cast
01:21:11 		X<String, Integer> fromQueue = (X<String, Integer>) queue.remove();
01:21:11 		                                                                ^
01:21:11   required: X<String,Integer>
01:21:11   found:    Reference<CAP#1>
01:21:11   where CAP#1 is a fresh type-variable:
01:21:11     CAP#1 extends Integer from capture of ? extends Integer
01:21:11 1 error
01:21:11 1 warning
01:21:11 
01:21:11 
01:21:11 
01:21:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:12 
01:21:12 
01:21:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:13 --- javac err: ---
01:21:13 X.java:5: error: cannot find symbol
01:21:13 	Zork z;
01:21:13 	^
01:21:13   symbol:   class Zork
01:21:13   location: class X<S>
01:21:13   where S is a type-variable:
01:21:13     S extends Comparable<S> declared in class X
01:21:13 X.java:3: warning: [unchecked] unchecked cast
01:21:13        S a = (S)(Integer)3;
01:21:13                 ^
01:21:13   required: S
01:21:13   found:    Integer
01:21:13   where S is a type-variable:
01:21:13     S extends Comparable<S> declared in class X
01:21:13 1 error
01:21:13 1 warning
01:21:13 
01:21:13 
01:21:13 
01:21:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:14 --- javac err: ---
01:21:14 X.java:5: error: cannot find symbol
01:21:14 	Zork z;
01:21:14 	^
01:21:14   symbol:   class Zork
01:21:14   location: class X<S>
01:21:14   where S is a type-variable:
01:21:14     S extends Comparable<String> declared in class X
01:21:14 X.java:3: error: incompatible types: Integer cannot be converted to S
01:21:14        S a = (S)(Integer)3; // this should fail
01:21:14                 ^
01:21:14   where S is a type-variable:
01:21:14     S extends Comparable<String> declared in class X
01:21:14 2 errors
01:21:14 
01:21:14 
01:21:14 
01:21:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:15 --- javac err: ---
01:21:15 X.java:5: error: cannot find symbol
01:21:15 	   return (Comparable<S>) c;
01:21:15 	                      ^
01:21:15   symbol:   class S
01:21:15   location: class X
01:21:15 X.java:8: warning: [rawtypes] found raw type: List
01:21:15 	   List l = (List<U>) lv;
01:21:15 	   ^
01:21:15   missing type arguments for generic class List<E>
01:21:15   where E is a type-variable:
01:21:15     E extends Object declared in interface List
01:21:15 X.java:8: warning: [unchecked] unchecked cast
01:21:15 	   List l = (List<U>) lv;
01:21:15 	                      ^
01:21:15   required: List<U>
01:21:15   found:    List<V>
01:21:15   where V,U are type-variables:
01:21:15     V extends Runnable declared in method <U,V>foo(List<V>)
01:21:15     U extends Throwable declared in method <U,V>foo(List<V>)
01:21:15 X.java:11: warning: [rawtypes] found raw type: List
01:21:15 	   List l = (List<List<U>>) lv;
01:21:15 	   ^
01:21:15   missing type arguments for generic class List<E>
01:21:15   where E is a type-variable:
01:21:15     E extends Object declared in interface List
01:21:15 X.java:11: error: incompatible types: List<List<V>> cannot be converted to List<List<U>>
01:21:15 	   List l = (List<List<U>>) lv;
01:21:15 	                            ^
01:21:15   where V,U are type-variables:
01:21:15     V extends Runnable declared in method <U,V>foo2(List<List<V>>)
01:21:15     U extends Throwable declared in method <U,V>foo2(List<List<V>>)
01:21:15 2 errors
01:21:15 3 warnings
01:21:15 
01:21:15 
01:21:15 
01:21:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:16 --- javac err: ---
01:21:16 X.java:3: error: incompatible types: X2 cannot be converted to S
01:21:16        S a = (S)x2;
01:21:16                 ^
01:21:16   where S is a type-variable:
01:21:16     S extends Comparable<String> declared in class X
01:21:16 1 error
01:21:16 
01:21:16 
01:21:16 
01:21:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:17 --- javac err: ---
01:21:17 Test.java:4: error: incompatible types: A cannot be converted to Comparable<Object>
01:21:17 		Comparable<Object> c = (Comparable<Object>) a; // Fails as expected
01:21:17 		                                            ^
01:21:17 Test.java:5: warning: [unchecked] unchecked cast
01:21:17 		Comparable<S> c2 = (Comparable<S>) a; // Should fail?
01:21:17 		                                   ^
01:21:17   required: Comparable<S>
01:21:17   found:    A
01:21:17   where S is a type-variable:
01:21:17     S extends Object declared in class Test
01:21:17 1 error
01:21:17 1 warning
01:21:17 
01:21:17 
01:21:17 
01:21:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:19 --- javac err: ---
01:21:19 X.java:4: warning: [rawtypes] found raw type: List
01:21:19 	void foo(List<Object> objects, List raw) {
01:21:19 	                               ^
01:21:19   missing type arguments for generic class List<E>
01:21:19   where E is a type-variable:
01:21:19     E extends Object declared in interface List
01:21:19 X.java:9: error: incompatible types: List<Object> cannot be converted to List<Number>
01:21:19 	    numbers= (List<Number>) objects; // correct - cast error
01:21:19 	                            ^
01:21:19 X.java:10: error: incompatible types: List<Object> cannot be converted to List<? extends Number>
01:21:19 	    ext= (List<? extends Number>) objects; // wrong, should fail
01:21:19 	                                  ^
01:21:19 X.java:12: warning: [unchecked] unchecked conversion
01:21:19 	    ext= raw; // correct - raw conversion warning issued
01:21:19 	         ^
01:21:19   required: List<? extends Number>
01:21:19   found:    List
01:21:19 X.java:13: warning: [unchecked] unchecked conversion
01:21:19 	    numbers= raw; // correct - raw conversion warning issued
01:21:19 	             ^
01:21:19   required: List<Number>
01:21:19   found:    List
01:21:19 2 errors
01:21:19 3 warnings
01:21:19 
01:21:19 
01:21:19 
01:21:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:20 
01:21:20 
01:21:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:21 
01:21:21 
01:21:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:23 
01:21:23 
01:21:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:24 --- javac err: ---
01:21:24 X.java:26: error: cannot find symbol
01:21:24   Zork z;
01:21:24   ^
01:21:24   symbol:   class Zork
01:21:24   location: class X
01:21:24 1 error
01:21:24 
01:21:24 
01:21:24 
01:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:25 --- javac err: ---
01:21:25 X.java:9: error: cannot find symbol
01:21:25 	Zork z;
01:21:25 	^
01:21:25   symbol:   class Zork
01:21:25   location: class X
01:21:25 X.java:11: warning: [rawtypes] found raw type: Foo
01:21:25 		Bar<Foo> bar = new Bar<Foo>();
01:21:25 		    ^
01:21:25   missing type arguments for generic class Foo<T>
01:21:25   where T is a type-variable:
01:21:25     T extends Foo<T> declared in interface Foo
01:21:25 X.java:11: warning: [rawtypes] found raw type: Foo
01:21:25 		Bar<Foo> bar = new Bar<Foo>();
01:21:25 		                       ^
01:21:25   missing type arguments for generic class Foo<T>
01:21:25   where T is a type-variable:
01:21:25     T extends Foo<T> declared in interface Foo
01:21:25 X.java:12: warning: [unchecked] unchecked method invocation: method read in class X is applied to given types
01:21:25 		read(bar, "sadasd");
01:21:25 		    ^
01:21:25   required: D,String
01:21:25   found: Bar<Foo>,String
01:21:25   where D,P are type-variables:
01:21:25     D extends Bar<P> declared in method <P,D>read(D,String)
01:21:25     P extends Foo<P> declared in method <P,D>read(D,String)
01:21:25 1 error
01:21:25 3 warnings
01:21:25 
01:21:25 
01:21:25 
01:21:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:26 --- javac err: ---
01:21:26 X.java:6: warning: [rawtypes] found raw type: State
01:21:26 class State<S extends State> {
01:21:26                       ^
01:21:26   missing type arguments for generic class State<S>
01:21:26   where S is a type-variable:
01:21:26     S extends State declared in class State
01:21:26 1 warning
01:21:26 
01:21:26 
01:21:26 
01:21:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:27 
01:21:27 
01:21:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:29 --- javac err: ---
01:21:29 X.java:5: error: type argument T is not within bounds of type-variable E
01:21:29 	Store<? extends Key<T>> store1;
01:21:29 	                    ^
01:21:29   where T,E are type-variables:
01:21:29     T extends Object declared in class X
01:21:29     E extends Key<E> declared in class Key
01:21:29 X.java:6: error: type argument ? extends T is not within bounds of type-variable E
01:21:29 	Store<? extends Key<? extends T>> store2;
01:21:29 	                    ^
01:21:29   where T,E are type-variables:
01:21:29     T extends Object declared in class X
01:21:29     E extends Key<E> declared in class Key
01:21:29 2 errors
01:21:29 
01:21:29 
01:21:29 
01:21:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:30 --- javac err: ---
01:21:30 X.java:4: error: type argument String is not within bounds of type-variable T
01:21:30 	void foo(X<String> xs) {
01:21:30 	           ^
01:21:30   where T is a type-variable:
01:21:30     T extends Throwable declared in class X
01:21:30 X.java:5: error: cannot find symbol
01:21:30 		xs.get().printStackTrace();
01:21:30 		        ^
01:21:30   symbol:   method printStackTrace()
01:21:30   location: class String
01:21:30 2 errors
01:21:30 
01:21:30 
01:21:30 
01:21:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:31 --- javac err: ---
01:21:31 X.java:5: error: incompatible types: ArrayList<Integer> cannot be converted to ArrayList<Number>
01:21:31 			ArrayList<Number> arrayList = new ArrayList<Integer>(); // compile error
01:21:31 			                              ^
01:21:31 1 error
01:21:31 
01:21:31 
01:21:31 
01:21:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:32 --- javac err: ---
01:21:32 X.java:3: error: a type variable may not be followed by other bounds
01:21:32 public class X<T, T2 extends T & Serializable > {
01:21:32                                  ^
01:21:32 X.java:6: error: type argument Serializable is not within bounds of type-variable T2
01:21:32 	X<String, Serializable> wrong1;
01:21:32 	          ^
01:21:32   where T2,T are type-variables:
01:21:32     T2 extends T declared in class X
01:21:32     T extends Object declared in class X
01:21:32 X.java:9: warning: [serial] serializable class Y has no definition of serialVersionUID
01:21:32 	static class Y implements Serializable {
01:21:32 	       ^
01:21:32 2 errors
01:21:32 1 warning
01:21:32 
01:21:32 
01:21:32 
01:21:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:33 
01:21:33 
01:21:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:34 --- javac err: ---
01:21:34 X.java:4: warning: [rawtypes] found raw type: State
01:21:34 class State<S extends State> {}
01:21:34                       ^
01:21:34   missing type arguments for generic class State<S>
01:21:34   where S is a type-variable:
01:21:34     S extends State declared in class State
01:21:34 1 warning
01:21:34 
01:21:34 
01:21:34 
01:21:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:35 
01:21:35 
01:21:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:36 --- javac err: ---
01:21:36 X.java:1: error: cannot find symbol
01:21:36 class X extends A<X.M> {}
01:21:36                    ^
01:21:36   symbol:   class M
01:21:36   location: class X
01:21:36 1 error
01:21:36 
01:21:36 
01:21:36 
01:21:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:39 
01:21:39 
01:21:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:40 --- javac err: ---
01:21:40 X.java:6: error: incompatible types: inferred type does not conform to upper bound(s)
01:21:40 		X<String> x = foo(x1, x2);
01:21:40 		                 ^
01:21:40     inferred: X<? extends Object>
01:21:40     upper bound(s): X<String>,Object
01:21:40 1 error
01:21:40 
01:21:40 
01:21:40 
01:21:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:41 --- javac err: ---
01:21:41 X.java:6: error: incompatible types: inferred type does not conform to upper bound(s)
01:21:41 		X<String> x = foo(x1, x2);
01:21:41 		                 ^
01:21:41     inferred: X<? extends Object>
01:21:41     upper bound(s): X<String>,Object
01:21:41 1 error
01:21:41 
01:21:41 
01:21:41 
01:21:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:42 --- javac err: ---
01:21:42 X.java:7: error: type argument ? extends List<? super String> is not within bounds of type-variable T
01:21:42 	Other<? extends List<? super String>> other2;	
01:21:42 	      ^
01:21:42   where T is a type-variable:
01:21:42     T extends List<? extends Runnable> declared in class Other
01:21:42 X.java:8: error: type argument ? extends List<? extends String> is not within bounds of type-variable T
01:21:42 	Other<? extends List<? extends String>> other3;		
01:21:42 	      ^
01:21:42   where T is a type-variable:
01:21:42     T extends List<? extends Runnable> declared in class Other
01:21:42 X.java:9: error: incompatible types: Other<CAP#1> cannot be converted to Other<? extends List<? extends Runnable>>
01:21:42 	Other<? extends List<? extends Runnable>> other7 = other1;
01:21:42 	                                                   ^
01:21:42   where CAP#1 is a fresh type-variable:
01:21:42     CAP#1 extends List<? extends Throwable> from capture of ? extends List<? extends Throwable>
01:21:42 3 errors
01:21:42 
01:21:42 
01:21:42 
01:21:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:44 --- javac err: ---
01:21:44 X.java:7: error: type argument ? extends List<? super Throwable> is not within bounds of type-variable T
01:21:44 	Other<? extends List<? super Throwable>> other3;
01:21:44 	      ^
01:21:44   where T is a type-variable:
01:21:44     T extends List<? extends Runnable> declared in class Other
01:21:44 X.java:8: error: type argument ? super List<? extends Throwable> is not within bounds of type-variable T
01:21:44 	Other<? super List<? extends Throwable>> other4;
01:21:44 	      ^
01:21:44   where T is a type-variable:
01:21:44     T extends List<? extends Runnable> declared in class Other
01:21:44 X.java:9: error: type argument ? super List<?> is not within bounds of type-variable T
01:21:44 	Other<? super List<?>> other5;
01:21:44 	      ^
01:21:44   where T is a type-variable:
01:21:44     T extends List<? extends Runnable> declared in class Other
01:21:44 X.java:10: error: type argument ? super List<? super Throwable> is not within bounds of type-variable T
01:21:44 	Other<? super List<? super Throwable>> other6;
01:21:44 	      ^
01:21:44   where T is a type-variable:
01:21:44     T extends List<? extends Runnable> declared in class Other
01:21:44 4 errors
01:21:44 
01:21:44 
01:21:44 
01:21:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:45 
01:21:45 
01:21:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:46 --- javac err: ---
01:21:46 X.java:6: error: type argument ? super List<? super Runnable> is not within bounds of type-variable T
01:21:46 	Other<? super List<? super Runnable>> other5;
01:21:46 	      ^
01:21:46   where T is a type-variable:
01:21:46     T extends List<? extends Runnable> declared in class Other
01:21:46 1 error
01:21:46 
01:21:46 
01:21:46 
01:21:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:47 --- javac err: ---
01:21:47 X.java:4: error: incompatible types: List<CAP#1> cannot be converted to List<? extends Runnable>
01:21:47 		lr = la;
01:21:47 		     ^
01:21:47   where CAP#1 is a fresh type-variable:
01:21:47     CAP#1 extends Object from capture of ?
01:21:47 1 error
01:21:47 
01:21:47 
01:21:47 
01:21:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:48 --- javac err: ---
01:21:48 XX.java:2: error: type argument ? extends String is not within bounds of type-variable T
01:21:48 	void foo(XX<?> lhs, XX<? extends String> rhs) {
01:21:48 	                       ^
01:21:48   where T is a type-variable:
01:21:48     T extends Runnable declared in class XX
01:21:48 1 error
01:21:48 
01:21:48 
01:21:48 
01:21:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:50 --- javac err: ---
01:21:50 X.java:5: error: type argument ? extends List<String> is not within bounds of type-variable T
01:21:50 	void foo(X<? extends List<String>> x) {
01:21:50 	           ^
01:21:50   where T is a type-variable:
01:21:50     T extends List<Object> declared in class X
01:21:50 1 error
01:21:50 
01:21:50 
01:21:50 
01:21:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:51 --- javac err: ---
01:21:51 X.java:2: error: type argument X<String> is not within bounds of type-variable T
01:21:51 	X<X<String>> x1;
01:21:51 	   ^
01:21:51   where T is a type-variable:
01:21:51     T extends Runnable declared in class X
01:21:51 X.java:2: error: type argument String is not within bounds of type-variable T
01:21:51 	X<X<String>> x1;
01:21:51 	    ^
01:21:51   where T is a type-variable:
01:21:51     T extends Runnable declared in class X
01:21:51 X.java:3: error: type argument ? extends String is not within bounds of type-variable T
01:21:51 	X<? extends String> x2;
01:21:51 	  ^
01:21:51   where T is a type-variable:
01:21:51     T extends Runnable declared in class X
01:21:51 3 errors
01:21:51 
01:21:51 
01:21:51 
01:21:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:52 --- javac err: ---
01:21:52 X.java:2: error: type argument X<X<String>> is not within bounds of type-variable T
01:21:52 	X<X<X<String>>> x1;
01:21:52 	   ^
01:21:52   where T is a type-variable:
01:21:52     T extends X<T> declared in class X
01:21:52 X.java:2: error: type argument X<String> is not within bounds of type-variable T
01:21:52 	X<X<X<String>>> x1;
01:21:52 	     ^
01:21:52   where T is a type-variable:
01:21:52     T extends X<T> declared in class X
01:21:52 X.java:2: error: type argument String is not within bounds of type-variable T
01:21:52 	X<X<X<String>>> x1;
01:21:52 	      ^
01:21:52   where T is a type-variable:
01:21:52     T extends X<T> declared in class X
01:21:52 X.java:3: error: type argument ? extends X<? extends X<String>> is not within bounds of type-variable T
01:21:52 	X<? extends X<? extends X<String>>> x2;
01:21:52 	  ^
01:21:52   where T is a type-variable:
01:21:52     T extends X<T> declared in class X
01:21:52 X.java:3: error: type argument ? extends X<String> is not within bounds of type-variable T
01:21:52 	X<? extends X<? extends X<String>>> x2;
01:21:52 	              ^
01:21:52   where T is a type-variable:
01:21:52     T extends X<T> declared in class X
01:21:52 X.java:3: error: type argument String is not within bounds of type-variable T
01:21:52 	X<? extends X<? extends X<String>>> x2;
01:21:52 	                          ^
01:21:52   where T is a type-variable:
01:21:52     T extends X<T> declared in class X
01:21:52 6 errors
01:21:52 
01:21:52 
01:21:52 
01:21:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:53 
01:21:53 
01:21:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:54 --- javac err: ---
01:21:54 X.java:5: error: type argument T is not within bounds of type-variable E
01:21:54 	Store<? extends Key<T>> store = new Store<Key<T>>();
01:21:54 	                    ^
01:21:54   where T,E are type-variables:
01:21:54     T extends Object declared in class X
01:21:54     E extends Key<E> declared in class Key
01:21:54 X.java:5: error: type argument Key<T> is not within bounds of type-variable F
01:21:54 	Store<? extends Key<T>> store = new Store<Key<T>>();
01:21:54 	                                             ^
01:21:54   where T,F are type-variables:
01:21:54     T extends Object declared in class X
01:21:54     F extends Key<F> declared in class Store
01:21:54 X.java:5: error: type argument T is not within bounds of type-variable E
01:21:54 	Store<? extends Key<T>> store = new Store<Key<T>>();
01:21:54 	                                              ^
01:21:54   where T,E are type-variables:
01:21:54     T extends Object declared in class X
01:21:54     E extends Key<E> declared in class Key
01:21:54 3 errors
01:21:54 
01:21:54 
01:21:54 
01:21:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:55 
01:21:55 
01:21:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:57 --- javac err: ---
01:21:57 X.java:5: error: type argument ? super Exception is not within bounds of type-variable U
01:21:57 	X<? super Exception, ? super Exception> x;
01:21:57 	  ^
01:21:57   where U is a type-variable:
01:21:57     U extends List<Object> declared in class X
01:21:57 1 error
01:21:57 
01:21:57 
01:21:57 
01:21:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:58 --- javac err: ---
01:21:58 X2.java:6: error: type argument ? extends List<Throwable> is not within bounds of type-variable T
01:21:58 	Other2<? extends List<Throwable>> other1;
01:21:58 	       ^
01:21:58   where T is a type-variable:
01:21:58     T extends List<Runnable> declared in class Other2
01:21:58 X2.java:7: error: type argument ? extends List<? super String> is not within bounds of type-variable T
01:21:58 	Other2<? extends List<? super String>> other2;	
01:21:58 	       ^
01:21:58   where T is a type-variable:
01:21:58     T extends List<Runnable> declared in class Other2
01:21:58 X2.java:8: error: type argument ? extends List<? extends String> is not within bounds of type-variable T
01:21:58 	Other2<? extends List<? extends String>> other3;		
01:21:58 	       ^
01:21:58   where T is a type-variable:
01:21:58     T extends List<Runnable> declared in class Other2
01:21:58 X2.java:9: error: incompatible types: Other2<CAP#1> cannot be converted to Other2<? extends List<? extends Runnable>>
01:21:58 	Other2<? extends List<? extends Runnable>> other7 = other1;
01:21:58 	                                                    ^
01:21:58   where CAP#1 is a fresh type-variable:
01:21:58     CAP#1 extends List<Throwable> from capture of ? extends List<Throwable>
01:21:58 4 errors
01:21:58 
01:21:58 
01:21:58 
01:21:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:21:59 --- javac err: ---
01:21:59 X.java:3: warning: [deprecation] newInstance() in Class has been deprecated
01:21:59 		return getType().newInstance();
01:21:59 		                ^
01:21:59   where T is a type-variable:
01:21:59     T extends Object declared in class Class
01:21:59 1 warning
01:21:59 
01:21:59 
01:21:59 
01:21:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:00 --- javac err: ---
01:22:00 X.java:14: error: incompatible types: inference variable T has incompatible bounds
01:22:00 	List<Counter<? extends String>> list5 = Arrays.asList(songCounter, genreCounter);
01:22:00 	                                                     ^
01:22:00     equality constraints: Deejay.Counter<? extends String>
01:22:00     lower bounds: Deejay.Counter<Genre>,Deejay.Counter<Song>
01:22:00   where T is a type-variable:
01:22:00     T extends Object declared in method <T>asList(T...)
01:22:00 1 error
01:22:00 
01:22:00 
01:22:00 
01:22:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:01 --- javac err: ---
01:22:01 X.java:10: error: incompatible types: X<X<? extends Object>> cannot be converted to X<X<? extends Cloneable>>
01:22:01 		lhs = rhs; // 2
01:22:01 		      ^
01:22:01 X.java:13: error: incompatible types: X<X<? extends Object>> cannot be converted to X<X<? extends Runnable>>
01:22:01 		lhs = rhs; // 3
01:22:01 		      ^
01:22:01 X.java:19: error: incompatible types: X<X<? extends Cloneable>> cannot be converted to X<X<?>>
01:22:01 		lhs = rhs; // 5
01:22:01 		      ^
01:22:01 3 errors
01:22:01 
01:22:01 
01:22:01 
01:22:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:03 
01:22:03 
01:22:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:04 --- javac err: ---
01:22:04 X.java:4: error: incompatible types: List<Object> cannot be converted to List<String>
01:22:04 		 		 List<String> l = (List<String>)Collections.emptyList();
01:22:04 		 		                                                     ^
01:22:04 1 error
01:22:04 
01:22:04 
01:22:04 
01:22:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:05 --- javac err: ---
01:22:05 X.java:12: error: cannot find symbol
01:22:05  Zork z;
01:22:05  ^
01:22:05   symbol:   class Zork
01:22:05   location: class X
01:22:05 X.java:5: warning: [unchecked] unchecked call to setValue(V) as a member of the raw type Entry
01:22:05 		 ((Map.Entry)o).setValue("bug");
01:22:05 		                        ^
01:22:05   where V is a type-variable:
01:22:05     V extends Object declared in interface Entry
01:22:05 X.java:7: warning: [rawtypes] found raw type: Entry
01:22:05 		 Map.Entry me= (Map.Entry)o; 
01:22:05 		    ^
01:22:05   missing type arguments for generic class Entry<K,V>
01:22:05   where K,V are type-variables:
01:22:05     K extends Object declared in interface Entry
01:22:05     V extends Object declared in interface Entry
01:22:05 X.java:8: warning: [unchecked] unchecked call to setValue(V) as a member of the raw type Entry
01:22:05 		 me.setValue("ok");
01:22:05 		            ^
01:22:05   where V is a type-variable:
01:22:05     V extends Object declared in interface Entry
01:22:05 X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type Vector
01:22:05 		 ((Vector)o).add("ok");
01:22:05 		                ^
01:22:05   where E is a type-variable:
01:22:05     E extends Object declared in class Vector
01:22:05 1 error
01:22:05 4 warnings
01:22:05 
01:22:05 
01:22:05 
01:22:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:06 --- javac err: ---
01:22:06 X.java:4: error: reference to test is ambiguous
01:22:06 		bb.<Object>test();
01:22:06 		  ^
01:22:06   both method test() in AA and method <U>test() in BB match
01:22:06   where U is a type-variable:
01:22:06     U extends Object declared in method <U>test()
01:22:06 X.java:9: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other
01:22:06 class BB extends AA<CC> { <U> BB test() {return null;} }
01:22:06                                  ^
01:22:06 2 errors
01:22:06 
01:22:06 
01:22:06 
01:22:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:07 --- javac err: ---
01:22:07 X.java:4: error: reference to test is ambiguous
01:22:07 		AA<Object> res1 = bb.test();
01:22:07 		                    ^
01:22:07   both method test() in AA and method <U>test() in BB match
01:22:07   where U is a type-variable:
01:22:07     U extends Object declared in method <U>test()
01:22:07 X.java:5: warning: [rawtypes] found raw type: AA
01:22:07 		AA res3 = bb.test();
01:22:07 		^
01:22:07   missing type arguments for generic class AA<T>
01:22:07   where T is a type-variable:
01:22:07     T extends Object declared in class AA
01:22:07 X.java:5: error: reference to test is ambiguous
01:22:07 		AA res3 = bb.test();
01:22:07 		            ^
01:22:07   both method test() in AA and method <U>test() in BB match
01:22:07   where U is a type-variable:
01:22:07     U extends Object declared in method <U>test()
01:22:07 X.java:9: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other
01:22:07 class BB extends AA<CC> { <U> BB test() {return null;} }
01:22:07                                  ^
01:22:07 3 errors
01:22:07 1 warning
01:22:07 
01:22:07 
01:22:07 
01:22:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:08 --- javac err: ---
01:22:08 X.java:4: error: reference to test is ambiguous
01:22:08 		AA<CC> res = bb.test();
01:22:08 		               ^
01:22:08   both method test() in AA and method <U>test() in BB match
01:22:08   where U is a type-variable:
01:22:08     U extends Object declared in method <U>test()
01:22:08 X.java:4: error: incompatible types: AA<Object> cannot be converted to AA<CC>
01:22:08 		AA<CC> res = bb.test();
01:22:08 		                    ^
01:22:08 X.java:5: error: reference to test is ambiguous
01:22:08 		BB res2 = bb.test();
01:22:08 		            ^
01:22:08   both method test() in AA and method <U>test() in BB match
01:22:08   where U is a type-variable:
01:22:08     U extends Object declared in method <U>test()
01:22:08 X.java:5: error: incompatible types: AA<Object> cannot be converted to BB
01:22:08 		BB res2 = bb.test();
01:22:08 		                 ^
01:22:08 X.java:9: error: name clash: test() in BB and test() in AA have the same erasure, yet neither overrides the other
01:22:08 class BB extends AA<CC> { <U> BB test() {return null;} }
01:22:08                                  ^
01:22:08 5 errors
01:22:08 
01:22:09 --- javac err: ---
01:22:09 X.java:4: error: incompatible types: AA<Object> cannot be converted to AA<CC>
01:22:09 		AA<CC> res = bb.test();
01:22:09 		                    ^
01:22:09 X.java:5: error: incompatible types: AA<Object> cannot be converted to BB
01:22:09 		BB res2 = bb.test();
01:22:09 		                 ^
01:22:09 2 errors
01:22:09 
01:22:09 
01:22:09 
01:22:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:10 
01:22:10 
01:22:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:13 
01:22:13 
01:22:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:15 
01:22:15 
01:22:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:16 --- javac err: ---
01:22:16 X.java:6: warning: [rawtypes] found raw type: Persistent
01:22:16 		Persistent d = createDataObject(v);
01:22:16 		^
01:22:16   missing type arguments for generic class Persistent<V>
01:22:16   where V is a type-variable:
01:22:16     V extends Object declared in interface Persistent
01:22:16 1 warning
01:22:16 
01:22:16 
01:22:16 
01:22:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:18 --- javac err: ---
01:22:18 X.java:7: warning: [rawtypes] found raw type: XX
01:22:18 	static private Map<String, XX> m1 = new HashMap<String, XX>();
01:22:18 	                           ^
01:22:18   missing type arguments for generic class XX<TT>
01:22:18   where TT is a type-variable:
01:22:18     TT extends Object declared in class XX
01:22:18 X.java:7: warning: [rawtypes] found raw type: XX
01:22:18 	static private Map<String, XX> m1 = new HashMap<String, XX>();
01:22:18 	                                                        ^
01:22:18   missing type arguments for generic class XX<TT>
01:22:18   where TT is a type-variable:
01:22:18     TT extends Object declared in class XX
01:22:18 X.java:8: warning: [rawtypes] found raw type: XX
01:22:18 	private List<XX> m2 = new ArrayList<XX>();
01:22:18 	             ^
01:22:18   missing type arguments for generic class XX<TT>
01:22:18   where TT is a type-variable:
01:22:18     TT extends Object declared in class XX
01:22:18 X.java:8: warning: [rawtypes] found raw type: XX
01:22:18 	private List<XX> m2 = new ArrayList<XX>();
01:22:18 	                                    ^
01:22:18   missing type arguments for generic class XX<TT>
01:22:18   where TT is a type-variable:
01:22:18     TT extends Object declared in class XX
01:22:18 X.java:9: warning: [rawtypes] found raw type: XX
01:22:18 	static protected XX foo()
01:22:18 	                 ^
01:22:18   missing type arguments for generic class XX<TT>
01:22:18   where TT is a type-variable:
01:22:18     TT extends Object declared in class XX
01:22:18 5 warnings
01:22:18 
01:22:19 
01:22:19 
01:22:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:20 --- javac err: ---
01:22:20 X.java:7: warning: [rawtypes] found raw type: XX
01:22:20 	static private Map<String, XX> m1 = new HashMap<String, XX>();
01:22:20 	                           ^
01:22:20   missing type arguments for generic class XX<TT>
01:22:20   where TT is a type-variable:
01:22:20     TT extends Object declared in class XX
01:22:20 X.java:7: warning: [rawtypes] found raw type: XX
01:22:20 	static private Map<String, XX> m1 = new HashMap<String, XX>();
01:22:20 	                                                        ^
01:22:20   missing type arguments for generic class XX<TT>
01:22:20   where TT is a type-variable:
01:22:20     TT extends Object declared in class XX
01:22:20 X.java:9: warning: [rawtypes] found raw type: XX
01:22:20 	static protected XX foo()
01:22:20 	                 ^
01:22:20   missing type arguments for generic class XX<TT>
01:22:20   where TT is a type-variable:
01:22:20     TT extends Object declared in class XX
01:22:20 3 warnings
01:22:20 
01:22:22 
01:22:22 
01:22:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:23 --- javac err: ---
01:22:23 X.java:4: error: non-static type variable T cannot be referenced from a static context
01:22:23 		java.util.List<T> lt = null;
01:22:23 		               ^
01:22:23 X.java:6: error: non-static type variable T cannot be referenced from a static context
01:22:23 		void m1(T t);		
01:22:23 		        ^
01:22:23 X.java:5: error: non-static variable i cannot be referenced from a static context
01:22:23 		int j = i;
01:22:23 		        ^
01:22:23 3 errors
01:22:23 
01:22:23 
01:22:23 
01:22:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:24 --- javac err: ---
01:22:24 B.java:6: warning: [rawtypes] found raw type: Entry
01:22:24 	static Set<Map.Entry> foo(SortedSet<Map.Entry> set) {
01:22:24 	                                       ^
01:22:24   missing type arguments for generic class Entry<K,V>
01:22:24   where K,V are type-variables:
01:22:24     K extends Object declared in interface Entry
01:22:24     V extends Object declared in interface Entry
01:22:24 B.java:6: warning: [rawtypes] found raw type: Entry
01:22:24 	static Set<Map.Entry> foo(SortedSet<Map.Entry> set) {
01:22:24 	              ^
01:22:24   missing type arguments for generic class Entry<K,V>
01:22:24   where K,V are type-variables:
01:22:24     K extends Object declared in interface Entry
01:22:24     V extends Object declared in interface Entry
01:22:24 2 warnings
01:22:24 
01:22:26 
01:22:26 
01:22:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:27 --- javac err: ---
01:22:27 X.java:3: error: incompatible types: List cannot be converted to Comparable<String>
01:22:27     	Comparable<String> c = (java.util.List)bar(5, 5.0);
01:22:27     	                       ^
01:22:27 1 error
01:22:27 
01:22:27 
01:22:27 
01:22:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:28 --- javac err: ---
01:22:28 X.java:3: error: incompatible types: T cannot be converted to Comparable<Integer>
01:22:28     		 Comparable<Integer> ci = (Comparable<Integer>) t;  
01:22:28     		                                                ^
01:22:28   where T is a type-variable:
01:22:28     T extends Number,Comparable<String> declared in class X
01:22:28 1 error
01:22:28 
01:22:28 
01:22:28 
01:22:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:29 --- javac err: ---
01:22:29 X.java:4: error: incompatible types: T cannot be converted to Comparable<Integer>
01:22:29     		 Comparable<Integer> ci = (Comparable<Integer>) t;  
01:22:29     		                                                ^
01:22:29   where T is a type-variable:
01:22:29     T extends Comparable<String>,List<Integer> declared in class X
01:22:29 1 error
01:22:29 
01:22:29 
01:22:29 
01:22:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:30 --- javac err: ---
01:22:30 X.java:23: error: cannot find symbol
01:22:30    Zork z;
01:22:30    ^
01:22:30   symbol:   class Zork
01:22:30   location: class X
01:22:30 X.java:13: warning: [rawtypes] found raw type: X.ActionImpl
01:22:30     public class ActionImpl<T extends Base> extends Action<T> implements Comparable<ActionImpl> {
01:22:30                                                                                     ^
01:22:30   missing type arguments for generic class X.ActionImpl<T>
01:22:30   where T is a type-variable:
01:22:30     T extends Base declared in class X.ActionImpl
01:22:30 X.java:14: warning: [rawtypes] found raw type: X.ActionImpl
01:22:30         public int compareTo(ActionImpl o) {
01:22:30                              ^
01:22:30   missing type arguments for generic class X.ActionImpl<T>
01:22:30   where T is a type-variable:
01:22:30     T extends Base declared in class X.ActionImpl
01:22:30 X.java:20: warning: [rawtypes] found raw type: X.ActionImpl
01:22:30         Set<ActionImpl> set = new TreeSet<ActionImpl>();
01:22:30             ^
01:22:30   missing type arguments for generic class X.ActionImpl<T>
01:22:30   where T is a type-variable:
01:22:30     T extends Base declared in class X.ActionImpl
01:22:30 X.java:20: warning: [rawtypes] found raw type: X.ActionImpl
01:22:30         Set<ActionImpl> set = new TreeSet<ActionImpl>();
01:22:30                                           ^
01:22:30   missing type arguments for generic class X.ActionImpl<T>
01:22:30   where T is a type-variable:
01:22:30     T extends Base declared in class X.ActionImpl
01:22:30 X.java:21: warning: [unchecked] unchecked method invocation: method max in class Collections is applied to given types
01:22:30         Collections.max(set);
01:22:30                        ^
01:22:30   required: Collection<? extends T>
01:22:30   found: Set<X.ActionImpl>
01:22:30   where T is a type-variable:
01:22:30     T extends Object,Comparable<? super T> declared in method <T>max(Collection<? extends T>)
01:22:30 1 error
01:22:30 5 warnings
01:22:30 
01:22:30 
01:22:30 
01:22:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:32 --- javac err: ---
01:22:32 X.java:4: warning: [rawtypes] found raw type: Iterator
01:22:32 interface IntegerIterator extends Iterator {}
01:22:32                                   ^
01:22:32   missing type arguments for generic class Iterator<E>
01:22:32   where E is a type-variable:
01:22:32     E extends Object declared in interface Iterator
01:22:32 X.java:5: error: Iterator cannot be inherited with different arguments: <java.lang.Integer> and <>
01:22:32 interface IntegerListIterator extends ListIterator<Integer>, IntegerIterator {}
01:22:32 ^
01:22:32 1 error
01:22:32 1 warning
01:22:32 
01:22:32 
01:22:32 
01:22:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:33 --- javac err: ---
01:22:33 X.java:3: warning: [rawtypes] found raw type: Foo
01:22:33 interface Baz extends Bar, Foo {}
01:22:33                            ^
01:22:33   missing type arguments for generic class Foo<T>
01:22:33   where T is a type-variable:
01:22:33     T extends Object declared in interface Foo
01:22:33 X.java:3: error: Foo cannot be inherited with different arguments: <java.lang.Integer> and <>
01:22:33 interface Baz extends Bar, Foo {}
01:22:33 ^
01:22:33 X.java:5: warning: [rawtypes] found raw type: Foo
01:22:33 class XSuper implements Foo {}
01:22:33                         ^
01:22:33   missing type arguments for generic class Foo<T>
01:22:33   where T is a type-variable:
01:22:33     T extends Object declared in interface Foo
01:22:33 X.java:6: error: Foo cannot be inherited with different arguments: <java.lang.Integer> and <>
01:22:33 class XSub extends XSuper implements Foo<Integer> {}
01:22:33 ^
01:22:33 X.java:8: warning: [rawtypes] found raw type: Foo
01:22:33 public class X implements Bar, Foo {}
01:22:33                                ^
01:22:33   missing type arguments for generic class Foo<T>
01:22:33   where T is a type-variable:
01:22:33     T extends Object declared in interface Foo
01:22:33 X.java:8: error: Foo cannot be inherited with different arguments: <java.lang.Integer> and <>
01:22:33 public class X implements Bar, Foo {}
01:22:33        ^
01:22:33 3 errors
01:22:33 3 warnings
01:22:33 
01:22:33 
01:22:33 
01:22:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:35 
01:22:35 
01:22:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:36 
01:22:36 
01:22:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:37 
01:22:37 
01:22:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:39 
01:22:39 
01:22:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:40 --- javac err: ---
01:22:40 X.java:10: error: incompatible types: inference variable T#1 has incompatible bounds
01:22:40 		data = resize(data, new Object[maxChunkNo][]);
01:22:40 		             ^
01:22:40     upper bounds: T#2[],Object
01:22:40     lower bounds: Object[],T#2[]
01:22:40   where T#1,T#2 are type-variables:
01:22:40     T#1 extends Object declared in method <T#1>resize(T#1[],T#1[])
01:22:40     T#2 extends Object declared in class ConrC
01:22:40 1 error
01:22:40 
01:22:40 
01:22:40 
01:22:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:41 
01:22:41 
01:22:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:42 
01:22:42 
01:22:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:43 --- javac err: ---
01:22:43 X.java:6: error: incompatible types: X<CAP#1> cannot be converted to X<String>
01:22:43 		foobar(ctrl.getView().getContent()); 
01:22:43 		                                ^
01:22:43   where CAP#1 is a fresh type-variable:
01:22:43     CAP#1 extends X<CAP#1> from capture of ?
01:22:43 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:22:43 1 error
01:22:43 
01:22:43 
01:22:43 
01:22:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:45 --- javac err: ---
01:22:45 X.java:3: error: type argument X is not within bounds of type-variable T
01:22:45 class Y extends X implements I<X> {}
01:22:45                                ^
01:22:45   where T is a type-variable:
01:22:45     T extends I<? super T> declared in interface I
01:22:45 X.java:3: error: I cannot be inherited with different arguments: <X> and <Y>
01:22:45 class Y extends X implements I<X> {}
01:22:45 ^
01:22:45 2 errors
01:22:45 
01:22:45 
01:22:45 
01:22:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:47 --- javac err: ---
01:22:47 X.java:3: error: cannot find symbol
01:22:47     Zork z;
01:22:47     ^
01:22:47   symbol:   class Zork
01:22:47   location: class X
01:22:47 X.java:11: warning: [rawtypes] found raw type: SuperInterface
01:22:47     private SuperInterface< ? extends SuperInterface> x = null;
01:22:47                                       ^
01:22:47   missing type arguments for generic class SuperInterface<A>
01:22:47   where A is a type-variable:
01:22:47     A extends Object declared in interface SuperInterface
01:22:47 X.java:14: error: incompatible types: SuperInterface<CAP#1> cannot be converted to SubInterface
01:22:47         ((SubInterface) this.x).getString();
01:22:47                             ^
01:22:47   where CAP#1 is a fresh type-variable:
01:22:47     CAP#1 extends SuperInterface from capture of ? extends SuperInterface
01:22:47 2 errors
01:22:47 1 warning
01:22:47 
01:22:47 
01:22:47 
01:22:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:48 
01:22:48 
01:22:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:49 --- javac err: ---
01:22:49 X.java:8: error: incompatible types: D cannot be converted to C
01:22:49                          C c = (C)d; // illegal
01:22:49                                   ^
01:22:49 1 error
01:22:49 
01:22:49 
01:22:49 
01:22:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:50 
01:22:50 
01:22:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:51 
01:22:51 
01:22:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:53 
01:22:53 
01:22:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:54 --- javac err: ---
01:22:54 X.java:8: error: incompatible types: C cannot be converted to D<? extends Exception>
01:22:54 					D<? extends Exception> d = (D<? extends Exception>) c;
01:22:54 					                                                    ^
01:22:54 1 error
01:22:54 
01:22:54 
01:22:54 
01:22:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:55 
01:22:55 
01:22:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:56 --- javac err: ---
01:22:56 X.java:8: error: incompatible types: D cannot be converted to C
01:22:56                          C c = (C)d; // illegal
01:22:56                                   ^
01:22:56 1 error
01:22:56 
01:22:56 
01:22:56 
01:22:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:57 --- javac err: ---
01:22:57 X.java:8: error: incompatible types: D cannot be converted to C
01:22:57                          C c = (C)d; // illegal
01:22:57                                   ^
01:22:57 1 error
01:22:57 
01:22:57 
01:22:57 
01:22:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:58 --- javac err: ---
01:22:58 X.java:7: error: incompatible types: B<Integer> cannot be converted to C
01:22:58                          C c = (C)d; // illegal
01:22:58                                   ^
01:22:58 1 error
01:22:58 
01:22:58 
01:22:58 
01:22:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:59 --- javac err: ---
01:22:59 X.java:7: error: incompatible types: D cannot be converted to B<String>
01:22:59                          B<String> c = (B<String>)d; // illegal
01:22:59                                                   ^
01:22:59 1 error
01:22:59 
01:22:59 
01:22:59 
01:22:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:22:59 
01:22:59 
01:22:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:00 --- javac err: ---
01:23:00 X.java:16: error: incompatible types: TestGeneric3<A>.Nested<B> cannot be converted to TestGeneric3<B>.Nested<B>
01:23:00 			return this;//3
01:23:00 			       ^
01:23:00   where B,A are type-variables:
01:23:00     B extends Object declared in class TestGeneric3.Nested
01:23:00     A extends Object declared in class TestGeneric3
01:23:00 1 error
01:23:00 
01:23:00 
01:23:00 
01:23:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:02 --- javac err: ---
01:23:02 java/util/X.java:1: error: package exists in another module: java.base
01:23:02 package java.util;
01:23:02 ^
01:23:02 java/util/X.java:30: error: cannot find symbol
01:23:02   Zork z;
01:23:02   ^
01:23:02   symbol:   class Zork
01:23:02   location: class X<K1,V1>
01:23:02   where K1,V1 are type-variables:
01:23:02     K1 extends Object declared in class X
01:23:02     V1 extends Object declared in class X
01:23:02 java/util/X.java:25: error: method does not override or implement a method from a supertype
01:23:02 		@Override void recordAccess(Super<K2, V2> m) {
01:23:02 		^
01:23:02 3 errors
01:23:02 
01:23:02 
01:23:02 
01:23:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:03 
01:23:03 
01:23:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:04 --- javac err: ---
01:23:04 X.java:3: error: incompatible types: no instance(s) of type variable(s) T exist so that List<T> conforms to String
01:23:04 		String s = java.util.Arrays.asList(3, 3.1);
01:23:04 		                                  ^
01:23:04   where T is a type-variable:
01:23:04     T extends Object declared in method <T>asList(T...)
01:23:04 1 error
01:23:04 
01:23:04 
01:23:04 
01:23:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:05 --- javac err: ---
01:23:05 X.java:3: error: a type variable may not be followed by other bounds
01:23:05   class Y<U extends T & I> {
01:23:05                         ^
01:23:05 1 error
01:23:05 
01:23:05 
01:23:05 
01:23:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:06 --- javac err: ---
01:23:06 X.java:5: error: name clash: create(Class<byte[]>) in X and create(Class<U>) in Factory have the same erasure, yet neither overrides the other
01:23:06 	public byte[] create(Class<byte[]> cl) { return null; }
01:23:06 	              ^
01:23:06   where U is a type-variable:
01:23:06     U declared in method <U>create(Class<U>)
01:23:06 1 error
01:23:06 
01:23:06 
01:23:06 
01:23:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:08 --- javac err: ---
01:23:08 X.java:5: warning: [rawtypes] found raw type: X
01:23:08 	void foo(X x) {
01:23:08 	         ^
01:23:08   missing type arguments for generic class X<T>
01:23:08   where T is a type-variable:
01:23:08     T extends X<?> declared in class X
01:23:08 X.java:6: error: incompatible types: X cannot be converted to String
01:23:08 		String s = x.get();
01:23:08 		                ^
01:23:08 1 error
01:23:08 1 warning
01:23:08 
01:23:08 
01:23:08 
01:23:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:09 --- javac err: ---
01:23:09 X.java:8: error: cannot find symbol
01:23:09   Zork z ;
01:23:09   ^
01:23:09   symbol:   class Zork
01:23:09   location: class X<T>
01:23:09   where T is a type-variable:
01:23:09     T extends List<String> declared in class X
01:23:09 X.java:5: warning: [rawtypes] found raw type: X
01:23:09 	void foo(X x) {
01:23:09 	         ^
01:23:09   missing type arguments for generic class X<T>
01:23:09   where T is a type-variable:
01:23:09     T extends List<String> declared in class X
01:23:09 X.java:6: warning: [unchecked] unchecked conversion
01:23:09 		List<Object> l = x.get();
01:23:09 		                      ^
01:23:09   required: List<Object>
01:23:09   found:    List
01:23:09 1 error
01:23:09 2 warnings
01:23:09 
01:23:09 
01:23:09 
01:23:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:10 --- javac err: ---
01:23:10 X.java:4: error: incompatible types: X<CAP#1> cannot be converted to X<T>
01:23:10 		X<T> x2 = x;
01:23:10 		          ^
01:23:10   where T is a type-variable:
01:23:10     T extends X<T> declared in class X
01:23:10   where CAP#1 is a fresh type-variable:
01:23:10     CAP#1 extends T from capture of ? extends T
01:23:10 1 error
01:23:10 
01:23:10 
01:23:10 
01:23:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:11 --- javac err: ---
01:23:11 X.java:7: error: incompatible types: X<CAP#1> cannot be converted to X<? extends I<E>>
01:23:11 		current = current.parent;
01:23:11 		                 ^
01:23:11   where E is a type-variable:
01:23:11     E extends Serializable declared in class X
01:23:11   where CAP#1,CAP#2 are fresh type-variables:
01:23:11     CAP#1 extends INT#2 from capture of ? extends I<CAP#2>
01:23:11     CAP#2 extends INT#1 from capture of ? extends I<E>
01:23:11   where INT#1,INT#2 are intersection types:
01:23:11     INT#1 extends Object,Serializable,I<E>
01:23:11     INT#2 extends Object,Serializable,I<CAP#2>
01:23:11 1 error
01:23:11 
01:23:11 
01:23:11 
01:23:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:12 --- javac err: ---
01:23:12 X.java:4: error: type argument ? super I<E> is not within bounds of type-variable E
01:23:12 	X<? super I<E>> parent;
01:23:12 	  ^
01:23:12   where E is a type-variable:
01:23:12     E extends Serializable declared in class X
01:23:12 X.java:5: error: type argument ? super I<E> is not within bounds of type-variable E
01:23:12 	X<? super I<E>> current;
01:23:12 	  ^
01:23:12   where E is a type-variable:
01:23:12     E extends Serializable declared in class X
01:23:12 X.java:7: error: incompatible types: X<CAP#1> cannot be converted to X<? super I<E>>
01:23:12 		current = current.parent;
01:23:12 		                 ^
01:23:12   where E is a type-variable:
01:23:12     E extends Serializable declared in class X
01:23:12   where CAP#1,CAP#2 are fresh type-variables:
01:23:12     CAP#1 extends Serializable super: I<CAP#2> from capture of ? super I<CAP#2>
01:23:12     CAP#2 extends Serializable super: I<E> from capture of ? super I<E>
01:23:12 3 errors
01:23:12 
01:23:12 
01:23:12 
01:23:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:13 --- javac err: ---
01:23:13 X.java:14: warning: [rawtypes] found raw type: bugClass
01:23:13 	public void method(bugClass bc){
01:23:13 	                   ^
01:23:13   missing type arguments for generic class bugClass<T>
01:23:13   where T is a type-variable:
01:23:13     T extends bugElement declared in class bugClass
01:23:13 X.java:15: error: incompatible types: Object cannot be converted to bugElement
01:23:13 		bugElement be = bc.getData();   //<< here
01:23:13 		                          ^
01:23:13 1 error
01:23:13 1 warning
01:23:13 
01:23:13 
01:23:13 
01:23:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:14 --- javac err: ---
01:23:14 X.java:4: error: cannot select a static class from a parameterized type
01:23:14     X<?>.B[] b = new X<?>.B[1];
01:23:14         ^
01:23:14 X.java:4: error: cannot select a static class from a parameterized type
01:23:14     X<?>.B[] b = new X<?>.B[1];
01:23:14                          ^
01:23:14 2 errors
01:23:14 
01:23:14 
01:23:14 
01:23:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:15 
01:23:15 
01:23:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:16 --- javac err: ---
01:23:16 X.java:14: error: cannot find symbol
01:23:16   Zork z;
01:23:16   ^
01:23:16   symbol:   class Zork
01:23:16   location: class X<K,V>
01:23:16   where K,V are type-variables:
01:23:16     K extends Object declared in class X
01:23:16     V extends Object declared in class X
01:23:16 X.java:7: warning: [rawtypes] found raw type: EntryMap.Entry
01:23:16 	EntryMap.Entry internalGet(Object key) {
01:23:16 	        ^
01:23:16   missing type arguments for generic class EntryMap<K,V>.Entry
01:23:16   where K,V are type-variables:
01:23:16     K extends Object declared in class EntryMap
01:23:16     V extends Object declared in class EntryMap
01:23:16 X.java:12: warning: [unchecked] unchecked conversion
01:23:16 		EntryMap<K,V>.Entry entry = internalGet(key);
01:23:16 		                                       ^
01:23:16   required: EntryMap<K,V>.Entry
01:23:16   found:    EntryMap.Entry
01:23:16   where K,V are type-variables:
01:23:16     K extends Object declared in class X
01:23:16     V extends Object declared in class X
01:23:16 1 error
01:23:16 2 warnings
01:23:16 
01:23:16 
01:23:16 
01:23:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:17 --- javac err: ---
01:23:17 X.java:14: error: cannot find symbol
01:23:17   Zork z;
01:23:17   ^
01:23:17   symbol:   class Zork
01:23:17   location: class X<K,V>
01:23:17   where K,V are type-variables:
01:23:17     K extends Object declared in class X
01:23:17     V extends Object declared in class X
01:23:17 X.java:7: warning: [rawtypes] found raw type: EntryMap.Entry
01:23:17 	EntryMap.Entry internalGet(Object key) {
01:23:17 	        ^
01:23:17   missing type arguments for generic class EntryMap<K,V>.Entry
01:23:17   where K,V are type-variables:
01:23:17     K extends Object declared in class EntryMap
01:23:17     V extends Object declared in class EntryMap
01:23:17 X.java:12: warning: [unchecked] unchecked conversion
01:23:17 		EntryMap<K,V>.Entry entry = (EntryMap.Entry) internalGet(key);
01:23:17 		                            ^
01:23:17   required: EntryMap<K,V>.Entry
01:23:17   found:    EntryMap.Entry
01:23:17   where K,V are type-variables:
01:23:17     K extends Object declared in class X
01:23:17     V extends Object declared in class X
01:23:17 X.java:12: warning: [cast] redundant cast to EntryMap.Entry
01:23:17 		EntryMap<K,V>.Entry entry = (EntryMap.Entry) internalGet(key);
01:23:17 		                            ^
01:23:17 1 error
01:23:17 3 warnings
01:23:17 
01:23:17 
01:23:17 
01:23:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:18 
01:23:18 
01:23:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:20 --- javac err: ---
01:23:20 X.java:19: error: incompatible types: X<Object> cannot be converted to X<Integer>
01:23:20 		X<Integer> x2 = itself((X<Integer>)make());
01:23:20 		                                       ^
01:23:20 1 error
01:23:20 
01:23:20 
01:23:20 
01:23:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:21 
01:23:21 
01:23:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:22 
01:23:22 
01:23:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:23 
01:23:23 
01:23:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:25 --- javac err: ---
01:23:25 X.java:7: error: incompatible types: List<Object> cannot be converted to List<IIfClosure>
01:23:25         this(label, bindings, (List<IIfClosure>)Collections.emptyList());
01:23:25                                                                      ^
01:23:25 1 error
01:23:25 
01:23:25 
01:23:25 
01:23:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:26 
01:23:26 
01:23:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:27 --- javac err: ---
01:23:27 X.java:14: error: type argument C<?> is not within bounds of type-variable V
01:23:27 		CloneableMap<String, C<?>> map = null;
01:23:27 		                      ^
01:23:27   where V is a type-variable:
01:23:27     V extends Cloneable<V> declared in interface CloneableMap
01:23:27 1 error
01:23:27 
01:23:27 
01:23:27 
01:23:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:28 
01:23:28 
01:23:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:29 --- javac err: ---
01:23:29 X.java:2: error: unexpected type
01:23:29 	<T extends Runnable, U extends Runnable & T>  T foo1() { return null; }
01:23:29 	                                          ^
01:23:29   required: class
01:23:29   found:    type parameter T
01:23:29   where T,U are type-variables:
01:23:29     T extends Runnable declared in method <T,U>foo1()
01:23:29     U extends Runnable,T declared in method <T,U>foo1()
01:23:29 X.java:3: error: unexpected type
01:23:29 	<T extends Y<Object>, U extends Z & T>  T foo2() { return null; }
01:23:29 	                                    ^
01:23:29   required: class
01:23:29   found:    type parameter T
01:23:29   where T,U are type-variables:
01:23:29     T extends Y<Object> declared in method <T,U>foo2()
01:23:29     U extends Z,T declared in method <T,U>foo2()
01:23:29 X.java:4: error: a type variable may not be followed by other bounds
01:23:29 	<T extends Y<Object>, U extends T & Z>  T foo3() { return null; }
01:23:29 	                                    ^
01:23:29 X.java:5: error: Y cannot be inherited with different arguments: <java.lang.Object> and <java.lang.String>
01:23:29 	<T extends Y<Object>, U extends W & Z>  T foo4() { return null; }
01:23:29 	                      ^
01:23:29 4 errors
01:23:29 
01:23:29 
01:23:29 
01:23:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:31 
01:23:31 
01:23:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:32 
01:23:32 
01:23:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:34 
01:23:34 
01:23:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:35 --- javac err: ---
01:23:35 X.java:5: warning: [rawtypes] found raw type: Foo
01:23:35 class FooImpl implements Foo {
01:23:35                          ^
01:23:35   missing type arguments for generic class Foo<T>
01:23:35   where T is a type-variable:
01:23:35     T extends Object declared in interface Foo
01:23:35 1 warning
01:23:35 
01:23:36 --- javac err: ---
01:23:36 X.java:3: warning: auxiliary class FooImpl in X.java should not be accessed from outside its own source file
01:23:36     Object s = new FooImpl().getIt();
01:23:36                    ^
01:23:36 1 warning
01:23:36 
01:23:36 
01:23:36 
01:23:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:37 --- javac err: ---
01:23:37 X.java:5: warning: [rawtypes] found raw type: Foo
01:23:37 class FooImpl implements Foo {
01:23:37                          ^
01:23:37   missing type arguments for generic class Foo<T>
01:23:37   where T is a type-variable:
01:23:37     T extends Exception declared in interface Foo
01:23:37 1 warning
01:23:37 
01:23:38 --- javac err: ---
01:23:38 X.java:3: warning: auxiliary class FooImpl in X.java should not be accessed from outside its own source file
01:23:38     Object s = new FooImpl().getIt();
01:23:38                    ^
01:23:38 1 warning
01:23:38 
01:23:38 
01:23:38 
01:23:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:39 --- javac err: ---
01:23:39 X.java:3: error: non-static type variable T cannot be referenced from a static context
01:23:39 		T x;
01:23:39 		^
01:23:39 1 error
01:23:39 
01:23:39 
01:23:39 
01:23:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:41 
01:23:41 
01:23:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:42 --- javac err: ---
01:23:42 X.java:17: warning: [rawtypes] found raw type: X
01:23:42 	new X().bar(null, null);
01:23:42 	    ^
01:23:42   missing type arguments for generic class X<T>
01:23:42   where T is a type-variable:
01:23:42     T extends Comparable<? super T> declared in class X
01:23:42 X.java:17: warning: [unchecked] unchecked call to bar(List<X<T>.Foo<T>>,List<X<T>.Bar<T>>) as a member of the raw type X
01:23:42 	new X().bar(null, null);
01:23:42 	           ^
01:23:42   where T is a type-variable:
01:23:42     T extends Comparable<? super T> declared in class X
01:23:42 2 warnings
01:23:42 
01:23:42 
01:23:42 
01:23:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:43 --- javac err: ---
01:23:43 X.java:6: warning: [rawtypes] found raw type: B
01:23:43 	public interface C extends B {
01:23:43 	                           ^
01:23:43   missing type arguments for generic class B<T>
01:23:43   where T is a type-variable:
01:23:43     T extends Object declared in interface B
01:23:43 X.java:16: error: B cannot be inherited with different arguments: <java.lang.Integer> and <>
01:23:43 	public class E implements B<Integer>, C {
01:23:43 	       ^
01:23:43 X.java:23: error: B cannot be inherited with different arguments: <> and <java.lang.Integer>
01:23:43 	public class F extends D implements C {
01:23:43 	       ^
01:23:43 X.java:33: warning: [rawtypes] found raw type: G
01:23:43 	public interface H extends G {
01:23:43 	                           ^
01:23:43   missing type arguments for generic class G<T>
01:23:43   where T is a type-variable:
01:23:43     T extends Object declared in interface G
01:23:43 X.java:43: warning: [rawtypes] found raw type: G
01:23:43 	public class J extends I implements G {
01:23:43 	                                    ^
01:23:43   missing type arguments for generic class G<T>
01:23:43   where T is a type-variable:
01:23:43     T extends Object declared in interface G
01:23:43 X.java:43: error: G cannot be inherited with different arguments: <> and <java.lang.Integer>
01:23:43 	public class J extends I implements G {
01:23:43 	       ^
01:23:43 3 errors
01:23:43 3 warnings
01:23:43 
01:23:43 
01:23:43 
01:23:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:44 --- javac err: ---
01:23:44 X.java:4: warning: [rawtypes] found raw type: B
01:23:44 	interface C extends B {}
01:23:44 	                    ^
01:23:44   missing type arguments for generic class B<T>
01:23:44   where T is a type-variable:
01:23:44     T extends Object declared in interface B
01:23:44 X.java:8: error: B cannot be inherited with different arguments: <> and <java.lang.Integer>
01:23:44 	class F extends D implements C {}
01:23:44 	^
01:23:44 X.java:10: error: B cannot be inherited with different arguments: <> and <java.lang.Integer>
01:23:44 	class V<U extends D & C> {}
01:23:44 	        ^
01:23:44 2 errors
01:23:44 1 warning
01:23:44 
01:23:44 
01:23:44 
01:23:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:46 
01:23:46 
01:23:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:47 
01:23:47 
01:23:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:48 --- javac err: ---
01:23:48 X.java:3: error: a type variable may not be followed by other bounds
01:23:48     public static <E, T extends E & Comparable<? super T>> Foo<E> doIt(T t) {
01:23:48                                               ^
01:23:48 1 error
01:23:48 
01:23:48 
01:23:48 
01:23:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:49 
01:23:49 
01:23:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:50 --- javac err: ---
01:23:50 X.java:9: error: cannot find symbol
01:23:50   Zork z;
01:23:50   ^
01:23:50   symbol:   class Zork
01:23:50   location: class X<T>
01:23:50   where T is a type-variable:
01:23:50     T extends Object declared in class X
01:23:50 1 error
01:23:50 
01:23:50 
01:23:50 
01:23:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:51 
01:23:51 
01:23:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:53 --- javac err: ---
01:23:53 X.java:8: error: method getLonger in class X cannot be applied to given types;
01:23:53         getLonger(list, set);
01:23:53         ^
01:23:53   required: T,T
01:23:53   found: HashSet<CAP#1>,ArrayList<CAP#2>
01:23:53   reason: inference variable T has incompatible bounds
01:23:53     upper bounds: Collection<? extends Number>
01:23:53     lower bounds: ArrayList<CAP#2>,HashSet<CAP#1>
01:23:53   where T is a type-variable:
01:23:53     T extends Collection<? extends Number> declared in method <T>getLonger(T,T)
01:23:53   where CAP#1,CAP#2 are fresh type-variables:
01:23:53     CAP#1 extends Object from capture of ?
01:23:53     CAP#2 extends Object from capture of ?
01:23:53 1 error
01:23:53 
01:23:53 
01:23:53 
01:23:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:54 
01:23:54 
01:23:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:55 --- javac err: ---
01:23:55 X.java:8: error: method getLonger in class X<U> cannot be applied to given types;
01:23:55         getLonger(list, set);
01:23:55         ^
01:23:55   required: T,T
01:23:55   found: HashSet<CAP#1>,ArrayList<CAP#2>
01:23:55   reason: inference variable T has incompatible bounds
01:23:55     upper bounds: Collection<? extends U>
01:23:55     lower bounds: ArrayList<CAP#2>,HashSet<CAP#1>
01:23:55   where T,U are type-variables:
01:23:55     T extends Collection<? extends U> declared in method <T>getLonger(T,T)
01:23:55     U extends Object declared in class X
01:23:55   where CAP#1,CAP#2 are fresh type-variables:
01:23:55     CAP#1 extends Object from capture of ?
01:23:55     CAP#2 extends Object from capture of ?
01:23:55 1 error
01:23:55 
01:23:55 
01:23:55 
01:23:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:56 --- javac err: ---
01:23:56 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base
01:23:56 package java.nio.channels.spi;
01:23:56 ^
01:23:56 1 error
01:23:56 
01:23:56 ----------------------------------------
01:23:56 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0788 - 10
01:23:56 test/A.java [
01:23:56 package test;
01:23:56 
01:23:56 public class A<C extends java.nio.channels.Channel>
01:23:56 {
01:23:56 	class B
01:23:56 		extends A<java.nio.channels.SocketChannel>
01:23:56 	{
01:23:56 	}
01:23:56 }
01:23:56 
01:23:56 ]
01:23:56 java/nio/channels/spi/AbstractSelectableChannel.java [
01:23:56 package java.nio.channels.spi;
01:23:56 
01:23:56 public abstract class AbstractSelectableChannel
01:23:56 	extends java.nio.channels.SelectableChannel
01:23:56 {
01:23:56 }
01:23:56 
01:23:56 ]
01:23:56 
01:23:56 
01:23:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:57 --- javac err: ---
01:23:57 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base
01:23:57 package java.nio.channels.spi;
01:23:57 ^
01:23:57 1 error
01:23:57 
01:23:57 ----------------------------------------
01:23:57 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0789 - 10
01:23:57 java/nio/channels/spi/AbstractSelectableChannel.java [
01:23:57 package java.nio.channels.spi;
01:23:57 
01:23:57 public abstract class AbstractSelectableChannel
01:23:57 	extends java.nio.channels.SelectableChannel
01:23:57 {
01:23:57 }
01:23:57 
01:23:57 ]
01:23:57 test/A.java [
01:23:57 package test;
01:23:57 
01:23:57 public class A<C extends java.nio.channels.Channel>
01:23:57 {
01:23:57 	class B
01:23:57 		extends A<java.nio.channels.SocketChannel>
01:23:57 	{
01:23:57 	}
01:23:57 }
01:23:57 
01:23:57 ]
01:23:57 
01:23:57 
01:23:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:23:58 --- javac err: ---
01:23:58 X.java:7: error: method isGreater in class X cannot be applied to given types;
01:23:58 		if (isGreater(i, d)) 
01:23:58 		    ^
01:23:58   required: T,T
01:23:58   found: Integer,Double
01:23:58   reason: inference variable T has incompatible bounds
01:23:58     equality constraints: Integer,Double
01:23:58     lower bounds: Double,Integer
01:23:58   where T is a type-variable:
01:23:58     T extends Comparable<T> declared in method <T>isGreater(T,T)
01:23:58 X.java:15: error: method isGreater in class X cannot be applied to given types;
01:23:58 		isGreater(c1, c2);
01:23:58 		^
01:23:58   required: T,T
01:23:58   found: Comparable<CAP#1>,Comparable<CAP#2>
01:23:58   reason: inference variable T has incompatible bounds
01:23:58     equality constraints: CAP#1,CAP#2
01:23:58     upper bounds: Comparable<T>
01:23:58   where T is a type-variable:
01:23:58     T extends Comparable<T> declared in method <T>isGreater(T,T)
01:23:58   where CAP#1,CAP#2 are fresh type-variables:
01:23:58     CAP#1 extends Number from capture of ? extends Number
01:23:58     CAP#2 extends Number from capture of ? extends Number
01:23:58 X.java:18: warning: [rawtypes] found raw type: Comparable
01:23:58 		Comparable c1= i;
01:23:58 		^
01:23:58   missing type arguments for generic class Comparable<T>
01:23:58   where T is a type-variable:
01:23:58     T extends Object declared in interface Comparable
01:23:58 X.java:19: warning: [rawtypes] found raw type: Comparable
01:23:58 		Comparable c2= d;
01:23:58 		^
01:23:58   missing type arguments for generic class Comparable<T>
01:23:58   where T is a type-variable:
01:23:58     T extends Object declared in interface Comparable
01:23:58 X.java:20: warning: [unchecked] unchecked method invocation: method isGreater in class X is applied to given types
01:23:58 		isGreater(c1, c2);
01:23:58 		         ^
01:23:58   required: T,T
01:23:58   found: Comparable,Comparable
01:23:58   where T is a type-variable:
01:23:58     T extends Comparable<T> declared in method <T>isGreater(T,T)
01:23:58 2 errors
01:23:58 3 warnings
01:23:58 
01:23:58 
01:23:58 
01:23:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:00 
01:24:00 
01:24:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:01 
01:24:01 
01:24:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:02 --- javac err: ---
01:24:02 X.java:4: error: array required, but List<Integer> found
01:24:02 		  i[0] = null;
01:24:02 		   ^
01:24:02 X.java:6: error: array required, but List<Integer> found
01:24:02 		  k[0] = null;
01:24:02 		   ^
01:24:02 2 errors
01:24:02 
01:24:02 
01:24:02 
01:24:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:03 --- javac err: ---
01:24:03 X.java:5: error: array required, but List<Integer> found
01:24:03 		  i[0] = null;
01:24:03 		   ^
01:24:03 X.java:7: error: array required, but List<Integer> found
01:24:03 		  k[0] = null;
01:24:03 		   ^
01:24:03 2 errors
01:24:03 
01:24:03 
01:24:03 
01:24:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:05 
01:24:05 
01:24:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:06 --- javac err: ---
01:24:06 X.java:8: error: incompatible types: int cannot be converted to String
01:24:06 		 		 new X<String>().new B(12) {};
01:24:06 		 		                       ^
01:24:06 X.java:8: error: cannot find symbol
01:24:06 		 		 new X<String>().new B(12) {};
01:24:06 		 		                 ^
01:24:06   symbol: constructor (X<String>,int)
01:24:06 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:24:06 2 errors
01:24:06 
01:24:06 
01:24:06 
01:24:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:07 
01:24:07 
01:24:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:08 --- javac err: ---
01:24:08 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:24:08     private static <T extends Comparable<? super T>> T max(T... elems)
01:24:08                                                                 ^
01:24:08   where T is a type-variable:
01:24:08     T extends Comparable<? super T> declared in method <T>max(T...)
01:24:08 X.java:16: error: method max in class X cannot be applied to given types;
01:24:08         System.out.println(max(1, 2.0, new BigDecimal(Math.PI)));
01:24:08                            ^
01:24:08   required: T[]
01:24:08   found: int,double,BigDecimal
01:24:08   reason: inference variable T has incompatible bounds
01:24:08     upper bounds: Integer,Double,BigDecimal,Comparable<? super T>
01:24:08     lower bounds: BigDecimal,Double,Integer
01:24:08   where T is a type-variable:
01:24:08     T extends Comparable<? super T> declared in method <T>max(T...)
01:24:08 1 error
01:24:08 1 warning
01:24:08 
01:24:08 
01:24:08 
01:24:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:10 --- javac err: ---
01:24:10 X.java:2: warning: [rawtypes] found raw type: Y
01:24:10 	Y first;
01:24:10 	^
01:24:10   missing type arguments for generic class Y<E>
01:24:10   where E is a type-variable:
01:24:10     E extends Object declared in class Y
01:24:10 X.java:3: warning: [rawtypes] found raw type: Y
01:24:10 	Y first2;
01:24:10 	^
01:24:10   missing type arguments for generic class Y<E>
01:24:10   where E is a type-variable:
01:24:10     E extends Object declared in class Y
01:24:10 X.java:9: error: incompatible types: inference variable U has incompatible bounds
01:24:10 		String s = foo(ref, first);
01:24:10 		              ^
01:24:10     upper bounds: String,Object
01:24:10     lower bounds: Y,Y<CAP#1>
01:24:10   where U,T are type-variables:
01:24:10     U extends Object declared in method <U>foo(U,U)
01:24:10     T extends Object declared in class X
01:24:10   where CAP#1 is a fresh type-variable:
01:24:10     CAP#1 extends T from capture of ? extends T
01:24:10 X.java:13: error: incompatible types: bad type in conditional expression
01:24:10 		ref.next = first == null ? ref : first;
01:24:10 		                           ^
01:24:10     Y<CAP#1> cannot be converted to Y<CAP#2>
01:24:10   where T is a type-variable:
01:24:10     T extends Object declared in class X
01:24:10   where CAP#1,CAP#2 are fresh type-variables:
01:24:10     CAP#1 extends T from capture of ? extends T
01:24:10     CAP#2 extends T from capture of ? extends T
01:24:10 X.java:13: warning: [unchecked] unchecked conversion
01:24:10 		ref.next = first == null ? ref : first;
01:24:10 		                                 ^
01:24:10   required: Y<CAP#1>
01:24:10   found:    Y
01:24:10   where T is a type-variable:
01:24:10     T extends Object declared in class X
01:24:10   where CAP#1 is a fresh type-variable:
01:24:10     CAP#1 extends T from capture of ? extends T
01:24:10 X.java:14: error: incompatible types: bad type in conditional expression
01:24:10 		String s = first == null ? ref : first;
01:24:10 		                           ^
01:24:10     Y<CAP#1> cannot be converted to String
01:24:10   where T is a type-variable:
01:24:10     T extends Object declared in class X
01:24:10   where CAP#1 is a fresh type-variable:
01:24:10     CAP#1 extends T from capture of ? extends T
01:24:10 X.java:14: error: incompatible types: bad type in conditional expression
01:24:10 		String s = first == null ? ref : first;
01:24:10 		                                 ^
01:24:10     Y cannot be converted to String
01:24:10 X.java:15: error: incompatible types: bad type in conditional expression
01:24:10 		ref.next = first2 == null ? ref : first2;
01:24:10 		                            ^
01:24:10     Y<CAP#1> cannot be converted to Y<CAP#2>
01:24:10   where T is a type-variable:
01:24:10     T extends Object declared in class X
01:24:10   where CAP#1,CAP#2 are fresh type-variables:
01:24:10     CAP#1 extends T from capture of ? extends T
01:24:10     CAP#2 extends T from capture of ? extends T
01:24:10 X.java:15: warning: [unchecked] unchecked conversion
01:24:10 		ref.next = first2 == null ? ref : first2;
01:24:10 		                                  ^
01:24:10   required: Y<CAP#1>
01:24:10   found:    Y
01:24:10   where T is a type-variable:
01:24:10     T extends Object declared in class X
01:24:10   where CAP#1 is a fresh type-variable:
01:24:10     CAP#1 extends T from capture of ? extends T
01:24:10 X.java:18: warning: [unchecked] unchecked conversion
01:24:10 		return first == null ? ref : first;
01:24:10 		                             ^
01:24:10   required: Y<? extends T>
01:24:10   found:    Y
01:24:10   where T is a type-variable:
01:24:10     T extends Object declared in class X
01:24:10 5 errors
01:24:10 5 warnings
01:24:10 
01:24:10 
01:24:10 
01:24:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:11 --- javac err: ---
01:24:11 X.java:6: warning: [rawtypes] found raw type: Constructor
01:24:11 	    Constructor[] constrs = X.class.getConstructors();
01:24:11 	    ^
01:24:11   missing type arguments for generic class Constructor<T>
01:24:11   where T is a type-variable:
01:24:11     T extends Object declared in class Constructor
01:24:11 X.java:7: warning: [rawtypes] found raw type: Constructor
01:24:11         for (Constructor constructor  : constrs) {
01:24:11              ^
01:24:11   missing type arguments for generic class Constructor<T>
01:24:11   where T is a type-variable:
01:24:11     T extends Object declared in class Constructor
01:24:11 X.java:8: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
01:24:11             final String message = constructor.getAnnotation(AnnClass).message();
01:24:11                                                             ^
01:24:11   where T is a type-variable:
01:24:11     T extends Annotation declared in method <T>getAnnotation(Class<T>)
01:24:11 X.java:8: error: cannot find symbol
01:24:11             final String message = constructor.getAnnotation(AnnClass).message();
01:24:11                                                                       ^
01:24:11   symbol:   method message()
01:24:11   location: interface Annotation
01:24:11 1 error
01:24:11 3 warnings
01:24:11 
01:24:11 
01:24:11 
01:24:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:12 --- javac err: ---
01:24:12 X.java:4: warning: [rawtypes] found raw type: Class
01:24:12 		    X.class.getConstructor(new Class[0]).getAnnotation(Ann.class).message();
01:24:12 		                               ^
01:24:12   missing type arguments for generic class Class<T>
01:24:12   where T is a type-variable:
01:24:12     T extends Object declared in class Class
01:24:12 1 warning
01:24:12 
01:24:12 
01:24:12 
01:24:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:13 --- javac err: ---
01:24:13 X.java:2: warning: [rawtypes] found raw type: Y
01:24:13     void bar(Y y, X<ZZ> x) {
01:24:13              ^
01:24:13   missing type arguments for generic class Y<V>
01:24:13   where V is a type-variable:
01:24:13     V extends Object declared in class Y
01:24:13 X.java:3: warning: [unchecked] unchecked call to <T>foo(X<T>) as a member of the raw type Y
01:24:13     	y.foo(x).zz();
01:24:13     	     ^
01:24:13   where T is a type-variable:
01:24:13     T extends Z declared in method <T>foo(X<T>)
01:24:13 X.java:3: error: cannot find symbol
01:24:13     	y.foo(x).zz();
01:24:13     	        ^
01:24:13   symbol:   method zz()
01:24:13   location: class Z
01:24:13 1 error
01:24:13 2 warnings
01:24:13 
01:24:13 
01:24:13 
01:24:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:14 
01:24:14 
01:24:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:15 --- javac err: ---
01:24:15 X.java:13: error: incompatible types: Object[] cannot be converted to CAP#1
01:24:15         y.foo(os);
01:24:15               ^
01:24:15   where CAP#1 is a fresh type-variable:
01:24:15     CAP#1 extends Object[] from capture of ? extends Object[]
01:24:15 X.java:16: error: incompatible types: Cloneable cannot be converted to CAP#1
01:24:15         y.foo(c);
01:24:15               ^
01:24:15   where CAP#1 is a fresh type-variable:
01:24:15     CAP#1 extends Cloneable from capture of ? extends Cloneable
01:24:15 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:24:15 2 errors
01:24:15 
01:24:15 
01:24:15 
01:24:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:17 --- javac err: ---
01:24:17 X.java:10: error: incompatible types: inference variable T has incompatible bounds
01:24:17  		String s = foo(numbers, floats); 		
01:24:17  		              ^
01:24:17     upper bounds: String,Object
01:24:17     lower bounds: Float[],Number[]
01:24:17   where T is a type-variable:
01:24:17     T extends Object declared in method <T>foo(T,T)
01:24:17 X.java:14: error: incompatible types: inference variable T has incompatible bounds
01:24:17  		String s2 = foo(integers, floats);
01:24:17  		               ^
01:24:17     upper bounds: String,Object
01:24:17     lower bounds: Float[],Integer[]
01:24:17   where T is a type-variable:
01:24:17     T extends Object declared in method <T>foo(T,T)
01:24:17 2 errors
01:24:17 
01:24:17 
01:24:17 
01:24:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:18 --- javac err: ---
01:24:18 X.java:29: error: method swapFirstTwoValues in class X cannot be applied to given types;
01:24:18 		swapFirstTwoValues(multiList);
01:24:18 		^
01:24:18   required: List<ValueHolder<T>>
01:24:18   found: List<ValueHolder<?>>
01:24:18   reason: cannot infer type-variable(s) T
01:24:18     (argument mismatch; List<ValueHolder<?>> cannot be converted to List<ValueHolder<T>>)
01:24:18   where T is a type-variable:
01:24:18     T extends Object declared in method <T>swapFirstTwoValues(List<ValueHolder<T>>)
01:24:18 1 error
01:24:18 
01:24:18 
01:24:18 
01:24:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:19 --- javac err: ---
01:24:19 X.java:10: warning: [rawtypes] found raw type: Prop
01:24:19 	void foo(Prop p) {
01:24:19 	         ^
01:24:19   missing type arguments for generic class Prop<BeanT>
01:24:19   where BeanT is a type-variable:
01:24:19     BeanT extends Object declared in interface Prop
01:24:19 1 warning
01:24:19 
01:24:19 
01:24:19 
01:24:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:20 --- javac err: ---
01:24:20 X.java:4: warning: [rawtypes] found raw type: X
01:24:20         X x = new X();
01:24:20         ^
01:24:20   missing type arguments for generic class X<T>
01:24:20   where T is a type-variable:
01:24:20     T extends Object declared in class X
01:24:20 X.java:4: warning: [rawtypes] found raw type: X
01:24:20         X x = new X();
01:24:20                   ^
01:24:20   missing type arguments for generic class X<T>
01:24:20   where T is a type-variable:
01:24:20     T extends Object declared in class X
01:24:20 X.java:5: warning: [unchecked] unchecked assignment to variable ax as member of raw type X
01:24:20         x.ax = new AX<String>();
01:24:20          ^
01:24:20 3 warnings
01:24:20 
01:24:20 
01:24:20 
01:24:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:22 --- javac err: ---
01:24:22 X.java:21: warning: [rawtypes] found raw type: Set1
01:24:22 	void f1(Set1 s) {
01:24:22 	        ^
01:24:22   missing type arguments for generic class Set1<N>
01:24:22   where N is a type-variable:
01:24:22     N extends Node declared in interface Set1
01:24:22 X.java:22: error: incompatible types: Object cannot be converted to Node
01:24:22 		Node n_ = s.iterator().next();
01:24:22 		                           ^
01:24:22 X.java:25: error: incompatible types: Object cannot be converted to Node
01:24:22 		for (Node n : s) {
01:24:22 		              ^
01:24:22 X.java:35: warning: [rawtypes] found raw type: Set3
01:24:22 	void f3(Set3 s) {
01:24:22 	        ^
01:24:22   missing type arguments for generic class Set3<N>
01:24:22   where N is a type-variable:
01:24:22     N extends Node declared in interface Set3
01:24:22 X.java:38: error: incompatible types: Object cannot be converted to Node
01:24:22 		for (Node n : s) {
01:24:22 		              ^
01:24:22 3 errors
01:24:22 2 warnings
01:24:22 
01:24:22 
01:24:22 
01:24:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:23 
01:24:23 
01:24:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:24 --- javac err: ---
01:24:24 X.java:3: warning: [rawtypes] found raw type: X.Inner
01:24:24     private X.Inner inner;
01:24:24              ^
01:24:24   missing type arguments for generic class X<T>.Inner
01:24:24   where T is a type-variable:
01:24:24     T extends Object declared in class X
01:24:24 X.java:4: warning: [rawtypes] found raw type: X.Inner
01:24:24     private X.Inner[] inners;
01:24:24              ^
01:24:24   missing type arguments for generic class X<T>.Inner
01:24:24   where T is a type-variable:
01:24:24     T extends Object declared in class X
01:24:24 X.java:5: warning: [rawtypes] found raw type: X.Inner
01:24:24     public X(T t,  X.Inner in, X.Inner[] ins) {
01:24:24                     ^
01:24:24   missing type arguments for generic class X<T>.Inner
01:24:24   where T is a type-variable:
01:24:24     T extends Object declared in class X
01:24:24 X.java:5: warning: [rawtypes] found raw type: X.Inner
01:24:24     public X(T t,  X.Inner in, X.Inner[] ins) {
01:24:24                                 ^
01:24:24   missing type arguments for generic class X<T>.Inner
01:24:24   where T is a type-variable:
01:24:24     T extends Object declared in class X
01:24:24 X.java:8: warning: [rawtypes] found raw type: X
01:24:24         this.inner = new X(null, null, null).new Inner();
01:24:24                          ^
01:24:24   missing type arguments for generic class X<T>
01:24:24   where T is a type-variable:
01:24:24     T extends Object declared in class X
01:24:24 X.java:8: warning: [unchecked] unchecked call to X(T,X.Inner,X.Inner[]) as a member of the raw type X
01:24:24         this.inner = new X(null, null, null).new Inner();
01:24:24                      ^
01:24:24   where T is a type-variable:
01:24:24     T extends Object declared in class X
01:24:24 X.java:8: warning: [rawtypes] found raw type: X.Inner
01:24:24         this.inner = new X(null, null, null).new Inner();
01:24:24                                                  ^
01:24:24   missing type arguments for generic class X<T>.Inner
01:24:24   where T is a type-variable:
01:24:24     T extends Object declared in class X
01:24:24 X.java:10: warning: [rawtypes] found raw type: X.Inner
01:24:24         this.inners = new X.Inner[10];
01:24:24                            ^
01:24:24   missing type arguments for generic class X<T>.Inner
01:24:24   where T is a type-variable:
01:24:24     T extends Object declared in class X
01:24:24 8 warnings
01:24:24 
01:24:24 
01:24:24 
01:24:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:25 --- javac err: ---
01:24:25 X.java:7: warning: [rawtypes] found raw type: X.Inner
01:24:25         this.inner = new X.Inner();
01:24:25                           ^
01:24:25   missing type arguments for generic class X<T>.Inner
01:24:25   where T is a type-variable:
01:24:25     T extends Object declared in class X
01:24:25 X.java:8: warning: [rawtypes] found raw type: X.Inner
01:24:25         this.inners = new X.Inner[10];
01:24:25                            ^
01:24:25   missing type arguments for generic class X<T>.Inner
01:24:25   where T is a type-variable:
01:24:25     T extends Object declared in class X
01:24:25 X.java:9: error: cannot find symbol
01:24:25         Zork z;
01:24:25         ^
01:24:25   symbol:   class Zork
01:24:25   location: class X<T>
01:24:25   where T is a type-variable:
01:24:25     T extends Object declared in class X
01:24:25 1 error
01:24:25 2 warnings
01:24:25 
01:24:25 
01:24:25 
01:24:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:26 
01:24:26 
01:24:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:27 --- javac err: ---
01:24:27 X.java:4: error: illegal generic type for instanceof
01:24:27         if (o instanceof E[]) { //incorrect: cannot test non-reifiable type
01:24:27                           ^
01:24:27 X.java:5: warning: [unchecked] unchecked cast
01:24:27             E[] es = (E[]) o;
01:24:27                            ^
01:24:27   required: E[]
01:24:27   found:    Object
01:24:27   where E is a type-variable:
01:24:27     E extends Object declared in class X
01:24:27 X.java:7: error: illegal generic type for instanceof
01:24:27         if (o instanceof List<E>[]) { //incorrect too
01:24:27                                 ^
01:24:27 X.java:8: warning: [unchecked] unchecked cast
01:24:27             List<E>[] es = (List<E>[]) o; 
01:24:27                                        ^
01:24:27   required: List<E>[]
01:24:27   found:    Object
01:24:27   where E is a type-variable:
01:24:27     E extends Object declared in class X
01:24:27 X.java:15: error: illegal generic type for instanceof
01:24:27         if (al instanceof List<E>[]) { //incorrect too
01:24:27                                  ^
01:24:27 3 errors
01:24:27 2 warnings
01:24:27 
01:24:27 
01:24:27 
01:24:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:28 --- javac err: ---
01:24:28 X.java:3: warning: [unchecked] unchecked cast
01:24:28 		E[] o = (E[]) e;
01:24:28 		              ^
01:24:28   required: E[]
01:24:28   found:    Object[][]
01:24:28   where E is a type-variable:
01:24:28     E extends Object declared in class X
01:24:28 X.java:4: error: cannot find symbol
01:24:28 		Zork z;
01:24:28 		^
01:24:28   symbol:   class Zork
01:24:28   location: class X<E>
01:24:28   where E is a type-variable:
01:24:28     E extends Object declared in class X
01:24:28 1 error
01:24:28 1 warning
01:24:28 
01:24:28 
01:24:28 
01:24:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:30 --- javac err: ---
01:24:30 X.java:4: error: illegal generic type for instanceof
01:24:30         if (o instanceof List<E>[][]) { //incorrect too
01:24:30                                 ^
01:24:30 X.java:5: warning: [unchecked] unchecked cast
01:24:30             List<E>[][] es = (List<E>[][]) o; 
01:24:30                                            ^
01:24:30   required: List<E>[][]
01:24:30   found:    Object[]
01:24:30   where E is a type-variable:
01:24:30     E extends Object declared in class X
01:24:30 1 error
01:24:30 1 warning
01:24:30 
01:24:30 
01:24:30 
01:24:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:31 --- javac err: ---
01:24:31 X.java:14: warning: [rawtypes] found raw type: List
01:24:31     void foo(List l) {
01:24:31              ^
01:24:31   missing type arguments for generic class List<E>
01:24:31   where E is a type-variable:
01:24:31     E extends Object declared in interface List
01:24:31 X.java:16: error: illegal generic type for instanceof
01:24:31     	if (l instanceof List<? extends String>) {}
01:24:31     	                     ^
01:24:31 X.java:18: warning: [rawtypes] found raw type: List
01:24:31     void foo(List[] ls) {
01:24:31              ^
01:24:31   missing type arguments for generic class List<E>
01:24:31   where E is a type-variable:
01:24:31     E extends Object declared in interface List
01:24:31 X.java:20: error: illegal generic type for instanceof
01:24:31     	if (ls instanceof List<? extends String>[]) {}
01:24:31     	                                        ^
01:24:31 2 errors
01:24:31 2 warnings
01:24:31 
01:24:31 
01:24:31 
01:24:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:32 
01:24:32 
01:24:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:33 --- javac err: ---
01:24:33 X.java:1: warning: [rawtypes] found raw type: MyInterface
01:24:33 public class X implements MyInterface {
01:24:33                           ^
01:24:33   missing type arguments for generic class MyInterface<T>
01:24:33   where T is a type-variable:
01:24:33     T extends Object declared in interface MyInterface
01:24:33 1 warning
01:24:33 
01:24:33 
01:24:33 
01:24:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:34 --- javac err: ---
01:24:34 X.java:1: warning: [rawtypes] found raw type: I
01:24:34 public class X implements I {
01:24:34                           ^
01:24:34   missing type arguments for generic class I<T>
01:24:34   where T is a type-variable:
01:24:34     T extends Object declared in interface I
01:24:34 1 warning
01:24:34 
01:24:35 
01:24:35 
01:24:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:36 --- javac err: ---
01:24:36 X.java:15: warning: [serial] serializable class A has no definition of serialVersionUID
01:24:36 class A implements Serializable, Runnable {
01:24:36 ^
01:24:36 1 warning
01:24:36 
01:24:36 
01:24:36 
01:24:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:37 --- javac err: ---
01:24:37 X.java:11: warning: [serial] serializable class A has no definition of serialVersionUID
01:24:37 class A implements Serializable, Runnable {
01:24:37 ^
01:24:37 1 warning
01:24:37 
01:24:37 
01:24:37 
01:24:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:38 --- javac err: ---
01:24:38 X.java:10: warning: [unchecked] unchecked cast
01:24:38 		((V) t).run();
01:24:38 		     ^
01:24:38   required: V
01:24:38   found:    T
01:24:38   where T,V are type-variables:
01:24:38     T extends Serializable,Runnable declared in class X
01:24:38     V extends T declared in class X
01:24:38 X.java:16: warning: [serial] serializable class A has no definition of serialVersionUID
01:24:38 class A implements Serializable, Runnable {
01:24:38 ^
01:24:38 2 warnings
01:24:38 
01:24:38 
01:24:38 
01:24:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:39 --- javac err: ---
01:24:39 X.java:6: warning: [unchecked] unchecked cast
01:24:39 		((V) t).run();
01:24:39 		     ^
01:24:39   required: V
01:24:39   found:    T
01:24:39   where T,V are type-variables:
01:24:39     T extends Serializable,Runnable declared in class X
01:24:39     V extends T declared in class X
01:24:39 X.java:12: warning: [serial] serializable class A has no definition of serialVersionUID
01:24:39 class A implements Serializable, Runnable {
01:24:39 ^
01:24:39 2 warnings
01:24:39 
01:24:39 
01:24:39 
01:24:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:39 
01:24:39 
01:24:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:41 --- javac err: ---
01:24:41 X.java:9: warning: [rawtypes] found raw type: X
01:24:41     X t1 = new X();
01:24:41     ^
01:24:41   missing type arguments for generic class X<T>
01:24:41   where T is a type-variable:
01:24:41     T extends Object declared in class X
01:24:41 X.java:9: warning: [rawtypes] found raw type: X
01:24:41     X t1 = new X();
01:24:41                ^
01:24:41   missing type arguments for generic class X<T>
01:24:41   where T is a type-variable:
01:24:41     T extends Object declared in class X
01:24:41 X.java:10: warning: [unchecked] unchecked call to <V1,V2>test(V1,V2) as a member of the raw type X
01:24:41     t1.test(a, b); //this gives an error but should be OK
01:24:41            ^
01:24:41   where V1,V2 are type-variables:
01:24:41     V1 extends Object declared in method <V1,V2>test(V1,V2)
01:24:41     V2 extends V1 declared in method <V1,V2>test(V1,V2)
01:24:41 X.java:14: error: cannot find symbol
01:24:41     Zork z;
01:24:41     ^
01:24:41   symbol:   class Zork
01:24:41   location: class X<T>
01:24:41   where T is a type-variable:
01:24:41     T extends Object declared in class X
01:24:41 1 error
01:24:41 3 warnings
01:24:41 
01:24:41 
01:24:41 
01:24:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:42 --- javac err: ---
01:24:42 X.java:7: warning: [rawtypes] found raw type: X
01:24:42     X t1 = new X();
01:24:42     ^
01:24:42   missing type arguments for generic class X<T>
01:24:42   where T is a type-variable:
01:24:42     T extends Object declared in class X
01:24:42 X.java:7: warning: [rawtypes] found raw type: X
01:24:42     X t1 = new X();
01:24:42                ^
01:24:42   missing type arguments for generic class X<T>
01:24:42   where T is a type-variable:
01:24:42     T extends Object declared in class X
01:24:42 X.java:8: warning: [unchecked] unchecked call to <V1,V2>test(V1,V2) as a member of the raw type X
01:24:42     t1.test(a, b); //this gives an error but should be OK
01:24:42            ^
01:24:42   where V1,V2 are type-variables:
01:24:42     V1 extends Object declared in method <V1,V2>test(V1,V2)
01:24:42     V2 extends List<String> declared in method <V1,V2>test(V1,V2)
01:24:42 X.java:10: error: method test in class X<T> cannot be applied to given types;
01:24:42     t2.test(a, b); //this compiles OK
01:24:42       ^
01:24:42   required: V1,V2
01:24:42   found: XA,List<Object>
01:24:42   reason: inference variable V2 has incompatible bounds
01:24:42     upper bounds: List<String>
01:24:42     lower bounds: List<Object>
01:24:42   where V1,V2,T are type-variables:
01:24:42     V1 extends Object declared in method <V1,V2>test(V1,V2)
01:24:42     V2 extends List<String> declared in method <V1,V2>test(V1,V2)
01:24:42     T extends Object declared in class X
01:24:42 1 error
01:24:42 3 warnings
01:24:42 
01:24:42 
01:24:42 
01:24:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:43 --- javac err: ---
01:24:43 X.java:1: warning: [rawtypes] found raw type: Transformable
01:24:43 interface Transformable<T extends Transformable>
01:24:43                                   ^
01:24:43   missing type arguments for generic class Transformable<T>
01:24:43   where T is a type-variable:
01:24:43     T extends Transformable declared in interface Transformable
01:24:43 X.java:5: warning: [rawtypes] found raw type: Volume
01:24:43 interface Volume<V extends Volume> extends Transformable<V>
01:24:43                            ^
01:24:43   missing type arguments for generic class Volume<V>
01:24:43   where V is a type-variable:
01:24:43     V extends Volume declared in interface Volume
01:24:43 X.java:12: warning: [rawtypes] found raw type: Volume
01:24:43 		Volume v1 = null;
01:24:43 		^
01:24:43   missing type arguments for generic class Volume<V>
01:24:43   where V is a type-variable:
01:24:43     V extends Volume declared in interface Volume
01:24:43 X.java:13: warning: [rawtypes] found raw type: Volume
01:24:43 		Volume v2 = v1.transform();
01:24:43 		^
01:24:43   missing type arguments for generic class Volume<V>
01:24:43   where V is a type-variable:
01:24:43     V extends Volume declared in interface Volume
01:24:43 X.java:13: error: incompatible types: Transformable cannot be converted to Volume
01:24:43 		Volume v2 = v1.transform();
01:24:43 		                        ^
01:24:43 X.java:16: warning: [rawtypes] found raw type: Volume
01:24:43 		Volume<Volume> v1 = null;
01:24:43 		       ^
01:24:43   missing type arguments for generic class Volume<V>
01:24:43   where V is a type-variable:
01:24:43     V extends Volume declared in interface Volume
01:24:43 X.java:17: warning: [rawtypes] found raw type: Volume
01:24:43 		Volume v2 = v1.transform();
01:24:43 		^
01:24:43   missing type arguments for generic class Volume<V>
01:24:43   where V is a type-variable:
01:24:43     V extends Volume declared in interface Volume
01:24:43 1 error
01:24:43 6 warnings
01:24:43 
01:24:43 
01:24:43 
01:24:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:44 --- javac err: ---
01:24:44 X.java:1: warning: [rawtypes] found raw type: Transformable
01:24:44 interface Transformable<T extends Transformable>
01:24:44                                   ^
01:24:44   missing type arguments for generic class Transformable<T>
01:24:44   where T is a type-variable:
01:24:44     T extends Transformable declared in interface Transformable
01:24:44 X.java:5: warning: [rawtypes] found raw type: Volume
01:24:44 interface Volume<V extends Volume> extends Transformable<V>
01:24:44                            ^
01:24:44   missing type arguments for generic class Volume<V>
01:24:44   where V is a type-variable:
01:24:44     V extends Volume declared in interface Volume
01:24:44 X.java:11: warning: [rawtypes] found raw type: Volume
01:24:44 		Volume v1 = null;
01:24:44 		^
01:24:44   missing type arguments for generic class Volume<V>
01:24:44   where V is a type-variable:
01:24:44     V extends Volume declared in interface Volume
01:24:44 X.java:12: warning: [rawtypes] found raw type: Volume
01:24:44 		Volume v2 = v1.transform();
01:24:44 		^
01:24:44   missing type arguments for generic class Volume<V>
01:24:44   where V is a type-variable:
01:24:44     V extends Volume declared in interface Volume
01:24:44 X.java:15: warning: [rawtypes] found raw type: Volume
01:24:44 		Volume<Volume> v1 = null;
01:24:44 		       ^
01:24:44   missing type arguments for generic class Volume<V>
01:24:44   where V is a type-variable:
01:24:44     V extends Volume declared in interface Volume
01:24:44 X.java:16: warning: [rawtypes] found raw type: Volume
01:24:44 		Volume v2 = v1.transform();
01:24:44 		^
01:24:44   missing type arguments for generic class Volume<V>
01:24:44   where V is a type-variable:
01:24:44     V extends Volume declared in interface Volume
01:24:44 6 warnings
01:24:44 
01:24:44 
01:24:44 
01:24:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:45 --- javac err: ---
01:24:45 X.java:5: warning: [rawtypes] found raw type: X
01:24:45 		X x = (X) o;
01:24:45 		^
01:24:45   missing type arguments for generic class X<T>
01:24:45   where T is a type-variable:
01:24:45     T extends Object declared in class X
01:24:45 X.java:6: warning: [unchecked] unchecked cast
01:24:45 		X<String> xs = (X<String>)o;
01:24:45 		                          ^
01:24:45   required: X<String>
01:24:45   found:    Object
01:24:45 X.java:7: error: cannot find symbol
01:24:45 		Zork z;
01:24:45 		^
01:24:45   symbol:   class Zork
01:24:45   location: class X<T>
01:24:45   where T is a type-variable:
01:24:45     T extends Object declared in class X
01:24:45 X.java:10: warning: [rawtypes] found raw type: List
01:24:45 		List l = (List) al;
01:24:45 		^
01:24:45   missing type arguments for generic class List<E>
01:24:45   where E is a type-variable:
01:24:45     E extends Object declared in interface List
01:24:45 1 error
01:24:45 3 warnings
01:24:45 
01:24:45 
01:24:45 
01:24:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:46 --- javac err: ---
01:24:46 X.java:8: error: cannot find symbol
01:24:46 	Zork z;
01:24:46 	^
01:24:46   symbol:   class Zork
01:24:46   location: class X
01:24:46 X.java:4: warning: [unchecked] unchecked cast
01:24:46 		Object o2 = (List<String>) o1;
01:24:46 		                           ^
01:24:46   required: List<String>
01:24:46   found:    Object
01:24:46 X.java:6: warning: [unchecked] unchecked cast
01:24:46 		foo((List<String>)o2);
01:24:46 		                  ^
01:24:46   required: List<String>
01:24:46   found:    Object
01:24:46 1 error
01:24:46 2 warnings
01:24:46 
01:24:46 
01:24:46 
01:24:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:47 --- javac err: ---
01:24:47 X.java:10: error: cannot find symbol
01:24:47 	Zork z;
01:24:47 	^
01:24:47   symbol:   class Zork
01:24:47   location: class C1<T>
01:24:47   where T is a type-variable:
01:24:47     T extends Object declared in class C1
01:24:47 X.java:6: warning: [unchecked] unchecked cast
01:24:47 			C1<T>.C11[] ts = (C1<T>.C11[]) new C1<?>.C11[5];
01:24:47 			                               ^
01:24:47   required: C1<T>.C11[]
01:24:47   found:    C1<?>.C11[]
01:24:47   where T is a type-variable:
01:24:47     T extends Object declared in class C1
01:24:47 1 error
01:24:47 1 warning
01:24:47 
01:24:47 
01:24:47 
01:24:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:50 
01:24:50 
01:24:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:51 --- javac err: ---
01:24:51 X.java:7: warning: [unchecked] unchecked conversion
01:24:51         collection = (Collection) set;
01:24:51                      ^
01:24:51   required: Collection<Number>
01:24:51   found:    Collection
01:24:51 X.java:9: error: cannot find symbol
01:24:51         Zork z;
01:24:51         ^
01:24:51   symbol:   class Zork
01:24:51   location: class X
01:24:51 1 error
01:24:51 1 warning
01:24:51 
01:24:51 
01:24:51 
01:24:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:53 --- javac err: ---
01:24:53 X.java:6: error: cannot find symbol
01:24:53 	Zork z;
01:24:53 	^
01:24:53   symbol:   class Zork
01:24:53   location: class X
01:24:53 1 error
01:24:53 
01:24:53 
01:24:53 
01:24:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:54 
01:24:54 
01:24:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:55 --- javac err: ---
01:24:55 X.java:5: error: incompatible types: List<CAP#1> cannot be converted to String
01:24:55 		bar(l.get(0));
01:24:55 		         ^
01:24:55   where CAP#1 is a fresh type-variable:
01:24:55     CAP#1 extends Number from capture of ? extends Number
01:24:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:24:55 1 error
01:24:55 
01:24:55 
01:24:55 
01:24:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:56 --- javac err: ---
01:24:56 AClass.java:1: warning: [rawtypes] found raw type: AClass
01:24:56 public interface AClass<X extends AClass> {
01:24:56                                   ^
01:24:56   missing type arguments for generic class AClass<X>
01:24:56   where X is a type-variable:
01:24:56     X extends AClass declared in interface AClass
01:24:56 AClass.java:2: warning: [rawtypes] found raw type: BClass
01:24:56 	public interface BClass<T extends BClass> extends AClass<T> {
01:24:56 	                                  ^
01:24:56   missing type arguments for generic class BClass<T>
01:24:56   where T is a type-variable:
01:24:56     T extends BClass declared in interface BClass
01:24:56 2 warnings
01:24:56 
01:24:57 
01:24:57 
01:24:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:58 --- javac err: ---
01:24:58 com/test/TestClass.java:9: warning: [serial] serializable class MyException has no definition of serialVersionUID
01:24:58 	public static class MyException extends Exception {
01:24:58 	              ^
01:24:58 1 warning
01:24:58 
01:24:58 
01:24:58 
01:24:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:24:59 --- javac err: ---
01:24:59 generics/user/User.java:19: error: cannot find symbol
01:24:59     Zork z;
01:24:59     ^
01:24:59   symbol:   class Zork
01:24:59   location: class User
01:24:59 generics/user/User.java:5: warning: [rawtypes] found raw type: NodeList.Cursor
01:24:59     Cursor raw;
01:24:59     ^
01:24:59   missing type arguments for generic class NodeList<E>.Cursor
01:24:59   where E is a type-variable:
01:24:59     E extends Object declared in class NodeList
01:24:59 generics/user/User.java:6: warning: [rawtypes] found raw type: NodeList.Cursor
01:24:59     NodeList.Cursor rawQualified;
01:24:59             ^
01:24:59   missing type arguments for generic class NodeList<E>.Cursor
01:24:59   where E is a type-variable:
01:24:59     E extends Object declared in class NodeList
01:24:59 generics/user/User.java:10: warning: [unchecked] unchecked conversion
01:24:59         parameterized= rawQualified; //unchecked warning (OK)
01:24:59                        ^
01:24:59   required: NodeList<String>.Cursor
01:24:59   found:    NodeList.Cursor
01:24:59 generics/user/User.java:13: warning: [unchecked] unchecked conversion
01:24:59         parameterized= raw; //should just give unchecked warning, but errors
01:24:59                        ^
01:24:59   required: NodeList<String>.Cursor
01:24:59   found:    NodeList.Cursor
01:24:59 1 error
01:24:59 4 warnings
01:24:59 
01:24:59 
01:24:59 
01:24:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:00 --- javac err: ---
01:25:00 X.java:4: warning: [rawtypes] found raw type: Comparator
01:25:00   List<? extends Comparator> bar() {
01:25:00                  ^
01:25:00   missing type arguments for generic class Comparator<T>
01:25:00   where T is a type-variable:
01:25:00     T extends Object declared in interface Comparator
01:25:00 X.java:5: warning: [rawtypes] found raw type: Comparator
01:25:00 	  List<? extends Comparator> l = foo();
01:25:00 	                 ^
01:25:00   missing type arguments for generic class Comparator<T>
01:25:00   where T is a type-variable:
01:25:00     T extends Object declared in interface Comparator
01:25:00 2 warnings
01:25:00 
01:25:00 
01:25:00 
01:25:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:02 --- javac err: ---
01:25:02 X.java:12: error: incompatible types: inference variable T has incompatible bounds
01:25:02 		List<? extends String> result2 = merge(list1, list2);
01:25:02 		                                      ^
01:25:02     upper bounds: String,Object
01:25:02     lower bounds: StringBuilder,String
01:25:02   where T is a type-variable:
01:25:02     T extends Object declared in method <T>merge(List<? extends T>,List<? extends T>)
01:25:02 1 error
01:25:02 
01:25:02 
01:25:02 
01:25:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:03 --- javac err: ---
01:25:03 X.java:12: error: incompatible types: List<INT#1> cannot be converted to List<? extends String>
01:25:03 		Object result4 = (List<? extends String>)merge(list1, list2);
01:25:03 		                                              ^
01:25:03   where INT#1 is an intersection type:
01:25:03     INT#1 extends Object,Serializable,CharSequence
01:25:03 1 error
01:25:03 
01:25:03 
01:25:03 
01:25:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:04 
01:25:04 
01:25:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:07 --- javac err: ---
01:25:07 X.java:7: error: cannot find symbol
01:25:07 	public void testGeneric(Generic aGeneric) {
01:25:07 	                        ^
01:25:07   symbol:   class Generic
01:25:07   location: class X
01:25:07 X.java:10: error: cannot find symbol
01:25:07 	Zork z;
01:25:07 	^
01:25:07   symbol:   class Zork
01:25:07   location: class X
01:25:07 X.java:4: warning: [rawtypes] found raw type: ArrayList
01:25:07 	public void testList(ArrayList aList) {
01:25:07 	                     ^
01:25:07   missing type arguments for generic class ArrayList<E>
01:25:07   where E is a type-variable:
01:25:07     E extends Object declared in class ArrayList
01:25:07 2 errors
01:25:07 1 warning
01:25:07 
01:25:07 
01:25:07 
01:25:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:08 
01:25:08 
01:25:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:09 --- javac err: ---
01:25:09 X.java:7: error: incompatible types: List<Number> cannot be converted to CAP#1
01:25:09 		col.add(n);
01:25:09 		        ^
01:25:09   where CAP#1 is a fresh type-variable:
01:25:09     CAP#1 extends Collection<? super Number> from capture of ? extends Collection<? super Number>
01:25:09 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:25:09 1 error
01:25:09 
01:25:09 
01:25:09 
01:25:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:10 --- javac err: ---
01:25:10 X.java:8: error: cannot find symbol
01:25:10 	Zork z;
01:25:10 	^
01:25:10   symbol:   class Zork
01:25:10   location: class X<E>
01:25:10   where E is a type-variable:
01:25:10     E extends Object declared in class X
01:25:10 X.java:6: warning: [unchecked] unchecked cast
01:25:10 	List<Number> nums= (List<Number>) asList; // correct warning
01:25:10 	                                  ^
01:25:10   required: List<Number>
01:25:10   found:    Collection<CAP#1>
01:25:10   where CAP#1 is a fresh type-variable:
01:25:10     CAP#1 extends Number from capture of ? extends Number
01:25:10 X.java:7: warning: [unchecked] unchecked cast
01:25:10 	List<Number> numz= (LinkedList<Number>) asList; // type safety warning missing
01:25:10 	                                        ^
01:25:10   required: LinkedList<Number>
01:25:10   found:    Collection<CAP#1>
01:25:10   where CAP#1 is a fresh type-variable:
01:25:10     CAP#1 extends Number from capture of ? extends Number
01:25:10 1 error
01:25:10 2 warnings
01:25:10 
01:25:12 --- javac err: ---
01:25:12 X.java:5: warning: [unchecked] unchecked cast
01:25:12 	List<Number> nums= (List<Number>) asList; // correct warning
01:25:12 	                                  ^
01:25:12   required: List<Number>
01:25:12   found:    Collection<CAP#1>
01:25:12   where CAP#1 is a fresh type-variable:
01:25:12     CAP#1 extends Number from capture of ? extends Number
01:25:12 X.java:6: warning: [unchecked] unchecked cast
01:25:12 	List<Number> numz= (LinkedList<Number>) asList; // type safety warning missing
01:25:12 	                                        ^
01:25:12   required: LinkedList<Number>
01:25:12   found:    Collection<CAP#1>
01:25:12   where CAP#1 is a fresh type-variable:
01:25:12     CAP#1 extends Number from capture of ? extends Number
01:25:12 2 warnings
01:25:12 
01:25:12 
01:25:12 
01:25:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:13 --- javac err: ---
01:25:13 X.java:3: error: cannot find symbol
01:25:13     Zork z;
01:25:13     ^
01:25:13   symbol:   class Zork
01:25:13   location: class X
01:25:13 1 error
01:25:13 
01:25:13 
01:25:13 
01:25:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:14 --- javac err: ---
01:25:14 X.java:17: error: cannot find symbol
01:25:14     Zork z;
01:25:14     ^
01:25:14   symbol:   class Zork
01:25:14   location: class X
01:25:14 X.java:3: warning: [unchecked] unchecked cast
01:25:14 	return (T) o; // OK
01:25:14 	           ^
01:25:14   required: T
01:25:14   found:    Object
01:25:14   where T is a type-variable:
01:25:14     T extends Object declared in method <T>f(Object)
01:25:14 X.java:7: warning: [unchecked] unchecked cast
01:25:14 	return (T) o; // bug???
01:25:14 	           ^
01:25:14   required: T
01:25:14   found:    Object
01:25:14   where T,U are type-variables:
01:25:14     T extends U declared in method <U,T>g(Object)
01:25:14     U extends Object declared in method <U,T>g(Object)
01:25:14 X.java:15: warning: [unchecked] unchecked cast
01:25:14 	return (T) o;
01:25:14 	           ^
01:25:14   required: T
01:25:14   found:    Object
01:25:14   where T is a type-variable:
01:25:14     T extends Object declared in method <T>castTo(Object)
01:25:14 1 error
01:25:14 3 warnings
01:25:14 
01:25:14 
01:25:14 
01:25:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:15 --- javac err: ---
01:25:15 X.java:7: error: cannot find symbol
01:25:15     Zork z;
01:25:15     ^
01:25:15   symbol:   class Zork
01:25:15   location: class X
01:25:15 X.java:5: warning: [unchecked] unchecked cast
01:25:15         return (Bar<Object>)f;
01:25:15                             ^
01:25:15   required: Bar<Object>
01:25:15   found:    Foo
01:25:15 1 error
01:25:15 1 warning
01:25:15 
01:25:15 
01:25:15 
01:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:16 --- javac err: ---
01:25:16 X.java:2: error: a type variable may not be followed by other bounds
01:25:16 	<T extends Runnable, U extends T & Runnable>  T foo() { return null; }
01:25:16 	                                   ^
01:25:16 1 error
01:25:16 
01:25:16 
01:25:16 
01:25:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:17 
01:25:17 
01:25:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:18 --- javac err: ---
01:25:18 Form.java:7: warning: [unchecked] unchecked cast
01:25:18 		return (T) field;
01:25:18 		           ^
01:25:18   required: T
01:25:18   found:    Field
01:25:18   where T is a type-variable:
01:25:18     T extends Field declared in method <T>getField()
01:25:18 1 warning
01:25:18 
01:25:18 
01:25:18 
01:25:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:20 --- javac err: ---
01:25:20 X.java:3: warning: [rawtypes] found raw type: FieldManager
01:25:20 		FieldManager manager = new FieldManagerImpl();
01:25:20 		^
01:25:20   missing type arguments for generic class FieldManager<F>
01:25:20   where F is a type-variable:
01:25:20     F extends Field declared in class FieldManager
01:25:20 X.java:4: warning: [unchecked] unchecked method invocation: constructor <init> in class FieldMeta is applied to given types
01:25:20 		FieldMeta<FieldImpl> meta = new FieldMeta<FieldImpl>(manager);
01:25:20 		                            ^
01:25:20   required: FieldManager<F>
01:25:20   found: FieldManager
01:25:20   where F is a type-variable:
01:25:20     F extends Field declared in class FieldMeta
01:25:20 X.java:4: warning: [unchecked] unchecked conversion
01:25:20 		FieldMeta<FieldImpl> meta = new FieldMeta<FieldImpl>(manager);
01:25:20 		                                                     ^
01:25:20   required: FieldManager<F>
01:25:20   found:    FieldManager
01:25:20   where F is a type-variable:
01:25:20     F extends Field declared in class FieldMeta
01:25:20 X.java:5: warning: [rawtypes] found raw type: Field
01:25:20 		Field<? extends Field> field = new FieldImpl(meta);
01:25:20 		                ^
01:25:20   missing type arguments for generic class Field<F>
01:25:20   where F is a type-variable:
01:25:20     F extends Field declared in class Field
01:25:20 X.java:6: warning: [rawtypes] found raw type: Field
01:25:20 		FieldMeta<? extends Field> meta2 = field.getFieldMeta();
01:25:20 		                    ^
01:25:20   missing type arguments for generic class Field<F>
01:25:20   where F is a type-variable:
01:25:20     F extends Field declared in class Field
01:25:20 FieldMeta.java:1: warning: [rawtypes] found raw type: Field
01:25:20 public class FieldMeta<F extends Field> {
01:25:20                                  ^
01:25:20   missing type arguments for generic class Field<F>
01:25:20   where F is a type-variable:
01:25:20     F extends Field declared in class Field
01:25:20 FieldMeta.java:7: warning: [unchecked] unchecked cast
01:25:20 		return (FB) fieldManager;
01:25:20 		            ^
01:25:20   required: FB
01:25:20   found:    FieldManager<F>
01:25:20   where F,FB are type-variables:
01:25:20     F extends Field declared in class FieldMeta
01:25:20     FB extends FieldManager<F> declared in method <FB>getFieldManager()
01:25:20 Field.java:1: warning: [rawtypes] found raw type: Field
01:25:20 public class Field<F extends Field> {
01:25:20                              ^
01:25:20   missing type arguments for generic class Field<F>
01:25:20   where F is a type-variable:
01:25:20     F extends Field declared in class Field
01:25:20 FieldManager.java:1: warning: [rawtypes] found raw type: Field
01:25:20 public abstract class FieldManager<F extends Field> {}
01:25:20                                              ^
01:25:20   missing type arguments for generic class Field<F>
01:25:20   where F is a type-variable:
01:25:20     F extends Field declared in class Field
01:25:20 ExtFieldManager.java:1: warning: [rawtypes] found raw type: Field
01:25:20 public interface ExtFieldManager<F extends Field> {}
01:25:20                                            ^
01:25:20   missing type arguments for generic class Field<F>
01:25:20   where F is a type-variable:
01:25:20     F extends Field declared in class Field
01:25:20 10 warnings
01:25:20 
01:25:20 
01:25:20 
01:25:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:21 
01:25:21 
01:25:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:22 --- javac err: ---
01:25:22 X.java:2: error: a type variable may not be followed by other bounds
01:25:22 	public <U, T extends U & Cloneable & Runnable> void m(T t) {
01:25:22 	                         ^
01:25:22 1 error
01:25:22 
01:25:22 
01:25:22 
01:25:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:23 
01:25:23 
01:25:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:24 
01:25:24 
01:25:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:26 
01:25:26 
01:25:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:27 
01:25:27 
01:25:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:28 
01:25:28 
01:25:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:29 
01:25:29 
01:25:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:30 --- javac err: ---
01:25:30 A.java:13: error: cannot select a static class from a parameterized type
01:25:30     B<Object>.J<Object> bar();
01:25:30              ^
01:25:30 1 error
01:25:30 
01:25:30 
01:25:30 
01:25:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:31 
01:25:31 
01:25:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:33 
01:25:33 
01:25:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:34 --- javac err: ---
01:25:34 X.java:20: warning: [rawtypes] found raw type: List
01:25:34 		List<List> o = Foo.foo1();
01:25:34 		     ^
01:25:34   missing type arguments for generic class List<E>
01:25:34   where E is a type-variable:
01:25:34     E extends Object declared in interface List
01:25:34 X.java:20: error: incompatible types: no instance(s) of type variable(s) T exist so that List<List<T>> conforms to List<List>
01:25:34 		List<List> o = Foo.foo1();
01:25:34 		                       ^
01:25:34   where T is a type-variable:
01:25:34     T extends Runnable declared in method <T>foo1()
01:25:34 X.java:21: error: method bar1 in class Foo cannot be applied to given types;
01:25:34 		Foo.bar1(o);
01:25:34 		   ^
01:25:34   required: List<List<T>>
01:25:34   found: List<List>
01:25:34   reason: cannot infer type-variable(s) T
01:25:34     (argument mismatch; List<List> cannot be converted to List<List<T>>)
01:25:34   where T is a type-variable:
01:25:34     T extends Runnable declared in method <T>bar1(List<List<T>>)
01:25:34 X.java:24: warning: [rawtypes] found raw type: List
01:25:34 		List o = Foo.foo2();
01:25:34 		^
01:25:34   missing type arguments for generic class List<E>
01:25:34   where E is a type-variable:
01:25:34     E extends Object declared in interface List
01:25:34 X.java:25: warning: [unchecked] unchecked method invocation: method bar2 in class Foo is applied to given types
01:25:34 		Foo.bar2(o);
01:25:34 		        ^
01:25:34   required: List<T>
01:25:34   found: List
01:25:34   where T is a type-variable:
01:25:34     T extends Runnable declared in method <T>bar2(List<T>)
01:25:34 X.java:25: warning: [unchecked] unchecked conversion
01:25:34 		Foo.bar2(o);
01:25:34 		         ^
01:25:34   required: List<T>
01:25:34   found:    List
01:25:34   where T is a type-variable:
01:25:34     T extends Runnable declared in method <T>bar2(List<T>)
01:25:34 2 errors
01:25:34 4 warnings
01:25:34 
01:25:34 
01:25:34 
01:25:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:35 --- javac err: ---
01:25:35 X.java:5: warning: [rawtypes] found raw type: Collection
01:25:35 public class X<A extends Collection & Serializable > implements Collection {
01:25:35                          ^
01:25:35   missing type arguments for generic class Collection<E>
01:25:35   where E is a type-variable:
01:25:35     E extends Object declared in interface Collection
01:25:35 X.java:5: warning: [rawtypes] found raw type: Collection
01:25:35 public class X<A extends Collection & Serializable > implements Collection {
01:25:35                                                                 ^
01:25:35   missing type arguments for generic class Collection<E>
01:25:35   where E is a type-variable:
01:25:35     E extends Object declared in interface Collection
01:25:35 X.java:18: warning: [rawtypes] found raw type: Iterator
01:25:35 	public Iterator iterator() {
01:25:35 	       ^
01:25:35   missing type arguments for generic class Iterator<E>
01:25:35   where E is a type-variable:
01:25:35     E extends Object declared in interface Iterator
01:25:35 X.java:38: warning: [rawtypes] found raw type: Collection
01:25:35 	public boolean containsAll(Collection arg0) {
01:25:35 	                           ^
01:25:35   missing type arguments for generic class Collection<E>
01:25:35   where E is a type-variable:
01:25:35     E extends Object declared in interface Collection
01:25:35 X.java:42: warning: [rawtypes] found raw type: Collection
01:25:35 	public boolean addAll(Collection arg0) {
01:25:35 	                      ^
01:25:35   missing type arguments for generic class Collection<E>
01:25:35   where E is a type-variable:
01:25:35     E extends Object declared in interface Collection
01:25:35 X.java:46: warning: [rawtypes] found raw type: Collection
01:25:35 	public boolean removeAll(Collection arg0) {
01:25:35 	                         ^
01:25:35   missing type arguments for generic class Collection<E>
01:25:35   where E is a type-variable:
01:25:35     E extends Object declared in interface Collection
01:25:35 X.java:50: warning: [rawtypes] found raw type: Collection
01:25:35 	public boolean retainAll(Collection arg0) {
01:25:35 	                         ^
01:25:35   missing type arguments for generic class Collection<E>
01:25:35   where E is a type-variable:
01:25:35     E extends Object declared in interface Collection
01:25:35 7 warnings
01:25:35 
01:25:35 
01:25:35 
01:25:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:37 --- javac err: ---
01:25:37 X.java:6: error: cannot find symbol
01:25:37 		Zork z;
01:25:37 		^
01:25:37   symbol:   class Zork
01:25:37   location: class X
01:25:37 1 error
01:25:37 
01:25:37 
01:25:37 
01:25:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:38 
01:25:38 
01:25:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:39 
01:25:39 
01:25:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:40 --- javac err: ---
01:25:40 X.java:25: error: modifier static not allowed here
01:25:40 		static class N3<U> {
01:25:40 		       ^
01:25:40 X.java:30: error: cannot select a static class from a parameterized type
01:25:40 		M4<X>.N4<X> n = m.new N4<X>();
01:25:40 		     ^
01:25:40 X.java:30: error: cannot select a static class from a parameterized type
01:25:40 		M4<X>.N4<X> n = m.new N4<X>();
01:25:40 		                        ^
01:25:40 X.java:30: error: qualified new of static class
01:25:40 		M4<X>.N4<X> n = m.new N4<X>();
01:25:40 		                ^
01:25:40 4 errors
01:25:40 
01:25:40 
01:25:40 
01:25:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:41 
01:25:41 
01:25:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:43 
01:25:43 
01:25:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:44 --- javac err: ---
01:25:44 X.java:6: warning: [rawtypes] found raw type: ObjectFormUI
01:25:44 	private static final Map<Class<? extends DatabaseObject>, Class<? extends ObjectFormUI>> uiMap = new HashMap<Class<? extends DatabaseObject>, Class<? extends ObjectFormUI>>();
01:25:44 	                                                                          ^
01:25:44   missing type arguments for generic class ObjectFormUI<T>
01:25:44   where T is a type-variable:
01:25:44     T extends DatabaseObject declared in class ObjectFormUI
01:25:44 X.java:6: warning: [rawtypes] found raw type: ObjectFormUI
01:25:44 	private static final Map<Class<? extends DatabaseObject>, Class<? extends ObjectFormUI>> uiMap = new HashMap<Class<? extends DatabaseObject>, Class<? extends ObjectFormUI>>();
01:25:44 	                                                                                                                                                              ^
01:25:44   missing type arguments for generic class ObjectFormUI<T>
01:25:44   where T is a type-variable:
01:25:44     T extends DatabaseObject declared in class ObjectFormUI
01:25:44 X.java:11: error: incompatible types: bad type in conditional expression
01:25:44 			? uiMap.get(persistentClass)
01:25:44 			           ^
01:25:44     Class<CAP#1> cannot be converted to Class<? extends ObjectFormUI<T>>
01:25:44   where T is a type-variable:
01:25:44     T extends DatabaseObject declared in method <T>getUI(Class<T>)
01:25:44   where CAP#1 is a fresh type-variable:
01:25:44     CAP#1 extends ObjectFormUI from capture of ? extends ObjectFormUI
01:25:44 X.java:12: warning: [unchecked] unchecked cast
01:25:44 			: (Class<? extends ObjectFormUI<T>>) uiMap.get(persistentClass);
01:25:44 			                                              ^
01:25:44   required: Class<? extends ObjectFormUI<T>>
01:25:44   found:    Class<CAP#1>
01:25:44   where T is a type-variable:
01:25:44     T extends DatabaseObject declared in method <T>getUI(Class<T>)
01:25:44   where CAP#1 is a fresh type-variable:
01:25:44     CAP#1 extends ObjectFormUI from capture of ? extends ObjectFormUI
01:25:44 1 error
01:25:44 3 warnings
01:25:44 
01:25:44 
01:25:44 
01:25:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:45 --- javac err: ---
01:25:45 X.java:5: error: incompatible types: Class<Class<Object>> cannot be converted to Class<Class>
01:25:45 		Class<Class> cc = cco; // ko
01:25:45 		                  ^
01:25:45 X.java:6: error: incompatible types: Class<Class> cannot be converted to Class<Class<Object>>
01:25:45 		Class<Class<Object>> cco2 = cc; // ko
01:25:45 		                            ^
01:25:45 X.java:9: warning: [rawtypes] found raw type: Class
01:25:45 		Class<? extends Class> cec = ceco; // ok
01:25:45 		                ^
01:25:45   missing type arguments for generic class Class<T>
01:25:45   where T is a type-variable:
01:25:45     T extends Object declared in class Class
01:25:45 X.java:10: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends Class<Object>>
01:25:45 		Class<? extends Class<Object>> ceco2 = cec; // ko
01:25:45 		                                       ^
01:25:45   where CAP#1 is a fresh type-variable:
01:25:45     CAP#1 extends Class from capture of ? extends Class
01:25:45 3 errors
01:25:45 1 warning
01:25:45 
01:25:45 
01:25:45 
01:25:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:46 --- javac err: ---
01:25:46 X.java:12: error: cannot find symbol
01:25:46 	Zork z;
01:25:46 	^
01:25:46   symbol:   class Zork
01:25:46   location: class X
01:25:46 X.java:3: warning: [rawtypes] found raw type: Class
01:25:46 	<T extends Class> void bar(T t) {
01:25:46 	           ^
01:25:46   missing type arguments for generic class Class<T>
01:25:46   where T is a type-variable:
01:25:46     T extends Object declared in class Class
01:25:46 X.java:4: warning: [unchecked] unchecked conversion
01:25:46 		Class<Object> c = t; // ok - unchecked
01:25:46 		                  ^
01:25:46   required: Class<Object>
01:25:46   found:    T
01:25:46   where T is a type-variable:
01:25:46     T extends Class declared in method <T>bar(T)
01:25:46 X.java:6: warning: [rawtypes] found raw type: Class
01:25:46 	<T extends Class> void bar2(List<? extends T> let) {
01:25:46 	           ^
01:25:46   missing type arguments for generic class Class<T>
01:25:46   where T is a type-variable:
01:25:46     T extends Object declared in class Class
01:25:46 X.java:7: warning: [unchecked] unchecked conversion
01:25:46 		Class<Object> c = let.get(0); // ok - unchecked
01:25:46 		                         ^
01:25:46   required: Class<Object>
01:25:46   found:    CAP#1
01:25:46   where T is a type-variable:
01:25:46     T extends Class declared in method <T>bar2(List<? extends T>)
01:25:46   where CAP#1 is a fresh type-variable:
01:25:46     CAP#1 extends T from capture of ? extends T
01:25:46 X.java:9: warning: [rawtypes] found raw type: Class
01:25:46 	void bar3(List<? extends Class> lec) {
01:25:46 	                         ^
01:25:46   missing type arguments for generic class Class<T>
01:25:46   where T is a type-variable:
01:25:46     T extends Object declared in class Class
01:25:46 X.java:10: warning: [unchecked] unchecked conversion
01:25:46 		Class<Object> c = lec.get(0); // ok - unchecked
01:25:46 		                         ^
01:25:46   required: Class<Object>
01:25:46   found:    CAP#1
01:25:46   where CAP#1 is a fresh type-variable:
01:25:46     CAP#1 extends Class from capture of ? extends Class
01:25:46 1 error
01:25:46 6 warnings
01:25:46 
01:25:46 
01:25:46 
01:25:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:48 
01:25:48 
01:25:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:49 
01:25:49 
01:25:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:50 --- javac err: ---
01:25:50 X.java:9: error: incompatible types: List<Object> cannot be converted to String
01:25:50 		String s = (String) Foo.foo();
01:25:50 		                           ^
01:25:50 1 error
01:25:50 
01:25:50 
01:25:50 
01:25:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:51 --- javac err: ---
01:25:51 X.java:9: error: incompatible types: U cannot be converted to String
01:25:51 		String s = (String) Foo.foo();
01:25:51 		                           ^
01:25:51   where U is a type-variable:
01:25:51     U extends List<U>
01:25:51 1 error
01:25:51 
01:25:51 
01:25:51 
01:25:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:52 --- javac err: ---
01:25:52 X.java:5: error: incompatible types: U cannot be converted to String
01:25:52 		String s = (String) foo(u);
01:25:52 		                       ^
01:25:52   where U is a type-variable:
01:25:52     U extends List<U> declared in method <U>foo(U)
01:25:52 1 error
01:25:52 
01:25:52 
01:25:52 
01:25:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:54 --- javac err: ---
01:25:54 X.java:6: error: method foo in class X cannot be applied to given types;
01:25:54 		String s = (String)foo(listu);
01:25:54 		                   ^
01:25:54   required: U
01:25:54   found: List<U>
01:25:54   reason: inference variable U has incompatible bounds
01:25:54     equality constraints: U
01:25:54     lower bounds: List<U>
01:25:54   where U is a type-variable:
01:25:54     U extends List<U> declared in method <U>foo(U)
01:25:54 X.java:6: warning: [cast] redundant cast to String
01:25:54 		String s = (String)foo(listu);
01:25:54 		           ^
01:25:54 X.java:11: error: method foo in class X cannot be applied to given types;
01:25:54 		String s = (String)foo(listv);
01:25:54 		                   ^
01:25:54   required: U
01:25:54   found: List<V>
01:25:54   reason: inference variable U has incompatible bounds
01:25:54     equality constraints: V
01:25:54     lower bounds: List<V>
01:25:54   where U,V are type-variables:
01:25:54     U extends List<U> declared in method <U>foo(U)
01:25:54     V extends List<V> declared in method <V>bar(V)
01:25:54 X.java:11: warning: [cast] redundant cast to String
01:25:54 		String s = (String)foo(listv);
01:25:54 		           ^
01:25:54 2 errors
01:25:54 2 warnings
01:25:54 
01:25:54 
01:25:54 
01:25:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:55 --- javac err: ---
01:25:55 X.java:7: error: incompatible types: Class<CAP#1> cannot be converted to String
01:25:55 		String s = getClass();
01:25:55 		                   ^
01:25:55   where CAP#1 is a fresh type-variable:
01:25:55     CAP#1 extends X from capture of ? extends X
01:25:55 X.java:8: warning: [unchecked] unchecked method invocation: method getDefault in class X is applied to given types
01:25:55 		return (String) getDefault(getClass());
01:25:55 		                          ^
01:25:55   required: Class<T>
01:25:55   found: Class<CAP#1>
01:25:55   where T is a type-variable:
01:25:55     T extends X<T> declared in method <T>getDefault(Class<T>)
01:25:55   where CAP#1 is a fresh type-variable:
01:25:55     CAP#1 extends X from capture of ? extends X
01:25:55 X.java:8: error: incompatible types: X cannot be converted to String
01:25:55 		return (String) getDefault(getClass());
01:25:55 		                          ^
01:25:55 2 errors
01:25:55 1 warning
01:25:55 
01:25:55 
01:25:55 
01:25:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:56 --- javac err: ---
01:25:56 X.java:2: error: a type variable may not be followed by other bounds
01:25:56 	public static <C extends Number, A extends C & Comparable<C>> int m(
01:25:56 	                                                         ^
01:25:56 X.java:4: error: cannot find symbol
01:25:56 		return comparableNumberObj.compareTo(comparableNumberObj);
01:25:56 		                          ^
01:25:56   symbol:   method compareTo(A)
01:25:56   location: variable comparableNumberObj of type A
01:25:56   where A,C are type-variables:
01:25:56     A extends C declared in method <C,A>m(A)
01:25:56     C extends Number declared in method <C,A>m(A)
01:25:56 2 errors
01:25:56 
01:25:56 
01:25:56 
01:25:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:56 --- javac err: ---
01:25:56 error: Source option 1.4 is no longer supported. Use 6 or later.
01:25:56 
01:25:56 ----------------------------------------
01:25:56 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0886 - 10
01:25:56 X.java [
01:25:56 public class X {
01:25:56 	void test() {
01:25:56 		"Hello".compareTo((Object) "Hello");
01:25:56 	}
01:25:56 }
01:25:56 
01:25:56 ]
01:25:56 
01:25:56 
01:25:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:57 --- javac err: ---
01:25:57 Bar.java:4: error: incompatible types: X cannot be converted to Foo<? super X>
01:25:57         Foo<? super X> f = x;
01:25:57                            ^
01:25:57   where X is a type-variable:
01:25:57     X extends Foo<Foo<? super X>> declared in class Bar
01:25:57 1 error
01:25:57 
01:25:57 
01:25:57 
01:25:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:25:58 --- javac err: ---
01:25:58 Bar.java:4: error: incompatible types: X cannot be converted to Foo<? extends X>
01:25:58         Foo<? extends X> f = x;
01:25:58                              ^
01:25:58   where X is a type-variable:
01:25:58     X extends Foo<Foo<? super X>> declared in class Bar
01:25:58 1 error
01:25:58 
01:25:58 
01:25:58 
01:25:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:00 --- javac err: ---
01:26:00 Test.java:3: warning: [serial] serializable class Group has no definition of serialVersionUID
01:26:00 class Group<E extends Comparable<? super E>> extends ArrayList<E> implements
01:26:00 ^
01:26:00 Test.java:10: warning: [serial] serializable class Sequence has no definition of serialVersionUID
01:26:00 class Sequence<E extends Comparable<? super E>> extends TreeSet<E> implements
01:26:00 ^
01:26:00 2 warnings
01:26:00 
01:26:00 
01:26:00 
01:26:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:01 
01:26:01 
01:26:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:02 
01:26:02 
01:26:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:03 --- javac err: ---
01:26:03 X.java:5: error: cannot find symbol
01:26:03 		Object oc1 = m1(c2, c3).new C1Member();
01:26:03 		                            ^
01:26:03   symbol: class C1Member
01:26:03 1 error
01:26:03 
01:26:03 
01:26:03 
01:26:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:04 --- javac err: ---
01:26:04 X.java:14: warning: [static] static variable should be qualified by type name, I1, instead of by an expression
01:26:04 		int ii1 = m1(c2, c3).i1f1;
01:26:04 		                    ^
01:26:04 X.java:15: warning: [static] static variable should be qualified by type name, I2, instead of by an expression
01:26:04 		int ii2 = m1(c2, c3).i2f1;
01:26:04 		                    ^
01:26:04 X.java:18: error: unexpected type
01:26:04 		Object oc1 = m1(c2, c3).new C1Member();
01:26:04 		                            ^
01:26:04   required: class,package
01:26:04   found:    value
01:26:04 X.java:19: error: unexpected type
01:26:04 		Object oi1 = m1(c2, c3).new I1Member(); 
01:26:04 		                            ^
01:26:04   required: class,package
01:26:04   found:    value
01:26:04 X.java:19: warning: [static] static class should be qualified by type name, I1, instead of by an expression
01:26:04 		Object oi1 = m1(c2, c3).new I1Member(); 
01:26:04 		                            ^
01:26:04 X.java:19: error: qualified new of static class
01:26:04 		Object oi1 = m1(c2, c3).new I1Member(); 
01:26:04 		               ^
01:26:04 X.java:20: error: unexpected type
01:26:04 		Object oi2 = m1(c2, c3).new I2Member();
01:26:04 		                            ^
01:26:04   required: class,package
01:26:04   found:    value
01:26:04 X.java:20: warning: [static] static class should be qualified by type name, I2, instead of by an expression
01:26:04 		Object oi2 = m1(c2, c3).new I2Member();
01:26:04 		                            ^
01:26:04 X.java:20: error: qualified new of static class
01:26:04 		Object oi2 = m1(c2, c3).new I2Member();
01:26:04 		               ^
01:26:04 5 errors
01:26:04 4 warnings
01:26:04 
01:26:04 
01:26:04 
01:26:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:06 
01:26:06 
01:26:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:07 --- javac err: ---
01:26:07 Y.java:1: error: cannot find symbol
01:26:07 class Y extends Zork {}
01:26:07                 ^
01:26:07   symbol: class Zork
01:26:07 X.java:3: error: anonymous class implements interface; cannot have type arguments
01:26:07     Object o = new <Object> I() {};
01:26:07                     ^
01:26:07 2 errors
01:26:07 
01:26:07 
01:26:07 
01:26:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:08 
01:26:08 
01:26:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:09 
01:26:09 
01:26:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:10 
01:26:10 
01:26:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:12 
01:26:12 
01:26:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:13 --- javac err: ---
01:26:13 X.java:11: warning: [unchecked] unchecked cast
01:26:13 		((Comparable<R>) new Implements()).toString();
01:26:13 		                 ^
01:26:13   required: Comparable<R>
01:26:13   found:    Implements
01:26:13   where R is a type-variable:
01:26:13     R extends Object declared in class X
01:26:13 X.java:16: error: cannot find symbol
01:26:13 		Zork z;
01:26:13 		^
01:26:13   symbol:   class Zork
01:26:13   location: class X<R>
01:26:13   where R is a type-variable:
01:26:13     R extends Object declared in class X
01:26:13 1 error
01:26:13 1 warning
01:26:13 
01:26:13 
01:26:13 
01:26:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:14 --- javac err: ---
01:26:14 X.java:6: error: incompatible types: inference variable T has incompatible bounds
01:26:14         return foo(i, f);
01:26:14                   ^
01:26:14     upper bounds: Object[],Object
01:26:14     lower bounds: float[],int[]
01:26:14   where T is a type-variable:
01:26:14     T extends Object declared in method <T>foo(T,T)
01:26:14 1 error
01:26:14 
01:26:14 
01:26:14 
01:26:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:15 
01:26:15 
01:26:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:16 
01:26:16 
01:26:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:17 
01:26:17 
01:26:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:19 
01:26:19 
01:26:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:20 --- javac err: ---
01:26:20 X.java:4: warning: [rawtypes] found raw type: I
01:26:20 public class X implements I {
01:26:20                           ^
01:26:20   missing type arguments for generic class I<V>
01:26:20   where V is a type-variable:
01:26:20     V extends Object declared in interface I
01:26:20 X.java:5: warning: [unchecked] unchecked cast
01:26:20     I<Integer> x1 = (I<Integer>) (X) null;
01:26:20                                  ^
01:26:20   required: I<Integer>
01:26:20   found:    X
01:26:20 X.java:6: warning: [unchecked] unchecked cast
01:26:20     I<Integer> x2 = (I<Integer>) new X();
01:26:20                                  ^
01:26:20   required: I<Integer>
01:26:20   found:    X
01:26:20 3 warnings
01:26:20 
01:26:20 
01:26:20 
01:26:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:21 
01:26:21 
01:26:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:23 
01:26:23 
01:26:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:24 --- javac err: ---
01:26:24 X.java:24: error: cannot find symbol
01:26:24 		Zork z;
01:26:24 		^
01:26:24   symbol:   class Zork
01:26:24   location: class X
01:26:24 1 error
01:26:24 
01:26:24 
01:26:24 
01:26:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:25 --- javac err: ---
01:26:25 X.java:8: warning: [rawtypes] found raw type: Collection
01:26:25 		List<Collection> lc1 = null;
01:26:25 		     ^
01:26:25   missing type arguments for generic class Collection<E>
01:26:25   where E is a type-variable:
01:26:25     E extends Object declared in interface Collection
01:26:25 X.java:11: warning: [rawtypes] found raw type: Collection
01:26:25 		List<? extends Collection> lc4 = null;
01:26:25 		               ^
01:26:25   missing type arguments for generic class Collection<E>
01:26:25   where E is a type-variable:
01:26:25     E extends Object declared in interface Collection
01:26:25 X.java:12: error: incompatible types: List<Collection<?>> cannot be converted to List<Collection>
01:26:25 		lc1 = lc2; //1 ko
01:26:25 		      ^
01:26:25 X.java:13: error: incompatible types: List<CAP#1> cannot be converted to List<Collection>
01:26:25 		lc1 = lc3; //2 ko
01:26:25 		      ^
01:26:25   where CAP#1 is a fresh type-variable:
01:26:25     CAP#1 extends Collection<?> from capture of ? extends Collection<?>
01:26:25 X.java:14: error: incompatible types: List<CAP#1> cannot be converted to List<Collection>
01:26:25 		lc1 = lc4; //3 ko
01:26:25 		      ^
01:26:25   where CAP#1 is a fresh type-variable:
01:26:25     CAP#1 extends Collection from capture of ? extends Collection
01:26:25 X.java:15: error: incompatible types: List<Collection> cannot be converted to List<Collection<?>>
01:26:25 		lc2 = lc1; //4 ko
01:26:25 		      ^
01:26:25 X.java:16: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>>
01:26:25 		lc2 = lc3; //5 ko
01:26:25 		      ^
01:26:25   where CAP#1 is a fresh type-variable:
01:26:25     CAP#1 extends Collection<?> from capture of ? extends Collection<?>
01:26:25 X.java:17: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>>
01:26:25 		lc2 = lc4; //6 ko
01:26:25 		      ^
01:26:25   where CAP#1 is a fresh type-variable:
01:26:25     CAP#1 extends Collection from capture of ? extends Collection
01:26:25 X.java:18: error: incompatible types: List<Collection> cannot be converted to List<? extends Collection<?>>
01:26:25 		lc3 = lc1; //7 ko
01:26:25 		      ^
01:26:25 X.java:20: error: incompatible types: List<CAP#1> cannot be converted to List<? extends Collection<?>>
01:26:25 		lc3 = lc4; //9 ko
01:26:25 		      ^
01:26:25   where CAP#1 is a fresh type-variable:
01:26:25     CAP#1 extends Collection from capture of ? extends Collection
01:26:25 X.java:25: warning: [rawtypes] found raw type: Collection
01:26:25 	private final List<Collection> aList = new ArrayList<Collection>();
01:26:25 	                   ^
01:26:25   missing type arguments for generic class Collection<E>
01:26:25   where E is a type-variable:
01:26:25     E extends Object declared in interface Collection
01:26:25 X.java:25: warning: [rawtypes] found raw type: Collection
01:26:25 	private final List<Collection> aList = new ArrayList<Collection>();
01:26:25 	                                                     ^
01:26:25   missing type arguments for generic class Collection<E>
01:26:25   where E is a type-variable:
01:26:25     E extends Object declared in interface Collection
01:26:25 X.java:27: error: no suitable constructor found for ArrayList(List<Collection>)
01:26:25 		final List<Collection<?>> listCopy = new ArrayList<Collection<?>>(this.aList); // ko
01:26:25 		                                     ^
01:26:25     constructor ArrayList.ArrayList(int) is not applicable
01:26:25       (argument mismatch; List<Collection> cannot be converted to int)
01:26:25     constructor ArrayList.ArrayList(Collection<? extends Collection<?>>) is not applicable
01:26:25 
01:26:25       (argument mismatch; List<Collection> cannot be converted to Collection<? extends Collection<?>>)
01:26:25 
01:26:25 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:26:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:25 9 errors
01:26:25 4 warnings
01:26:25 
01:26:26 --- javac err: ---
01:26:26 X.java:7: warning: [rawtypes] found raw type: Collection
01:26:26 		List<Collection> lc1 = null;
01:26:26 		     ^
01:26:26   missing type arguments for generic class Collection<E>
01:26:26   where E is a type-variable:
01:26:26     E extends Object declared in interface Collection
01:26:26 X.java:10: warning: [rawtypes] found raw type: Collection
01:26:26 		List<? super Collection> lc4 = null;
01:26:26 		             ^
01:26:26   missing type arguments for generic class Collection<E>
01:26:26   where E is a type-variable:
01:26:26     E extends Object declared in interface Collection
01:26:26 X.java:11: error: incompatible types: List<Collection<?>> cannot be converted to List<Collection>
01:26:26 		lc1 = lc2; //1 ko
01:26:26 		      ^
01:26:26 X.java:12: error: incompatible types: List<CAP#1> cannot be converted to List<Collection>
01:26:26 		lc1 = lc3; //2 ko
01:26:26 		      ^
01:26:26   where CAP#1 is a fresh type-variable:
01:26:26     CAP#1 extends Object super: Collection<?> from capture of ? super Collection<?>
01:26:26 X.java:13: error: incompatible types: List<CAP#1> cannot be converted to List<Collection>
01:26:26 		lc1 = lc4; //3 ko
01:26:26 		      ^
01:26:26   where CAP#1 is a fresh type-variable:
01:26:26     CAP#1 extends Object super: Collection from capture of ? super Collection
01:26:26 X.java:14: error: incompatible types: List<Collection> cannot be converted to List<Collection<?>>
01:26:26 		lc2 = lc1; //4 ko
01:26:26 		      ^
01:26:26 X.java:15: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>>
01:26:26 		lc2 = lc3; //5 ko
01:26:26 		      ^
01:26:26   where CAP#1 is a fresh type-variable:
01:26:26     CAP#1 extends Object super: Collection<?> from capture of ? super Collection<?>
01:26:26 X.java:16: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>>
01:26:26 		lc2 = lc4; //6 ko
01:26:26 		      ^
01:26:26   where CAP#1 is a fresh type-variable:
01:26:26     CAP#1 extends Object super: Collection from capture of ? super Collection
01:26:26 X.java:21: error: incompatible types: List<Collection<?>> cannot be converted to List<? super Collection>
01:26:26 		lc4 = lc2; //11 ko
01:26:26 		      ^
01:26:26 X.java:22: error: incompatible types: List<CAP#1> cannot be converted to List<? super Collection>
01:26:26 		lc4 = lc3; //12 ko
01:26:26 		      ^
01:26:26   where CAP#1 is a fresh type-variable:
01:26:26     CAP#1 extends Object super: Collection<?> from capture of ? super Collection<?>
01:26:26 8 errors
01:26:26 2 warnings
01:26:26 
01:26:26 
01:26:26 
01:26:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:27 --- javac err: ---
01:26:27 X.java:4: warning: [rawtypes] found raw type: Collection
01:26:27 	void foo(List<? extends Collection<String>[]> l1, List<Collection[]> l2) {
01:26:27 	                                                       ^
01:26:27   missing type arguments for generic class Collection<E>
01:26:27   where E is a type-variable:
01:26:27     E extends Object declared in interface Collection
01:26:27 X.java:5: error: incompatible types: List<Collection[]> cannot be converted to List<? extends Collection<String>[]>
01:26:27 		l1 = l2;
01:26:27 		     ^
01:26:27 X.java:6: error: incompatible types: List<CAP#1> cannot be converted to List<Collection[]>
01:26:27 		l2 = l1;
01:26:27 		     ^
01:26:27   where CAP#1 is a fresh type-variable:
01:26:27     CAP#1 extends Collection<String>[] from capture of ? extends Collection<String>[]
01:26:27 2 errors
01:26:27 1 warning
01:26:27 
01:26:27 
01:26:27 
01:26:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:29 --- javac err: ---
01:26:29 X.java:4: warning: [rawtypes] found raw type: Collection
01:26:29 		List<Collection[]> lc1 = null;
01:26:29 		     ^
01:26:29   missing type arguments for generic class Collection<E>
01:26:29   where E is a type-variable:
01:26:29     E extends Object declared in interface Collection
01:26:29 X.java:7: warning: [rawtypes] found raw type: Collection
01:26:29 		List<? extends Collection[]> lc4 = null;
01:26:29 		               ^
01:26:29   missing type arguments for generic class Collection<E>
01:26:29   where E is a type-variable:
01:26:29     E extends Object declared in interface Collection
01:26:29 X.java:8: error: incompatible types: List<Collection<?>[]> cannot be converted to List<Collection[]>
01:26:29 		lc1 = lc2; //1 ko
01:26:29 		      ^
01:26:29 X.java:9: error: incompatible types: List<CAP#1> cannot be converted to List<Collection[]>
01:26:29 		lc1 = lc3; //2 ko
01:26:29 		      ^
01:26:29   where CAP#1 is a fresh type-variable:
01:26:29     CAP#1 extends Collection<?>[] from capture of ? extends Collection<?>[]
01:26:29 X.java:10: error: incompatible types: List<CAP#1> cannot be converted to List<Collection[]>
01:26:29 		lc1 = lc4; //3 ko
01:26:29 		      ^
01:26:29   where CAP#1 is a fresh type-variable:
01:26:29     CAP#1 extends Collection[] from capture of ? extends Collection[]
01:26:29 X.java:11: error: incompatible types: List<Collection[]> cannot be converted to List<Collection<?>[]>
01:26:29 		lc2 = lc1; //4 ko
01:26:29 		      ^
01:26:29 X.java:12: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>[]>
01:26:29 		lc2 = lc3; //5 ko
01:26:29 		      ^
01:26:29   where CAP#1 is a fresh type-variable:
01:26:29     CAP#1 extends Collection<?>[] from capture of ? extends Collection<?>[]
01:26:29 X.java:13: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>[]>
01:26:29 		lc2 = lc4; //6 ko
01:26:29 		      ^
01:26:29   where CAP#1 is a fresh type-variable:
01:26:29     CAP#1 extends Collection[] from capture of ? extends Collection[]
01:26:29 X.java:14: error: incompatible types: List<Collection[]> cannot be converted to List<? extends Collection<?>[]>
01:26:29 		lc3 = lc1; //7 ko
01:26:29 		      ^
01:26:29 X.java:16: error: incompatible types: List<CAP#1> cannot be converted to List<? extends Collection<?>[]>
01:26:29 		lc3 = lc4; //9 ko
01:26:29 		      ^
01:26:29   where CAP#1 is a fresh type-variable:
01:26:29     CAP#1 extends Collection[] from capture of ? extends Collection[]
01:26:29 8 errors
01:26:29 2 warnings
01:26:29 
01:26:29 
01:26:29 
01:26:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:30 --- javac err: ---
01:26:30 X.java:4: warning: [rawtypes] found raw type: Collection
01:26:30 		List<Collection[]> lc1 = null;
01:26:30 		     ^
01:26:30   missing type arguments for generic class Collection<E>
01:26:30   where E is a type-variable:
01:26:30     E extends Object declared in interface Collection
01:26:30 X.java:7: warning: [rawtypes] found raw type: Collection
01:26:30 		List<? super Collection[]> lc4 = null;
01:26:30 		             ^
01:26:30   missing type arguments for generic class Collection<E>
01:26:30   where E is a type-variable:
01:26:30     E extends Object declared in interface Collection
01:26:30 X.java:8: error: incompatible types: List<Collection<?>[]> cannot be converted to List<Collection[]>
01:26:30 		lc1 = lc2; //1 ko
01:26:30 		      ^
01:26:30 X.java:9: error: incompatible types: List<CAP#1> cannot be converted to List<Collection[]>
01:26:30 		lc1 = lc3; //2 ko
01:26:30 		      ^
01:26:30   where CAP#1 is a fresh type-variable:
01:26:30     CAP#1 extends Object super: Collection<?>[] from capture of ? super Collection<?>[]
01:26:30 X.java:10: error: incompatible types: List<CAP#1> cannot be converted to List<Collection[]>
01:26:30 		lc1 = lc4; //3 ko
01:26:30 		      ^
01:26:30   where CAP#1 is a fresh type-variable:
01:26:30     CAP#1 extends Object super: Collection[] from capture of ? super Collection[]
01:26:30 X.java:11: error: incompatible types: List<Collection[]> cannot be converted to List<Collection<?>[]>
01:26:30 		lc2 = lc1; //4 ko
01:26:30 		      ^
01:26:30 X.java:12: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>[]>
01:26:30 		lc2 = lc3; //5 ko
01:26:30 		      ^
01:26:30   where CAP#1 is a fresh type-variable:
01:26:30     CAP#1 extends Object super: Collection<?>[] from capture of ? super Collection<?>[]
01:26:30 X.java:13: error: incompatible types: List<CAP#1> cannot be converted to List<Collection<?>[]>
01:26:30 		lc2 = lc4; //6 ko
01:26:30 		      ^
01:26:30   where CAP#1 is a fresh type-variable:
01:26:30     CAP#1 extends Object super: Collection[] from capture of ? super Collection[]
01:26:30 X.java:18: error: incompatible types: List<Collection<?>[]> cannot be converted to List<? super Collection[]>
01:26:30 		lc4 = lc2; //11 ko
01:26:30 		      ^
01:26:30 X.java:19: error: incompatible types: List<CAP#1> cannot be converted to List<? super Collection[]>
01:26:30 		lc4 = lc3; //12 ko		
01:26:30 		      ^
01:26:30   where CAP#1 is a fresh type-variable:
01:26:30     CAP#1 extends Object super: Collection<?>[] from capture of ? super Collection<?>[]
01:26:30 8 errors
01:26:30 2 warnings
01:26:30 
01:26:30 
01:26:30 
01:26:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:31 --- javac err: ---
01:26:31 X.java:2: error: a generic class may not extend java.lang.Throwable
01:26:31 	class Y1 extends Throwable {
01:26:31 	                 ^
01:26:31 X.java:9: error: a generic class may not extend java.lang.Throwable
01:26:31 	class Y3<U> extends Throwable {
01:26:31 	                    ^
01:26:31 X.java:15: error: a generic class may not extend java.lang.Throwable
01:26:31 class Y4<E> extends Throwable {}
01:26:31                     ^
01:26:31 X.java:15: warning: [serial] serializable class Y4 has no definition of serialVersionUID
01:26:31 class Y4<E> extends Throwable {}
01:26:31 ^
01:26:31 3 errors
01:26:31 1 warning
01:26:31 
01:26:31 
01:26:31 
01:26:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:32 
01:26:32 
01:26:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:33 --- javac err: ---
01:26:33 X.java:1: error: cannot select from a type variable
01:26:33 public class X<T extends A> extends X2<T.M> { }
01:26:33                                         ^
01:26:33 1 error
01:26:33 
01:26:33 
01:26:33 
01:26:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:34 --- javac err: ---
01:26:34 X.java:1: error: cannot select from a type variable
01:26:34 public class X<T> extends X2<T.clazz> { }
01:26:34                               ^
01:26:34 1 error
01:26:34 
01:26:34 
01:26:34 
01:26:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:35 --- javac err: ---
01:26:35 X.java:1: error: cannot select from a type variable
01:26:35 public class X<T> { Class<T> c = T.class; }
01:26:35                                   ^
01:26:35 1 error
01:26:35 
01:26:35 
01:26:35 
01:26:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:36 --- javac err: ---
01:26:36 X.java:1: error: <identifier> expected
01:26:36 public class X<T> extends X2<T.class> { }
01:26:36                                ^
01:26:36 X.java:1: error: <identifier> expected
01:26:36 public class X<T> extends X2<T.class> { }
01:26:36                                     ^
01:26:36 X.java:2: error: reached end of file while parsing
01:26:36 class X2<T> { }
01:26:36                ^
01:26:36 3 errors
01:26:36 
01:26:36 
01:26:36 
01:26:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:37 
01:26:37 
01:26:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:39 
01:26:39 
01:26:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:40 
01:26:40 
01:26:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:41 
01:26:41 
01:26:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:43 --- javac err: ---
01:26:43 Test.java:3: warning: [rawtypes] found raw type: List
01:26:43 	List<List> list_raw_list;
01:26:43 	     ^
01:26:43   missing type arguments for generic class List<E>
01:26:43   where E is a type-variable:
01:26:43     E extends Object declared in interface List
01:26:43 Test.java:5: error: incompatible types: List<List> cannot be converted to Collection<? extends Collection<? extends Number>>
01:26:43 		Collection<? extends Collection<? extends Number>> col = list_raw_list;
01:26:43 		                                                         ^
01:26:43 1 error
01:26:43 1 warning
01:26:43 
01:26:43 
01:26:43 
01:26:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:44 --- javac err: ---
01:26:44 X.java:6: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends X<?>>
01:26:44     X.a(t.getClass());
01:26:44                   ^
01:26:44   where CAP#1 is a fresh type-variable:
01:26:44     CAP#1 extends X from capture of ? extends X
01:26:44 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:26:44 1 error
01:26:44 
01:26:44 
01:26:44 
01:26:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:45 
01:26:45 
01:26:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:46 --- javac err: ---
01:26:46 X.java:40: warning: [deprecation] Long(long) in Long has been deprecated
01:26:46 		longs.add(new Long(1));
01:26:46 		          ^
01:26:46 1 warning
01:26:46 
01:26:46 
01:26:46 
01:26:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:48 
01:26:48 
01:26:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:49 --- javac err: ---
01:26:49 X.java:20: error: incompatible types: List<CAP#1> cannot be converted to List<Object>
01:26:49 		RESULT = lst;
01:26:49 		         ^
01:26:49   where CAP#1 is a fresh type-variable:
01:26:49     CAP#1 extends Object from capture of ? extends Object
01:26:49 1 error
01:26:49 
01:26:49 
01:26:49 
01:26:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:50 --- javac err: ---
01:26:50 X.java:6: error: incompatible types: List<CAP#1> cannot be converted to Collection<? extends CAP#2>
01:26:50 	x1.addAll(x2);
01:26:50 	          ^
01:26:50   where CAP#1,CAP#2 are fresh type-variables:
01:26:50     CAP#1 extends Object from capture of ?
01:26:50     CAP#2 extends Object from capture of ?
01:26:50 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:26:50 1 error
01:26:50 
01:26:50 
01:26:50 
01:26:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:51 --- javac err: ---
01:26:51 X.java:6: warning: [rawtypes] found raw type: Enum
01:26:51     Class<? extends Enum> enumType = null;
01:26:51                     ^
01:26:51   missing type arguments for generic class Enum<E>
01:26:51   where E is a type-variable:
01:26:51     E extends Enum<E> declared in class Enum
01:26:51 X.java:7: warning: [unchecked] unchecked method invocation: method allOf in class X is applied to given types
01:26:51     final Collection<E> test = allOf(enumType);
01:26:51                                     ^
01:26:51   required: Class<E>
01:26:51   found: Class<CAP#1>
01:26:51   where E is a type-variable:
01:26:51     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:26:51   where CAP#1 is a fresh type-variable:
01:26:51     CAP#1 extends Enum from capture of ? extends Enum
01:26:51 X.java:7: warning: [unchecked] unchecked conversion
01:26:51     final Collection<E> test = allOf(enumType);
01:26:51                                     ^
01:26:51   required: Collection<E>
01:26:51   found:    Collection
01:26:51   where E is a type-variable:
01:26:51     E extends Enum<E> declared in method <E>fails()
01:26:51 X.java:9: warning: [rawtypes] found raw type: Enum
01:26:51     Collection<? extends Enum> colType = null;
01:26:51                          ^
01:26:51   missing type arguments for generic class Enum<E>
01:26:51   where E is a type-variable:
01:26:51     E extends Enum<E> declared in class Enum
01:26:51 X.java:10: error: incompatible types: Collection<CAP#1> cannot be converted to Collection<E>
01:26:51     final Collection<E> test2 = colType;
01:26:51                                 ^
01:26:51   where E is a type-variable:
01:26:51     E extends Enum<E> declared in method <E>fails()
01:26:51   where CAP#1 is a fresh type-variable:
01:26:51     CAP#1 extends Enum from capture of ? extends Enum
01:26:51 1 error
01:26:51 4 warnings
01:26:51 
01:26:51 
01:26:51 
01:26:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:52 --- javac err: ---
01:26:52 X.java:6: error: cannot find symbol
01:26:52 		 {  Zork z; }
01:26:52 		    ^
01:26:52   symbol:   class Zork
01:26:52   location: class X<T>
01:26:52   where T is a type-variable:
01:26:52     T extends Object declared in class X
01:26:52 1 error
01:26:52 
01:26:52 
01:26:52 
01:26:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:53 --- javac err: ---
01:26:53 X.java:4: error: not a statement
01:26:53                 X<T>.I= 10;
01:26:53                     ^
01:26:53 X.java:4: error: ';' expected
01:26:53                 X<T>.I= 10;
01:26:53                       ^
01:26:53 2 errors
01:26:53 
01:26:53 
01:26:53 
01:26:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:54 --- javac err: ---
01:26:54 b/DefaultFoo.java:34: error: incompatible types: Inner<CustomFoo> cannot be converted to String
01:26:54 		String s11 = foo1.getCustomInner();
01:26:54 		                                ^
01:26:54 b/DefaultFoo.java:35: error: incompatible types: Inner<DefaultFoo> cannot be converted to String
01:26:54 		String s12 = foo2.getDefaultInner();
01:26:54 		                                 ^
01:26:54 b/DefaultFoo.java:36: error: incompatible types: Inner<CustomFoo> cannot be converted to String
01:26:54 		String s21 = foo2.getCustomInner();
01:26:54 		                                ^
01:26:54 b/DefaultFoo.java:37: error: incompatible types: Inner<DefaultFoo> cannot be converted to String
01:26:54 		String s22 = foo2.getDefaultInner();
01:26:54 		                                 ^
01:26:54 4 errors
01:26:54 
01:26:54 
01:26:54 
01:26:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:56 --- javac err: ---
01:26:56 X.java:10: error: incompatible types: Inner<W> cannot be converted to String
01:26:56 		String s = inner;
01:26:56 		           ^
01:26:56   where W is a type-variable:
01:26:56     W extends Object declared in class Y
01:26:56 1 error
01:26:56 
01:26:56 
01:26:56 
01:26:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:57 --- javac err: ---
01:26:57 X.java:10: error: incompatible types: Inner<W>.InInner<W> cannot be converted to String
01:26:57 		String s = inner;
01:26:57 		           ^
01:26:57   where W is a type-variable:
01:26:57     W extends Object declared in class Y
01:26:57 1 error
01:26:57 
01:26:57 
01:26:57 
01:26:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:58 --- javac err: ---
01:26:58 X.java:10: error: incompatible types: X<W>.Inner<W> cannot be converted to String
01:26:58 		String s = inner;
01:26:58 		           ^
01:26:58   where W is a type-variable:
01:26:58     W extends Object declared in class Y
01:26:58 X.java:13: error: incompatible types: X<W>.Inner<W>.InInner<W> cannot be converted to String
01:26:58 		s = inner2;
01:26:58 		    ^
01:26:58   where W is a type-variable:
01:26:58     W extends Object declared in class Y
01:26:58 2 errors
01:26:58 
01:26:58 
01:26:58 
01:26:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:26:59 --- javac err: ---
01:26:59 ExtendedOuter.java:4: warning: [rawtypes] found raw type: Outer.Inner
01:26:59   static void method(Outer.Inner x) {}
01:26:59                           ^
01:26:59   missing type arguments for generic class Outer<O>.Inner
01:26:59   where O is a type-variable:
01:26:59     O extends Object declared in class Outer
01:26:59 ExtendedOuter.java:14: error: cannot find symbol
01:26:59     Zork zk;
01:26:59     ^
01:26:59   symbol:   class Zork
01:26:59   location: class ExtendedOuter<E>
01:26:59   where E is a type-variable:
01:26:59     E extends Object declared in class ExtendedOuter
01:26:59 1 error
01:26:59 1 warning
01:26:59 
01:26:59 
01:26:59 
01:26:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:00 --- javac err: ---
01:27:00 ExtendedOuter.java:14: error: cannot find symbol
01:27:00     Zork zk;
01:27:00     ^
01:27:00   symbol:   class Zork
01:27:00   location: class ExtendedOuter<E>
01:27:00   where E is a type-variable:
01:27:00     E extends Object declared in class ExtendedOuter
01:27:00 1 error
01:27:00 
01:27:00 
01:27:00 
01:27:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:01 --- javac err: ---
01:27:01 ExtendedOuter.java:14: error: cannot find symbol
01:27:01     Zork zk;
01:27:01     ^
01:27:01   symbol:   class Zork
01:27:01   location: class ExtendedOuter<E>
01:27:01   where E is a type-variable:
01:27:01     E extends Object declared in class ExtendedOuter
01:27:01 1 error
01:27:01 
01:27:01 
01:27:01 
01:27:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:02 --- javac err: ---
01:27:02 ExtendedOuter.java:14: error: cannot find symbol
01:27:02     Zork zk;
01:27:02     ^
01:27:02   symbol:   class Zork
01:27:02   location: class ExtendedOuter<E>
01:27:02   where E is a type-variable:
01:27:02     E extends A declared in class ExtendedOuter
01:27:02 1 error
01:27:02 
01:27:02 
01:27:02 
01:27:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:03 --- javac err: ---
01:27:03 X.java:5: error: incompatible types: List<U> cannot be converted to List<Object>
01:27:03             RESULT = lst; // 1
01:27:03                      ^
01:27:03   where U is a type-variable:
01:27:03     U extends Object declared in method <U>bar3(List<U>)
01:27:03 1 error
01:27:03 
01:27:03 
01:27:03 
01:27:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:05 
01:27:05 
01:27:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:06 
01:27:06 
01:27:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:07 
01:27:07 
01:27:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:08 --- javac err: ---
01:27:08 X.java:9: error: incompatible types: Set<Number> cannot be converted to Set<Integer>
01:27:08 		Set<Integer> s2 = (Set<Integer>) method(l);
01:27:08 		                                       ^
01:27:08 1 error
01:27:08 
01:27:08 
01:27:08 
01:27:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:10 --- javac err: ---
01:27:10 X.java:7: error: method transferBug in class X cannot be applied to given types;
01:27:10         transferBug(objArray, strList);
01:27:10         ^
01:27:10   required: Var[],Collection<Var>
01:27:10   found: Object[],ArrayList<String>
01:27:10   reason: inference variable Var has incompatible bounds
01:27:10     equality constraints: String
01:27:10     lower bounds: Object
01:27:10   where Var is a type-variable:
01:27:10     Var extends Object declared in method <Var>transferBug(Var[],Collection<Var>)
01:27:10 1 error
01:27:10 
01:27:10 
01:27:10 
01:27:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:11 
01:27:11 
01:27:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:12 
01:27:12 
01:27:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:14 
01:27:14 
01:27:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:15 --- javac err: ---
01:27:15 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:27:15 	public <T> Iterable<T> m(T... ts) {
01:27:15 	                              ^
01:27:15   where T is a type-variable:
01:27:15     T extends Object declared in method <T>m(T...)
01:27:15 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable<T>
01:27:15 	public <T> void m3(Iterable<T>... ts) {
01:27:15 	                                  ^
01:27:15   where T is a type-variable:
01:27:15     T extends Object declared in method <T>m3(Iterable<T>...)
01:27:15 X.java:10: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Integer>[]
01:27:15 		m3(m(3, 3, 3));
01:27:15 		  ^
01:27:15 X.java:11: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Object>[]
01:27:15 		m3(m());
01:27:15 		  ^
01:27:15 X.java:12: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Object>[]
01:27:15 		m3(m(new Object[]{}));
01:27:15 		  ^
01:27:15 X.java:13: error: cannot find symbol
01:27:15 		Zork z;
01:27:15 		^
01:27:15   symbol:   class Zork
01:27:15   location: class X
01:27:15 1 error
01:27:15 5 warnings
01:27:15 
01:27:15 
01:27:15 
01:27:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:16 --- javac err: ---
01:27:16 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T[]
01:27:16 	public <T> Iterable<T> m(T[]... ts) {
01:27:16 	                                ^
01:27:16   where T is a type-variable:
01:27:16     T extends Object declared in method <T>m(T[]...)
01:27:16 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable<T>
01:27:16 	public <T> void m3(Iterable<T>... ts) {
01:27:16 	                                  ^
01:27:16   where T is a type-variable:
01:27:16     T extends Object declared in method <T>m3(Iterable<T>...)
01:27:16 X.java:10: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Integer>[]
01:27:16 		m3(m(new Integer[]{3, 3, 3}));
01:27:16 		  ^
01:27:16 X.java:11: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Object>[]
01:27:16 		m3(m());
01:27:16 		  ^
01:27:16 X.java:12: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Object>[]
01:27:16 		m3(m(new Object[][]{}));
01:27:16 		  ^
01:27:16 X.java:13: error: cannot find symbol
01:27:16 		Zork z;
01:27:16 		^
01:27:16   symbol:   class Zork
01:27:16   location: class X
01:27:16 1 error
01:27:16 5 warnings
01:27:16 
01:27:16 
01:27:16 
01:27:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:17 --- javac err: ---
01:27:17 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T[]
01:27:17 	public <T> Iterable<T> m(T[]... ts) {
01:27:17 	                                ^
01:27:17   where T is a type-variable:
01:27:17     T extends Object declared in method <T>m(T[]...)
01:27:17 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable<T>
01:27:17 	public <T> void m3(Iterable<T>... ts) {
01:27:17 	                                  ^
01:27:17   where T is a type-variable:
01:27:17     T extends Object declared in method <T>m3(Iterable<T>...)
01:27:17 X.java:14: error: cannot find symbol
01:27:17 		Zork z;
01:27:17 		^
01:27:17   symbol:   class Zork
01:27:17   location: class X
01:27:17 1 error
01:27:17 2 warnings
01:27:17 
01:27:17 
01:27:17 
01:27:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:19 --- javac err: ---
01:27:19 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:27:19 	public <T> Iterable<T> m(T... ts) {
01:27:19 	                              ^
01:27:19   where T is a type-variable:
01:27:19     T extends Object declared in method <T>m(T...)
01:27:19 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterable<T>
01:27:19 	public <T> void m3(Iterable<T>... ts) {
01:27:19 	                                  ^
01:27:19   where T is a type-variable:
01:27:19     T extends Object declared in method <T>m3(Iterable<T>...)
01:27:19 X.java:8: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:27:19 		m3(m(null));
01:27:19 		     ^
01:27:19   cast to Object for a varargs call
01:27:19   cast to Object[] for a non-varargs call and to suppress this warning
01:27:19 X.java:8: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterable<Object>[]
01:27:19 		m3(m(null));
01:27:19 		  ^
01:27:19 X.java:9: error: cannot find symbol
01:27:19 		Zork z;
01:27:19 		^
01:27:19   symbol:   class Zork
01:27:19   location: class X
01:27:19 1 error
01:27:19 4 warnings
01:27:19 
01:27:19 
01:27:19 
01:27:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:19 
01:27:19 
01:27:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:20 --- javac err: ---
01:27:20 X.java:13: error: generic array creation
01:27:20 		Member<?,?>[] members = new Member<?,?>[]{};//2
01:27:20 		                        ^
01:27:20 X.java:26: error: generic array creation
01:27:20 		Local<?,?>[] locals = new Local<?,?>[]{};//4
01:27:20 		                      ^
01:27:20 X.java:38: error: generic array creation
01:27:20 		Member<?,?>[] members = new Member<?,?>[5];//6
01:27:20 		                        ^
01:27:20 X.java:51: error: generic array creation
01:27:20 		Local<?,?>[] locals = new Local<?,?>[5];//8
01:27:20 		                      ^
01:27:20 4 errors
01:27:20 
01:27:20 
01:27:20 
01:27:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:21 --- javac err: ---
01:27:21 X.java:4: error: illegal generic type for instanceof
01:27:21         if (o instanceof List<E>[]) { //incorrect: bug 104695
01:27:21                                 ^
01:27:21 X.java:5: warning: [unchecked] unchecked cast
01:27:21             List<E>[] es= (List<E>[]) o; //unchecked
01:27:21                                       ^
01:27:21   required: List<E>[]
01:27:21   found:    Object
01:27:21   where E is a type-variable:
01:27:21     E extends Object declared in class X
01:27:21 1 error
01:27:21 1 warning
01:27:21 
01:27:21 
01:27:21 
01:27:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:22 
01:27:22 
01:27:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:23 --- javac err: ---
01:27:23 error: Class names, 'UsingGenericsClass', are only accepted if annotation processing is explicitly requested
01:27:23 1 error
01:27:23 
01:27:23 
01:27:23 
01:27:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:25 --- javac err: ---
01:27:25 X.java:27: error: cannot find symbol
01:27:25 				Zork z;
01:27:25 				^
01:27:25   symbol: class Zork
01:27:25 1 error
01:27:25 
01:27:25 
01:27:25 
01:27:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:26 --- javac err: ---
01:27:26 X.java:9: error: incompatible types: Reference<CAP#1> cannot be converted to Soft
01:27:26         Soft soft= (Soft) remove;
01:27:26                           ^
01:27:26   where CAP#1 is a fresh type-variable:
01:27:26     CAP#1 extends Number from capture of ? extends Number
01:27:26 1 error
01:27:26 
01:27:26 
01:27:26 
01:27:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:27 --- javac err: ---
01:27:27 X.java:10: error: cannot find symbol
01:27:27     Zork z;
01:27:27     ^
01:27:27   symbol:   class Zork
01:27:27   location: class X<A>
01:27:27   where A is a type-variable:
01:27:27     A extends Object declared in class X
01:27:27 X.java:7: warning: [rawtypes] found raw type: X
01:27:27                 X x = newInstance();
01:27:27                 ^
01:27:27   missing type arguments for generic class X<A>
01:27:27   where A is a type-variable:
01:27:27     A extends Object declared in class X
01:27:27 X.java:8: warning: [rawtypes] found raw type: X
01:27:27                 return new X[] { x };
01:27:27                            ^
01:27:27   missing type arguments for generic class X<A>
01:27:27   where A is a type-variable:
01:27:27     A extends Object declared in class X
01:27:27 X.java:8: warning: [unchecked] unchecked conversion
01:27:27                 return new X[] { x };
01:27:27                        ^
01:27:27   required: X<String>[]
01:27:27   found:    X[]
01:27:27 1 error
01:27:27 3 warnings
01:27:27 
01:27:27 
01:27:27 
01:27:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:28 --- javac err: ---
01:27:28 X.java:9: error: cannot find symbol
01:27:28     Zork z;
01:27:28     ^
01:27:28   symbol:   class Zork
01:27:28   location: class X<A>
01:27:28   where A is a type-variable:
01:27:28     A extends Object declared in class X
01:27:28 X.java:6: warning: [rawtypes] found raw type: X
01:27:28         X x = new X();
01:27:28         ^
01:27:28   missing type arguments for generic class X<A>
01:27:28   where A is a type-variable:
01:27:28     A extends Object declared in class X
01:27:28 X.java:6: warning: [rawtypes] found raw type: X
01:27:28         X x = new X();
01:27:28                   ^
01:27:28   missing type arguments for generic class X<A>
01:27:28   where A is a type-variable:
01:27:28     A extends Object declared in class X
01:27:28 X.java:7: warning: [rawtypes] found raw type: Comparable
01:27:28         Comparable c = newInstance2(x);
01:27:28         ^
01:27:28   missing type arguments for generic class Comparable<T>
01:27:28   where T is a type-variable:
01:27:28     T extends Object declared in interface Comparable
01:27:28 X.java:7: warning: [unchecked] unchecked method invocation: method newInstance2 in class X is applied to given types
01:27:28         Comparable c = newInstance2(x);
01:27:28                                    ^
01:27:28   required: X<B>
01:27:28   found: X
01:27:28   where B is a type-variable:
01:27:28     B extends Comparable<B> declared in method <B>newInstance2(X<B>)
01:27:28 X.java:7: warning: [unchecked] unchecked conversion
01:27:28         Comparable c = newInstance2(x);
01:27:28                                     ^
01:27:28   required: X<B>
01:27:28   found:    X
01:27:28   where B is a type-variable:
01:27:28     B extends Comparable<B> declared in method <B>newInstance2(X<B>)
01:27:28 1 error
01:27:28 5 warnings
01:27:28 
01:27:28 
01:27:28 
01:27:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:29 --- javac err: ---
01:27:29 X.java:3: error: a generic class may not extend java.lang.Throwable
01:27:29         throw new Exception("Bug134645") {
01:27:29                   ^
01:27:29 1 error
01:27:29 
01:27:29 
01:27:29 
01:27:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:30 
01:27:30 
01:27:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:31 
01:27:31 
01:27:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:33 --- javac err: ---
01:27:33 X.java:2: error: incompatible types: Class<X> cannot be converted to Class<X<?>>
01:27:33   protected static final Class<X<?>> theClass = (Class<X<?>>) X.class;
01:27:33                                                                ^
01:27:33 X.java:4: error: incompatible types: Class<X> cannot be converted to Class<X<?>>
01:27:33 	  Class<X<?>> cx1 = cx;
01:27:33 	                    ^
01:27:33 X.java:5: error: incompatible types: Class<X> cannot be converted to Class<X<?>>
01:27:33 	  Class<X<?>> cx2 = (Class<X<?>>) cx;
01:27:33 	                                  ^
01:27:33 3 errors
01:27:33 
01:27:33 
01:27:33 
01:27:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:34 --- javac err: ---
01:27:34 Child.java:5: warning: [rawtypes] found raw type: Base
01:27:34 class Base<T extends Base> {}
01:27:34                      ^
01:27:34   missing type arguments for generic class Base<T>
01:27:34   where T is a type-variable:
01:27:34     T extends Base declared in class Base
01:27:34 1 warning
01:27:34 
01:27:34 
01:27:34 
01:27:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:35 
01:27:35 
01:27:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:36 --- javac err: ---
01:27:36 X.java:2: error: Collection cannot be inherited with different arguments: <> and <T0>
01:27:36 public class X<T0> extends ArrayList<T0> implements I<T0> {
01:27:36        ^
01:27:36 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
01:27:36 public class X<T0> extends ArrayList<T0> implements I<T0> {
01:27:36        ^
01:27:36 X.java:4: warning: [rawtypes] found raw type: Collection
01:27:36 interface I<T1> extends Collection {
01:27:36                         ^
01:27:36   missing type arguments for generic class Collection<E>
01:27:36   where E is a type-variable:
01:27:36     E extends Object declared in interface Collection
01:27:36 1 error
01:27:36 2 warnings
01:27:36 
01:27:36 
01:27:36 
01:27:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:37 
01:27:37 
01:27:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:38 --- javac err: ---
01:27:38 X.java:16: error: cannot select a static class from a parameterized type
01:27:38     I1<E>.I2<E> i1i2 = null;
01:27:38          ^
01:27:38 1 error
01:27:38 
01:27:38 
01:27:38 
01:27:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:39 --- javac err: ---
01:27:39 X.java:2: warning: [rawtypes] found raw type: X
01:27:39         interface I1<T> extends X {
01:27:39                                 ^
01:27:39   missing type arguments for generic class X<T>
01:27:39   where T is a type-variable:
01:27:39     T extends Object declared in interface X
01:27:39 X.java:3: warning: [rawtypes] found raw type: I1
01:27:39                 interface I2<T> extends I1 {
01:27:39                                         ^
01:27:39   missing type arguments for generic class I1<T>
01:27:39   where T is a type-variable:
01:27:39     T extends Object declared in interface I1
01:27:39 X.java:6: warning: [rawtypes] found raw type: I1
01:27:39                 interface I3<T> extends I1 {
01:27:39                                         ^
01:27:39   missing type arguments for generic class I1<T>
01:27:39   where T is a type-variable:
01:27:39     T extends Object declared in interface I1
01:27:39 X.java:9: warning: [rawtypes] found raw type: I2
01:27:39                 interface I4<T> extends I1.I2, I1.I3 {    
01:27:39                                           ^
01:27:39   missing type arguments for generic class I2<T>
01:27:39   where T is a type-variable:
01:27:39     T extends Object declared in interface I2
01:27:39 X.java:9: warning: [rawtypes] found raw type: I3
01:27:39                 interface I4<T> extends I1.I2, I1.I3 {    
01:27:39                                                  ^
01:27:39   missing type arguments for generic class I3<T>
01:27:39   where T is a type-variable:
01:27:39     T extends Object declared in interface I3
01:27:39 X.java:14: warning: [rawtypes] found raw type: I1
01:27:39     I1 i1 = null;
01:27:39     ^
01:27:39   missing type arguments for generic class I1<T>
01:27:39   where T is a type-variable:
01:27:39     T extends Object declared in interface I1
01:27:39 X.java:15: warning: [rawtypes] found raw type: I2
01:27:39     I1.I2 i2 = null;
01:27:39       ^
01:27:39   missing type arguments for generic class I2<T>
01:27:39   where T is a type-variable:
01:27:39     T extends Object declared in interface I2
01:27:39 X.java:16: error: cannot select a static class from a parameterized type
01:27:39     I1<E>.I2 i1i2 = null;
01:27:39          ^
01:27:39 X.java:16: warning: [rawtypes] found raw type: I2
01:27:39     I1<E>.I2 i1i2 = null;
01:27:39          ^
01:27:39   missing type arguments for generic class I2<T>
01:27:39   where T is a type-variable:
01:27:39     T extends Object declared in interface I2
01:27:39 1 error
01:27:39 8 warnings
01:27:39 
01:27:39 
01:27:39 
01:27:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:42 --- javac err: ---
01:27:42 Outer.java:5: warning: [rawtypes] found raw type: Outer.Inner
01:27:42   public static void method(Outer.Inner x) {
01:27:42                                  ^
01:27:42   missing type arguments for generic class Outer<O>.Inner
01:27:42   where O is a type-variable:
01:27:42     O extends Object declared in class Outer
01:27:42 Outer.java:9: warning: [rawtypes] found raw type: Outer.Inner
01:27:42     Outer.Inner x = null;
01:27:42          ^
01:27:42   missing type arguments for generic class Outer<O>.Inner
01:27:42   where O is a type-variable:
01:27:42     O extends Object declared in class Outer
01:27:42 2 warnings
01:27:42 
01:27:43 
01:27:43 
01:27:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:44 --- javac err: ---
01:27:44 Outer.java:5: warning: [rawtypes] found raw type: Outer.Inner
01:27:44   public static void method(Outer.Inner x) {
01:27:44                                  ^
01:27:44   missing type arguments for generic class Outer<O>.Inner
01:27:44   where O is a type-variable:
01:27:44     O extends Object declared in class Outer
01:27:44 Outer.java:9: warning: [rawtypes] found raw type: Outer.Inner
01:27:44     Outer.Inner x = null;
01:27:44          ^
01:27:44   missing type arguments for generic class Outer<O>.Inner
01:27:44   where O is a type-variable:
01:27:44     O extends Object declared in class Outer
01:27:44 2 warnings
01:27:44 
01:27:44 
01:27:44 
01:27:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:45 --- javac err: ---
01:27:45 Outer.java:5: warning: [rawtypes] found raw type: Outer.Inner
01:27:45   public static void method(Outer.Inner x) {
01:27:45                                  ^
01:27:45   missing type arguments for generic class Outer<O>.Inner
01:27:45   where O is a type-variable:
01:27:45     O extends Object declared in class Outer
01:27:45 Outer.java:9: warning: [rawtypes] found raw type: Outer.Inner
01:27:45     Outer.Inner x = null;
01:27:45          ^
01:27:45   missing type arguments for generic class Outer<O>.Inner
01:27:45   where O is a type-variable:
01:27:45     O extends Object declared in class Outer
01:27:45 2 warnings
01:27:45 
01:27:47 --- javac err: ---
01:27:47 ExtendedOuter.java:4: warning: [rawtypes] found raw type: Outer.Inner
01:27:47 		Outer.Inner in;
01:27:47 		     ^
01:27:47   missing type arguments for generic class Outer<O>.Inner
01:27:47   where O is a type-variable:
01:27:47     O extends Object declared in class Outer
01:27:47 1 warning
01:27:47 
01:27:47 
01:27:47 
01:27:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:48 --- javac err: ---
01:27:48 X.java:3: error: cannot find symbol
01:27:48 public class X extends ArrayList<Bean> {
01:27:48                                  ^
01:27:48   symbol: class Bean
01:27:48 X.java:3: warning: [serial] serializable class X has no definition of serialVersionUID
01:27:48 public class X extends ArrayList<Bean> {
01:27:48        ^
01:27:48 1 error
01:27:48 1 warning
01:27:48 
01:27:48 
01:27:48 
01:27:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:51 
01:27:51 
01:27:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:54 
01:27:54 
01:27:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:56 
01:27:56 
01:27:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:27:59 
01:27:59 
01:27:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:00 
01:28:00 
01:28:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:01 --- javac err: ---
01:28:01 Worker.java:2: warning: [rawtypes] found raw type: Outer.Inner
01:28:01   public static void method(Outer.Inner i) {}
01:28:01                                  ^
01:28:01   missing type arguments for generic class Outer<O>.Inner
01:28:01   where O is a type-variable:
01:28:01     O extends Object declared in class Outer
01:28:01 1 warning
01:28:01 
01:28:02 
01:28:02 
01:28:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:04 --- javac err: ---
01:28:04 Worker.java:2: warning: [rawtypes] found raw type: Outer.Inner.Inner2
01:28:04   public static void method(Outer.Inner.Inner2 i) {}
01:28:04                                        ^
01:28:04   missing type arguments for generic class Outer<O>.Inner.Inner2
01:28:04   where O is a type-variable:
01:28:04     O extends Object declared in class Outer
01:28:04 1 warning
01:28:04 
01:28:05 
01:28:05 
01:28:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:06 --- javac err: ---
01:28:06 X.java:7: error: incompatible types: List<CAP#1> cannot be converted to Collection<? extends CAP#2>
01:28:06 	l1.addAll(l2);
01:28:06 	          ^
01:28:06   where CAP#1,CAP#2 are fresh type-variables:
01:28:06     CAP#1 extends Object from capture of ?
01:28:06     CAP#2 extends Object from capture of ?
01:28:06 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:28:06 1 error
01:28:06 
01:28:06 
01:28:06 
01:28:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:09 
01:28:09 
01:28:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:10 --- javac err: ---
01:28:10 X.java:4: error: incompatible types: inference variable T has incompatible bounds
01:28:10         List<Class<Object>>  lco = Arrays.asList(String.class, Integer.class, Long.class);
01:28:10                                                 ^
01:28:10     equality constraints: Class<Object>
01:28:10     lower bounds: Class<Long>,Class<Integer>,Class<String>
01:28:10   where T is a type-variable:
01:28:10     T extends Object declared in method <T>asList(T...)
01:28:10 1 error
01:28:10 
01:28:10 
01:28:10 
01:28:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:11 --- javac err: ---
01:28:11 T.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
01:28:11 		i.setObj(new Integer(100));
01:28:11 		         ^
01:28:11 1 warning
01:28:11 
01:28:12 
01:28:12 
01:28:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:13 --- javac err: ---
01:28:13 X.java:11: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart
01:28:13 	public ISheetViewer getViewer() { return null; }	
01:28:13 	                    ^
01:28:13   return type ISheetViewer is not compatible with EditPartViewer
01:28:13 X.java:7: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart
01:28:13 abstract class GLinkElementView<M,CM> extends AbstractLinkView<M> {}
01:28:13          ^
01:28:13   return type ISheetViewer is not compatible with EditPartViewer
01:28:13 2 errors
01:28:13 
01:28:13 
01:28:13 
01:28:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:14 --- javac err: ---
01:28:14 X.java:11: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart
01:28:14 	public SheetViewer getViewer() { return null; }	
01:28:14 	                   ^
01:28:14   return type SheetViewer is not compatible with EditPartViewer
01:28:14 X.java:7: error: getViewer() in AbstractLinkView cannot implement getViewer() in EditPart
01:28:14 abstract class GLinkElementView<M,CM> extends AbstractLinkView<M> {}
01:28:14          ^
01:28:14   return type SheetViewer is not compatible with EditPartViewer
01:28:14 2 errors
01:28:14 
01:28:14 
01:28:14 
01:28:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:15 --- javac err: ---
01:28:15 Child.java:2: warning: [rawtypes] found raw type: IParent
01:28:15 abstract class Parent<T> extends Grandparent<T> implements IParent {}
01:28:15                                                            ^
01:28:15   missing type arguments for generic class IParent<T>
01:28:15   where T is a type-variable:
01:28:15     T extends Object declared in interface IParent
01:28:15 Child.java:2: error: IGrandparent cannot be inherited with different arguments: <> and <T>
01:28:15 abstract class Parent<T> extends Grandparent<T> implements IParent {}
01:28:15          ^
01:28:15 Child.java:1: error: IGrandparent cannot be inherited with different arguments: <> and <java.lang.Object>
01:28:15 public class Child extends Parent<Object> {}
01:28:15        ^
01:28:15 2 errors
01:28:15 1 warning
01:28:15 
01:28:15 
01:28:15 
01:28:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:16 --- javac err: ---
01:28:16 Child.java:2: error: unexpected type
01:28:16 abstract class Parent<T> extends Grandparent<T> implements IParent<?> {}
01:28:16                                                            ^
01:28:16   required: class or interface without bounds
01:28:16   found:    ?
01:28:16 Child.java:1: error: IGrandparent cannot be inherited with different arguments: <?> and <java.lang.Object>
01:28:16 public class Child extends Parent<Object> {}
01:28:16        ^
01:28:16 2 errors
01:28:16 
01:28:16 
01:28:16 
01:28:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:17 --- javac err: ---
01:28:17 X.java:2: error: IX cannot be inherited with different arguments: <T> and <java.lang.Thread>
01:28:17 class SX<T> extends TX<Thread> implements IX<T> {}
01:28:17 ^
01:28:17 X.java:1: error: IX cannot be inherited with different arguments: <java.lang.Object> and <java.lang.String>
01:28:17 public class X extends SX<String> implements IX<Object> {}
01:28:17        ^
01:28:17 2 errors
01:28:17 
01:28:17 
01:28:17 
01:28:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:18 --- javac err: ---
01:28:18 X.java:2: warning: [rawtypes] found raw type: Collection
01:28:18 public abstract class X<T0> implements Collection, I<T0> {
01:28:18                                        ^
01:28:18   missing type arguments for generic class Collection<E>
01:28:18   where E is a type-variable:
01:28:18     E extends Object declared in interface Collection
01:28:18 X.java:2: error: Collection cannot be inherited with different arguments: <> and <java.lang.String>
01:28:18 public abstract class X<T0> implements Collection, I<T0> {
01:28:18                 ^
01:28:18 X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type Collection
01:28:18 		this.add(new Object());
01:28:18 		        ^
01:28:18   where E is a type-variable:
01:28:18     E extends Object declared in interface Collection
01:28:18 X.java:6: warning: [unchecked] unchecked call to add(E) as a member of the raw type Collection
01:28:18 		this.add(null);
01:28:18 		        ^
01:28:18   where E is a type-variable:
01:28:18     E extends Object declared in interface Collection
01:28:18 1 error
01:28:18 3 warnings
01:28:18 
01:28:18 
01:28:18 
01:28:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:20 --- javac err: ---
01:28:20 X.java:19: warning: [unchecked] unchecked cast
01:28:20       return (T) new X();
01:28:20                  ^
01:28:20   required: T
01:28:20   found:    X
01:28:20   where T is a type-variable:
01:28:20     T extends X declared in class ATest
01:28:20 1 warning
01:28:20 
01:28:20 
01:28:20 
01:28:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:21 --- javac err: ---
01:28:21 X.java:8: error: unexpected type
01:28:21 	  (b ? x1 : x2).new Inner();
01:28:21 	                    ^
01:28:21   required: class,package
01:28:21   found:    value
01:28:21 1 error
01:28:21 
01:28:21 ----------------------------------------
01:28:21 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test0994 - 10
01:28:21 X.java [
01:28:21 public class X {
01:28:21   public class Inner {
01:28:21     Inner() {
01:28:21       System.out.println("SUCCESS");
01:28:21     }
01:28:21   }
01:28:21   void foo(boolean b, X1 x1, X2 x2) {
01:28:21 	  (b ? x1 : x2).new Inner();
01:28:21   }
01:28:21   public static void main(String[] args) {
01:28:21     new X().foo(true, new X1(), new X2());
01:28:21   }
01:28:21 }
01:28:21 
01:28:21 class X1 extends X implements Comparable<X1> {
01:28:21   public int compareTo(X1 other) {
01:28:21     return 0;
01:28:21   }
01:28:21 }
01:28:21 class X2 extends X implements Comparable<X2> {
01:28:21   public int compareTo(X2 other) {
01:28:21     return 0;
01:28:21   }
01:28:21 }
01:28:21 
01:28:21 ]
01:28:21 
01:28:21 
01:28:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:22 --- javac err: ---
01:28:22 X.java:20: error: incompatible types: inference variable U has incompatible equality constraints X<?>,List
01:28:22     final List<X<?>> l2 = castList(l1, List.class);
01:28:22                                   ^
01:28:22   where U is a type-variable:
01:28:22     U extends Object declared in method <U>castList(List<? extends Object>,Class<U>)
01:28:22 X.java:22: warning: [rawtypes] found raw type: X
01:28:22     List<X> l3 = l2;
01:28:22          ^
01:28:22   missing type arguments for generic class X<T>
01:28:22   where T is a type-variable:
01:28:22     T extends Object declared in class X
01:28:22 X.java:22: error: incompatible types: List<X<?>> cannot be converted to List<X>
01:28:22     List<X> l3 = l2;
01:28:22                  ^
01:28:22 X.java:24: error: incompatible types: List<X<String>> cannot be converted to List<X>
01:28:22     l3 = l4;
01:28:22          ^
01:28:22 3 errors
01:28:22 1 warning
01:28:22 
01:28:22 
01:28:22 
01:28:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:23 --- javac err: ---
01:28:23 X.java:20: warning: [unchecked] unchecked cast
01:28:23       return (T) new X();
01:28:23                  ^
01:28:23   required: T
01:28:23   found:    X
01:28:23   where T is a type-variable:
01:28:23     T extends Outer declared in class ATest
01:28:23 1 warning
01:28:23 
01:28:23 
01:28:23 
01:28:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:25 
01:28:25 
01:28:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:26 --- javac err: ---
01:28:26 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterator<E>
01:28:26 	public static final <T,E extends T> Iterator<T> chain(Iterator<E>... it) {
01:28:26 	                                                                     ^
01:28:26   where E,T are type-variables:
01:28:26     E extends T declared in method <T,E>chain(Iterator<E>...)
01:28:26     T extends Object declared in method <T,E>chain(Iterator<E>...)
01:28:26 X.java:9: warning: [rawtypes] found raw type: Iterator
01:28:26 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
01:28:26 		                                   ^
01:28:26   missing type arguments for generic class Iterator<E>
01:28:26   where E is a type-variable:
01:28:26     E extends Object declared in interface Iterator
01:28:26 X.java:9: warning: [unchecked] unchecked method invocation: method chain in class X is applied to given types
01:28:26 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
01:28:26 		                              ^
01:28:26   required: Iterator<E>[]
01:28:26   found: Iterator[]
01:28:26   where E,T are type-variables:
01:28:26     E extends T declared in method <T,E>chain(Iterator<E>...)
01:28:26     T extends Object declared in method <T,E>chain(Iterator<E>...)
01:28:26 X.java:9: warning: [unchecked] unchecked conversion
01:28:26 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
01:28:26 		                               ^
01:28:26   required: Iterator<E>[]
01:28:26   found:    Iterator[]
01:28:26   where E,T are type-variables:
01:28:26     E extends T declared in method <T,E>chain(Iterator<E>...)
01:28:26     T extends Object declared in method <T,E>chain(Iterator<E>...)
01:28:26 X.java:9: warning: [unchecked] unchecked conversion
01:28:26 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
01:28:26 		                              ^
01:28:26   required: Iterator<Number>
01:28:26   found:    Iterator
01:28:26 X.java:14: error: method chain in class X cannot be applied to given types;
01:28:26 		Iterator<Number> it2 = X.chain(l1.iterator(), l2.iterator());
01:28:26 		                        ^
01:28:26   required: Iterator<E>[]
01:28:26   found: Iterator<Integer>,Iterator<Float>
01:28:26   reason: inference variable E has incompatible equality constraints Float,Integer
01:28:26   where E,T are type-variables:
01:28:26     E extends T declared in method <T,E>chain(Iterator<E>...)
01:28:26     T extends Object declared in method <T,E>chain(Iterator<E>...)
01:28:26 X.java:18: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterator<Integer>[]
01:28:26 		Iterator<Number> it2 = X.chain(l1.iterator(), l1.iterator());
01:28:26 		                              ^
01:28:26 1 error
01:28:26 6 warnings
01:28:26 
01:28:26 
01:28:26 
01:28:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:27 --- javac err: ---
01:28:27 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type Iterator<? extends T>
01:28:27 	public static final <T> Iterator<T> chain(Iterator<? extends T>... it) {
01:28:27 	                                                                   ^
01:28:27   where T is a type-variable:
01:28:27     T extends Object declared in method <T>chain(Iterator<? extends T>...)
01:28:27 X.java:9: warning: [rawtypes] found raw type: Iterator
01:28:27 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
01:28:27 		                                   ^
01:28:27   missing type arguments for generic class Iterator<E>
01:28:27   where E is a type-variable:
01:28:27     E extends Object declared in interface Iterator
01:28:27 X.java:9: warning: [unchecked] unchecked method invocation: method chain in class X is applied to given types
01:28:27 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
01:28:27 		                              ^
01:28:27   required: Iterator<? extends T>[]
01:28:27   found: Iterator[]
01:28:27   where T is a type-variable:
01:28:27     T extends Object declared in method <T>chain(Iterator<? extends T>...)
01:28:27 X.java:9: warning: [unchecked] unchecked conversion
01:28:27 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
01:28:27 		                               ^
01:28:27   required: Iterator<? extends T>[]
01:28:27   found:    Iterator[]
01:28:27   where T is a type-variable:
01:28:27     T extends Object declared in method <T>chain(Iterator<? extends T>...)
01:28:27 X.java:9: warning: [unchecked] unchecked conversion
01:28:27 		Iterator<Number> it1 = X.chain(new Iterator[] { l1.iterator(), l2.iterator() });
01:28:27 		                              ^
01:28:27   required: Iterator<Number>
01:28:27   found:    Iterator
01:28:27 X.java:14: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterator<? extends Number>[]
01:28:27 		Iterator<Number> it2 = X.chain(l1.iterator(), l2.iterator());
01:28:27 		                              ^
01:28:27 X.java:18: warning: [unchecked] unchecked generic array creation for varargs parameter of type Iterator<? extends Number>[]
01:28:27 		Iterator<Number> it2 = X.chain(l1.iterator(), l1.iterator());
01:28:27 		                              ^
01:28:27 7 warnings
01:28:27 
01:28:27 
01:28:27 
01:28:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:28 
01:28:28 
01:28:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:29 --- javac err: ---
01:28:29 Base.java:3: error: type argument Foo<U,V> is not within bounds of type-variable F
01:28:29 class Foo<U extends Base, V extends Bar<U, Foo<U, V>>> {
01:28:29                                               ^
01:28:29   where U,V,F,E are type-variables:
01:28:29     U extends Base declared in class Foo
01:28:29     V extends Bar<U,Foo<U,V>> declared in class Foo
01:28:29     F extends Foo<E,Bar<E,F>> declared in class Bar
01:28:29     E extends Base declared in class Bar
01:28:29 Base.java:7: error: type argument Bar<E,F> is not within bounds of type-variable V
01:28:29 class Bar<E extends Base, F extends Foo<E, Bar<E, F>>> {
01:28:29                                               ^
01:28:29   where E,F,V,U are type-variables:
01:28:29     E extends Base declared in class Bar
01:28:29     F extends Foo<E,Bar<E,F>> declared in class Bar
01:28:29     V extends Bar<U,Foo<U,V>> declared in class Foo
01:28:29     U extends Base declared in class Foo
01:28:29 2 errors
01:28:29 
01:28:29 
01:28:29 
01:28:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:31 
01:28:31 
01:28:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:32 
01:28:32 
01:28:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:33 --- javac err: ---
01:28:33 X.java:7: warning: [unchecked] unchecked cast
01:28:33         return (RT)(obj == NULL_REF ? null : obj);
01:28:33                    ^
01:28:33   required: RT
01:28:33   found:    Object
01:28:33   where RT is a type-variable:
01:28:33     RT extends Object declared in method <RT>unwrap(Object)
01:28:33 1 warning
01:28:33 
01:28:33 
01:28:33 
01:28:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:34 --- javac err: ---
01:28:34 X.java:17: error: cannot find symbol
01:28:34     Zork z;
01:28:34     ^
01:28:34   symbol:   class Zork
01:28:34   location: class X<T1,T2>
01:28:34   where T1,T2 are type-variables:
01:28:34     T1 extends Object declared in class X
01:28:34     T2 extends Object declared in class X
01:28:34 X.java:7: warning: [unchecked] unchecked cast
01:28:34         return (RT)(obj == NULL_REF ? null : obj);
01:28:34                    ^
01:28:34   required: RT
01:28:34   found:    Object
01:28:34   where RT is a type-variable:
01:28:34     RT extends Object declared in method <RT>unwrap(Object)
01:28:34 1 error
01:28:34 1 warning
01:28:34 
01:28:34 
01:28:34 
01:28:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:35 
01:28:35 
01:28:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:37 --- javac err: ---
01:28:37 GenericsProblem.java:5: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends T>
01:28:37 		Class<? extends T> cl = val.getClass();
01:28:37 		                                    ^
01:28:37   where T is a type-variable:
01:28:37     T extends Object declared in method <T>test(T)
01:28:37   where CAP#1 is a fresh type-variable:
01:28:37     CAP#1 extends Object from capture of ? extends Object
01:28:37 1 error
01:28:37 
01:28:37 
01:28:37 
01:28:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:37 
01:28:37 
01:28:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:38 --- javac err: ---
01:28:38 X.java:4: warning: [rawtypes] found raw type: Map
01:28:38 	void foo(Map<String,Map> map) {
01:28:38 	                    ^
01:28:38   missing type arguments for generic class Map<K,V>
01:28:38   where K,V are type-variables:
01:28:38     K extends Object declared in interface Map
01:28:38     V extends Object declared in interface Map
01:28:38 X.java:5: error: method bar in class X cannot be applied to given types;
01:28:38 		bar(map);
01:28:38 		^
01:28:38   required: Map<U,Map<U,V>>
01:28:38   found: Map<String,Map>
01:28:38   reason: cannot infer type-variable(s) U,V
01:28:38     (argument mismatch; Map<String,Map> cannot be converted to Map<U,Map<U,V>>)
01:28:38   where U,V are type-variables:
01:28:38     U extends Object declared in method <U,V>bar(Map<U,Map<U,V>>)
01:28:38     V extends Object declared in method <U,V>bar(Map<U,Map<U,V>>)
01:28:38 1 error
01:28:38 1 warning
01:28:38 
01:28:38 
01:28:38 
01:28:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:39 --- javac err: ---
01:28:39 X.java:4: warning: [rawtypes] found raw type: Map
01:28:39 	void foo(Map<String,Map> map) {
01:28:39 	                    ^
01:28:39   missing type arguments for generic class Map<K,V>
01:28:39   where K,V are type-variables:
01:28:39     K extends Object declared in interface Map
01:28:39     V extends Object declared in interface Map
01:28:39 X.java:5: error: method bar in class X cannot be applied to given types;
01:28:39 		bar(map);
01:28:39 		^
01:28:39   required: Map<U,? extends Map<U,V>>
01:28:39   found: Map<String,Map>
01:28:39   reason: cannot infer type-variable(s) U,V
01:28:39     (argument mismatch; Map<String,Map> cannot be converted to Map<U,? extends Map<U,V>>)
01:28:39   where U,V are type-variables:
01:28:39     U extends Object declared in method <U,V>bar(Map<U,? extends Map<U,V>>)
01:28:39     V extends Object declared in method <U,V>bar(Map<U,? extends Map<U,V>>)
01:28:39 1 error
01:28:39 1 warning
01:28:39 
01:28:39 
01:28:39 
01:28:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:40 --- javac err: ---
01:28:40 X.java:3: warning: [rawtypes] found raw type: HashMap
01:28:40 	void foo(HashMap map, String s, Map<String,String> map2) {
01:28:40 	         ^
01:28:40   missing type arguments for generic class HashMap<K,V>
01:28:40   where K,V are type-variables:
01:28:40     K extends Object declared in class HashMap
01:28:40     V extends Object declared in class HashMap
01:28:40 X.java:4: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
01:28:40 		bar(map, s, map2); //1
01:28:40 		   ^
01:28:40   required: Map<U,U>,U,Map<U,U>
01:28:40   found: HashMap,String,Map<String,String>
01:28:40   where U is a type-variable:
01:28:40     U extends Object declared in method <U>bar(Map<U,U>,U,Map<U,U>)
01:28:40 X.java:4: warning: [unchecked] unchecked conversion
01:28:40 		bar(map, s, map2); //1
01:28:40 		    ^
01:28:40   required: Map<U,U>
01:28:40   found:    HashMap
01:28:40   where U is a type-variable:
01:28:40     U extends Object declared in method <U>bar(Map<U,U>,U,Map<U,U>)
01:28:40 X.java:6: warning: [unchecked] unchecked method invocation: method bar2 in class X is applied to given types
01:28:40 		bar2(map, s, map2); //3
01:28:40 		    ^
01:28:40   required: Map<String,String>,String,Map<String,String>
01:28:40   found: HashMap,String,Map<String,String>
01:28:40 X.java:6: warning: [unchecked] unchecked conversion
01:28:40 		bar2(map, s, map2); //3
01:28:40 		     ^
01:28:40   required: Map<String,String>
01:28:40   found:    HashMap
01:28:40 X.java:7: warning: [unchecked] unchecked method invocation: method bar3 in class X is applied to given types
01:28:40 		bar3(map, s, map2); //4
01:28:40 		    ^
01:28:40   required: Map<String,String>,U,Map<U,U>
01:28:40   found: HashMap,String,Map<String,String>
01:28:40   where U is a type-variable:
01:28:40     U extends Object declared in method <U>bar3(Map<String,String>,U,Map<U,U>)
01:28:40 X.java:7: warning: [unchecked] unchecked conversion
01:28:40 		bar3(map, s, map2); //4
01:28:40 		     ^
01:28:40   required: Map<String,String>
01:28:40   found:    HashMap
01:28:40 7 warnings
01:28:40 
01:28:40 
01:28:40 
01:28:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:41 --- javac err: ---
01:28:41 X.java:2: warning: [rawtypes] found raw type: L
01:28:41 	void foo(L l, C<X> c) {
01:28:41 	         ^
01:28:41   missing type arguments for generic class L<E>
01:28:41   where E is a type-variable:
01:28:41     E extends Object declared in class L
01:28:41 X.java:3: warning: [unchecked] unchecked method invocation: method bar1 in class X is applied to given types
01:28:41 		X x = bar1(l, c);
01:28:41 		          ^
01:28:41   required: L<T>,C<T>
01:28:41   found: L,C<X>
01:28:41   where T is a type-variable:
01:28:41     T extends Object declared in method <T>bar1(L<T>,C<T>)
01:28:41 X.java:3: warning: [unchecked] unchecked conversion
01:28:41 		X x = bar1(l, c);
01:28:41 		           ^
01:28:41   required: L<T>
01:28:41   found:    L
01:28:41   where T is a type-variable:
01:28:41     T extends Object declared in method <T>bar1(L<T>,C<T>)
01:28:41 X.java:4: warning: [unchecked] unchecked method invocation: method bar2 in class X is applied to given types
01:28:41 		L<X> lx = bar2(l, c);
01:28:41 		              ^
01:28:41   required: L<T>,C<T>
01:28:41   found: L,C<X>
01:28:41   where T is a type-variable:
01:28:41     T extends Object declared in method <T>bar2(L<T>,C<T>)
01:28:41 X.java:4: warning: [unchecked] unchecked conversion
01:28:41 		L<X> lx = bar2(l, c);
01:28:41 		               ^
01:28:41   required: L<T>
01:28:41   found:    L
01:28:41   where T is a type-variable:
01:28:41     T extends Object declared in method <T>bar2(L<T>,C<T>)
01:28:41 X.java:4: warning: [unchecked] unchecked conversion
01:28:41 		L<X> lx = bar2(l, c);
01:28:41 		              ^
01:28:41   required: L<X>
01:28:41   found:    L
01:28:41 X.java:5: warning: [unchecked] unchecked method invocation: method bar3 in class X is applied to given types
01:28:41 		C<X> cx = bar3(l, c);
01:28:41 		              ^
01:28:41   required: L<T>,C<T>
01:28:41   found: L,C<X>
01:28:41   where T is a type-variable:
01:28:41     T extends Object declared in method <T>bar3(L<T>,C<T>)
01:28:41 X.java:5: warning: [unchecked] unchecked conversion
01:28:41 		C<X> cx = bar3(l, c);
01:28:41 		               ^
01:28:41   required: L<T>
01:28:41   found:    L
01:28:41   where T is a type-variable:
01:28:41     T extends Object declared in method <T>bar3(L<T>,C<T>)
01:28:41 X.java:5: warning: [unchecked] unchecked conversion
01:28:41 		C<X> cx = bar3(l, c);
01:28:41 		              ^
01:28:41   required: C<X>
01:28:41   found:    C
01:28:41 X.java:14: error: cannot find symbol
01:28:41 		return zork;
01:28:41 		       ^
01:28:41   symbol:   variable zork
01:28:41   location: class X
01:28:41 1 error
01:28:41 9 warnings
01:28:41 
01:28:41 
01:28:41 
01:28:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:43 --- javac err: ---
01:28:43 X.java:12: error: cannot find symbol
01:28:43 		System.out.println(zork);
01:28:43 		                   ^
01:28:43   symbol:   variable zork
01:28:43   location: class X
01:28:43 X.java:14: warning: [rawtypes] found raw type: List
01:28:43 	void foo(List l1, List<X> l2) {
01:28:43 	         ^
01:28:43   missing type arguments for generic class List<E>
01:28:43   where E is a type-variable:
01:28:43     E extends Object declared in interface List
01:28:43 X.java:15: warning: [unchecked] unchecked method invocation: method bar1 in class X is applied to given types
01:28:43 		X x = bar1(l1, l2);
01:28:43 		          ^
01:28:43   required: List<T>,List<T>
01:28:43   found: List,List<X>
01:28:43   where T is a type-variable:
01:28:43     T extends Object declared in method <T>bar1(List<T>,List<T>)
01:28:43 X.java:15: warning: [unchecked] unchecked conversion
01:28:43 		X x = bar1(l1, l2);
01:28:43 		           ^
01:28:43   required: List<T>
01:28:43   found:    List
01:28:43   where T is a type-variable:
01:28:43     T extends Object declared in method <T>bar1(List<T>,List<T>)
01:28:43 X.java:17: warning: [unchecked] unchecked method invocation: method bar2 in class X is applied to given types
01:28:43 		List<X> lx = bar2(l1, l2);
01:28:43 		                 ^
01:28:43   required: List<T>,List<T>
01:28:43   found: List,List<X>
01:28:43   where T is a type-variable:
01:28:43     T extends Object declared in method <T>bar2(List<T>,List<T>)
01:28:43 X.java:17: warning: [unchecked] unchecked conversion
01:28:43 		List<X> lx = bar2(l1, l2);
01:28:43 		                  ^
01:28:43   required: List<T>
01:28:43   found:    List
01:28:43   where T is a type-variable:
01:28:43     T extends Object declared in method <T>bar2(List<T>,List<T>)
01:28:43 X.java:17: warning: [unchecked] unchecked conversion
01:28:43 		List<X> lx = bar2(l1, l2);
01:28:43 		                 ^
01:28:43   required: List<X>
01:28:43   found:    List
01:28:43 1 error
01:28:43 6 warnings
01:28:43 
01:28:43 
01:28:43 
01:28:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:44 --- javac err: ---
01:28:44 X.java:4: warning: [rawtypes] found raw type: List
01:28:44 	void foo1(List l, List<String> ls) {
01:28:44 	          ^
01:28:44   missing type arguments for generic class List<E>
01:28:44   where E is a type-variable:
01:28:44     E extends Object declared in interface List
01:28:44 X.java:5: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
01:28:44 		Set<Map.Entry<String,String>> mss1 = bar(l, ls).entrySet();
01:28:44 		                                        ^
01:28:44   required: List<U>,List<V>
01:28:44   found: List,List<String>
01:28:44   where U,V are type-variables:
01:28:44     U extends Object declared in method <U,V>bar(List<U>,List<V>)
01:28:44     V extends Object declared in method <U,V>bar(List<U>,List<V>)
01:28:44 X.java:5: warning: [unchecked] unchecked conversion
01:28:44 		Set<Map.Entry<String,String>> mss1 = bar(l, ls).entrySet();
01:28:44 		                                         ^
01:28:44   required: List<U>
01:28:44   found:    List
01:28:44   where U,V are type-variables:
01:28:44     U extends Object declared in method <U,V>bar(List<U>,List<V>)
01:28:44     V extends Object declared in method <U,V>bar(List<U>,List<V>)
01:28:44 X.java:5: warning: [unchecked] unchecked conversion
01:28:44 		Set<Map.Entry<String,String>> mss1 = bar(l, ls).entrySet();
01:28:44 		                                                        ^
01:28:44   required: Set<Entry<String,String>>
01:28:44   found:    Set
01:28:44 X.java:6: warning: [unchecked] unchecked method invocation: method bar in class X is applied to given types
01:28:44 		String s = bar(l, ls).entrySet();
01:28:44 		              ^
01:28:44   required: List<U>,List<V>
01:28:44   found: List,List<String>
01:28:44   where U,V are type-variables:
01:28:44     U extends Object declared in method <U,V>bar(List<U>,List<V>)
01:28:44     V extends Object declared in method <U,V>bar(List<U>,List<V>)
01:28:44 X.java:6: warning: [unchecked] unchecked conversion
01:28:44 		String s = bar(l, ls).entrySet();
01:28:44 		               ^
01:28:44   required: List<U>
01:28:44   found:    List
01:28:44   where U,V are type-variables:
01:28:44     U extends Object declared in method <U,V>bar(List<U>,List<V>)
01:28:44     V extends Object declared in method <U,V>bar(List<U>,List<V>)
01:28:44 X.java:6: error: incompatible types: Set cannot be converted to String
01:28:44 		String s = bar(l, ls).entrySet();
01:28:44 		                              ^
01:28:44 1 error
01:28:44 6 warnings
01:28:44 
01:28:44 
01:28:44 
01:28:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:44 
01:28:44 
01:28:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:45 --- javac err: ---
01:28:45 X.java:4: warning: [rawtypes] found raw type: List
01:28:45 		List ls1 = bar(null);
01:28:45 		^
01:28:45   missing type arguments for generic class List<E>
01:28:45   where E is a type-variable:
01:28:45     E extends Object declared in interface List
01:28:45 X.java:6: error: incompatible types: no instance(s) of type variable(s) U exist so that List<U> conforms to String
01:28:45 		String s = bar(null);
01:28:45 		              ^
01:28:45   where U is a type-variable:
01:28:45     U extends Object declared in method <U>bar(List<U>)
01:28:45 1 error
01:28:45 1 warning
01:28:45 
01:28:45 
01:28:45 
01:28:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:47 --- javac err: ---
01:28:47 SortedList.java:3: warning: [rawtypes] found raw type: Comparable
01:28:47 public class SortedList<E extends Comparable> extends LinkedList<E>
01:28:47                                   ^
01:28:47   missing type arguments for generic class Comparable<T>
01:28:47   where T is a type-variable:
01:28:47     T extends Object declared in interface Comparable
01:28:47 SortedList.java:6: error: no suitable method found for binarySearch(SortedList<E>,E)
01:28:47       int index = Collections.binarySearch(this,e);
01:28:47                              ^
01:28:47     method Collections.<T#1>binarySearch(List<? extends Comparable<? super T#1>>,T#1) is not applicable
01:28:47       (cannot infer type-variable(s) T#1
01:28:47         (argument mismatch; SortedList<E> cannot be converted to List<? extends Comparable<? super T#1>>))
01:28:47     method Collections.<T#2>binarySearch(List<? extends T#2>,T#2,Comparator<? super T#2>) is not applicable
01:28:47       (cannot infer type-variable(s) T#2
01:28:47         (actual and formal argument lists differ in length))
01:28:47   where E,T#1,T#2 are type-variables:
01:28:47     E extends Comparable declared in class SortedList
01:28:47     T#1 extends Object declared in method <T#1>binarySearch(List<? extends Comparable<? super T#1>>,T#1)
01:28:47     T#2 extends Object declared in method <T#2>binarySearch(List<? extends T#2>,T#2,Comparator<? super T#2>)
01:28:47 SortedList.java:3: warning: [serial] serializable class SortedList has no definition of serialVersionUID
01:28:47 public class SortedList<E extends Comparable> extends LinkedList<E>
01:28:47        ^
01:28:47 1 error
01:28:47 2 warnings
01:28:47 
01:28:47 
01:28:47 
01:28:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:48 
01:28:48 
01:28:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:49 
01:28:49 
01:28:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:50 --- javac err: ---
01:28:50 X.java:4: error: method deepToString in class X cannot be applied to given types;
01:28:50 		System.out.println(deepToString(d1));
01:28:50 		                   ^
01:28:50   required: T[]
01:28:50   found: double[]
01:28:50   reason: inference variable T has incompatible bounds
01:28:50     equality constraints: double
01:28:50     upper bounds: Object
01:28:50   where T is a type-variable:
01:28:50     T extends Object declared in method <T>deepToString(T[])
01:28:50 1 error
01:28:50 
01:28:50 
01:28:50 
01:28:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:52 --- javac err: ---
01:28:52 X.java:5: error: incompatible types: Exception cannot be converted to CAP#1
01:28:52 		l1.add(l2.get(0));
01:28:52 		             ^
01:28:52   where CAP#1 is a fresh type-variable:
01:28:52     CAP#1 extends Exception from capture of ? extends Exception
01:28:52 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:28:52 1 error
01:28:52 
01:28:52 
01:28:52 
01:28:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:53 
01:28:53 
01:28:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:54 --- javac err: ---
01:28:54 p/SomeClass2.java:3: error: cyclic inheritance involving SomeClass2
01:28:54 public abstract class SomeClass2<T> extends M {
01:28:54                 ^
01:28:54 1 error
01:28:54 
01:28:54 
01:28:54 
01:28:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:55 
01:28:55 
01:28:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:56 --- javac err: ---
01:28:56 X.java:16: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends T>
01:28:56 		Class<? extends T> clazz = input.getClass();
01:28:56 		                                         ^
01:28:56   where T is a type-variable:
01:28:56     T extends Object declared in method <T>testWithGeneric(T)
01:28:56   where CAP#1 is a fresh type-variable:
01:28:56     CAP#1 extends Object from capture of ? extends Object
01:28:56 1 error
01:28:56 
01:28:56 
01:28:56 
01:28:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:58 --- javac err: ---
01:28:58 X.java:8: error: incompatible types: Entry<Object,Object> cannot be converted to Entry<String,?>
01:28:58 		for (Map.Entry<String, ?> entry : props.entrySet()) {
01:28:58 		                                                ^
01:28:58 X.java:11: error: incompatible types: Properties cannot be converted to Map<String,?>
01:28:58 		for (Map.Entry<String, ?> entry : ((Map<String, ?>) props).entrySet()) {
01:28:58 		                                                    ^
01:28:58 2 errors
01:28:58 
01:28:58 
01:28:58 
01:28:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:28:59 
01:28:59 
01:28:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:00 --- javac err: ---
01:29:00 GenericBaseClass.java:9: warning: [rawtypes] found raw type: GenericBaseClass
01:29:00 class ASubGenericClass extends GenericBaseClass<GenericBaseClass, GenericBaseClass> {
01:29:00                                                 ^
01:29:00   missing type arguments for generic class GenericBaseClass<P,C>
01:29:00   where P,C are type-variables:
01:29:00     P extends Object declared in class GenericBaseClass
01:29:00     C extends Object declared in class GenericBaseClass
01:29:00 GenericBaseClass.java:9: warning: [rawtypes] found raw type: GenericBaseClass
01:29:00 class ASubGenericClass extends GenericBaseClass<GenericBaseClass, GenericBaseClass> {
01:29:00                                                                   ^
01:29:00   missing type arguments for generic class GenericBaseClass<P,C>
01:29:00   where P,C are type-variables:
01:29:00     P extends Object declared in class GenericBaseClass
01:29:00     C extends Object declared in class GenericBaseClass
01:29:00 GenericBaseClass.java:12: warning: [rawtypes] found raw type: GenericBaseClass
01:29:00     GenericBaseClass<GenericBaseClass, GenericBaseClass> hey = this;
01:29:00                      ^
01:29:00   missing type arguments for generic class GenericBaseClass<P,C>
01:29:00   where P,C are type-variables:
01:29:00     P extends Object declared in class GenericBaseClass
01:29:00     C extends Object declared in class GenericBaseClass
01:29:00 GenericBaseClass.java:12: warning: [rawtypes] found raw type: GenericBaseClass
01:29:00     GenericBaseClass<GenericBaseClass, GenericBaseClass> hey = this;
01:29:00                                        ^
01:29:00   missing type arguments for generic class GenericBaseClass<P,C>
01:29:00   where P,C are type-variables:
01:29:00     P extends Object declared in class GenericBaseClass
01:29:00     C extends Object declared in class GenericBaseClass
01:29:00 4 warnings
01:29:00 
01:29:00 
01:29:00 
01:29:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:01 
01:29:01 
01:29:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:03 
01:29:03 
01:29:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:04 
01:29:04 
01:29:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:06 
01:29:06 
01:29:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:07 
01:29:07 
01:29:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:08 --- javac err: ---
01:29:08 X.java:24: error: incompatible types: Object cannot be converted to Comparable<? super Object>
01:29:08 		Comparable<? super Object> o = new Object(); // 4
01:29:08 		                               ^
01:29:08 1 error
01:29:08 
01:29:08 
01:29:08 
01:29:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:09 --- javac err: ---
01:29:09 X.java:8: warning: [unchecked] unchecked cast
01:29:09 			return (T) new ObjectInputStream(in).readObject();
01:29:09 			                                               ^
01:29:09   required: T
01:29:09   found:    Object
01:29:09   where T is a type-variable:
01:29:09     T extends Object declared in method <T>test(String)
01:29:09 1 warning
01:29:09 
01:29:09 
01:29:09 
01:29:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:11 --- javac err: ---
01:29:11 X.java:17: error: cannot find symbol
01:29:11 	Zork z;
01:29:11 	^
01:29:11   symbol:   class Zork
01:29:11   location: class X
01:29:11 X.java:8: warning: [unchecked] unchecked cast
01:29:11 			return (T) new ObjectInputStream(in).readObject();
01:29:11 			                                               ^
01:29:11   required: T
01:29:11   found:    Object
01:29:11   where T is a type-variable:
01:29:11     T extends Object declared in method <T>test(String)
01:29:11 1 error
01:29:11 1 warning
01:29:11 
01:29:11 
01:29:11 
01:29:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:12 --- javac err: ---
01:29:12 X.java:3: warning: [rawtypes] found raw type: X
01:29:12 		X x = new X();
01:29:12 		^
01:29:12   missing type arguments for generic class X<T>
01:29:12   where T is a type-variable:
01:29:12     T extends Object declared in class X
01:29:12 X.java:3: warning: [rawtypes] found raw type: X
01:29:12 		X x = new X();
01:29:12 		          ^
01:29:12   missing type arguments for generic class X<T>
01:29:12   where T is a type-variable:
01:29:12     T extends Object declared in class X
01:29:12 X.java:4: warning: [unchecked] unchecked call to bar1(Class<?>...) as a member of the raw type X
01:29:12 		x.bar1(Integer.TYPE);
01:29:12 		      ^
01:29:12 X.java:6: error: method bar2 in class X<T> cannot be applied to given types;
01:29:12 		x.bar2("");
01:29:12 		 ^
01:29:12   required: Class[]
01:29:12   found: String
01:29:12   reason: varargs mismatch; String cannot be converted to Class
01:29:12   where T is a type-variable:
01:29:12     T extends Object declared in class X
01:29:12 X.java:9: warning: [rawtypes] found raw type: Class
01:29:12 	 void bar2(Class... classes) {}
01:29:12 	           ^
01:29:12   missing type arguments for generic class Class<T>
01:29:12   where T is a type-variable:
01:29:12     T extends Object declared in class Class
01:29:12 1 error
01:29:12 4 warnings
01:29:12 
01:29:12 
01:29:12 
01:29:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:13 --- javac err: ---
01:29:13 ChainedClosure.java:12: warning: [rawtypes] found raw type: Closure
01:29:13         Closure<I>[] closures = new Closure[] { closure1, closure2 };
01:29:13                                     ^
01:29:13   missing type arguments for generic class Closure<I>
01:29:13   where I is a type-variable:
01:29:13     I extends Object declared in interface Closure
01:29:13 ChainedClosure.java:33: error: incompatible types: inference variable I has incompatible bounds
01:29:13         return ChainedClosure.getInstance(closure1, closure2);
01:29:13                                          ^
01:29:13     equality constraints: String
01:29:13     upper bounds: CAP#1,CAP#2,Object
01:29:13   where I,J are type-variables:
01:29:13     I extends Object declared in method <I>getInstance(Closure<? super I>,Closure<? super I>)
01:29:13     J extends Object declared in method <J>chainedClosure3(Closure<? super J>,Closure<? super J>)
01:29:13   where CAP#1,CAP#2 are fresh type-variables:
01:29:13     CAP#1 extends Object super: J from capture of ? super J
01:29:13     CAP#2 extends Object super: J from capture of ? super J
01:29:13 1 error
01:29:13 1 warning
01:29:13 
01:29:13 
01:29:13 
01:29:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:14 
01:29:14 
01:29:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:16 --- javac err: ---
01:29:16 X.java:3: error: cannot find symbol
01:29:16 	List<Zork> list;
01:29:16 	^
01:29:16   symbol:   class List
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:3: error: cannot find symbol
01:29:16 	List<Zork> list;
01:29:16 	     ^
01:29:16   symbol:   class Zork
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:4: error: cannot find symbol
01:29:16 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
01:29:16 	^
01:29:16   symbol:   class Map
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:4: error: cannot find symbol
01:29:16 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
01:29:16 	    ^
01:29:16   symbol:   class Zork
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:4: error: cannot find symbol
01:29:16 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
01:29:16 	         ^
01:29:16   symbol:   class Zork
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:4: error: cannot find symbol
01:29:16 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
01:29:16 	                     ^
01:29:16   symbol:   class List
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:4: error: cannot find symbol
01:29:16 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
01:29:16 	                          ^
01:29:16   symbol:   class Zork
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:4: error: cannot find symbol
01:29:16 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
01:29:16 	                                ^
01:29:16   symbol:   class List
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:4: error: cannot find symbol
01:29:16 	Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry;
01:29:16 	                                     ^
01:29:16   symbol:   class Zork
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:5: error: package jaavaa.util does not exist
01:29:16 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
01:29:16 	           ^
01:29:16 X.java:5: error: cannot find symbol
01:29:16 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
01:29:16 	                ^
01:29:16   symbol:   class Zork
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:5: error: cannot find symbol
01:29:16 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
01:29:16 	                     ^
01:29:16   symbol:   class Zork
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:5: error: cannot find symbol
01:29:16 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
01:29:16 	                                 ^
01:29:16   symbol:   class List
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:5: error: cannot find symbol
01:29:16 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
01:29:16 
01:29:16 	                                      ^
01:29:16 
01:29:16   symbol:   class Zork
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:16     T extends String declared in class X
01:29:16 X.java:5: error: cannot find symbol
01:29:16 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
01:29:16 	                                            ^
01:29:16   symbol:   class List
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:5: error: cannot find symbol
01:29:16 	jaavaa.util.Map<Zork,Zork>.Entry<List<Zork>,List<Zork>>	entry2;
01:29:16 	                                                 ^
01:29:16   symbol:   class Zork
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:7: error: package p.q.Map does not exist
01:29:16 	p.q.Map.Entry entry3;
01:29:16 	       ^
01:29:16 X.java:9: error: type String does not take parameters
01:29:16 	String<Object>.Y<List> y; // wrong
01:29:16 	      ^
01:29:16 X.java:9: error: cannot find symbol
01:29:16 	String<Object>.Y<List> y; // wrong
01:29:16 	                 ^
01:29:16   symbol:   class List
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:10: error: cannot find symbol
01:29:16 	X<Object>.Y<List> y1; // wrong
01:29:16 	         ^
01:29:16   symbol:   class Y
01:29:16   location: class X<Object>
01:29:16 X.java:10: error: cannot find symbol
01:29:16 	X<Object>.Y<List> y1; // wrong
01:29:16 	            ^
01:29:16   symbol:   class List
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 X.java:11: error: cannot find symbol
01:29:16 	X<String>.Y<List> y2;
01:29:16 	         ^
01:29:16   symbol:   class Y
01:29:16   location: class X<String>
01:29:16 X.java:11: error: cannot find symbol
01:29:16 	X<String>.Y<List> y2;
01:29:16 	            ^
01:29:16   symbol:   class List
01:29:16   location: class X<T>
01:29:16   where T is a type-variable:
01:29:16     T extends String declared in class X
01:29:16 23 errors
01:29:16 
01:29:17 --- javac err: ---
01:29:17 X.java:3: error: cannot find symbol
01:29:17 	List<? extends Zork> list;
01:29:17 	^
01:29:17   symbol:   class List
01:29:17   location: class X<T>
01:29:17   where T is a type-variable:
01:29:17     T extends String declared in class X
01:29:17 X.java:3: error: cannot find symbol
01:29:17 	List<? extends Zork> list;
01:29:17 	               ^
01:29:17   symbol:   class Zork
01:29:17   location: class X<T>
01:29:17   where T is a type-variable:
01:29:17     T extends String declared in class X
01:29:17 X.java:4: error: package Map does not exist
01:29:17 	Map.Entry<?,? super Zork>	entry;
01:29:17 	   ^
01:29:17 X.java:4: error: cannot find symbol
01:29:17 	Map.Entry<?,? super Zork>	entry;
01:29:17 	                    ^
01:29:17   symbol:   class Zork
01:29:17   location: class X<T>
01:29:17   where T is a type-variable:
01:29:17     T extends String declared in class X
01:29:17 4 errors
01:29:17 
01:29:17 
01:29:17 
01:29:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:18 
01:29:18 
01:29:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:19 --- javac err: ---
01:29:19 X.java:21: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
01:29:19 		String i = CONST.NAME; // keep for possible <clinit>
01:29:19 		                ^
01:29:19 X.java:22: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
01:29:19 		String j = param.NAME; // may optimize out
01:29:19 		                ^
01:29:19 X.java:23: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
01:29:19 		String k = LOCAL_STATIC.NAME; // may optimize out
01:29:19 		                       ^
01:29:19 X.java:24: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
01:29:19 		String l = local_field.NAME; // may optimize out
01:29:19 		                      ^
01:29:19 4 warnings
01:29:19 
01:29:19 
01:29:19 
01:29:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:20 --- javac err: ---
01:29:20 X.java:21: warning: [static] static variable should be qualified by type name, I, instead of by an expression
01:29:20 		String i = this.CONST.NAME; // keep for possible <clinit>
01:29:20 		               ^
01:29:20 X.java:21: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
01:29:20 		String i = this.CONST.NAME; // keep for possible <clinit>
01:29:20 		                     ^
01:29:20 X.java:22: warning: [static] static variable should be qualified by type name, B, instead of by an expression
01:29:20 		String k = this.LOCAL_STATIC.NAME; // may optimize out
01:29:20 		               ^
01:29:20 X.java:22: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
01:29:20 		String k = this.LOCAL_STATIC.NAME; // may optimize out
01:29:20 		                            ^
01:29:20 X.java:23: warning: [static] static variable should be qualified by type name, Value, instead of by an expression
01:29:20 		String l = this.local_field.NAME; // may optimize out
01:29:20 		                           ^
01:29:20 5 warnings
01:29:20 
01:29:20 
01:29:20 
01:29:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:21 --- javac err: ---
01:29:21 p/X.java:14: error: cannot find symbol
01:29:21 	Zork z;
01:29:21 	^
01:29:21   symbol:   class Zork
01:29:21   location: class X<T>
01:29:21   where T is a type-variable:
01:29:21     T extends Object declared in class X
01:29:21 p/X.java:5: warning: [rawtypes] found raw type: X
01:29:21 		X rawx = null;
01:29:21 		^
01:29:21   missing type arguments for generic class X<T>
01:29:21   where T is a type-variable:
01:29:21     T extends Object declared in class X
01:29:21 p/X.java:6: warning: [rawtypes] found raw type: X
01:29:21 		X[] rawxs = { rawx };
01:29:21 		^
01:29:21   missing type arguments for generic class X<T>
01:29:21   where T is a type-variable:
01:29:21     T extends Object declared in class X
01:29:21 p/X.java:10: warning: [rawtypes] found raw type: X
01:29:21 		p.X rawx = null;
01:29:21 		 ^
01:29:21   missing type arguments for generic class X<T>
01:29:21   where T is a type-variable:
01:29:21     T extends Object declared in class X
01:29:21 p/X.java:11: warning: [rawtypes] found raw type: X
01:29:21 		p.X[] rawxs = { rawx };
01:29:21 		 ^
01:29:21   missing type arguments for generic class X<T>
01:29:21   where T is a type-variable:
01:29:21     T extends Object declared in class X
01:29:21 1 error
01:29:21 4 warnings
01:29:21 
01:29:21 
01:29:21 
01:29:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:23 --- javac err: ---
01:29:23 X.java:3: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends T>
01:29:23 	    Class<? extends T> c = x.getClass();
01:29:23 	                                     ^
01:29:23   where T is a type-variable:
01:29:23     T extends Object declared in method <T>foo(T)
01:29:23   where CAP#1 is a fresh type-variable:
01:29:23     CAP#1 extends Object from capture of ? extends Object
01:29:23 1 error
01:29:23 
01:29:23 
01:29:23 
01:29:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:24 --- javac err: ---
01:29:24 A.java:4: error: type argument ? extends S is not within bounds of type-variable S
01:29:24   void test(A<? extends Long, ? extends S> a) {
01:29:24                               ^
01:29:24   where S,T are type-variables:
01:29:24     S extends T declared in class A
01:29:24     T extends Number declared in class A
01:29:24 1 error
01:29:24 
01:29:24 
01:29:24 
01:29:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:25 
01:29:25 
01:29:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:26 --- javac err: ---
01:29:26 X.java:2: error: type argument ? extends S is not within bounds of type-variable S
01:29:26         X<? extends Long,? extends S> x;
01:29:26                          ^
01:29:26   where S,T are type-variables:
01:29:26     S extends T declared in class X
01:29:26     T extends Number declared in class X
01:29:26 1 error
01:29:26 
01:29:26 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1045 - 10
01:29:26 ----------------------------------------
01:29:26 X.java [
01:29:26 class X<T extends Number, S extends T> {
01:29:26         X<? extends Long,? extends S> x;
01:29:26 }
01:29:26 ]
01:29:26 
01:29:26 
01:29:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:28 
01:29:28 
01:29:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:30 
01:29:30 
01:29:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:33 
01:29:33 
01:29:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:35 
01:29:35 
01:29:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:36 --- javac err: ---
01:29:36 X.java:3: warning: [unchecked] unchecked cast
01:29:36     data = (E[]) new Object[100];
01:29:36                  ^
01:29:36   required: E[]
01:29:36   found:    Object[]
01:29:36   where E is a type-variable:
01:29:36     E extends Object declared in class Container
01:29:36 1 warning
01:29:36 
01:29:36 
01:29:36 
01:29:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:37 
01:29:37 
01:29:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:39 
01:29:39 
01:29:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:40 
01:29:40 
01:29:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:41 --- javac err: ---
01:29:41 X.java:10: warning: [rawtypes] found raw type: Class
01:29:41                 Class clazz= X.class;
01:29:41                 ^
01:29:41   missing type arguments for generic class Class<T>
01:29:41   where T is a type-variable:
01:29:41     T extends Object declared in class Class
01:29:41 X.java:11: warning: [unchecked] unchecked call to <A>getAnnotation(Class<A>) as a member of the raw type Class
01:29:41                 Bar bar= clazz.getAnnotation(Bar.class);
01:29:41                                             ^
01:29:41   where A is a type-variable:
01:29:41     A extends Annotation declared in method <A>getAnnotation(Class<A>)
01:29:41 X.java:11: error: incompatible types: Annotation cannot be converted to Bar
01:29:41                 Bar bar= clazz.getAnnotation(Bar.class);
01:29:41                                             ^
01:29:41 X.java:12: warning: [unchecked] unchecked call to getMethod(String,Class<?>...) as a member of the raw type Class
01:29:41                 Method method= clazz.getMethod("bar");
01:29:41                                               ^
01:29:41 1 error
01:29:41 3 warnings
01:29:41 
01:29:41 
01:29:41 
01:29:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:42 
01:29:42 
01:29:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:44 
01:29:44 
01:29:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:45 --- javac err: ---
01:29:45 X.java:10: warning: [unchecked] unchecked call to compareTo(T) as a member of the raw type Comparable
01:29:45 		System.out.println(((Comparable) obj).compareTo(((Map.Entry) obj).getValue()));
01:29:45 		                                               ^
01:29:45   where T is a type-variable:
01:29:45     T extends Object declared in interface Comparable
01:29:45 X.java:16: warning: [rawtypes] found raw type: GenericType
01:29:45 			new GenericType().doSomething("a1");
01:29:45 			    ^
01:29:45   missing type arguments for generic class GenericType<E>
01:29:45   where E is a type-variable:
01:29:45     E extends Object,Comparable<E>,Entry<String,E> declared in class GenericType
01:29:45 X.java:16: warning: [unchecked] unchecked call to doSomething(E) as a member of the raw type GenericType
01:29:45 			new GenericType().doSomething("a1");
01:29:45 			                             ^
01:29:45   where E is a type-variable:
01:29:45     E extends Object,Comparable<E>,Entry<String,E> declared in class GenericType
01:29:45 3 warnings
01:29:45 
01:29:45 
01:29:45 
01:29:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:47 
01:29:47 
01:29:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:48 --- javac err: ---
01:29:48 A.java:8: error: incompatible types: inference variable S has incompatible bounds
01:29:48         Number b = test(a);
01:29:48                        ^
01:29:48     equality constraints: CAP#1
01:29:48     upper bounds: Number,Object
01:29:48   where S is a type-variable:
01:29:48     S extends Object declared in method <S>test(A<S>)
01:29:48   where CAP#1 is a fresh type-variable:
01:29:48     CAP#1 extends Object from capture of ?
01:29:48 1 error
01:29:48 
01:29:48 
01:29:48 
01:29:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:49 
01:29:49 
01:29:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:51 
01:29:51 
01:29:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:52 --- javac err: ---
01:29:52 X.java:9: error: incompatible types: X cannot be converted to Set<X>
01:29:52 			Set<X> element1 = iterator.next();
01:29:52 			                               ^
01:29:52 X.java:10: warning: [unchecked] unchecked cast
01:29:52 			Set<X> element2 = (Set<X>) iterator.next(); // warning
01:29:52 			                                        ^
01:29:52   required: Set<X>
01:29:52   found:    X
01:29:52 1 error
01:29:52 1 warning
01:29:52 
01:29:52 
01:29:52 
01:29:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:53 --- javac err: ---
01:29:53 X.java:9: error: incompatible types: Cloneable cannot be converted to Set<Cloneable>
01:29:53 			Set<Cloneable> element1 = iterator.next();
01:29:53 			                                       ^
01:29:53 X.java:10: warning: [unchecked] unchecked cast
01:29:53 			Set<Cloneable> element2 = (Set<Cloneable>) iterator.next(); // warning
01:29:53 			                                                        ^
01:29:53   required: Set<Cloneable>
01:29:53   found:    Cloneable
01:29:53 1 error
01:29:53 1 warning
01:29:53 
01:29:53 
01:29:53 
01:29:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:54 --- javac err: ---
01:29:54 X.java:8: error: incompatible types: X cannot be converted to HashSet<X>
01:29:54 			HashSet<X> element1 = iterator.next();
01:29:54 			                                   ^
01:29:54 X.java:9: error: incompatible types: X cannot be converted to HashSet<X>
01:29:54 			HashSet<X> element2 = (HashSet<X>) iterator.next();
01:29:54 			                                                ^
01:29:54 2 errors
01:29:54 
01:29:54 
01:29:54 
01:29:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:55 
01:29:55 
01:29:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:57 --- javac err: ---
01:29:57 X.java:5: warning: [rawtypes] found raw type: List
01:29:57 		List l = new ArrayList();
01:29:57 		^
01:29:57   missing type arguments for generic class List<E>
01:29:57   where E is a type-variable:
01:29:57     E extends Object declared in interface List
01:29:57 X.java:5: warning: [rawtypes] found raw type: ArrayList
01:29:57 		List l = new ArrayList();
01:29:57 		             ^
01:29:57   missing type arguments for generic class ArrayList<E>
01:29:57   where E is a type-variable:
01:29:57     E extends Object declared in class ArrayList
01:29:57 X.java:6: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:29:57 		l.add("zork");
01:29:57 		     ^
01:29:57   where E is a type-variable:
01:29:57     E extends Object declared in interface List
01:29:57 X.java:7: warning: [unchecked] unchecked conversion
01:29:57 		List<A> la = l;
01:29:57 		             ^
01:29:57   required: List<A>
01:29:57   found:    List
01:29:57 X.java:8: warning: [unchecked] unchecked conversion
01:29:57 		List<B> lb = l;
01:29:57 		             ^
01:29:57   required: List<B>
01:29:57   found:    List
01:29:57 5 warnings
01:29:57 
01:29:57 
01:29:57 
01:29:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:29:58 
01:29:58 
01:29:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:01 
01:30:01 
01:30:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:02 
01:30:02 
01:30:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:03 
01:30:03 
01:30:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:04 --- javac err: ---
01:30:04 X.java:3: error: > expected
01:30:04         List<void[]> x = null;
01:30:04                  ^
01:30:04 X.java:3: error: <identifier> expected
01:30:04         List<void[]> x = null;
01:30:04                    ^
01:30:04 X.java:3: error: <identifier> expected
01:30:04         List<void[]> x = null;
01:30:04                       ^
01:30:04 X.java:4: error: <identifier> expected
01:30:04         void[] y;
01:30:04             ^
01:30:04 X.java:4: error: <identifier> expected
01:30:04         void[] y;
01:30:04                 ^
01:30:04 X.java:5: error: <identifier> expected
01:30:04         void[] foo(void[] arg) {
01:30:04             ^
01:30:04 X.java:5: error: invalid method declaration; return type required
01:30:04         void[] foo(void[] arg) {
01:30:04                ^
01:30:04 X.java:5: error: <identifier> expected
01:30:04         void[] foo(void[] arg) {
01:30:04                        ^
01:30:04 X.java:5: error: ',', ')', or '[' expected
01:30:04         void[] foo(void[] arg) {
01:30:04                          ^
01:30:04 X.java:6: error: illegal start of expression
01:30:04                 void[] local;
01:30:04                 ^
01:30:04 X.java:6: error: ';' expected
01:30:04                 void[] local;
01:30:04                     ^
01:30:04 X.java:6: error: not a statement
01:30:04                 void[] local;
01:30:04                        ^
01:30:04 12 errors
01:30:04 
01:30:04 
01:30:04 
01:30:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:05 --- javac err: ---
01:30:05 X.java:3: error: > expected
01:30:05         List<void[]> x = null;
01:30:05                  ^
01:30:05 X.java:3: error: <identifier> expected
01:30:05         List<void[]> x = null;
01:30:05                    ^
01:30:05 X.java:3: error: <identifier> expected
01:30:05         List<void[]> x = null;
01:30:05                       ^
01:30:05 X.java:4: error: <identifier> expected
01:30:05         void[] y;
01:30:05             ^
01:30:05 X.java:4: error: <identifier> expected
01:30:05         void[] y;
01:30:05                 ^
01:30:05 X.java:5: error: <identifier> expected
01:30:05         void[] foo(void[] arg) {
01:30:05             ^
01:30:05 X.java:5: error: invalid method declaration; return type required
01:30:05         void[] foo(void[] arg) {
01:30:05                ^
01:30:05 X.java:5: error: <identifier> expected
01:30:05         void[] foo(void[] arg) {
01:30:05                        ^
01:30:05 X.java:5: error: ',', ')', or '[' expected
01:30:05         void[] foo(void[] arg) {
01:30:05                          ^
01:30:05 X.java:6: error: illegal start of expression
01:30:05                 void[] local;
01:30:05                 ^
01:30:05 X.java:6: error: ';' expected
01:30:05                 void[] local;
01:30:05                     ^
01:30:05 X.java:6: error: not a statement
01:30:05                 void[] local;
01:30:05                        ^
01:30:05 X.java:7: error: illegal start of expression
01:30:05                 Class c = void[].class;
01:30:05                           ^
01:30:05 X.java:7: error: ';' expected
01:30:05                 Class c = void[].class;
01:30:05                               ^
01:30:05 X.java:7: error: <identifier> expected
01:30:05                 Class c = void[].class;
01:30:05                                       ^
01:30:05 X.java:9: error: reached end of file while parsing
01:30:05 }
01:30:05  ^
01:30:05 16 errors
01:30:05 
01:30:05 
01:30:05 
01:30:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:06 --- javac err: ---
01:30:06 X.java:3: error: > expected
01:30:06         List<void[]> x = null;
01:30:06                  ^
01:30:06 X.java:3: error: <identifier> expected
01:30:06         List<void[]> x = null;
01:30:06                    ^
01:30:06 X.java:3: error: <identifier> expected
01:30:06         List<void[]> x = null;
01:30:06                       ^
01:30:06 X.java:4: error: <identifier> expected
01:30:06         void[] y;
01:30:06             ^
01:30:06 X.java:4: error: <identifier> expected
01:30:06         void[] y;
01:30:06                 ^
01:30:06 X.java:5: error: <identifier> expected
01:30:06         void[] foo(void[] arg) {
01:30:06             ^
01:30:06 X.java:5: error: invalid method declaration; return type required
01:30:06         void[] foo(void[] arg) {
01:30:06                ^
01:30:06 X.java:5: error: <identifier> expected
01:30:06         void[] foo(void[] arg) {
01:30:06                        ^
01:30:06 X.java:5: error: ',', ')', or '[' expected
01:30:06         void[] foo(void[] arg) {
01:30:06                          ^
01:30:06 X.java:7: error: illegal start of expression
01:30:06                         void[] local;
01:30:06                         ^
01:30:06 X.java:7: error: ';' expected
01:30:06                         void[] local;
01:30:06                             ^
01:30:06 X.java:7: error: not a statement
01:30:06                         void[] local;
01:30:06                                ^
01:30:06 X.java:8: error: illegal start of expression
01:30:06                         Class c = void[].class;
01:30:06                                   ^
01:30:06 X.java:8: error: ';' expected
01:30:06                         Class c = void[].class;
01:30:06                                       ^
01:30:06 X.java:8: error: <identifier> expected
01:30:06                         Class c = void[].class;
01:30:06                                               ^
01:30:06 X.java:9: error: <identifier> expected
01:30:06                 } catch(void[] e) {
01:30:06                             ^
01:30:06 X.java:9: error: ')' expected
01:30:06                 } catch(void[] e) {
01:30:06                               ^
01:30:06 X.java:9: error: not a statement
01:30:06                 } catch(void[] e) {
01:30:06                                ^
01:30:06 X.java:9: error: ';' expected
01:30:06                 } catch(void[] e) {
01:30:06                                 ^
01:30:06 X.java:9: error: 'catch' without 'try'
01:30:06                 } catch(void[] e) {
01:30:06                   ^
01:30:06 X.java:6: error: 'try' without 'catch', 'finally' or resource declarations
01:30:06                 try {
01:30:06                 ^
01:30:06 X.java:12: error: reached end of file while parsing
01:30:06 }
01:30:06  ^
01:30:06 22 errors
01:30:06 
01:30:06 
01:30:06 
01:30:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:07 --- javac err: ---
01:30:07 X.java:3: error: > expected
01:30:07         List<void[]> x = null;
01:30:07                  ^
01:30:07 X.java:3: error: <identifier> expected
01:30:07         List<void[]> x = null;
01:30:07                    ^
01:30:07 X.java:3: error: <identifier> expected
01:30:07         List<void[]> x = null;
01:30:07                       ^
01:30:07 X.java:4: error: <identifier> expected
01:30:07         void[] y;
01:30:07             ^
01:30:07 X.java:4: error: <identifier> expected
01:30:07         void[] y;
01:30:07                 ^
01:30:07 X.java:5: error: <identifier> expected
01:30:07         void[] foo(void[] arg) {
01:30:07             ^
01:30:07 X.java:5: error: invalid method declaration; return type required
01:30:07         void[] foo(void[] arg) {
01:30:07                ^
01:30:07 X.java:5: error: <identifier> expected
01:30:07         void[] foo(void[] arg) {
01:30:07                        ^
01:30:07 X.java:5: error: ',', ')', or '[' expected
01:30:07         void[] foo(void[] arg) {
01:30:07                          ^
01:30:07 X.java:7: error: illegal start of expression
01:30:07                         void[] local = new void[0];
01:30:07                         ^
01:30:07 X.java:7: error: ';' expected
01:30:07                         void[] local = new void[0];
01:30:07                             ^
01:30:07 X.java:7: error: <identifier> expected
01:30:07                         void[] local = new void[0];
01:30:07                                           ^
01:30:07 X.java:7: error: '(' or '[' expected
01:30:07                         void[] local = new void[0];
01:30:07                                            ^
01:30:07 X.java:7: error: ';' expected
01:30:07                         void[] local = new void[0];
01:30:07                                                ^
01:30:07 X.java:8: error: illegal start of expression
01:30:07                         void[] local1 = new void[]{ null, null };
01:30:07                         ^
01:30:07 X.java:8: error: ';' expected
01:30:07                         void[] local1 = new void[]{ null, null };
01:30:07                             ^
01:30:07 X.java:8: error: <identifier> expected
01:30:07                         void[] local1 = new void[]{ null, null };
01:30:07                                            ^
01:30:07 X.java:8: error: '(' or '[' expected
01:30:07                         void[] local1 = new void[]{ null, null };
01:30:07                                             ^
01:30:07 X.java:8: error: ';' expected
01:30:07                         void[] local1 = new void[]{ null, null };
01:30:07                                                 ^
01:30:07 X.java:8: error: not a statement
01:30:07                         void[] local1 = new void[]{ null, null };
01:30:07                                                     ^
01:30:07 X.java:8: error: ';' expected
01:30:07                         void[] local1 = new void[]{ null, null };
01:30:07                                                         ^
01:30:07 X.java:9: error: illegal start of expression
01:30:07                         void[] local2 = { null, null };
01:30:07                         ^
01:30:07 X.java:9: error: ';' expected
01:30:07                         void[] local2 = { null, null };
01:30:07                             ^
01:30:07 X.java:9: error: illegal start of expression
01:30:07                         void[] local2 = { null, null };
01:30:07                                         ^
01:30:07 X.java:9: error: not a statement
01:30:07                         void[] local2 = { null, null };
01:30:07                                           ^
01:30:07 X.java:9: error: ';' expected
01:30:07                         void[] local2 = { null, null };
01:30:07                                               ^
01:30:07 X.java:10: error: ')' expected
01:30:07                         System.out.println((void[]) null);
01:30:07                                                 ^
01:30:07 X.java:10: error: illegal start of expression
01:30:07                         System.out.println((void[]) null);
01:30:07 
01:30:07 
01:30:07                                                  ^
01:30:07 X.java:10: error: ';' expected
01:30:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:07                         System.out.println((void[]) null);
01:30:07                                                   ^
01:30:07 X.java:11: error: illegal start of expression
01:30:07                         Class c = void[].class;
01:30:07                                   ^
01:30:07 X.java:11: error: ';' expected
01:30:07                         Class c = void[].class;
01:30:07                                       ^
01:30:07 X.java:11: error: <identifier> expected
01:30:07                         Class c = void[].class;
01:30:07                                               ^
01:30:07 X.java:12: error: <identifier> expected
01:30:07                 } catch(void[] e) {
01:30:07                             ^
01:30:07 X.java:12: error: ')' expected
01:30:07                 } catch(void[] e) {
01:30:07                               ^
01:30:07 X.java:12: error: not a statement
01:30:07                 } catch(void[] e) {
01:30:07                                ^
01:30:07 X.java:12: error: ';' expected
01:30:07                 } catch(void[] e) {
01:30:07                                 ^
01:30:07 X.java:12: error: 'catch' without 'try'
01:30:07                 } catch(void[] e) {
01:30:07                   ^
01:30:07 X.java:6: error: 'try' without 'catch', 'finally' or resource declarations
01:30:07                 try {
01:30:07                 ^
01:30:07 X.java:15: error: reached end of file while parsing
01:30:07 }
01:30:07  ^
01:30:07 39 errors
01:30:07 
01:30:08 --- javac err: ---
01:30:08 Y.java:1: warning: [rawtypes] found raw type: X
01:30:08 public class Y extends X {}
01:30:08                        ^
01:30:08   missing type arguments for generic class X<T>
01:30:08   where T is a type-variable:
01:30:08     T extends X<?>.J declared in class X
01:30:08 1 warning
01:30:08 
01:30:09 --- javac err: ---
01:30:09 Y.java:1: warning: [rawtypes] found raw type: X
01:30:09 public class Y extends X {}
01:30:09                        ^
01:30:09   missing type arguments for generic class X<T>
01:30:09   where T is a type-variable:
01:30:09     T extends X<?>.J declared in class X
01:30:09 1 warning
01:30:09 
01:30:10 
01:30:10 
01:30:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:10 
01:30:10 
01:30:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:11 --- javac err: ---
01:30:11 X.java:11: error: cannot find symbol
01:30:11 	Zork z;
01:30:11 	^
01:30:11   symbol:   class Zork
01:30:11   location: class X
01:30:11 1 error
01:30:11 
01:30:11 
01:30:11 
01:30:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:12 --- javac err: ---
01:30:12 X.java:10: warning: [rawtypes] found raw type: List
01:30:12     List list = (List)object;//[1]
01:30:12     ^
01:30:12   missing type arguments for generic class List<E>
01:30:12   where E is a type-variable:
01:30:12     E extends Object declared in interface List
01:30:12 X.java:14: warning: [unchecked] unchecked cast
01:30:12     foo((List<Object>)object);//[4]unchecked cast
01:30:12                       ^
01:30:12   required: List<Object>
01:30:12   found:    Object
01:30:12 X.java:19: warning: [unchecked] unchecked cast
01:30:12     foo((Map<Object, ?>)object);//[8]unchecked cast
01:30:12                         ^
01:30:12   required: Map<Object,?>
01:30:12   found:    Object
01:30:12 X.java:20: warning: [unchecked] unchecked cast
01:30:12     foo((Map<?, Object>)object);//[9]unchecked cast
01:30:12                         ^
01:30:12   required: Map<?,Object>
01:30:12   found:    Object
01:30:12 X.java:21: warning: [unchecked] unchecked cast
01:30:12     foo((Map<Object, Object>)object);//[10]unchecked cast
01:30:12                              ^
01:30:12   required: Map<Object,Object>
01:30:12   found:    Object
01:30:12 X.java:22: warning: [unchecked] unchecked cast
01:30:12     foo((Map<? extends Object, Object>)object);//[11]unchecked cast
01:30:12                                        ^
01:30:12   required: Map<? extends Object,Object>
01:30:12   found:    Object
01:30:12 X.java:24: error: cannot find symbol
01:30:12     Zork z;
01:30:12     ^
01:30:12   symbol:   class Zork
01:30:12   location: class X
01:30:12 1 error
01:30:12 6 warnings
01:30:12 
01:30:12 
01:30:12 
01:30:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:13 --- javac err: ---
01:30:13 X.java:3: warning: [unchecked] unchecked cast
01:30:13     	return (AX<? extends String>) o;
01:30:13     	                              ^
01:30:13   required: AX<? extends String>
01:30:13   found:    Object
01:30:13 X.java:4: error: cannot find symbol
01:30:13    	 Zork z;
01:30:13    	 ^
01:30:13   symbol:   class Zork
01:30:13   location: class X<E>
01:30:13   where E is a type-variable:
01:30:13     E extends Object declared in class X
01:30:13 1 error
01:30:13 1 warning
01:30:13 
01:30:13 
01:30:13 
01:30:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:14 --- javac err: ---
01:30:14 X.java:8: error: cannot find symbol
01:30:14    Zork z;
01:30:14    ^
01:30:14   symbol:   class Zork
01:30:14   location: class X<E>
01:30:14   where E is a type-variable:
01:30:14     E extends Object declared in class X
01:30:14 X.java:3: warning: [unchecked] unchecked cast
01:30:14 		return (CX<E>) x; // unchecked
01:30:14 		               ^
01:30:14   required: CX<E>
01:30:14   found:    X<String>
01:30:14   where E is a type-variable:
01:30:14     E extends Object declared in class X
01:30:14 1 error
01:30:14 1 warning
01:30:14 
01:30:14 
01:30:14 
01:30:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:15 --- javac err: ---
01:30:15 X.java:3: error: incompatible types: X<String> cannot be converted to BX
01:30:15 		return (BX) x;
01:30:15 		            ^
01:30:15 1 error
01:30:15 
01:30:15 
01:30:15 
01:30:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:16 --- javac err: ---
01:30:16 X.java:5: error: cannot find symbol
01:30:16    Zork z;
01:30:16    ^
01:30:16   symbol:   class Zork
01:30:16   location: class X<E>
01:30:16   where E is a type-variable:
01:30:16     E extends Object declared in class X
01:30:16 X.java:3: warning: [unchecked] unchecked cast
01:30:16 		return (CX<E>) x; // unchecked
01:30:16 		               ^
01:30:16   required: CX<E>
01:30:16   found:    X<String>
01:30:16   where E is a type-variable:
01:30:16     E extends Object declared in class X
01:30:16 X.java:8: warning: [rawtypes] found raw type: AX
01:30:16 class CX<G> extends AX {}
01:30:16                     ^
01:30:16   missing type arguments for generic class AX<F>
01:30:16   where F is a type-variable:
01:30:16     F extends Object declared in class AX
01:30:16 1 error
01:30:16 2 warnings
01:30:16 
01:30:16 
01:30:16 
01:30:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:18 --- javac err: ---
01:30:18 X.java:13: warning: [unchecked] unchecked cast
01:30:18         java.util.List<String> b = (LinkedList<String>) a; // unchecked
01:30:18                                                         ^
01:30:18   required: LinkedList<String>
01:30:18   found:    List<CAP#1>
01:30:18   where CAP#1 is a fresh type-variable:
01:30:18     CAP#1 extends Serializable from capture of ? extends Serializable
01:30:18 X.java:14: warning: [unchecked] unchecked cast
01:30:18         java.util.List<Integer> c = (LinkedList<Integer>) a; // unchecked
01:30:18                                                           ^
01:30:18   required: LinkedList<Integer>
01:30:18   found:    List<CAP#1>
01:30:18   where CAP#1 is a fresh type-variable:
01:30:18     CAP#1 extends Serializable from capture of ? extends Serializable
01:30:18 X.java:15: error: incompatible types: List<CAP#1> cannot be converted to LinkedList<Runtime>
01:30:18         java.util.List<Runtime> d = (LinkedList<Runtime>) a; // inconvertible / unchecked ?
01:30:18                                                           ^
01:30:18   where CAP#1 is a fresh type-variable:
01:30:18     CAP#1 extends Serializable from capture of ? extends Serializable
01:30:18 X.java:18: error: cannot find symbol
01:30:18         Zork z;
01:30:18         ^
01:30:18   symbol:   class Zork
01:30:18   location: class X
01:30:18 2 errors
01:30:18 2 warnings
01:30:18 
01:30:18 
01:30:18 
01:30:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:19 --- javac err: ---
01:30:19 X.java:8: warning: [rawtypes] found raw type: Y
01:30:19     Z<Y> l2 = (Z<Y>) l1;
01:30:19       ^
01:30:19   missing type arguments for generic class Y<T>
01:30:19   where T is a type-variable:
01:30:19     T extends Object declared in class Y
01:30:19 X.java:8: warning: [rawtypes] found raw type: Y
01:30:19     Z<Y> l2 = (Z<Y>) l1;
01:30:19                  ^
01:30:19   missing type arguments for generic class Y<T>
01:30:19   where T is a type-variable:
01:30:19     T extends Object declared in class Y
01:30:19 X.java:8: error: incompatible types: Z<Y<?>> cannot be converted to Z<Y>
01:30:19     Z<Y> l2 = (Z<Y>) l1;
01:30:19                      ^
01:30:19 1 error
01:30:19 2 warnings
01:30:19 
01:30:19 
01:30:19 
01:30:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:20 --- javac err: ---
01:30:20 Y.java:2: error: self-reference in initializer
01:30:20         Z z1 = z1;
01:30:20                ^
01:30:20 Y.java:3: error: self-reference in initializer
01:30:20         Z[] z2 = z2;
01:30:20                  ^
01:30:20 Y.java:6: error: illegal forward reference
01:30:20 		E e0 = es[0];
01:30:20 		       ^
01:30:20 Y.java:7: error: self-reference in initializer
01:30:20 		E e = e;
01:30:20 		      ^
01:30:20 Y.java:8: error: self-reference in initializer
01:30:20         E[] es = es;
01:30:20                  ^
01:30:20 Y.java:9: error: self-reference in initializer
01:30:20 		E e2 = e2.e;
01:30:20 		       ^
01:30:20 Y.java:9: error: cannot find symbol
01:30:20 		E e2 = e2.e;
01:30:20 		         ^
01:30:20   symbol:   variable e
01:30:20   location: variable e2 of type E
01:30:20   where E is a type-variable:
01:30:20     E extends Object declared in class Y
01:30:20 7 errors
01:30:20 
01:30:20 
01:30:20 
01:30:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:21 --- javac err: ---
01:30:21 X.java:6: error: cannot find symbol
01:30:21 		b.foo(); // unbound (Bar is member type)
01:30:21 		 ^
01:30:21   symbol:   method foo()
01:30:21   location: variable b of type X<Bar>.Bar
01:30:21   where Bar is a type-variable:
01:30:21     Bar extends IFoo declared in class X
01:30:21 1 error
01:30:21 
01:30:21 
01:30:21 
01:30:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:22 
01:30:22 
01:30:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:23 --- javac err: ---
01:30:23 X.java:3: error: cannot find symbol
01:30:23 	Zork z;
01:30:23 	^
01:30:23   symbol:   class Zork
01:30:23   location: class X<M>
01:30:23   where M is a type-variable:
01:30:23     M extends Object declared in class X
01:30:23 1 error
01:30:23 
01:30:23 
01:30:23 
01:30:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:24 --- javac err: ---
01:30:24 X.java:5: error: self-reference in initializer
01:30:24 			T t = t;
01:30:24 			      ^
01:30:24 1 error
01:30:24 
01:30:24 
01:30:24 
01:30:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:25 --- javac err: ---
01:30:25 X.java:6: warning: [unchecked] unchecked cast
01:30:25 		  Map.Entry<String, String> aa = (Map.Entry<String, String>)a;		
01:30:25 		                                                            ^
01:30:25   required: Entry<String,String>
01:30:25   found:    Object
01:30:25 X.java:10: warning: [unchecked] unchecked cast
01:30:25 		  Map.Entry<String, String> aa = (Map.Entry<String, String>)a;		
01:30:25 		                                                            ^
01:30:25   required: Entry<String,String>
01:30:25   found:    Number
01:30:25 X.java:11: error: cannot find symbol
01:30:25 		  Zork z;
01:30:25 		  ^
01:30:25   symbol:   class Zork
01:30:25   location: class X
01:30:25 1 error
01:30:25 2 warnings
01:30:25 
01:30:25 
01:30:25 
01:30:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:26 --- javac err: ---
01:30:26 Class_01.java:1: warning: [rawtypes] found raw type: Class_01
01:30:26 public interface Class_01<H extends Class_02<? extends Class_01>> extends
01:30:26                                                        ^
01:30:26   missing type arguments for generic class Class_01<H>
01:30:26   where H is a type-variable:
01:30:26     H extends Class_02<? extends Class_01> declared in interface Class_01
01:30:26 Class_09.java:1: warning: [rawtypes] found raw type: Class_09
01:30:26 public interface Class_09<H extends Class_10<? extends Class_09>> extends
01:30:26                                                        ^
01:30:26   missing type arguments for generic class Class_09<H>
01:30:26   where H is a type-variable:
01:30:26     H extends Class_10<? extends Class_09> declared in interface Class_09
01:30:26 Class_02.java:1: warning: [rawtypes] found raw type: Class_02
01:30:26 public interface Class_02<E extends Class_01<? extends Class_02>> extends
01:30:26                                                        ^
01:30:26   missing type arguments for generic class Class_02<E>
01:30:26   where E is a type-variable:
01:30:26     E extends Class_01<? extends Class_02> declared in interface Class_02
01:30:26 Class_10.java:1: warning: [rawtypes] found raw type: Class_10
01:30:26 public interface Class_10<E extends Class_09<? extends Class_10>> extends
01:30:26                                                        ^
01:30:26   missing type arguments for generic class Class_10<E>
01:30:26   where E is a type-variable:
01:30:26     E extends Class_09<? extends Class_10> declared in interface Class_10
01:30:26 Class_08.java:1: warning: [rawtypes] found raw type: Class_07
01:30:26 public abstract class Class_08<E extends Class_09<? super H>, H extends Class_10<? super E>, P extends Class_06<? extends Class_07>>
01:30:26                                                                                                                           ^
01:30:26   missing type arguments for generic class Class_07<P>
01:30:26   where P is a type-variable:
01:30:26     P extends Class_06<? extends Class_07> declared in interface Class_07
01:30:26 Class_03.java:1: warning: [rawtypes] found raw type: Class_07
01:30:26 public abstract class Class_03<E extends Class_01<? super H>, H extends Class_02<? super E>, P extends Class_06<? extends Class_07>>
01:30:26                                                                                                                           ^
01:30:26   missing type arguments for generic class Class_07<P>
01:30:26   where P is a type-variable:
01:30:26     P extends Class_06<? extends Class_07> declared in interface Class_07
01:30:26 Class_06.java:1: warning: [rawtypes] found raw type: Class_06
01:30:26 public interface Class_06<H extends Class_07<? extends Class_06>> extends
01:30:26                                                        ^
01:30:26   missing type arguments for generic class Class_06<H>
01:30:26   where H is a type-variable:
01:30:26     H extends Class_07<? extends Class_06> declared in interface Class_06
01:30:26 Class_07.java:1: warning: [rawtypes] found raw type: Class_07
01:30:26 public interface Class_07<P extends Class_06<? extends Class_07>> extends
01:30:26                                                        ^
01:30:26   missing type arguments for generic class Class_07<P>
01:30:26   where P is a type-variable:
01:30:26     P extends Class_06<? extends Class_07> declared in interface Class_07
01:30:26 8 warnings
01:30:26 
01:30:28 --- javac err: ---
01:30:28 Class_01.java:1: warning: [rawtypes] found raw type: Class_01
01:30:28 public interface Class_01<H extends Class_02<? extends Class_01>> extends
01:30:28                                                        ^
01:30:28   missing type arguments for generic class Class_01<H>
01:30:28   where H is a type-variable:
01:30:28     H extends Class_02<? extends Class_01> declared in interface Class_01
01:30:28 1 warning
01:30:28 
01:30:28 
01:30:28 
01:30:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:29 --- javac err: ---
01:30:29 X.java:11: warning: [rawtypes] found raw type: X
01:30:29     X x2 = new X<String>();
01:30:29     ^
01:30:29   missing type arguments for generic class X<T>
01:30:29   where T is a type-variable:
01:30:29     T extends Object declared in class X
01:30:29 X.java:12: warning: [unchecked] unchecked call to bar(T) as a member of the raw type X
01:30:29     System.out.println(x2.foo().bar("OK"));
01:30:29                                    ^
01:30:29   where T is a type-variable:
01:30:29     T extends Object declared in class X
01:30:29 2 warnings
01:30:29 
01:30:29 
01:30:29 
01:30:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:31 
01:30:31 
01:30:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:32 --- javac err: ---
01:30:32 X.java:10: warning: [rawtypes] found raw type: Constructor
01:30:32 	public String getAnnotationValue(Constructor constructor){
01:30:32 	                                 ^
01:30:32   missing type arguments for generic class Constructor<T>
01:30:32   where T is a type-variable:
01:30:32     T extends Object declared in class Constructor
01:30:32 X.java:11: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
01:30:32 		Annot annotation = constructor.getAnnotation(Annot.class);
01:30:32 		                                            ^
01:30:32   where T is a type-variable:
01:30:32     T extends Annotation declared in method <T>getAnnotation(Class<T>)
01:30:32 X.java:11: error: incompatible types: Annotation cannot be converted to Annot
01:30:32 		Annot annotation = constructor.getAnnotation(Annot.class);
01:30:32 		                                            ^
01:30:32 1 error
01:30:32 2 warnings
01:30:32 
01:30:32 
01:30:32 
01:30:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:33 
01:30:33 
01:30:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:34 --- javac err: ---
01:30:34 X.java:9: error: cannot find symbol
01:30:34 class Y extends Zork {}
01:30:34                 ^
01:30:34   symbol: class Zork
01:30:34 1 error
01:30:34 
01:30:34 
01:30:34 
01:30:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:36 --- javac err: ---
01:30:36 X.java:21: warning: [unchecked] Possible heap pollution from parameterized vararg type V
01:30:36     public <U, V extends U> List<U> newList(V... values) {
01:30:36                                                  ^
01:30:36   where V,U are type-variables:
01:30:36     V extends U declared in method <U,V>newList(V...)
01:30:36     U extends Object declared in method <U,V>newList(V...)
01:30:36 1 warning
01:30:36 
01:30:36 
01:30:36 
01:30:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:37 --- javac err: ---
01:30:37 X.java:7: warning: [rawtypes] found raw type: Y
01:30:37 class Z extends Y {
01:30:37                 ^
01:30:37   missing type arguments for generic class Y<T>
01:30:37   where T is a type-variable:
01:30:37     T extends Object declared in class Y
01:30:37 X.java:8: error: name clash: foo(X<?>) in Z and foo(X) in Y have the same erasure, yet neither overrides the other
01:30:37   public void foo(final X<?> x) {
01:30:37               ^
01:30:37 X.java:9: warning: [unchecked] unchecked call to foo(X<?>) as a member of the raw type Y
01:30:37     super.foo(x);
01:30:37              ^
01:30:37 1 error
01:30:37 2 warnings
01:30:37 
01:30:37 
01:30:37 
01:30:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:38 --- javac err: ---
01:30:38 X.java:15: error: illegal start of type
01:30:38         list.add(X.<?, Object>create("", ""));
01:30:38                     ^
01:30:38 X.java:15: error: illegal start of expression
01:30:38         list.add(X.<?, Object>create("", ""));
01:30:38                      ^
01:30:38 2 errors
01:30:38 
01:30:38 
01:30:38 
01:30:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:39 --- javac err: ---
01:30:39 X.java:11: error: illegal start of type
01:30:39 		new<?> X(null);
01:30:39 		    ^
01:30:39 X.java:11: error: illegal start of expression
01:30:39 		new<?> X(null);
01:30:39 		     ^
01:30:39 X.java:11: error: : expected
01:30:39 		new<?> X(null);
01:30:39 		              ^
01:30:39 3 errors
01:30:39 
01:30:39 
01:30:39 
01:30:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:40 --- javac err: ---
01:30:40 X.java:5: error: illegal start of type
01:30:40 		<?>this(null);
01:30:40 		 ^
01:30:40 X.java:5: error: illegal start of expression
01:30:40 		<?>this(null);
01:30:40 		  ^
01:30:40 X.java:5: error: : expected
01:30:40 		<?>this(null);
01:30:40 		             ^
01:30:40 3 errors
01:30:40 
01:30:40 
01:30:40 
01:30:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:41 --- javac err: ---
01:30:41 X.java:9: error: illegal start of type
01:30:41 		new X(null).new <?> A(null);
01:30:41 		                 ^
01:30:41 X.java:9: error: illegal start of expression
01:30:41 		new X(null).new <?> A(null);
01:30:41 		                  ^
01:30:41 X.java:9: error: : expected
01:30:41 		new X(null).new <?> A(null);
01:30:41 		                           ^
01:30:41 3 errors
01:30:41 
01:30:41 
01:30:41 
01:30:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:42 --- javac err: ---
01:30:42 X.java:3: error: illegal start of type
01:30:42 		Class foo = Class.<? extends Object>forName(Integer.class.getName());
01:30:42 		                   ^
01:30:42 X.java:3: error: illegal start of expression
01:30:42 		Class foo = Class.<? extends Object>forName(Integer.class.getName());
01:30:42 		                     ^
01:30:42 X.java:3: error: not a statement
01:30:42 		Class foo = Class.<? extends Object>forName(Integer.class.getName());
01:30:42 		                                   ^
01:30:42 3 errors
01:30:42 
01:30:42 
01:30:42 
01:30:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:43 --- javac err: ---
01:30:43 X.java:2: error: a generic class may not extend java.lang.Throwable
01:30:43 	public class Y extends Exception {
01:30:43 	                       ^
01:30:43 1 error
01:30:43 
01:30:43 
01:30:43 
01:30:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:44 --- javac err: ---
01:30:44 X.java:8: warning: [rawtypes] found raw type: HashMap
01:30:44   private void processLocks(HashMap locksMap, Object key) {
01:30:44                             ^
01:30:44   missing type arguments for generic class HashMap<K,V>
01:30:44   where K,V are type-variables:
01:30:44     K extends Object declared in class HashMap
01:30:44     V extends Object declared in class HashMap
01:30:44 X.java:9: warning: [rawtypes] found raw type: Iterator
01:30:44     for (Iterator iter = locksMap.keySet().iterator(); iter.hasNext();) {
01:30:44          ^
01:30:44   missing type arguments for generic class Iterator<E>
01:30:44   where E is a type-variable:
01:30:44     E extends Object declared in interface Iterator
01:30:44 X.java:11: warning: [rawtypes] found raw type: List
01:30:44       List locks = externLocks((Collection) locksMap.get(call), call);
01:30:44       ^
01:30:44   missing type arguments for generic class List<E>
01:30:44   where E is a type-variable:
01:30:44     E extends Object declared in interface List
01:30:44 X.java:15: warning: [rawtypes] found raw type: Collection
01:30:44   private List externLocks(Collection locks, Object call) {
01:30:44                            ^
01:30:44   missing type arguments for generic class Collection<E>
01:30:44   where E is a type-variable:
01:30:44     E extends Object declared in interface Collection
01:30:44 X.java:15: warning: [rawtypes] found raw type: List
01:30:44   private List externLocks(Collection locks, Object call) {
01:30:44           ^
01:30:44   missing type arguments for generic class List<E>
01:30:44   where E is a type-variable:
01:30:44     E extends Object declared in interface List
01:30:44 X.java:16: warning: [rawtypes] found raw type: List
01:30:44     List result = new ArrayList();
01:30:44     ^
01:30:44   missing type arguments for generic class List<E>
01:30:44   where E is a type-variable:
01:30:44     E extends Object declared in interface List
01:30:44 X.java:16: warning: [rawtypes] found raw type: ArrayList
01:30:44     List result = new ArrayList();
01:30:44                       ^
01:30:44   missing type arguments for generic class ArrayList<E>
01:30:44   where E is a type-variable:
01:30:44     E extends Object declared in class ArrayList
01:30:44 7 warnings
01:30:44 
01:30:44 
01:30:44 
01:30:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:46 
01:30:46 
01:30:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:47 
01:30:47 
01:30:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:48 
01:30:48 
01:30:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:49 --- javac err: ---
01:30:49 X.java:3: warning: [unchecked] unchecked cast
01:30:49                 return (T) o; // should get unchecked warning
01:30:49                            ^
01:30:49   required: T
01:30:49   found:    Object
01:30:49   where T is a type-variable:
01:30:49     T extends Object declared in class A
01:30:49 1 warning
01:30:49 
01:30:49 
01:30:49 
01:30:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:50 --- javac err: ---
01:30:50 X.java:8: warning: [rawtypes] found raw type: A
01:30:50 				 A ua = a;
01:30:50 				 ^
01:30:50   missing type arguments for generic class A<T>
01:30:50   where T is a type-variable:
01:30:50     T extends Object declared in class A
01:30:50 X.java:9: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
01:30:50 				 ua.foo = new Object();
01:30:50 				   ^
01:30:50 2 warnings
01:30:50 
01:30:51 
01:30:51 
01:30:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:52 --- javac err: ---
01:30:52 X.java:10: warning: [rawtypes] found raw type: A
01:30:52 				 A ua = this;
01:30:52 				 ^
01:30:52   missing type arguments for generic class A<T>
01:30:52   where T is a type-variable:
01:30:52     T extends Object declared in class A
01:30:52 X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
01:30:52 				 ua.foo = new Object();
01:30:52 				   ^
01:30:52 2 warnings
01:30:52 
01:30:52 
01:30:52 
01:30:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:53 --- javac err: ---
01:30:53 X.java:10: warning: [rawtypes] found raw type: A
01:30:53 				 A ua = this;
01:30:53 				 ^
01:30:53   missing type arguments for generic class A<T>
01:30:53   where T is a type-variable:
01:30:53     T extends Object declared in class A
01:30:53 X.java:11: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
01:30:53 				 ua.foo = new Object();
01:30:53 				   ^
01:30:53 2 warnings
01:30:53 
01:30:53 
01:30:53 
01:30:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:54 --- javac err: ---
01:30:54 X.java:9: warning: [rawtypes] found raw type: A
01:30:54 				 A ua = a;
01:30:54 				 ^
01:30:54   missing type arguments for generic class A<T>
01:30:54   where T is a type-variable:
01:30:54     T extends Object declared in class A
01:30:54 X.java:10: warning: [unchecked] unchecked assignment to variable foo as member of raw type A
01:30:54 				 ua.foo = new Object();
01:30:54 				   ^
01:30:54 X.java:12: warning: [static] static variable should be qualified by type name, X, instead of by an expression
01:30:54 	                X s = a.foo.ROOT;
01:30:54 	                           ^
01:30:54 3 warnings
01:30:54 
01:30:54 
01:30:54 
01:30:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:55 --- javac err: ---
01:30:55 X.java:13: warning: [static] static variable should be qualified by type name, I, instead of by an expression
01:30:55         return c.CONST;
01:30:55                 ^
01:30:55 X.java:20: warning: [rawtypes] found raw type: Z
01:30:55         Z rawz = z;
01:30:55         ^
01:30:55   missing type arguments for generic class Z<T>
01:30:55   where T is a type-variable:
01:30:55     T extends Serializable,I declared in class Z
01:30:55 X.java:21: warning: [unchecked] unchecked assignment to variable c as member of raw type Z
01:30:55         rawz.c = new Serializable(){};
01:30:55             ^
01:30:55 X.java:17: warning: [serial] serializable class X has no definition of serialVersionUID
01:30:55 public class X implements Serializable, I {
01:30:55        ^
01:30:55 4 warnings
01:30:55 
01:30:56 
01:30:56 
01:30:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:57 --- javac err: ---
01:30:57 X.java:10: warning: [static] static variable should be qualified by type name, I, instead of by an expression
01:30:57 		Value<String> v1 = this.CONST;
01:30:57 		                       ^
01:30:57 1 warning
01:30:57 
01:30:57 
01:30:57 
01:30:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:58 --- javac err: ---
01:30:58 X.java:6: error: method foo in class X cannot be applied to given types;
01:30:58 		foo(cls);
01:30:58 		^
01:30:58   required: Class<T>
01:30:58   found: Class<CAP#1>
01:30:58   reason: inference variable T has incompatible bounds
01:30:58     equality constraints: CAP#1
01:30:58     upper bounds: List<I>
01:30:58   where T,I are type-variables:
01:30:58     T extends List<I> declared in method <I,T>foo(Class<T>)
01:30:58     I extends Object declared in method <I,T>foo(Class<T>)
01:30:58   where CAP#1 is a fresh type-variable:
01:30:58     CAP#1 extends List<?> from capture of ? extends List<?>
01:30:58 1 error
01:30:58 
01:30:58 
01:30:58 
01:30:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:30:59 --- javac err: ---
01:30:59 X.java:7: error: type argument OnlyRunnable is not within bounds of type-variable T
01:30:59 		X<OnlyRunnable> x1 = null; // error
01:30:59 		  ^
01:30:59   where T is a type-variable:
01:30:59     T extends Comparable<T>,Runnable declared in class X
01:30:59 X.java:8: error: type argument OnlyComparable is not within bounds of type-variable T
01:30:59 		X<OnlyComparable> x2 = null; // error
01:30:59 		  ^
01:30:59   where T is a type-variable:
01:30:59     T extends Comparable<T>,Runnable declared in class X
01:30:59 X.java:10: error: type argument ComparableRunnableThrowable is not within bounds of type-variable T
01:30:59 		X<ComparableRunnableThrowable> x4 = null; // ok
01:30:59 		  ^
01:30:59   where T is a type-variable:
01:30:59     T extends Comparable<T>,Runnable declared in class X
01:30:59 X.java:17: error: incompatible types: X<OnlyRunnable> cannot be converted to X<? extends Throwable>
01:30:59 		foo2(x1); // error
01:30:59 		     ^
01:30:59 X.java:18: error: incompatible types: X<OnlyComparable> cannot be converted to X<? extends Throwable>
01:30:59 		foo2(x2); // error
01:30:59 		     ^
01:30:59 X.java:19: error: incompatible types: X<ComparableRunnable> cannot be converted to X<? extends Throwable>
01:30:59 		foo2(x3); // error
01:30:59 		     ^
01:30:59 X.java:26: error: incompatible types: INT#1 cannot be converted to CAP#2
01:30:59 		x.get().compareTo(x.get()); // error
01:30:59 		                       ^
01:30:59   where CAP#1,CAP#2 are fresh type-variables:
01:30:59     CAP#1 extends INT#1 from capture of ?
01:30:59     CAP#2 extends INT#2 from capture of ?
01:30:59   where INT#1,INT#2 are intersection types:
01:30:59     INT#1 extends Object,Comparable<CAP#1>,Runnable
01:30:59     INT#2 extends Object,Comparable<CAP#2>,Runnable
01:30:59 X.java:31: error: incompatible types: INT#1 cannot be converted to CAP#2
01:30:59 		x.get().compareTo(x.get()); // error
01:30:59 		                       ^
01:30:59   where CAP#1,CAP#2 are fresh type-variables:
01:30:59     CAP#1 extends INT#1 from capture of ? extends Throwable
01:30:59     CAP#2 extends INT#2 from capture of ? extends Throwable
01:30:59   where INT#1,INT#2 are intersection types:
01:30:59     INT#1 extends Throwable,Comparable<CAP#1>,Runnable
01:30:59     INT#2 extends Throwable,Comparable<CAP#2>,Runnable
01:30:59 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:30:59 8 errors
01:30:59 
01:30:59 
01:30:59 
01:30:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:00 --- javac err: ---
01:31:00 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
01:31:00 		Zork.this.this();
01:31:00 		          ^
01:31:00 1 error
01:31:00 
01:31:00 
01:31:00 
01:31:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:01 --- javac err: ---
01:31:01 X.java:3: error: cannot select from a type variable
01:31:01 		System.out.println(T[].class);
01:31:01 		                      ^
01:31:01 1 error
01:31:01 
01:31:01 
01:31:01 
01:31:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:02 --- javac err: ---
01:31:02 X.java:3: error: cannot select from a type variable
01:31:02 		System.out.println(T[].class);
01:31:02 		                      ^
01:31:02 1 error
01:31:02 
01:31:02 
01:31:02 
01:31:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:03 --- javac err: ---
01:31:03 X.java:8: error: > expected
01:31:03 		Class<void[]> c6 = void[].class;
01:31:03 		          ^
01:31:03 X.java:8: error: ';' expected
01:31:03 		Class<void[]> c6 = void[].class;
01:31:03 		            ^
01:31:03 X.java:8: error: illegal start of expression
01:31:03 		Class<void[]> c6 = void[].class;
01:31:03 		                   ^
01:31:03 X.java:8: error: ';' expected
01:31:03 		Class<void[]> c6 = void[].class;
01:31:03 		                       ^
01:31:03 X.java:8: error: <identifier> expected
01:31:03 		Class<void[]> c6 = void[].class;
01:31:03 		                               ^
01:31:03 X.java:10: error: reached end of file while parsing
01:31:03 }
01:31:03  ^
01:31:03 6 errors
01:31:03 
01:31:03 
01:31:03 
01:31:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:04 --- javac err: ---
01:31:04 X.java:13: warning: [rawtypes] found raw type: X
01:31:04 	public static class InnerClassThatShowsBug extends X {
01:31:04 	                                                   ^
01:31:04   missing type arguments for generic class X<T>
01:31:04   where T is a type-variable:
01:31:04     T extends Object declared in class X
01:31:04 X.java:15: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
01:31:04 			super(null);
01:31:04 			     ^
01:31:04   where T is a type-variable:
01:31:04     T extends Object declared in class X
01:31:04 X.java:19: error: incompatible types: Object cannot be converted to Entry<String,String>
01:31:04 			for (Map.Entry<String, String> entry : myMap().entrySet()) {
01:31:04 			                                                       ^
01:31:04 1 error
01:31:04 2 warnings
01:31:04 
01:31:04 
01:31:04 
01:31:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:05 --- javac err: ---
01:31:05 X.java:11: error: cannot find symbol
01:31:05 	Zork z;
01:31:05 	^
01:31:05   symbol:   class Zork
01:31:05   location: class C<T>
01:31:05   where T is a type-variable:
01:31:05     T extends Object declared in class C
01:31:05 X.java:15: warning: [rawtypes] found raw type: C
01:31:05     static C.B<Double> c = new C().new B<Double>();
01:31:05                                ^
01:31:05   missing type arguments for generic class C<T>
01:31:05   where T is a type-variable:
01:31:05     T extends Object declared in class C
01:31:05 X.java:18: warning: [rawtypes] found raw type: C
01:31:05         C.B<String> temp = new C().new B<String>();
01:31:05                                ^
01:31:05   missing type arguments for generic class C<T>
01:31:05   where T is a type-variable:
01:31:05     T extends Object declared in class C
01:31:05 X.java:25: warning: [rawtypes] found raw type: C
01:31:05         return new C().new B<Integer>();
01:31:05                    ^
01:31:05   missing type arguments for generic class C<T>
01:31:05   where T is a type-variable:
01:31:05     T extends Object declared in class C
01:31:05 1 error
01:31:05 3 warnings
01:31:05 
01:31:05 
01:31:05 
01:31:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:07 
01:31:07 
01:31:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:08 --- javac err: ---
01:31:08 X.java:14: error: improperly formed type, type arguments given on a raw type
01:31:08     static C.B<Double> c = new C().new B<Double>();
01:31:08               ^
01:31:08 X.java:14: warning: [rawtypes] found raw type: C
01:31:08     static C.B<Double> c = new C().new B<Double>();
01:31:08                                ^
01:31:08   missing type arguments for generic class C<T>
01:31:08   where T is a type-variable:
01:31:08     T extends Object declared in class C
01:31:08 X.java:14: error: improperly formed type, type arguments given on a raw type
01:31:08     static C.B<Double> c = new C().new B<Double>();
01:31:08                                    ^
01:31:08 X.java:17: error: improperly formed type, type arguments given on a raw type
01:31:08         C.B<String> temp = new C().new B<String>();
01:31:08            ^
01:31:08 X.java:17: warning: [rawtypes] found raw type: C
01:31:08         C.B<String> temp = new C().new B<String>();
01:31:08                                ^
01:31:08   missing type arguments for generic class C<T>
01:31:08   where T is a type-variable:
01:31:08     T extends Object declared in class C
01:31:08 X.java:17: error: improperly formed type, type arguments given on a raw type
01:31:08         C.B<String> temp = new C().new B<String>();
01:31:08                                    ^
01:31:08 X.java:23: error: improperly formed type, type arguments given on a raw type
01:31:08     static C.B<? extends Number> bar() {
01:31:08               ^
01:31:08 X.java:24: warning: [rawtypes] found raw type: C
01:31:08         return new C().new B<Integer>();
01:31:08                    ^
01:31:08   missing type arguments for generic class C<T>
01:31:08   where T is a type-variable:
01:31:08     T extends Object declared in class C
01:31:08 X.java:24: error: improperly formed type, type arguments given on a raw type
01:31:08         return new C().new B<Integer>();
01:31:08                        ^
01:31:08 X.java:27: error: improperly formed type, type arguments given on a raw type
01:31:08     static void foo(C.B<?> arg) {
01:31:08                        ^
01:31:08 7 errors
01:31:08 3 warnings
01:31:08 
01:31:08 
01:31:08 
01:31:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:09 --- javac err: ---
01:31:09 X.java:5: warning: [rawtypes] found raw type: A
01:31:09 public class X extends A {
01:31:09                        ^
01:31:09   missing type arguments for generic class A<T>
01:31:09   where T is a type-variable:
01:31:09     T extends Object declared in class A
01:31:09 X.java:7: error: improperly formed type, type arguments given on a raw type
01:31:09 		new Member<String>();
01:31:09 		          ^
01:31:09 X.java:8: error: improperly formed type, type arguments given on a raw type
01:31:09 		new X().new Member<String>();
01:31:09 		        ^
01:31:09 2 errors
01:31:09 1 warning
01:31:09 
01:31:09 
01:31:09 
01:31:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:10 --- javac err: ---
01:31:10 X.java:18: error: incompatible types: bad type in conditional expression
01:31:10 		String s = b ? arg1 : arg2;
01:31:10 		               ^
01:31:10     IX<String> cannot be converted to String
01:31:10 X.java:18: error: incompatible types: bad type in conditional expression
01:31:10 		String s = b ? arg1 : arg2;
01:31:10 		                      ^
01:31:10     IX<CAP#1> cannot be converted to String
01:31:10   where CAP#1 is a fresh type-variable:
01:31:10     CAP#1 extends Object from capture of ? extends Object
01:31:10 X.java:21: error: incompatible types: bad type in conditional expression
01:31:10 		String s = b ? arg1 : arg2;
01:31:10 		               ^
01:31:10     Arg1 cannot be converted to String
01:31:10 X.java:21: error: incompatible types: bad type in conditional expression
01:31:10 		String s = b ? arg1 : arg2;
01:31:10 		                      ^
01:31:10     Arg2 cannot be converted to String
01:31:10 4 errors
01:31:10 
01:31:10 
01:31:10 
01:31:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:11 --- javac err: ---
01:31:11 X.java:8: error: incompatible types: bad type in conditional expression
01:31:11 		String s = b ? l1.get(0) : l2.get(0);
01:31:11 		                     ^
01:31:11     CAP#1 cannot be converted to String
01:31:11   where T is a type-variable:
01:31:11     T extends Comparable<T>,Serializable declared in class X
01:31:11   where CAP#1 is a fresh type-variable:
01:31:11     CAP#1 extends T from capture of ? extends T
01:31:11 X.java:8: error: incompatible types: bad type in conditional expression
01:31:11 		String s = b ? l1.get(0) : l2.get(0);
01:31:11 		                                 ^
01:31:11     CAP#1 cannot be converted to String
01:31:11   where T is a type-variable:
01:31:11     T extends Comparable<T>,Serializable declared in class X
01:31:11   where CAP#1 is a fresh type-variable:
01:31:11     CAP#1 extends Comparable<T> from capture of ? extends Comparable<T>
01:31:11 2 errors
01:31:11 
01:31:11 
01:31:11 
01:31:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:13 --- javac err: ---
01:31:13 X.java:6: error: incompatible types: bad type in conditional expression
01:31:13 		String s = b ? l1.get(0) : l2.get(0);
01:31:13 		                     ^
01:31:13     CAP#1 cannot be converted to String
01:31:13   where V,T are type-variables:
01:31:13     V extends T declared in method <V>foo4(boolean,List<? extends V>,List<? extends Comparable<V>>)
01:31:13     T extends Comparable<T>,Serializable declared in class X
01:31:13   where CAP#1 is a fresh type-variable:
01:31:13     CAP#1 extends V from capture of ? extends V
01:31:13 X.java:6: error: incompatible types: bad type in conditional expression
01:31:13 		String s = b ? l1.get(0) : l2.get(0);
01:31:13 		                                 ^
01:31:13     CAP#1 cannot be converted to String
01:31:13   where V,T are type-variables:
01:31:13     V extends T declared in method <V>foo4(boolean,List<? extends V>,List<? extends Comparable<V>>)
01:31:13     T extends Comparable<T>,Serializable declared in class X
01:31:13   where CAP#1 is a fresh type-variable:
01:31:13     CAP#1 extends Comparable<V> from capture of ? extends Comparable<V>
01:31:13 2 errors
01:31:13 
01:31:13 
01:31:13 
01:31:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:14 --- javac err: ---
01:31:14 X.java:6: warning: [rawtypes] found raw type: X
01:31:14 		X myThing = new X<Object>();
01:31:14 		^
01:31:14   missing type arguments for generic class X<T>
01:31:14   where T is a type-variable:
01:31:14     T extends Object declared in class X
01:31:14 X.java:7: error: incompatible types: Object cannot be converted to Integer
01:31:14 		Integer i = myThing.getList().get(0); // Type Mismatch error - Since
01:31:14 		                                 ^
01:31:14 X.java:24: warning: [rawtypes] found raw type: X
01:31:14 		X myThing = new X<Object>();
01:31:14 		^
01:31:14   missing type arguments for generic class X<T>
01:31:14   where T is a type-variable:
01:31:14     T extends Object declared in class X
01:31:14 X.java:25: warning: [unchecked] unchecked conversion
01:31:14 		List<Integer> l = myThing.getList();
01:31:14 		                                 ^
01:31:14   required: List<Integer>
01:31:14   found:    List
01:31:14 1 error
01:31:14 3 warnings
01:31:14 
01:31:14 
01:31:14 
01:31:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:15 --- javac err: ---
01:31:15 X.java:10: warning: [rawtypes] found raw type: X
01:31:15 	void m(X x) {
01:31:15 	       ^
01:31:15   missing type arguments for generic class X<T>
01:31:15   where T is a type-variable:
01:31:15     T extends Object declared in class X
01:31:15 X.java:11: error: incompatible types: List<String> cannot be converted to List<Object>
01:31:15 		List<Object> l1 = x.foo();
01:31:15 		                       ^
01:31:15 X.java:12: warning: [unchecked] unchecked conversion
01:31:15 		List<Object> l2 = x.bar();
01:31:15 		                       ^
01:31:15   required: List<Object>
01:31:15   found:    List
01:31:15 1 error
01:31:15 2 warnings
01:31:15 
01:31:15 
01:31:15 
01:31:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:16 --- javac err: ---
01:31:16 X.java:10: warning: [rawtypes] found raw type: X
01:31:16 	void m(X x) {
01:31:16 	       ^
01:31:16   missing type arguments for generic class X<T>
01:31:16   where T is a type-variable:
01:31:16     T extends Object declared in class X
01:31:16 X.java:11: warning: [unchecked] unchecked conversion
01:31:16 		List<Object> l1 = x.foo();
01:31:16 		                       ^
01:31:16   required: List<Object>
01:31:16   found:    List
01:31:16 X.java:12: warning: [unchecked] unchecked conversion
01:31:16 		List<Object> l2 = x.bar();
01:31:16 		                       ^
01:31:16   required: List<Object>
01:31:16   found:    List
01:31:16 X.java:13: error: cannot find symbol
01:31:16 		Zork z;
01:31:16 		^
01:31:16   symbol:   class Zork
01:31:16   location: class X<T>
01:31:16   where T is a type-variable:
01:31:16     T extends Object declared in class X
01:31:16 1 error
01:31:16 3 warnings
01:31:16 
01:31:16 
01:31:16 
01:31:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:17 --- javac err: ---
01:31:17 X.java:13: error: Baz has private access in X
01:31:17 public class X extends Foo<X.Baz> {
01:31:17                             ^
01:31:17 1 error
01:31:17 
01:31:17 
01:31:17 
01:31:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:19 
01:31:19 
01:31:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:20 --- javac err: ---
01:31:20 X.java:21: warning: [cast] redundant cast to Collection<Container>
01:31:20 		Collection<?> result2 = (Collection<Container>)foo();
01:31:20 		                        ^
01:31:20 X.java:22: error: incompatible types: no instance(s) of type variable(s) T exist so that Collection<T> conforms to String
01:31:20 		String result3 = foo();
01:31:20 		                    ^
01:31:20   where T is a type-variable:
01:31:20     T extends Container declared in method <T>foo()
01:31:20 X.java:23: error: incompatible types: Collection<Container> cannot be converted to String
01:31:20 		String result4 = (String) foo();		
01:31:20 		                             ^
01:31:20 2 errors
01:31:20 1 warning
01:31:20 
01:31:20 
01:31:20 
01:31:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:23 --- javac err: ---
01:31:23 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
01:31:23 public class X implements java.io.Serializable {
01:31:23        ^
01:31:23 1 warning
01:31:23 
01:31:23 
01:31:23 
01:31:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:24 --- javac err: ---
01:31:24 p/X.java:9: error: cyclic inheritance involving X
01:31:24 public class X extends Super<A<X>> {
01:31:24        ^
01:31:24 1 error
01:31:24 
01:31:24 
01:31:24 
01:31:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:25 --- javac err: ---
01:31:25 p/X.java:9: error: cannot find symbol
01:31:25 public class X extends Super<A<X>> {
01:31:25                        ^
01:31:25   symbol: class Super
01:31:25 p/X.java:2: error: cannot find symbol
01:31:25 import static p.X.Super;
01:31:25 ^
01:31:25   symbol:   static Super
01:31:25   location: class X
01:31:25 2 errors
01:31:25 
01:31:25 
01:31:25 
01:31:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:26 --- javac err: ---
01:31:26 p/X.java:8: error: cyclic inheritance involving X
01:31:26 public class X extends p.X.Super<A<X>> {
01:31:26        ^
01:31:26 p/X.java:8: warning: [static] static class should be qualified by type name, X, instead of by an expression
01:31:26 public class X extends p.X.Super<A<X>> {
01:31:26                           ^
01:31:26 1 error
01:31:26 1 warning
01:31:26 
01:31:26 
01:31:26 
01:31:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:27 
01:31:27 
01:31:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:28 --- javac err: ---
01:31:28 X.java:5: error: incompatible types: no instance(s) of type variable(s) E exist so that List<E> conforms to int
01:31:28 	  int i = asList(a, b);
01:31:28 	                ^
01:31:28   where E is a type-variable:
01:31:28     E extends Object declared in method <E>asList(E,E)
01:31:28 1 error
01:31:28 
01:31:28 
01:31:28 
01:31:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:30 --- javac err: ---
01:31:30 X.java:5: error: incompatible types: Iterable<Comparator<? extends Object>> cannot be converted to Iterable<? extends Comparator<? super Object>>
01:31:30   Iterable<? extends Comparator<? super Object>> itc2 = itc1;
01:31:30                                                         ^
01:31:30 1 error
01:31:30 
01:31:30 
01:31:30 
01:31:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:31 
01:31:31 
01:31:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:33 --- javac err: ---
01:31:33 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Comparator<? super T>
01:31:33 			Comparator<? super T> a,
01:31:33 			                      ^
01:31:33   where T is a type-variable:
01:31:33     T extends Object declared in method <T>compound(Comparator<? super T>,Comparator<? super T>,Comparator<? super T>...)
01:31:33 X.java:7: error: incompatible types: no instance(s) of type variable(s) E exist so that List<E> conforms to int
01:31:33 		int i = asList(a, b, rest);
01:31:33 		              ^
01:31:33   where E is a type-variable:
01:31:33     E extends Object declared in method <E>asList(E,E,E...)
01:31:33 X.java:8: error: incompatible types: no instance(s) of type variable(s) E exist so that List<E> conforms to int
01:31:33 		int j = asList2(a, b);
01:31:33 		               ^
01:31:33   where E is a type-variable:
01:31:33     E extends Object declared in method <E>asList2(E,E)
01:31:33 X.java:14: warning: [unchecked] Possible heap pollution from parameterized vararg type E
01:31:33 	public static <E> List<E> asList(E a, E b, E... rest) {
01:31:33 	                                   ^
01:31:33   where E is a type-variable:
01:31:33     E extends Object declared in method <E>asList(E,E,E...)
01:31:33 2 errors
01:31:33 2 warnings
01:31:33 
01:31:33 
01:31:33 
01:31:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:34 --- javac err: ---
01:31:34 X.java:4: error: incompatible types: Comparator<CAP#1> cannot be converted to int
01:31:34 		int i = cx;
01:31:34 		        ^
01:31:34   where CAP#1 is a fresh type-variable:
01:31:34     CAP#1 extends Object super: X from capture of ? super X
01:31:34 X.java:5: error: incompatible types: Comparator<? super X>[] cannot be converted to int
01:31:34 		int j = cxs;
01:31:34 		        ^
01:31:34 X.java:6: error: incompatible types: Comparator<? super X> cannot be converted to int
01:31:34 		int k = cxs[0];
01:31:34 		           ^
01:31:34 X.java:7: error: incompatible types: no instance(s) of type variable(s) E exist so that List<E> conforms to int
01:31:34 		int l = asList2(cxs[0], cxs[1]);
01:31:34 		               ^
01:31:34   where E is a type-variable:
01:31:34     E extends Object declared in method <E>asList2(E,E)
01:31:34 4 errors
01:31:34 
01:31:34 
01:31:34 
01:31:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:34 
01:31:34 
01:31:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:36 
01:31:36 
01:31:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:38 
01:31:38 
01:31:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:39 
01:31:39 
01:31:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:40 
01:31:40 
01:31:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:41 --- javac err: ---
01:31:41 X.java:9: error: improperly formed type, some parameters are missing
01:31:41 	Reference<X<String>.Other<Thread>.Deeply.Inside> u;
01:31:41 	                                        ^
01:31:41 X.java:9: warning: [rawtypes] found raw type: X.Other.Deeply.Inside
01:31:41 	Reference<X<String>.Other<Thread>.Deeply.Inside> u;
01:31:41 	                                        ^
01:31:41   missing type arguments for generic class X<T>.Other<U>.Deeply.Inside<V>
01:31:41   where V,U,T are type-variables:
01:31:41     V extends Object declared in class X.Other.Deeply.Inside
01:31:41     U extends Object declared in class X.Other
01:31:41     T extends Object declared in class X
01:31:41 1 error
01:31:41 1 warning
01:31:41 
01:31:41 
01:31:41 
01:31:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:44 --- javac err: ---
01:31:44 Y.java:9: warning: [rawtypes] found raw type: X
01:31:44 	Y(X someX) {
01:31:44 	  ^
01:31:44   missing type arguments for generic class X<T>
01:31:44   where T is a type-variable:
01:31:44     T extends Object declared in class X
01:31:44 Y.java:10: warning: [unchecked] unchecked conversion
01:31:44 		this.x = someX.x;
01:31:44 		              ^
01:31:44   required: Reference<Deeply>
01:31:44   found:    Reference
01:31:44 Y.java:11: warning: [unchecked] unchecked conversion
01:31:44 		this. y = someX.y;	
01:31:44 		               ^
01:31:44   required: Reference<Rather>
01:31:44   found:    Reference
01:31:44 Y.java:12: warning: [unchecked] unchecked conversion
01:31:44 		this.z = someX.z;	
01:31:44 		              ^
01:31:44   required: Reference<Inside>
01:31:44   found:    Reference
01:31:44 Y.java:13: warning: [unchecked] unchecked conversion
01:31:44 		this.t = someX.t;
01:31:44 		              ^
01:31:44   required: Reference<X<String>.Other<Thread>.Deeply>
01:31:44   found:    Reference
01:31:44 Y.java:14: warning: [unchecked] unchecked conversion
01:31:44 		this.u = someX.u;		
01:31:44 		              ^
01:31:44   required: Reference<X<String>.Other<Thread>.Deeply.Inside<Number>>
01:31:44   found:    Reference
01:31:44 6 warnings
01:31:44 
01:31:44 
01:31:44 
01:31:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:45 
01:31:45 
01:31:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:46 
01:31:46 
01:31:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:49 
01:31:49 
01:31:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:50 --- javac err: ---
01:31:50 X.java:4: error: method func in class X cannot be applied to given types;
01:31:50                 func(XX.class);
01:31:50                 ^
01:31:50   required: Class<? extends X.XX<A,B>>
01:31:50   found: Class<X.XX>
01:31:50   reason: cannot infer type-variable(s) A,B
01:31:50     (argument mismatch; Class<X.XX> cannot be converted to Class<? extends X.XX<A,B>>)
01:31:50   where A,B are type-variables:
01:31:50     A extends Object declared in method <A,B>func(Class<? extends X.XX<A,B>>)
01:31:50     B extends Object declared in method <A,B>func(Class<? extends X.XX<A,B>>)
01:31:50 X.java:6: error: incompatible types: Class<X.XX> cannot be converted to Class<? extends X.XX<String,String>>
01:31:50                 Class<? extends XX<String,String>> c = XX.class;
01:31:50                                                          ^
01:31:50 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:31:50 2 errors
01:31:50 
01:31:50 
01:31:50 
01:31:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:51 --- javac err: ---
01:31:51 X.java:9: error: type argument ? super A is not within bounds of type-variable V
01:31:51 		D<?, ? super A> d1 = null;
01:31:51 		     ^
01:31:51   where V,U are type-variables:
01:31:51     V extends U declared in class D
01:31:51     U extends A declared in class D
01:31:51 X.java:11: error: type argument C is not within bounds of type-variable V
01:31:51 		D<B, C> d3 = null;
01:31:51 		     ^
01:31:51   where V,U are type-variables:
01:31:51     V extends U declared in class D
01:31:51     U extends A declared in class D
01:31:51 2 errors
01:31:51 
01:31:51 
01:31:51 
01:31:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:52 
01:31:52 
01:31:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:53 --- javac err: ---
01:31:53 X.java:3: error: type argument V is not within bounds of type-variable U
01:31:53 public class X<V extends Z<V>> extends Z<V>{
01:31:53                            ^
01:31:53   where V,U are type-variables:
01:31:53     V extends Z<V> declared in class X
01:31:53     U extends Y<U> declared in class Z
01:31:53 X.java:3: error: type argument V is not within bounds of type-variable U
01:31:53 public class X<V extends Z<V>> extends Z<V>{
01:31:53                                          ^
01:31:53   where V,U are type-variables:
01:31:53     V extends Z<V> declared in class X
01:31:53     U extends Y<U> declared in class Z
01:31:53 2 errors
01:31:53 
01:31:53 
01:31:53 
01:31:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:54 
01:31:54 
01:31:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:55 
01:31:55 
01:31:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:56 --- javac err: ---
01:31:56 X.java:5: error: variable mObj might not have been initialized
01:31:56 			Object o1 = mObj;
01:31:56 			            ^
01:31:56 1 error
01:31:56 
01:31:56 
01:31:56 
01:31:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:57 --- javac err: ---
01:31:57 X.java:6: error: cannot assign a value to final variable mObj
01:31:57 			mObj = "1";
01:31:57 			^
01:31:57 X.java:8: error: cannot assign a value to final variable mObj
01:31:57 		Object o2 = mObj = "2";
01:31:57 		            ^
01:31:57 X.java:11: error: cannot assign a value to final variable mObj
01:31:57 			mObj = "3";
01:31:57 			^
01:31:57 3 errors
01:31:57 
01:31:57 
01:31:57 
01:31:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:31:58 --- javac err: ---
01:31:58 X.java:9: error: type argument ? super A is not within bounds of type-variable V
01:31:58 		D<?, ? super A> d1 = null;
01:31:58 		     ^
01:31:58   where V,U are type-variables:
01:31:58     V extends U declared in class D
01:31:58     U extends A declared in class D
01:31:58 X.java:11: error: type argument C is not within bounds of type-variable V
01:31:58 		D<B, C> d3 = null;
01:31:58 		     ^
01:31:58   where V,U are type-variables:
01:31:58     V extends U declared in class D
01:31:58     U extends A declared in class D
01:31:58 2 errors
01:31:58 
01:31:58 
01:31:58 
01:31:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:00 
01:32:00 
01:32:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:01 --- javac err: ---
01:32:01 Foo.java:3: error: type argument ? extends B is not within bounds of type-variable F
01:32:01     Bar(Foo<? extends B> bar) {}
01:32:01             ^
01:32:01   where B,F are type-variables:
01:32:01     B extends Object declared in class Foo.Bar
01:32:01     F extends Enum<F> declared in class Foo
01:32:01 1 error
01:32:01 
01:32:01 
01:32:01 
01:32:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:02 --- javac err: ---
01:32:02 example/Container.java:8: error: type argument ? extends T1 is not within bounds of type-variable U
01:32:02 			Container<?, ? extends T1, ?> b, 
01:32:02 			             ^
01:32:02   where T1,U1,V1,T,U are type-variables:
01:32:02     T1 extends Object declared in method <T1,U1,V1>f(Container<?,?,?>,Container<?,? extends T1,?>,Container<T1,U1,V1>,Container<? extends T1,? extends U1,? extends V1>,Container<T1,? extends U1,? extends V1>,Container<T1,? extends U1,A<T>>,Container<T1,U1,A<U1>>,Container<T1,U1,A<T1>>)
01:32:02     U1 extends T1 declared in method <T1,U1,V1>f(Container<?,?,?>,Container<?,? extends T1,?>,Container<T1,U1,V1>,Container<? extends T1,? extends U1,? extends V1>,Container<T1,? extends U1,? extends V1>,Container<T1,? extends U1,A<T>>,Container<T1,U1,A<U1>>,Container<T1,U1,A<T1>>)
01:32:02     V1 extends A<T1> declared in method <T1,U1,V1>f(Container<?,?,?>,Container<?,? extends T1,?>,Container<T1,U1,V1>,Container<? extends T1,? extends U1,? extends V1>,Container<T1,? extends U1,? extends V1>,Container<T1,? extends U1,A<T>>,Container<T1,U1,A<U1>>,Container<T1,U1,A<T1>>)
01:32:02     T extends Object declared in interface Container
01:32:02     U extends T declared in interface Container
01:32:02 example/Container.java:10: error: type argument ? extends U1 is not within bounds of type-variable U
01:32:02 			Container<? extends T1, ? extends U1, ? extends V1> d, 
01:32:02 			                        ^
01:32:02   where U1,T1,V1,T,U are type-variables:
01:32:02     U1 extends T1 declared in method <T1,U1,V1>f(Container<?,?,?>,Container<?,? extends T1,?>,Container<T1,U1,V1>,Container<? extends T1,? extends U1,? extends V1>,Container<T1,? extends U1,? extends V1>,Container<T1,? extends U1,A<T>>,Container<T1,U1,A<U1>>,Container<T1,U1,A<T1>>)
01:32:02     T1 extends Object declared in method <T1,U1,V1>f(Container<?,?,?>,Container<?,? extends T1,?>,Container<T1,U1,V1>,Container<? extends T1,? extends U1,? extends V1>,Container<T1,? extends U1,? extends V1>,Container<T1,? extends U1,A<T>>,Container<T1,U1,A<U1>>,Container<T1,U1,A<T1>>)
01:32:02     V1 extends A<T1> declared in method <T1,U1,V1>f(Container<?,?,?>,Container<?,? extends T1,?>,Container<T1,U1,V1>,Container<? extends T1,? extends U1,? extends V1>,Container<T1,? extends U1,? extends V1>,Container<T1,? extends U1,A<T>>,Container<T1,U1,A<U1>>,Container<T1,U1,A<T1>>)
01:32:02     T extends Object declared in interface Container
01:32:02     U extends T declared in interface Container
01:32:02 example/Container.java:12: error: type argument A<T> is not within bounds of type-variable V
01:32:02 			Container<T1, ? extends U1, A<T>> f, 
01:32:02 			                             ^
01:32:02   where T,V are type-variables:
01:32:02     T extends Object declared in interface Container
01:32:02     V extends A<T> declared in interface Container
01:32:02 example/Container.java:13: error: type argument A<U1> is not within bounds of type-variable V
01:32:02 			Container<T1, U1, A<U1>> g,
01:32:02 			                   ^
01:32:02   where U1,T1,V1,T,V are type-variables:
01:32:02     U1 extends T1 declared in method <T1,U1,V1>f(Container<?,?,?>,Container<?,? extends T1,?>,Container<T1,U1,V1>,Container<? extends T1,? extends U1,? extends V1>,Container<T1,? extends U1,? extends V1>,Container<T1,? extends U1,A<T>>,Container<T1,U1,A<U1>>,Container<T1,U1,A<T1>>)
01:32:02     T1 extends Object declared in method <T1,U1,V1>f(Container<?,?,?>,Container<?,? extends T1,?>,Container<T1,U1,V1>,Container<? extends T1,? extends U1,? extends V1>,Container<T1,? extends U1,? extends V1>,Container<T1,? extends U1,A<T>>,Container<T1,U1,A<U1>>,Container<T1,U1,A<T1>>)
01:32:02     V1 extends A<T1> declared in method <T1,U1,V1>f(Container<?,?,?>,Container<?,? extends T1,?>,Container<T1,U1,V1>,Container<? extends T1,? extends U1,? extends V1>,Container<T1,? extends U1,? extends V1>,Container<T1,? extends U1,A<T>>,Container<T1,U1,A<U1>>,Container<T1,U1,A<T1>>)
01:32:02     T extends Object declared in interface Container
01:32:02     V extends A<T> declared in interface Container
01:32:02 4 errors
01:32:02 
01:32:02 
01:32:02 
01:32:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:03 --- javac err: ---
01:32:03 example/Container2.java:8: error: type argument ? extends T1 is not within bounds of type-variable U
01:32:03 			Container2<?, ? extends T1, ?> b, 
01:32:03 			              ^
01:32:03   where T1,U1,V1,T,U are type-variables:
01:32:03     T1 extends Object declared in method <T1,U1,V1>g(Container2<?,?,?>,Container2<?,? extends T1,?>,Container2<T1,U1,V1>,Container2<? extends T1,? extends U1,? extends V1>,Container2<T1,? extends U1,? extends V1>,Container2<T1,? extends U1,A<T>>,Container2<T1,U1,A<U1>>,Container2<? extends T1,U1,? extends V1>)
01:32:03     U1 extends T1 declared in method <T1,U1,V1>g(Container2<?,?,?>,Container2<?,? extends T1,?>,Container2<T1,U1,V1>,Container2<? extends T1,? extends U1,? extends V1>,Container2<T1,? extends U1,? extends V1>,Container2<T1,? extends U1,A<T>>,Container2<T1,U1,A<U1>>,Container2<? extends T1,U1,? extends V1>)
01:32:03     V1 extends A<? extends T1> declared in method <T1,U1,V1>g(Container2<?,?,?>,Container2<?,? extends T1,?>,Container2<T1,U1,V1>,Container2<? extends T1,? extends U1,? extends V1>,Container2<T1,? extends U1,? extends V1>,Container2<T1,? extends U1,A<T>>,Container2<T1,U1,A<U1>>,Container2<? extends T1,U1,? extends V1>)
01:32:03     T extends Object declared in interface Container2
01:32:03     U extends T declared in interface Container2
01:32:03 example/Container2.java:10: error: type argument ? extends U1 is not within bounds of type-variable U
01:32:03 			Container2<? extends T1, ? extends U1, ? extends V1> d, 
01:32:03 			                         ^
01:32:03   where U1,T1,V1,T,U are type-variables:
01:32:03     U1 extends T1 declared in method <T1,U1,V1>g(Container2<?,?,?>,Container2<?,? extends T1,?>,Container2<T1,U1,V1>,Container2<? extends T1,? extends U1,? extends V1>,Container2<T1,? extends U1,? extends V1>,Container2<T1,? extends U1,A<T>>,Container2<T1,U1,A<U1>>,Container2<? extends T1,U1,? extends V1>)
01:32:03     T1 extends Object declared in method <T1,U1,V1>g(Container2<?,?,?>,Container2<?,? extends T1,?>,Container2<T1,U1,V1>,Container2<? extends T1,? extends U1,? extends V1>,Container2<T1,? extends U1,? extends V1>,Container2<T1,? extends U1,A<T>>,Container2<T1,U1,A<U1>>,Container2<? extends T1,U1,? extends V1>)
01:32:03     V1 extends A<? extends T1> declared in method <T1,U1,V1>g(Container2<?,?,?>,Container2<?,? extends T1,?>,Container2<T1,U1,V1>,Container2<? extends T1,? extends U1,? extends V1>,Container2<T1,? extends U1,? extends V1>,Container2<T1,? extends U1,A<T>>,Container2<T1,U1,A<U1>>,Container2<? extends T1,U1,? extends V1>)
01:32:03     T extends Object declared in interface Container2
01:32:03     U extends T declared in interface Container2
01:32:03 example/Container2.java:12: error: type argument A<T> is not within bounds of type-variable V
01:32:03 			Container2<T1, ? extends U1, A<T>> f, 
01:32:03 			                              ^
01:32:03   where T,V are type-variables:
01:32:03     T extends Object declared in interface Container2
01:32:03     V extends A<? extends T> declared in interface Container2
01:32:03 example/Container2.java:14: error: type argument U1 is not within bounds of type-variable U
01:32:03 			Container2<? extends T1, U1, ? extends V1> h);
01:32:03 			                         ^
01:32:03   where U1,T1,V1,T,U are type-variables:
01:32:03     U1 extends T1 declared in method <T1,U1,V1>g(Container2<?,?,?>,Container2<?,? extends T1,?>,Container2<T1,U1,V1>,Container2<? extends T1,? extends U1,? extends V1>,Container2<T1,? extends U1,? extends V1>,Container2<T1,? extends U1,A<T>>,Container2<T1,U1,A<U1>>,Container2<? extends T1,U1,? extends V1>)
01:32:03     T1 extends Object declared in method <T1,U1,V1>g(Container2<?,?,?>,Container2<?,? extends T1,?>,Container2<T1,U1,V1>,Container2<? extends T1,? extends U1,? extends V1>,Container2<T1,? extends U1,? extends V1>,Container2<T1,? extends U1,A<T>>,Container2<T1,U1,A<U1>>,Container2<? extends T1,U1,? extends V1>)
01:32:03     V1 extends A<? extends T1> declared in method <T1,U1,V1>g(Container2<?,?,?>,Container2<?,? extends T1,?>,Container2<T1,U1,V1>,Container2<? extends T1,? extends U1,? extends V1>,Container2<T1,? extends U1,? extends V1>,Container2<T1,? extends U1,A<T>>,Container2<T1,U1,A<U1>>,Container2<? extends T1,U1,? extends V1>)
01:32:03     T extends Object declared in interface Container2
01:32:03     U extends T declared in interface Container2
01:32:03 4 errors
01:32:03 
01:32:03 
01:32:03 
01:32:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:04 --- javac err: ---
01:32:04 example/Container3.java:8: error: type argument ? extends T1 is not within bounds of type-variable U
01:32:04 			Container3<?, ? extends T1, ?> b, 
01:32:04 			              ^
01:32:04   where T1,U1,V1,T,U are type-variables:
01:32:04     T1 extends Object declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     U1 extends T1 declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     V1 extends A<? super T1> declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     T extends Object declared in interface Container3
01:32:04     U extends T declared in interface Container3
01:32:04 example/Container3.java:10: error: type argument ? extends U1 is not within bounds of type-variable U
01:32:04 			Container3<? extends T1, ? extends U1, ? extends V1> d, 
01:32:04 			                         ^
01:32:04   where U1,T1,V1,T,U are type-variables:
01:32:04     U1 extends T1 declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     T1 extends Object declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     V1 extends A<? super T1> declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     T extends Object declared in interface Container3
01:32:04     U extends T declared in interface Container3
01:32:04 example/Container3.java:12: error: type argument A<T> is not within bounds of type-variable V
01:32:04 			Container3<T1, ? extends U1, A<T>> f, 
01:32:04 			                              ^
01:32:04   where T,V are type-variables:
01:32:04     T extends Object declared in interface Container3
01:32:04     V extends A<? super T> declared in interface Container3
01:32:04 example/Container3.java:13: error: type argument A<U1> is not within bounds of type-variable V
01:32:04 			Container3<T1, U1, A<U1>> g, 
01:32:04 			                    ^
01:32:04   where U1,T1,V1,T,V are type-variables:
01:32:04     U1 extends T1 declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     T1 extends Object declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     V1 extends A<? super T1> declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     T extends Object declared in interface Container3
01:32:04     V extends A<? super T> declared in interface Container3
01:32:04 example/Container3.java:14: error: type argument U1 is not within bounds of type-variable U
01:32:04 			Container3<? extends T1, U1, ? extends V1> h, 
01:32:04 			                         ^
01:32:04   where U1,T1,V1,T,U are type-variables:
01:32:04     U1 extends T1 declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     T1 extends Object declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     V1 extends A<? super T1> declared in method <T1,U1,V1>g(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,A<T>>,Container3<T1,U1,A<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,A<? super T>>,Container3<T1,? extends U1,A>)
01:32:04     T extends Object declared in interface Container3
01:32:04     U extends T declared in interface Container3
01:32:04 example/Container3.java:15: error: type argument A<? super T> is not within bounds of type-variable V
01:32:04 			Container3<T1, ? extends U1, A<? super T>> i, 
01:32:04 			                              ^
01:32:04   where T,V are type-variables:
01:32:04     T extends Object declared in interface Container3
01:32:04     V extends A<? super T> declared in interface Container3
01:32:04 example/Container3.java:16: error: type argument A is not within bounds of type-variable V
01:32:04 			Container3<T1, ? extends U1, A> j);
01:32:04 			                             ^
01:32:04   where V,T are type-variables:
01:32:04     V extends A<? super T> declared in interface Container3
01:32:04     T extends Object declared in interface Container3
01:32:04 example/Container3.java:16: warning: [rawtypes] found raw type: A
01:32:04 			Container3<T1, ? extends U1, A> j);
01:32:04 			                             ^
01:32:04 
01:32:04   missing type arguments for generic class A<E>
01:32:04 
01:32:04   where E is a type-variable:
01:32:04     E extends Object declared in class A
01:32:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:04 example/Container3.java:20: error: type argument ? extends T1 is not within bounds of type-variable U
01:32:04 			Container3<?, ? extends T1, ?> b, 
01:32:04 			              ^
01:32:04   where T1,U1,V1,T,U are type-variables:
01:32:04     T1 extends Object declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     U1 extends T1 declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     V1 extends B<? super T1> declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     T extends Object declared in interface Container3
01:32:04     U extends T declared in interface Container3
01:32:04 example/Container3.java:22: error: type argument ? extends U1 is not within bounds of type-variable U
01:32:04 			Container3<? extends T1, ? extends U1, ? extends V1> d, 
01:32:04 			                         ^
01:32:04   where U1,T1,V1,T,U are type-variables:
01:32:04     U1 extends T1 declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     T1 extends Object declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     V1 extends B<? super T1> declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     T extends Object declared in interface Container3
01:32:04     U extends T declared in interface Container3
01:32:04 example/Container3.java:24: error: type argument B<T> is not within bounds of type-variable V
01:32:04 			Container3<T1, ? extends U1, B<T>> f, 
01:32:04 			                              ^
01:32:04   where T,V are type-variables:
01:32:04     T extends Object declared in interface Container3
01:32:04     V extends A<? super T> declared in interface Container3
01:32:04 example/Container3.java:25: error: type argument B<U1> is not within bounds of type-variable V
01:32:04 			Container3<T1, U1, B<U1>> g, 
01:32:04 			                    ^
01:32:04   where U1,T1,V1,T,V are type-variables:
01:32:04     U1 extends T1 declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     T1 extends Object declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     V1 extends B<? super T1> declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     T extends Object declared in interface Container3
01:32:04     V extends A<? super T> declared in interface Container3
01:32:04 example/Container3.java:26: error: type argument U1 is not within bounds of type-variable U
01:32:04 			Container3<? extends T1, U1, ? extends V1> h, 
01:32:04 			                         ^
01:32:04   where U1,T1,V1,T,U are type-variables:
01:32:04     U1 extends T1 declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     T1 extends Object declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     V1 extends B<? super T1> declared in method <T1,U1,V1>h(Container3<?,?,?>,Container3<?,? extends T1,?>,Container3<T1,U1,V1>,Container3<? extends T1,? extends U1,? extends V1>,Container3<T1,? extends U1,? extends V1>,Container3<T1,? extends U1,B<T>>,Container3<T1,U1,B<U1>>,Container3<? extends T1,U1,? extends V1>,Container3<T1,? extends U1,B<? super T>>,Container3<T1,? extends U1,B>)
01:32:04     T extends Object declared in interface Container3
01:32:04     U extends T declared in interface Container3
01:32:04 example/Container3.java:27: error: type argument B<? super T> is not within bounds of type-variable V
01:32:04 			Container3<T1, ? extends U1, B<? super T>> i, 
01:32:04 			                              ^
01:32:04   where T,V are type-variables:
01:32:04     T extends Object declared in interface Container3
01:32:04     V extends A<? super T> declared in interface Container3
01:32:04 example/Container3.java:28: error: type argument B is not within bounds of type-variable V
01:32:04 			Container3<T1, ? extends U1, B> j);
01:32:04 			                             ^
01:32:04   where V,T are type-variables:
01:32:04     V extends A<? super T> declared in interface Container3
01:32:04     T extends Object declared in interface Container3
01:32:04 example/Container3.java:28: warning: [rawtypes] found raw type: B
01:32:04 			Container3<T1, ? extends U1, B> j);
01:32:04 			                             ^
01:32:04   missing type arguments for generic class B<E>
01:32:04   where E is a type-variable:
01:32:04     E extends Object declared in class B
01:32:04 14 errors
01:32:04 2 warnings
01:32:04 
01:32:05 
01:32:05 
01:32:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:07 --- javac err: ---
01:32:07 X.java:4: error: incompatible types: String cannot be converted to CAP#1
01:32:07 		(b ? xs : xn).field = xs.field;
01:32:07 		                        ^
01:32:07   where CAP#1 is a fresh type-variable:
01:32:07     CAP#1 extends Serializable from capture of ? extends Serializable
01:32:07 1 error
01:32:07 
01:32:07 
01:32:07 
01:32:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:07 --- javac err: ---
01:32:07 X.java:4: error: incompatible types: Integer cannot be converted to CAP#1
01:32:07 		(b ? x1 : x2).field = x1.field;
01:32:07 		                        ^
01:32:07   where CAP#1 is a fresh type-variable:
01:32:07     CAP#1 extends INT#1 from capture of ? extends INT#1
01:32:07   where INT#1,INT#2 are intersection types:
01:32:07     INT#1 extends Number,Comparable<? extends INT#2>
01:32:07     INT#2 extends Number,Comparable<?>
01:32:07 1 error
01:32:07 
01:32:07 
01:32:07 
01:32:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:09 --- javac err: ---
01:32:09 X.java:4: error: incompatible types: CAP#1 cannot be converted to CAP#2
01:32:09 		(b ? x1 : x2).field = (b ? x1 : x2).field;
01:32:09 		                                   ^
01:32:09   where CAP#1,CAP#2 are fresh type-variables:
01:32:09     CAP#1 extends INT#1 from capture of ? extends INT#1
01:32:09     CAP#2 extends INT#3 from capture of ? extends INT#3
01:32:09   where INT#1,INT#2,INT#3,INT#4 are intersection types:
01:32:09     INT#1 extends Number,Comparable<? extends INT#2>
01:32:09     INT#2 extends Number,Comparable<?>
01:32:09     INT#3 extends Number,Comparable<? extends INT#4>
01:32:09     INT#4 extends Number,Comparable<?>
01:32:09 1 error
01:32:09 
01:32:09 
01:32:09 
01:32:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:10 --- javac err: ---
01:32:10 X.java:4: error: incompatible types: C cannot be converted to CAP#1
01:32:10 		(b ? x1 : x2).field = new C();
01:32:10 		                      ^
01:32:10   where CAP#1 is a fresh type-variable:
01:32:10     CAP#1 extends C from capture of ? extends C
01:32:10 1 error
01:32:10 
01:32:10 
01:32:10 
01:32:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:11 
01:32:11 
01:32:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:12 
01:32:12 
01:32:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:13 
01:32:13 
01:32:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:14 --- javac err: ---
01:32:14 X.java:1: error: unexpected type
01:32:14 public class X<T extends Object&V, V> {}
01:32:14                                 ^
01:32:14   required: class
01:32:14   found:    type parameter V
01:32:14   where V is a type-variable:
01:32:14     V extends Object declared in class X
01:32:14 1 error
01:32:14 
01:32:14 
01:32:14 
01:32:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:15 --- javac err: ---
01:32:15 X.java:2: error: a type variable may not be followed by other bounds
01:32:15 	public static <S, T extends Comparable<S>, R extends S & T> R max1(T arg1, S arg2) {
01:32:15 	                                                         ^
01:32:15 X.java:3: warning: [unchecked] unchecked cast
01:32:15 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
01:32:15 		           ^
01:32:15   required: R
01:32:15   found:    Object
01:32:15   where R,S,T are type-variables:
01:32:15     R extends S declared in method <S,T,R>max1(T,S)
01:32:15     S extends Object declared in method <S,T,R>max1(T,S)
01:32:15     T extends Comparable<S> declared in method <S,T,R>max1(T,S)
01:32:15 X.java:6: error: a type variable may not be followed by other bounds
01:32:15 	public static <T extends Comparable<S>, S, R extends S & Comparable<S>> R max2(T arg1, S arg2) {
01:32:15 	                                                                   ^
01:32:15 X.java:7: warning: [unchecked] unchecked cast
01:32:15 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
01:32:15 		           ^
01:32:15   required: R
01:32:15   found:    Object
01:32:15   where R,T,S are type-variables:
01:32:15     R extends S declared in method <T,S,R>max2(T,S)
01:32:15     T extends Comparable<S> declared in method <T,S,R>max2(T,S)
01:32:15     S extends Object declared in method <T,S,R>max2(T,S)
01:32:15 X.java:11: warning: [unchecked] unchecked cast
01:32:15 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
01:32:15 		           ^
01:32:15   required: R
01:32:15   found:    Object
01:32:15   where R,T,S are type-variables:
01:32:15     R extends Comparable<S> declared in method <T,S,R>max3(T,S)
01:32:15     T extends Comparable<S> declared in method <T,S,R>max3(T,S)
01:32:15     S extends Object declared in method <T,S,R>max3(T,S)
01:32:15 2 errors
01:32:15 3 warnings
01:32:15 
01:32:15 
01:32:15 
01:32:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:17 --- javac err: ---
01:32:17 X.java:5: error: name clash: <T#1,S#1,R#1>max(T#1,S#1) and <S#2,T#2,R#2>max(T#2,S#2) have the same erasure
01:32:17 	public static <T extends Comparable<S>, S, R extends S & Comparable<S>> R max(T arg1, S arg2) {
01:32:17 	                                                                          ^
01:32:17   where T#1,S#1,R#1,S#2,T#2,R#2 are type-variables:
01:32:17     T#1 extends Comparable<S#1> declared in method <T#1,S#1,R#1>max(T#1,S#1)
01:32:17     S#1 extends Object declared in method <T#1,S#1,R#1>max(T#1,S#1)
01:32:17     R#1 extends S#1,Comparable<S#1> declared in method <T#1,S#1,R#1>max(T#1,S#1)
01:32:17     S#2 extends Object declared in method <S#2,T#2,R#2>max(T#2,S#2)
01:32:17     T#2 extends Comparable<S#2> declared in method <S#2,T#2,R#2>max(T#2,S#2)
01:32:17     R#2 extends S#2,T#2 declared in method <S#2,T#2,R#2>max(T#2,S#2)
01:32:17 X.java:8: error: name clash: <T#1,S#1,R#1>max(T#1,S#1) and <S#2,T#2,R#2>max(T#2,S#2) have the same erasure
01:32:17 	public static <T extends Comparable<S>, S, R extends Comparable<S>> R max(T arg1, S arg2) {
01:32:17 	                                                                      ^
01:32:17   where T#1,S#1,R#1,S#2,T#2,R#2 are type-variables:
01:32:17     T#1 extends Comparable<S#1> declared in method <T#1,S#1,R#1>max(T#1,S#1)
01:32:17     S#1 extends Object declared in method <T#1,S#1,R#1>max(T#1,S#1)
01:32:17     R#1 extends Comparable<S#1> declared in method <T#1,S#1,R#1>max(T#1,S#1)
01:32:17     S#2 extends Object declared in method <S#2,T#2,R#2>max(T#2,S#2)
01:32:17     T#2 extends Comparable<S#2> declared in method <S#2,T#2,R#2>max(T#2,S#2)
01:32:17     R#2 extends S#2,T#2 declared in method <S#2,T#2,R#2>max(T#2,S#2)
01:32:17 X.java:2: error: a type variable may not be followed by other bounds
01:32:17 	public static <S, T extends Comparable<S>, R extends S & T> R max(T arg1, S arg2) {
01:32:17 	                                                         ^
01:32:17 X.java:3: warning: [unchecked] unchecked cast
01:32:17 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
01:32:17 		           ^
01:32:17   required: R
01:32:17   found:    Object
01:32:17   where R,S,T are type-variables:
01:32:17     R extends S declared in method <S,T,R>max(T,S)
01:32:17     S extends Object declared in method <S,T,R>max(T,S)
01:32:17     T extends Comparable<S> declared in method <S,T,R>max(T,S)
01:32:17 X.java:5: error: a type variable may not be followed by other bounds
01:32:17 	public static <T extends Comparable<S>, S, R extends S & Comparable<S>> R max(T arg1, S arg2) {
01:32:17 	                                                                   ^
01:32:17 X.java:6: warning: [unchecked] unchecked cast
01:32:17 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
01:32:17 		           ^
01:32:17   required: R
01:32:17   found:    Object
01:32:17   where R,T,S are type-variables:
01:32:17     R extends S declared in method <T,S,R>max(T,S)
01:32:17     T extends Comparable<S> declared in method <T,S,R>max(T,S)
01:32:17     S extends Object declared in method <T,S,R>max(T,S)
01:32:17 X.java:9: warning: [unchecked] unchecked cast
01:32:17 		return (R) ((arg1.compareTo(arg2) > 0) ? arg1 : arg2);
01:32:17 		           ^
01:32:17   required: R
01:32:17   found:    Object
01:32:17   where R,T,S are type-variables:
01:32:17     R extends Comparable<S> declared in method <T,S,R>max(T,S)
01:32:17     T extends Comparable<S> declared in method <T,S,R>max(T,S)
01:32:17     S extends Object declared in method <T,S,R>max(T,S)
01:32:17 4 errors
01:32:17 3 warnings
01:32:17 
01:32:17 
01:32:17 
01:32:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:18 --- javac err: ---
01:32:18 X.java:1: error: cannot find symbol
01:32:18 public class X<T extends Zork & Zork & Object> {
01:32:18                          ^
01:32:18   symbol: class Zork
01:32:18 X.java:1: error: cannot find symbol
01:32:18 public class X<T extends Zork & Zork & Object> {
01:32:18                                 ^
01:32:18   symbol: class Zork
01:32:18 2 errors
01:32:18 
01:32:18 
01:32:18 
01:32:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:19 --- javac err: ---
01:32:19 X.java:1: error: cannot find symbol
01:32:19 public class X<T extends Zork & Runnable> {
01:32:19                          ^
01:32:19   symbol: class Zork
01:32:19 1 error
01:32:19 
01:32:19 
01:32:19 
01:32:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:20 --- javac err: ---
01:32:20 X.java:1: error: cannot find symbol
01:32:20 public class X<T extends Zork & Runnable> {
01:32:20                          ^
01:32:20   symbol: class Zork
01:32:20 X.java:3: warning: [rawtypes] found raw type: X
01:32:20 	void foo(X x) {
01:32:20 	         ^
01:32:20   missing type arguments for generic class X<T>
01:32:20   where T is a type-variable:
01:32:20     T declared in class X
01:32:20 1 error
01:32:20 1 warning
01:32:20 
01:32:20 
01:32:20 
01:32:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:21 --- javac err: ---
01:32:21 X.java:3: error: name clash: <A,B>foo(Class<X<A,B>>) and <T>foo(Class<X>) have the same erasure
01:32:21 	<A, B> void foo(Class<X<A, B>> c) {}
01:32:21 	            ^
01:32:21   where A,B,T are type-variables:
01:32:21     A extends Object declared in method <A,B>foo(Class<X<A,B>>)
01:32:21     B extends Object declared in method <A,B>foo(Class<X<A,B>>)
01:32:21     T extends Object declared in method <T>foo(Class<X>)
01:32:21 X.java:5: error: method foo2(Class<X<U,V>>) is already defined in class X
01:32:21 	<A, B> void foo2(Class<X<U, V>> c) {}
01:32:21 	            ^
01:32:21   where U,V are type-variables:
01:32:21     U extends Object declared in class X
01:32:21     V extends Object declared in class X
01:32:21 2 errors
01:32:21 
01:32:21 
01:32:21 
01:32:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:22 --- javac err: ---
01:32:22 X.java:5: error: incompatible types: X<CAP#1> cannot be converted to X<? extends String>
01:32:22 		x1 = (X<? extends String>) x2;
01:32:22 		                           ^
01:32:22   where CAP#1 is a fresh type-variable:
01:32:22     CAP#1 extends Number from capture of ? extends Number
01:32:22 X.java:8: error: incompatible types: X<CAP#1> cannot be converted to X<? extends String>
01:32:22 		x1 = (X<? extends String>) x2;
01:32:22 		                           ^
01:32:22   where CAP#1 is a fresh type-variable:
01:32:22     CAP#1 extends Runnable from capture of ? extends Runnable
01:32:22 2 errors
01:32:22 
01:32:22 
01:32:22 
01:32:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:23 --- javac err: ---
01:32:23 X.java:4: warning: [unchecked] unchecked cast
01:32:23 		x1 = (X<? extends Serializable>) x2;
01:32:23 		                                 ^
01:32:23   required: X<? extends Serializable>
01:32:23   found:    X<CAP#1>
01:32:23   where CAP#1 is a fresh type-variable:
01:32:23     CAP#1 extends Runnable from capture of ? extends Runnable
01:32:23 X.java:7: error: incompatible types: X<CAP#1> cannot be converted to X<? extends Runnable>
01:32:23 		x1 = (X<? extends Runnable>) x2;
01:32:23 		                             ^
01:32:23   where CAP#1 is a fresh type-variable:
01:32:23     CAP#1 extends String from capture of ? extends String
01:32:23 1 error
01:32:23 1 warning
01:32:23 
01:32:23 
01:32:23 
01:32:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:24 --- javac err: ---
01:32:24 X.java:3: error: incompatible types: Integer cannot be converted to S
01:32:24         S a = (S) i; // error?
01:32:24                   ^
01:32:24   where S,T are type-variables:
01:32:24     S extends Comparable<T> declared in method <T,S>foo(Integer)
01:32:24     T extends String declared in method <T,S>foo(Integer)
01:32:24 X.java:6: warning: [unchecked] unchecked cast
01:32:24         U a = (U) i; // unchecked?
01:32:24                   ^
01:32:24   required: U
01:32:24   found:    Integer
01:32:24   where U is a type-variable:
01:32:24     U extends Comparable<U> declared in method <U>bar(Integer)
01:32:24 1 error
01:32:24 1 warning
01:32:24 
01:32:24 
01:32:24 
01:32:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:26 --- javac err: ---
01:32:26 X.java:3: warning: [unchecked] unchecked cast
01:32:26         S a = (S) n; // unchecked?
01:32:26                   ^
01:32:26   required: S
01:32:26   found:    Number
01:32:26   where S,T are type-variables:
01:32:26     S extends Comparable<T> declared in method <T,S>foo(Number)
01:32:26     T extends String declared in method <T,S>foo(Number)
01:32:26 X.java:6: warning: [unchecked] unchecked cast
01:32:26         U a = (U) n; // unchecked?
01:32:26                   ^
01:32:26   required: U
01:32:26   found:    Number
01:32:26   where U is a type-variable:
01:32:26     U extends Comparable<U> declared in method <U>bar(Number)
01:32:26 2 warnings
01:32:26 
01:32:26 
01:32:26 
01:32:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:27 --- javac err: ---
01:32:27 X.java:3: warning: [unchecked] unchecked cast
01:32:27         S a = (S) i; // unchecked1?
01:32:27                   ^
01:32:27   required: S
01:32:27   found:    Integer
01:32:27   where S,U,T are type-variables:
01:32:27     S extends Comparable<T> declared in method <U,T,S>foo2(Integer)
01:32:27     U extends Integer declared in method <U,T,S>foo2(Integer)
01:32:27     T extends U declared in method <U,T,S>foo2(Integer)
01:32:27 X.java:4: warning: [unchecked] unchecked cast
01:32:27         Comparable<T> b = (Comparable<T>) i; // unchecked2?
01:32:27                                           ^
01:32:27   required: Comparable<T>
01:32:27   found:    Integer
01:32:27   where T,U,S are type-variables:
01:32:27     T extends U declared in method <U,T,S>foo2(Integer)
01:32:27     U extends Integer declared in method <U,T,S>foo2(Integer)
01:32:27     S extends Comparable<T> declared in method <U,T,S>foo2(Integer)
01:32:27 X.java:7: error: incompatible types: Integer cannot be converted to S
01:32:27         S a = (S) i; // error?
01:32:27                   ^
01:32:27   where S,U,T are type-variables:
01:32:27     S extends Comparable<T> declared in method <U,T,S>foo3(Integer)
01:32:27     U extends String declared in method <U,T,S>foo3(Integer)
01:32:27     T extends U declared in method <U,T,S>foo3(Integer)
01:32:27 X.java:8: error: incompatible types: Integer cannot be converted to Comparable<T>
01:32:27         Comparable<T> b = (Comparable<T>) i; // error3?
01:32:27                                           ^
01:32:27   where T,U,S are type-variables:
01:32:27     T extends U declared in method <U,T,S>foo3(Integer)
01:32:27     U extends String declared in method <U,T,S>foo3(Integer)
01:32:27     S extends Comparable<T> declared in method <U,T,S>foo3(Integer)
01:32:27 2 errors
01:32:27 2 warnings
01:32:27 
01:32:27 
01:32:27 
01:32:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:28 --- javac err: ---
01:32:28 X.java:9: error: cannot find symbol
01:32:28 	Zork z;
01:32:28 	^
01:32:28   symbol:   class Zork
01:32:28   location: class X
01:32:28 1 error
01:32:28 
01:32:28 
01:32:28 
01:32:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:29 --- javac err: ---
01:32:29 X.java:4: error: incompatible types: ArrayList<Object> cannot be converted to List<? extends String>
01:32:29                 Object o = (List<? extends String>) a; // ko
01:32:29                                                     ^
01:32:29 X.java:7: error: incompatible types: List<Object> cannot be converted to ArrayList<? extends String>
01:32:29                 Object o = (ArrayList<? extends String>) a; // ko
01:32:29                                                          ^
01:32:29 2 errors
01:32:29 
01:32:29 
01:32:29 
01:32:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:30 --- javac err: ---
01:32:30 X.java:5: error: incompatible types: X<CAP#1> cannot be converted to X<B>
01:32:30                 X<B> bar = (X<B>) param; // unchecked warning vs error
01:32:30                                   ^
01:32:30   where CAP#1 is a fresh type-variable:
01:32:30     CAP#1 extends Object super: A from capture of ? super A
01:32:30 1 error
01:32:30 
01:32:30 
01:32:30 
01:32:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:31 --- javac err: ---
01:32:31 X.java:4: error: incomparable types: Class<CAP#1> and Class<Object>
01:32:31 		if (t.getClass() == Object.class)
01:32:31 		                 ^
01:32:31   where CAP#1 is a fresh type-variable:
01:32:31     CAP#1 extends X from capture of ? extends X
01:32:31 1 error
01:32:31 
01:32:31 
01:32:31 
01:32:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:33 --- javac err: ---
01:32:33 java/lang/Class.java:1: error: package exists in another module: java.base
01:32:33 package java.lang;
01:32:33 ^
01:32:33 1 error
01:32:33 
01:32:33 ----------------------------------------
01:32:33 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1195 - 10
01:32:33 java/lang/Class.java [
01:32:33 package java.lang;
01:32:33 public class Class<T> {
01:32:33 	Class<? super T> getSuperclass() { return null; }
01:32:33 	void foo() {
01:32:33 		boolean foo = getSuperclass() == Enum.class;
01:32:33 	}
01:32:33 }
01:32:33 
01:32:33 ]
01:32:33 
01:32:33 
01:32:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:34 
01:32:34 
01:32:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:35 --- javac err: ---
01:32:35 X.java:9: warning: [rawtypes] found raw type: YYY
01:32:35 		Class<? extends YYY> ybb = yb.getClass();
01:32:35 		                ^
01:32:35   missing type arguments for generic class YYY<T>
01:32:35   where T is a type-variable:
01:32:35     T extends B declared in class YYY
01:32:35 X.java:10: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends YYY<?>>
01:32:35 		Class<? extends YYY<?>> ybb2 = yb.getClass();
01:32:35 		                                          ^
01:32:35   where CAP#1 is a fresh type-variable:
01:32:35     CAP#1 extends YYY from capture of ? extends YYY
01:32:35 X.java:11: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends YYY<? extends B>>
01:32:35 		Class<? extends YYY<? extends B>> ybb3 = yb.getClass();
01:32:35 		                                                    ^
01:32:35   where CAP#1 is a fresh type-variable:
01:32:35     CAP#1 extends YYY from capture of ? extends YYY
01:32:35 2 errors
01:32:35 1 warning
01:32:35 
01:32:35 
01:32:35 
01:32:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:37 
01:32:37 
01:32:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:38 
01:32:38 
01:32:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:39 
01:32:39 
01:32:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:40 --- javac err: ---
01:32:40 X.java:17: warning: [unchecked] unchecked cast
01:32:40 		return (Map<Class<?>, X>) make(type, value);//2
01:32:40 		                              ^
01:32:40   required: X.Map<Class<?>,X>
01:32:40   found:    X.Map<Class<CAP#1>,X>
01:32:40   where CAP#1 is a fresh type-variable:
01:32:40     CAP#1 extends Object from capture of ?
01:32:40 X.java:25: error: incompatible types: X.Map<Class<X>,X> cannot be converted to X.Map<Class<?>,X>
01:32:40 		return (Map<Class<?>, X>) make(X.class, value);//4
01:32:40 		                              ^
01:32:40 1 error
01:32:40 1 warning
01:32:40 
01:32:40 
01:32:40 
01:32:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:42 
01:32:42 
01:32:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:43 --- javac err: ---
01:32:43 X.java:5: error: cannot find symbol
01:32:43         X.<Zork>foo();
01:32:43            ^
01:32:43   symbol:   class Zork
01:32:43   location: class X
01:32:43 1 error
01:32:43 
01:32:43 
01:32:43 
01:32:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:44 
01:32:44 
01:32:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:45 --- javac err: ---
01:32:45 X.java:16: error: method foobar in class Y cannot be applied to given types;
01:32:45 	  this.<String,String>foobar(one, two);
01:32:45 	      ^
01:32:45   required: String,String
01:32:45   found: String,String
01:32:45   reason: wrong number of type arguments; required 1
01:32:45 1 error
01:32:45 
01:32:45 
01:32:45 
01:32:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:46 
01:32:46 
01:32:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:47 
01:32:47 
01:32:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:48 
01:32:48 
01:32:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:50 
01:32:50 
01:32:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:51 
01:32:51 
01:32:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:52 --- javac err: ---
01:32:52 X.java:6: error: method throwE in class X cannot be applied to given types;
01:32:52     	throwE(objs);
01:32:52     	^
01:32:52   required: E
01:32:52   found: Object[]
01:32:52   reason: inference variable E has incompatible bounds
01:32:52     upper bounds: Exception
01:32:52     lower bounds: Object[]
01:32:52   where E is a type-variable:
01:32:52     E extends Exception declared in method <E>throwE(E)
01:32:52 1 error
01:32:52 
01:32:52 
01:32:52 
01:32:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:53 
01:32:53 
01:32:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:54 --- javac err: ---
01:32:54 X.java:6: error: method throwE in class X cannot be applied to given types;
01:32:54     	throwE(objs);
01:32:54     	^
01:32:54   required: E,Object[]
01:32:54   found: Object[]
01:32:54   reason: inference variable E has incompatible bounds
01:32:54     upper bounds: Exception
01:32:54     lower bounds: Object[]
01:32:54   where E is a type-variable:
01:32:54     E extends Exception declared in method <E>throwE(E,Object...)
01:32:54 1 error
01:32:54 
01:32:54 
01:32:54 
01:32:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:56 --- javac err: ---
01:32:56 X.java:6: error: incompatible types: no unique maximal instance exists for type variable E with upper bounds Object[],Exception
01:32:56     	Object[] o  = throwE(objs);
01:32:56     	                    ^
01:32:56   where E is a type-variable:
01:32:56     E extends Exception declared in method <E>throwE(Object...)
01:32:56 1 error
01:32:56 
01:32:56 
01:32:56 
01:32:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:57 --- javac err: ---
01:32:57 X.java:4: error: cannot find symbol
01:32:57 		Zork z;
01:32:57 		^
01:32:57   symbol:   class Zork
01:32:57   location: class X
01:32:57 1 error
01:32:57 
01:32:57 
01:32:57 
01:32:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:57 
01:32:57 
01:32:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:58 --- javac err: ---
01:32:58 X.java:2: error: I cannot be inherited with different arguments: <U> and <T>
01:32:58 class Y<T extends Z, U extends T> extends X<T> implements I<U>, J {}
01:32:58 ^
01:32:58 1 error
01:32:58 
01:32:58 
01:32:58 
01:32:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:32:59 
01:32:59 
01:32:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:00 
01:33:00 
01:33:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:01 --- javac err: ---
01:33:01 X.java:8: error: A.P.pval is defined in an inaccessible class or interface
01:33:01 		int pval = myA.box.t.pval;// intermediate access through P already flagged as error
01:33:01 		                    ^
01:33:01 1 error
01:33:01 
01:33:01 
01:33:01 
01:33:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:02 --- javac err: ---
01:33:02 X.java:8: error: A.P.pval is defined in an inaccessible class or interface
01:33:02 		int pval = myA.box.t.pval;// intermediate access through P already flagged as error
01:33:02 		                    ^
01:33:02 1 error
01:33:02 
01:33:02 
01:33:02 
01:33:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:03 --- javac err: ---
01:33:03 X.java:8: error: A.P.pval is defined in an inaccessible class or interface
01:33:03 		int pval = myA.box.t.pval;// intermediate access through P already flagged as error
01:33:03 		                    ^
01:33:03 1 error
01:33:03 
01:33:03 
01:33:03 
01:33:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:05 --- javac err: ---
01:33:05 X.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
01:33:05 		((List) stringList).add(new Integer(1000));
01:33:05 		                        ^
01:33:05 X.java:9: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:33:05 		((List) stringList).add(new Integer(1000));
01:33:05 		                       ^
01:33:05   where E is a type-variable:
01:33:05     E extends Object declared in interface List
01:33:05 2 warnings
01:33:05 
01:33:05 
01:33:05 
01:33:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:06 --- javac err: ---
01:33:06 X.java:5: error: incompatible types: Object cannot be converted to CAP#1
01:33:06                 list.add(list.remove(0));
01:33:06                                     ^
01:33:06   where CAP#1 is a fresh type-variable:
01:33:06     CAP#1 extends Object from capture of ?
01:33:06 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:33:06 1 error
01:33:06 
01:33:06 
01:33:06 
01:33:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:07 --- javac err: ---
01:33:07 X.java:4: warning: [rawtypes] found raw type: List
01:33:07 		Set<List> listSet = new HashSet<List>();
01:33:07 		    ^
01:33:07   missing type arguments for generic class List<E>
01:33:07   where E is a type-variable:
01:33:07     E extends Object declared in interface List
01:33:07 X.java:4: warning: [rawtypes] found raw type: List
01:33:07 		Set<List> listSet = new HashSet<List>();
01:33:07 		                                ^
01:33:07   missing type arguments for generic class List<E>
01:33:07   where E is a type-variable:
01:33:07     E extends Object declared in interface List
01:33:07 X.java:5: warning: [rawtypes] found raw type: List
01:33:07 		Set<List> otherListSet = new HashSet<List>();
01:33:07 		    ^
01:33:07   missing type arguments for generic class List<E>
01:33:07   where E is a type-variable:
01:33:07     E extends Object declared in interface List
01:33:07 X.java:5: warning: [rawtypes] found raw type: List
01:33:07 		Set<List> otherListSet = new HashSet<List>();
01:33:07 		                                     ^
01:33:07   missing type arguments for generic class List<E>
01:33:07   where E is a type-variable:
01:33:07     E extends Object declared in interface List
01:33:07 X.java:11: error: incompatible types: Set<String> cannot be converted to String
01:33:07 		otherStringSet.add((String) stringSet);		
01:33:07 		                            ^
01:33:07 1 error
01:33:07 4 warnings
01:33:07 
01:33:07 
01:33:07 
01:33:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:08 --- javac err: ---
01:33:08 X.java:1: error: cannot find symbol
01:33:08 public class X<T extends Zork & Runnable> {
01:33:08                          ^
01:33:08   symbol: class Zork
01:33:08 1 error
01:33:08 
01:33:08 
01:33:08 
01:33:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:10 --- javac err: ---
01:33:10 X.java:9: error: incompatible types: IsABug[] cannot be converted to String
01:33:10     	String s1 = IsABug.values();
01:33:10     	                         ^
01:33:10 X.java:10: error: incompatible types: IsABug cannot be converted to String
01:33:10     	String s2 = IsABug.valueOf(s1);
01:33:10     	                          ^
01:33:10 2 errors
01:33:10 
01:33:10 
01:33:10 
01:33:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:11 
01:33:11 
01:33:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:13 
01:33:13 
01:33:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:14 --- javac err: ---
01:33:14 X.java:7: error: cannot find symbol
01:33:14 		Zork z;
01:33:14 		^
01:33:14   symbol:   class Zork
01:33:14   location: class X<T>
01:33:14   where T is a type-variable:
01:33:14     T extends Object declared in class X
01:33:14 1 error
01:33:14 
01:33:14 
01:33:14 
01:33:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:14 
01:33:14 
01:33:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:15 --- javac err: ---
01:33:15 X.java:1: warning: [rawtypes] found raw type: Class
01:33:15 public class X<U extends Class> {
01:33:15                          ^
01:33:15   missing type arguments for generic class Class<T>
01:33:15   where T is a type-variable:
01:33:15     T extends Object declared in class Class
01:33:15 1 warning
01:33:15 
01:33:15 
01:33:15 
01:33:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:16 --- javac err: ---
01:33:16 X.java:1: warning: [rawtypes] found raw type: Class
01:33:16 public class X<U extends Class> {
01:33:16                          ^
01:33:16   missing type arguments for generic class Class<T>
01:33:16   where T is a type-variable:
01:33:16     T extends Object declared in class Class
01:33:16 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:16 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:16 		  ^
01:33:16   missing type arguments for generic class Class<T>
01:33:16   where T is a type-variable:
01:33:16     T extends Object declared in class Class
01:33:16 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:16 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:16 		                                                      ^
01:33:16   missing type arguments for generic class Class<T>
01:33:16   where T is a type-variable:
01:33:16     T extends Object declared in class Class
01:33:16 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:16 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:16 		                                                                             ^
01:33:16   missing type arguments for generic class Class<T>
01:33:16   where T is a type-variable:
01:33:16     T extends Object declared in class Class
01:33:16 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:16 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:16 		                                                                                                     ^
01:33:16   missing type arguments for generic class Class<T>
01:33:16   where T is a type-variable:
01:33:16     T extends Object declared in class Class
01:33:16 Z.java:4: error: incompatible types: X<Class> cannot be converted to String
01:33:16 		String s = binString.$new$().root();
01:33:16 		                                 ^
01:33:16 1 error
01:33:16 5 warnings
01:33:16 
01:33:16 
01:33:16 
01:33:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:17 --- javac err: ---
01:33:17 X.java:1: warning: [rawtypes] found raw type: Class
01:33:17 public class X<U extends Class> {
01:33:17                          ^
01:33:17   missing type arguments for generic class Class<T>
01:33:17   where T is a type-variable:
01:33:17     T extends Object declared in class Class
01:33:17 1 warning
01:33:17 
01:33:18 --- javac err: ---
01:33:18 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:18 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:18 		  ^
01:33:18   missing type arguments for generic class Class<T>
01:33:18   where T is a type-variable:
01:33:18     T extends Object declared in class Class
01:33:18 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:18 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:18 		                                                      ^
01:33:18   missing type arguments for generic class Class<T>
01:33:18   where T is a type-variable:
01:33:18     T extends Object declared in class Class
01:33:18 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:18 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:18 		                                                                             ^
01:33:18   missing type arguments for generic class Class<T>
01:33:18   where T is a type-variable:
01:33:18     T extends Object declared in class Class
01:33:18 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:18 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:18 		                                                                                                     ^
01:33:18   missing type arguments for generic class Class<T>
01:33:18   where T is a type-variable:
01:33:18     T extends Object declared in class Class
01:33:18 Z.java:4: error: incompatible types: X<Class> cannot be converted to String
01:33:18 		String s = binString.$new$().root();
01:33:18 		                                 ^
01:33:18 1 error
01:33:18 4 warnings
01:33:18 
01:33:18 
01:33:18 
01:33:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:19 --- javac err: ---
01:33:19 X.java:1: warning: [rawtypes] found raw type: Class
01:33:19 public class X<U extends Class> {
01:33:19                          ^
01:33:19   missing type arguments for generic class Class<T>
01:33:19   where T is a type-variable:
01:33:19     T extends Object declared in class Class
01:33:19 1 warning
01:33:19 
01:33:21 --- javac err: ---
01:33:21 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:21 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:21 		  ^
01:33:21   missing type arguments for generic class Class<T>
01:33:21   where T is a type-variable:
01:33:21     T extends Object declared in class Class
01:33:21 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:21 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:21 		                                                      ^
01:33:21   missing type arguments for generic class Class<T>
01:33:21   where T is a type-variable:
01:33:21     T extends Object declared in class Class
01:33:21 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:21 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:21 		                                                                             ^
01:33:21   missing type arguments for generic class Class<T>
01:33:21   where T is a type-variable:
01:33:21     T extends Object declared in class Class
01:33:21 Z.java:3: warning: [rawtypes] found raw type: Class
01:33:21 		X<Class>.Binner.BinnerInner<String> binString = new X<Class>(null, null).new Binner().new BinnerInner<String>();
01:33:21 		                                                                                                     ^
01:33:21   missing type arguments for generic class Class<T>
01:33:21   where T is a type-variable:
01:33:21     T extends Object declared in class Class
01:33:21 Z.java:4: warning: [rawtypes] found raw type: Class
01:33:21 		X<Class>.Binner.BinnerInner<Number> binNumber = binString.$new$();
01:33:21 		  ^
01:33:21   missing type arguments for generic class Class<T>
01:33:21   where T is a type-variable:
01:33:21     T extends Object declared in class Class
01:33:21 5 warnings
01:33:21 
01:33:21 
01:33:21 
01:33:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:22 --- javac err: ---
01:33:22 X.java:9: warning: [rawtypes] found raw type: SuperInterface
01:33:22 	public interface SubInterface extends SuperInterface {
01:33:22 	                                      ^
01:33:22   missing type arguments for generic class SuperInterface<E>
01:33:22   where E is a type-variable:
01:33:22     E extends Object declared in interface SuperInterface
01:33:22 X.java:11: warning: [rawtypes] found raw type: SuperInterface
01:33:22 		public SubInterface and(SuperInterface s);
01:33:22 		                        ^
01:33:22   missing type arguments for generic class SuperInterface<E>
01:33:22   where E is a type-variable:
01:33:22     E extends Object declared in interface SuperInterface
01:33:22 2 warnings
01:33:22 
01:33:22 
01:33:22 
01:33:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:23 
01:33:23 
01:33:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:25 --- javac err: ---
01:33:25 X.java:2: warning: [rawtypes] found raw type: G
01:33:25 	void a3(G x) {} 
01:33:25 	        ^
01:33:25   missing type arguments for generic class G<T2>
01:33:25   where T2 is a type-variable:
01:33:25     T2 extends Object declared in class G
01:33:25 X.java:7: warning: [rawtypes] found raw type: H
01:33:25 		H hraw = null;
01:33:25 		^
01:33:25   missing type arguments for generic class H<T3>
01:33:25   where T3 is a type-variable:
01:33:25     T3 extends Object declared in class H
01:33:25 X.java:8: error: reference to a3 is ambiguous
01:33:25 		new X().a3(hx);
01:33:25 		       ^
01:33:25   both method a3(G) in X and method <T>a3(T) in X match
01:33:25   where T is a type-variable:
01:33:25     T extends F<X> declared in method <T>a3(T)
01:33:25 X.java:9: error: reference to a3 is ambiguous
01:33:25 		new X().a3(hraw);
01:33:25 		       ^
01:33:25   both method a3(G) in X and method <T>a3(T) in X match
01:33:25   where T is a type-variable:
01:33:25     T extends F<X> declared in method <T>a3(T)
01:33:25 2 errors
01:33:25 2 warnings
01:33:25 
01:33:25 
01:33:25 
01:33:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:26 --- javac err: ---
01:33:26 X.java:7: warning: [rawtypes] found raw type: H
01:33:26 		H hraw = null;
01:33:26 		^
01:33:26   missing type arguments for generic class H<T3>
01:33:26   where T3 is a type-variable:
01:33:26     T3 extends Object declared in class H
01:33:26 X.java:9: warning: [unchecked] unchecked method invocation: method a3 in class X is applied to given types
01:33:26 		new X().a3(hraw);
01:33:26 		          ^
01:33:26   required: T
01:33:26   found: H
01:33:26   where T is a type-variable:
01:33:26     T extends G<X> declared in method <T>a3(T)
01:33:26 2 warnings
01:33:26 
01:33:26 
01:33:26 
01:33:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:27 --- javac err: ---
01:33:27 X.java:9: warning: [rawtypes] found raw type: SuperInterface
01:33:27 	public interface SubInterface extends SuperInterface, OtherSubInterface {
01:33:27 	                                      ^
01:33:27   missing type arguments for generic class SuperInterface<E>
01:33:27   where E is a type-variable:
01:33:27     E extends Object declared in interface SuperInterface
01:33:27 X.java:9: warning: [rawtypes] found raw type: OtherSubInterface
01:33:27 	public interface SubInterface extends SuperInterface, OtherSubInterface {
01:33:27 	                                                      ^
01:33:27   missing type arguments for generic class OtherSubInterface<U>
01:33:27   where U is a type-variable:
01:33:27     U extends Object declared in interface OtherSubInterface
01:33:27 X.java:11: warning: [rawtypes] found raw type: SuperInterface
01:33:27 		public SubInterface and(SuperInterface s);
01:33:27 		                        ^
01:33:27   missing type arguments for generic class SuperInterface<E>
01:33:27   where E is a type-variable:
01:33:27     E extends Object declared in interface SuperInterface
01:33:27 3 warnings
01:33:27 
01:33:27 
01:33:27 
01:33:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:28 --- javac err: ---
01:33:28 X.java:3: warning: [unchecked] unchecked call to and(SuperInterface<U>) as a member of the raw type OtherSubInterface
01:33:28 		SubInterface sub3 = sub1.and(sub2);
01:33:28 		                            ^
01:33:28   where U is a type-variable:
01:33:28     U extends Object declared in interface OtherSubInterface
01:33:28 X.java:3: error: incompatible types: OtherSubInterface cannot be converted to SubInterface
01:33:28 		SubInterface sub3 = sub1.and(sub2);
01:33:28 		                            ^
01:33:28 X.java:9: warning: [rawtypes] found raw type: SuperInterface
01:33:28 	public interface SubInterface extends SuperInterface, OtherSubInterface {
01:33:28 	                                      ^
01:33:28   missing type arguments for generic class SuperInterface<E>
01:33:28   where E is a type-variable:
01:33:28     E extends Object declared in interface SuperInterface
01:33:28 X.java:9: warning: [rawtypes] found raw type: OtherSubInterface
01:33:28 	public interface SubInterface extends SuperInterface, OtherSubInterface {
01:33:28 	                                                      ^
01:33:28   missing type arguments for generic class OtherSubInterface<U>
01:33:28   where U is a type-variable:
01:33:28     U extends Object declared in interface OtherSubInterface
01:33:28 1 error
01:33:28 3 warnings
01:33:28 
01:33:28 
01:33:28 
01:33:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:29 --- javac err: ---
01:33:29 X.java:3: error: incompatible types: OtherSubInterface cannot be converted to SubInterface
01:33:29 		SubInterface sub3 = sub1.and(sub2);
01:33:29 		                            ^
01:33:29 X.java:9: warning: [rawtypes] found raw type: SuperInterface
01:33:29 	public interface SubInterface extends SuperInterface, OtherSubInterface {
01:33:29 	                                      ^
01:33:29   missing type arguments for generic class SuperInterface<E>
01:33:29   where E is a type-variable:
01:33:29     E extends Object declared in interface SuperInterface
01:33:29 X.java:11: warning: [rawtypes] found raw type: SuperInterface
01:33:29 	public interface OtherSubInterface extends SuperInterface {
01:33:29 	                                           ^
01:33:29   missing type arguments for generic class SuperInterface<E>
01:33:29   where E is a type-variable:
01:33:29     E extends Object declared in interface SuperInterface
01:33:29 X.java:12: warning: [rawtypes] found raw type: SuperInterface
01:33:29 		public OtherSubInterface and(SuperInterface a);
01:33:29 		                             ^
01:33:29   missing type arguments for generic class SuperInterface<E>
01:33:29   where E is a type-variable:
01:33:29     E extends Object declared in interface SuperInterface
01:33:29 1 error
01:33:29 3 warnings
01:33:29 
01:33:29 
01:33:29 
01:33:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:30 --- javac err: ---
01:33:30 X.java:3: error: reference to and is ambiguous
01:33:30 		SubInterface sub3 = sub1.and(sub2);
01:33:30 		                        ^
01:33:30   both method and(SuperInterface) in OtherSubInterface and method and(SuperInterface) in SubInterface match
01:33:30 X.java:3: error: incompatible types: OtherSubInterface cannot be converted to SubInterface
01:33:30 		SubInterface sub3 = sub1.and(sub2);
01:33:30 		                            ^
01:33:30 X.java:9: warning: [rawtypes] found raw type: SuperInterface
01:33:30 	public interface SubInterface extends SuperInterface {
01:33:30 	                                      ^
01:33:30   missing type arguments for generic class SuperInterface<E>
01:33:30   where E is a type-variable:
01:33:30     E extends Object declared in interface SuperInterface
01:33:30 X.java:11: warning: [rawtypes] found raw type: SuperInterface
01:33:30 		public SubInterface and(SuperInterface s);
01:33:30 		                        ^
01:33:30   missing type arguments for generic class SuperInterface<E>
01:33:30   where E is a type-variable:
01:33:30     E extends Object declared in interface SuperInterface
01:33:30 X.java:13: error: types OtherSubInterface and SubInterface are incompatible; both define and(X.SuperInterface), but with unrelated return types
01:33:30 	public interface CombinedSubInterface extends SubInterface, OtherSubInterface {}
01:33:30 	       ^
01:33:30 X.java:15: warning: [rawtypes] found raw type: SuperInterface
01:33:30 	public interface OtherSubInterface extends SuperInterface {
01:33:30 	                                           ^
01:33:30   missing type arguments for generic class SuperInterface<E>
01:33:30   where E is a type-variable:
01:33:30     E extends Object declared in interface SuperInterface
01:33:30 X.java:16: warning: [rawtypes] found raw type: SuperInterface
01:33:30 		public OtherSubInterface and(SuperInterface a);
01:33:30 		                             ^
01:33:30   missing type arguments for generic class SuperInterface<E>
01:33:30   where E is a type-variable:
01:33:30     E extends Object declared in interface SuperInterface
01:33:30 3 errors
01:33:30 4 warnings
01:33:30 
01:33:30 
01:33:30 
01:33:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:31 --- javac err: ---
01:33:31 X.java:9: warning: [rawtypes] found raw type: SuperInterface
01:33:31 	public interface SubInterface extends SuperInterface {
01:33:31 	                                      ^
01:33:31   missing type arguments for generic class SuperInterface<E>
01:33:31   where E is a type-variable:
01:33:31     E extends Object declared in interface SuperInterface
01:33:31 X.java:11: warning: [rawtypes] found raw type: SuperInterface
01:33:31 		public SubInterface and(SuperInterface s);
01:33:31 		                        ^
01:33:31   missing type arguments for generic class SuperInterface<E>
01:33:31   where E is a type-variable:
01:33:31     E extends Object declared in interface SuperInterface
01:33:31 X.java:14: warning: [rawtypes] found raw type: SuperInterface
01:33:31 		public OtherSubInterface and(SuperInterface a);
01:33:31 		                             ^
01:33:31   missing type arguments for generic class SuperInterface<E>
01:33:31   where E is a type-variable:
01:33:31     E extends Object declared in interface SuperInterface
01:33:31 3 warnings
01:33:31 
01:33:32 
01:33:32 
01:33:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:33 --- javac err: ---
01:33:33 X.java:8: warning: [rawtypes] found raw type: SuperInterface
01:33:33 	public interface SubInterface extends SuperInterface {
01:33:33 	                                      ^
01:33:33   missing type arguments for generic class SuperInterface<E>
01:33:33   where E is a type-variable:
01:33:33     E extends Object declared in interface SuperInterface
01:33:33 X.java:10: warning: [rawtypes] found raw type: SuperInterface
01:33:33 	public interface OtherSubInterface extends SuperInterface {
01:33:33 	                                           ^
01:33:33   missing type arguments for generic class SuperInterface<E>
01:33:33   where E is a type-variable:
01:33:33     E extends Object declared in interface SuperInterface
01:33:33 X.java:11: warning: [rawtypes] found raw type: SuperInterface
01:33:33 		public CombinedSubInterface and(SuperInterface a);
01:33:33 		                                ^
01:33:33   missing type arguments for generic class SuperInterface<E>
01:33:33   where E is a type-variable:
01:33:33     E extends Object declared in interface SuperInterface
01:33:33 3 warnings
01:33:33 
01:33:33 
01:33:33 
01:33:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:34 
01:33:34 
01:33:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:35 
01:33:35 
01:33:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:36 --- javac err: ---
01:33:36 X.java:14: error: Entry has private access in Pool
01:33:36 abstract class Pool<E extends Pool.Entry<E>> {
01:33:36                                   ^
01:33:36 1 error
01:33:36 
01:33:36 
01:33:36 
01:33:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:37 --- javac err: ---
01:33:37 X.java:1: error: Private has private access in Secondary
01:33:37 public class X<T extends Secondary.Private> {
01:33:37                                   ^
01:33:37 1 error
01:33:37 
01:33:37 
01:33:37 
01:33:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:38 --- javac err: ---
01:33:38 X.java:1: error: Private has private access in X
01:33:38 public class X<T extends X.Private> {
01:33:38                           ^
01:33:38 1 error
01:33:38 
01:33:38 
01:33:38 
01:33:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:40 
01:33:40 
01:33:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:41 --- javac err: ---
01:33:41 X.java:6: error: method eval in class X cannot be applied to given types;
01:33:41 		X.<Foo<?, ?>> eval(foo);
01:33:41 		 ^
01:33:41   required: T
01:33:41   found: Foo<CAP#1,CAP#2>
01:33:41   reason: explicit type argument Foo<?,?> does not conform to declared bound(s) Iterable<Foo<?,?>>
01:33:41   where T is a type-variable:
01:33:41     T extends Iterable<T> declared in method <T>eval(T)
01:33:41   where CAP#1,CAP#2 are fresh type-variables:
01:33:41     CAP#1 extends Object from capture of ?
01:33:41     CAP#2 extends Object from capture of ?
01:33:41 1 error
01:33:41 
01:33:41 
01:33:41 
01:33:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:43 
01:33:43 
01:33:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:44 --- javac err: ---
01:33:44 X.java:8: warning: [rawtypes] found raw type: Sub
01:33:44         static Sub<?>[] ARRAY = new Sub[] { };
01:33:44                                     ^
01:33:44   missing type arguments for generic class Sub<T>
01:33:44   where T is a type-variable:
01:33:44     T extends Object declared in interface Sub
01:33:44 1 warning
01:33:44 
01:33:44 
01:33:44 
01:33:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:45 --- javac err: ---
01:33:45 X.java:7: warning: [rawtypes] found raw type: Sub
01:33:45         static Sub<?>[] ARRAY = new Sub[] { };
01:33:45                                     ^
01:33:45   missing type arguments for generic class Sub<T>
01:33:45   where T is a type-variable:
01:33:45     T extends Object declared in interface Sub
01:33:45 1 warning
01:33:45 
01:33:45 
01:33:45 
01:33:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:46 --- javac err: ---
01:33:46 X.java:2: error: cannot find symbol
01:33:46 	Zork z;
01:33:46 	^
01:33:46   symbol:   class Zork
01:33:46   location: class X
01:33:46 X.java:10: warning: [unchecked] unchecked conversion
01:33:46 		C<String> c = getB().getC();
01:33:46 		                         ^
01:33:46   required: C<String>
01:33:46   found:    C
01:33:46 1 error
01:33:46 1 warning
01:33:46 
01:33:46 
01:33:46 
01:33:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:47 --- javac err: ---
01:33:47 X.java:2: error: cannot find symbol
01:33:47 	Zork z;
01:33:47 	^
01:33:47   symbol:   class Zork
01:33:47   location: class X
01:33:47 1 error
01:33:47 
01:33:47 
01:33:47 
01:33:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:48 --- javac err: ---
01:33:48 X.java:9: warning: [rawtypes] found raw type: Sub
01:33:48         static Sub<String>[] ARRAY = new Sub[] { };
01:33:48                                          ^
01:33:48   missing type arguments for generic class Sub<T>
01:33:48   where T is a type-variable:
01:33:48     T extends Object declared in interface Sub
01:33:48 X.java:9: warning: [unchecked] unchecked conversion
01:33:48         static Sub<String>[] ARRAY = new Sub[] { };
01:33:48                                      ^
01:33:48   required: Sub<String>[]
01:33:48   found:    Sub[]
01:33:48 2 warnings
01:33:48 
01:33:49 
01:33:49 
01:33:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:50 
01:33:50 
01:33:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:51 --- javac err: ---
01:33:51 X.java:7: warning: [rawtypes] found raw type: Sub
01:33:51         static Sub<?>[] ARRAY = new Sub[] { };
01:33:51                                     ^
01:33:51   missing type arguments for generic class Sub<T>
01:33:51   where T is a type-variable:
01:33:51     T extends Object declared in interface Sub
01:33:51 1 warning
01:33:51 
01:33:51 
01:33:51 
01:33:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:52 --- javac err: ---
01:33:52 X.java:12: error: cannot find symbol
01:33:52 	Zork z;
01:33:52 	^
01:33:52   symbol:   class Zork
01:33:52   location: class XList<T>
01:33:52   where T is a type-variable:
01:33:52     T extends Object declared in class XList
01:33:52 X.java:7: warning: [rawtypes] found raw type: Sub
01:33:52         static Sub<? extends Object>[] ARRAY = new Sub[] { };
01:33:52                                                    ^
01:33:52   missing type arguments for generic class Sub<T>
01:33:52   where T is a type-variable:
01:33:52     T extends Object declared in interface Sub
01:33:52 X.java:7: warning: [unchecked] unchecked conversion
01:33:52         static Sub<? extends Object>[] ARRAY = new Sub[] { };
01:33:52                                                ^
01:33:52   required: Sub<? extends Object>[]
01:33:52   found:    Sub[]
01:33:52 1 error
01:33:52 2 warnings
01:33:52 
01:33:52 
01:33:52 
01:33:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:53 --- javac err: ---
01:33:53 X.java:7: warning: [rawtypes] found raw type: Sub
01:33:53         static Sub<? extends Number>[] ARRAY = new Sub[] { };
01:33:53                                                    ^
01:33:53   missing type arguments for generic class Sub<T>
01:33:53   where T is a type-variable:
01:33:53     T extends Object declared in interface Sub
01:33:53 X.java:7: warning: [unchecked] unchecked conversion
01:33:53         static Sub<? extends Number>[] ARRAY = new Sub[] { };
01:33:53                                                ^
01:33:53   required: Sub<? extends Number>[]
01:33:53   found:    Sub[]
01:33:53 2 warnings
01:33:53 
01:33:53 
01:33:53 
01:33:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:54 --- javac err: ---
01:33:54 X.java:8: warning: [unchecked] unchecked conversion
01:33:54         static Sub<? extends Integer>[] ARRAY = new Sub[] { };
01:33:54                                                 ^
01:33:54   required: Sub<? extends Integer>[]
01:33:54   found:    Sub[]
01:33:54 1 warning
01:33:54 
01:33:55 
01:33:55 
01:33:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:56 --- javac err: ---
01:33:56 X.java:7: warning: [rawtypes] found raw type: Sub
01:33:56         static Sub<? super Number>[] ARRAY = new Sub[] { };
01:33:56                                                  ^
01:33:56   missing type arguments for generic class Sub<T>
01:33:56   where T is a type-variable:
01:33:56     T extends Object declared in interface Sub
01:33:56 X.java:7: warning: [unchecked] unchecked conversion
01:33:56         static Sub<? super Number>[] ARRAY = new Sub[] { };
01:33:56                                              ^
01:33:56   required: Sub<? super Number>[]
01:33:56   found:    Sub[]
01:33:56 2 warnings
01:33:56 
01:33:56 
01:33:56 
01:33:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:57 --- javac err: ---
01:33:57 X.java:7: warning: [rawtypes] found raw type: Sub
01:33:57         static Sub<? super Number>[] ARRAY = new Sub[] { };
01:33:57                                                  ^
01:33:57   missing type arguments for generic class Sub<T>
01:33:57   where T is a type-variable:
01:33:57     T extends Object declared in interface Sub
01:33:57 X.java:7: warning: [unchecked] unchecked conversion
01:33:57         static Sub<? super Number>[] ARRAY = new Sub[] { };
01:33:57                                              ^
01:33:57   required: Sub<? super Number>[]
01:33:57   found:    Sub[]
01:33:57 2 warnings
01:33:57 
01:33:57 
01:33:57 
01:33:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:58 --- javac err: ---
01:33:58 X.java:5: error: incompatible types: inference variable T has incompatible bounds
01:33:58             static XList<Sub<? super Number>> LIST = asList(ARRAY); 
01:33:58                                                            ^
01:33:58     equality constraints: Sub<? super Number>
01:33:58     lower bounds: Sub<?>
01:33:58   where T is a type-variable:
01:33:58     T extends Object declared in method <T>asList(T[])
01:33:58 X.java:7: warning: [rawtypes] found raw type: Sub
01:33:58         static Sub<?>[] ARRAY = new Sub[] { };
01:33:58                                     ^
01:33:58   missing type arguments for generic class Sub<T>
01:33:58   where T is a type-variable:
01:33:58     T extends Object declared in interface Sub
01:33:58 1 error
01:33:58 1 warning
01:33:58 
01:33:58 
01:33:58 
01:33:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:33:59 --- javac err: ---
01:33:59 X.java:8: warning: [unchecked] unchecked conversion
01:33:59         static Sub<? super Object>[] ARRAY = new Sub[] { };
01:33:59                                              ^
01:33:59   required: Sub<? super Object>[]
01:33:59   found:    Sub[]
01:33:59 1 warning
01:33:59 
01:33:59 
01:33:59 
01:33:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:00 --- javac err: ---
01:34:00 X.java:8: warning: [rawtypes] found raw type: Sub
01:34:00         static X.Foo.Sub<?>[] ARRAY = new Sub[] { };
01:34:00                                           ^
01:34:00   missing type arguments for generic class Sub<T>
01:34:00   where T is a type-variable:
01:34:00     T extends Object declared in interface Sub
01:34:00 1 warning
01:34:00 
01:34:00 
01:34:00 
01:34:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:02 --- javac err: ---
01:34:02 X.java:8: warning: [rawtypes] found raw type: Sub
01:34:02         static Sub<?>[] ARRAY = new Sub[] { };
01:34:02                                     ^
01:34:02   missing type arguments for generic class Sub<T>
01:34:02   where T is a type-variable:
01:34:02     T extends Object declared in interface Sub
01:34:02 1 warning
01:34:02 
01:34:02 
01:34:02 
01:34:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:03 --- javac err: ---
01:34:03 X.java:8: warning: [rawtypes] found raw type: Sub
01:34:03         static Foo.Sub<?>[] ARRAY = new Sub[] { };
01:34:03                                         ^
01:34:03   missing type arguments for generic class Sub<T>
01:34:03   where T is a type-variable:
01:34:03     T extends Object declared in interface Sub
01:34:03 1 warning
01:34:03 
01:34:03 
01:34:03 
01:34:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:05 
01:34:05 
01:34:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:06 
01:34:06 
01:34:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:07 
01:34:07 
01:34:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:09 
01:34:09 
01:34:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:10 --- javac err: ---
01:34:10 X.java:24: error: method put in class X cannot be applied to given types;
01:34:10 		put(Integer.class, combine(FUNC2, FUNC1));
01:34:10 		^
01:34:10   required: Class<E#1>,TO<? super E#1>
01:34:10   found: Class<Integer>,OO<String,Object>
01:34:10   reason: no instance(s) of type variable(s) E#2,V exist so that OO<E#2,V> conforms to TO<? super E#1>
01:34:10   where E#1,E#2,T,V are type-variables:
01:34:10     E#1 extends Object declared in method <E#1>put(Class<E#1>,TO<? super E#1>)
01:34:10     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:10     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:10     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:10 1 error
01:34:10 
01:34:10 
01:34:10 
01:34:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:11 
01:34:11 
01:34:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:12 --- javac err: ---
01:34:12 X.java:16: warning: [overloads] <E#1>combine(TT,TO<? super E#1>) in X is potentially ambiguous with <E#2,T>combine(TO<? super E#2>,OO<E#2,T>) in X
01:34:12 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
01:34:12 	                 ^
01:34:12   where E#1,E#2,T are type-variables:
01:34:12     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
01:34:12     E#2 extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
01:34:12     T extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
01:34:12 X.java:28: error: reference to combine is ambiguous
01:34:12 		put(Integer.class, combine(FUNC2, FUNC1));
01:34:12 		                   ^
01:34:12   both method <E#1>combine(TT,TO<? super E#1>) in X and method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>) in X match
01:34:12   where E#1,E#2,T are type-variables:
01:34:12     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
01:34:12     E#2 extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
01:34:12     T extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
01:34:12 1 error
01:34:12 1 warning
01:34:12 
01:34:12 
01:34:12 
01:34:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:14 --- javac err: ---
01:34:14 X.java:16: warning: [overloads] <E#1>combine(TT,TO<? super E#1>) in X is potentially ambiguous with <E#2,T>combine(TO<? super E#2>,OO<E#2,T>) in X
01:34:14 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
01:34:14 	                 ^
01:34:14   where E#1,E#2,T are type-variables:
01:34:14     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
01:34:14     E#2 extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
01:34:14     T extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
01:34:14 1 warning
01:34:14 
01:34:14 
01:34:14 
01:34:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:15 --- javac err: ---
01:34:15 X.java:16: warning: [overloads] <E#1>combine(TT,TO<? super E#1>) in X is potentially ambiguous with <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>) in X
01:34:15 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
01:34:15 	                 ^
01:34:15   where E#1,E#2,T,V are type-variables:
01:34:15     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
01:34:15     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:15     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:15     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:15 X.java:28: error: reference to combine is ambiguous
01:34:15 		put(Integer.class, combine(FUNC2, FUNC1));
01:34:15 		                   ^
01:34:15   both method <E#1>combine(TT,TO<? super E#1>) in X and method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>) in X match
01:34:15   where E#1,E#2,T,V are type-variables:
01:34:15     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
01:34:15     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:15     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:15     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:15 1 error
01:34:15 1 warning
01:34:15 
01:34:15 
01:34:15 
01:34:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:16 --- javac err: ---
01:34:16 X.java:16: warning: [overloads] <E#1>combine(TT,TO<? super E#1>) in X is potentially ambiguous with <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>) in X
01:34:16 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
01:34:16 	                 ^
01:34:16   where E#1,E#2,T,V are type-variables:
01:34:16     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
01:34:16     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:16     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:16     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:16 1 warning
01:34:16 
01:34:17 
01:34:17 
01:34:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:18 --- javac err: ---
01:34:18 X.java:16: warning: [overloads] <E#1,T#1>combine(TO<? super E#1>,OO<E#1,T#1>) in X is potentially ambiguous with <E#2,T#2,V>combine(OO<E#2,? super T#2>,OO<T#2,V>) in X
01:34:18 	static <E, T> TO<T> combine(final TO<? super E> x, final OO<E, T> y) { // # 2
01:34:18 	                    ^
01:34:18   where E#1,T#1,E#2,T#2,V are type-variables:
01:34:18     E#1 extends Object declared in method <E#1,T#1>combine(TO<? super E#1>,OO<E#1,T#1>)
01:34:18     T#1 extends Object declared in method <E#1,T#1>combine(TO<? super E#1>,OO<E#1,T#1>)
01:34:18     E#2 extends Object declared in method <E#2,T#2,V>combine(OO<E#2,? super T#2>,OO<T#2,V>)
01:34:18     T#2 extends Object declared in method <E#2,T#2,V>combine(OO<E#2,? super T#2>,OO<T#2,V>)
01:34:18     V extends Object declared in method <E#2,T#2,V>combine(OO<E#2,? super T#2>,OO<T#2,V>)
01:34:18 1 warning
01:34:18 
01:34:18 
01:34:18 
01:34:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:19 --- javac err: ---
01:34:19 X.java:16: warning: [overloads] <E#1>combine(TT,TO<? super E#1>) in X is potentially ambiguous with <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>) in X
01:34:19 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
01:34:19 	                 ^
01:34:19   where E#1,E#2,T,V are type-variables:
01:34:19     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
01:34:19     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:19     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:19     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:19 X.java:32: error: reference to combine is ambiguous
01:34:19 		put(Integer.class, combine(FUNC2, FUNC1));
01:34:19 		                   ^
01:34:19   both method <E#1>combine(TT,TO<? super E#1>) in X and method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>) in X match
01:34:19   where E#1,E#2,T are type-variables:
01:34:19     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
01:34:19     E#2 extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
01:34:19     T extends Object declared in method <E#2,T>combine(TO<? super E#2>,OO<E#2,T>)
01:34:19 1 error
01:34:19 1 warning
01:34:19 
01:34:19 
01:34:19 
01:34:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:21 --- javac err: ---
01:34:21 X.java:16: warning: [overloads] <E#1>combine(TT,TO<? super E#1>) in X is potentially ambiguous with <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>) in X
01:34:21 	static <E> TO<E> combine(final TT x, final TO<? super E> y) { // # 1
01:34:21 	                 ^
01:34:21   where E#1,E#2,T,V are type-variables:
01:34:21     E#1 extends Object declared in method <E#1>combine(TT,TO<? super E#1>)
01:34:21     E#2 extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:21     T extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:21     V extends Object declared in method <E#2,T,V>combine(OO<E#2,? super T>,OO<T,V>)
01:34:21 1 warning
01:34:21 
01:34:21 
01:34:21 
01:34:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:22 
01:34:22 
01:34:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:22 
01:34:22 
01:34:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:23 --- javac err: ---
01:34:23 X.java:8: error: incompatible types: TO<CAP#1> cannot be converted to TT
01:34:23 		combine(too, oo);
01:34:23 		        ^
01:34:23   where CAP#1 is a fresh type-variable:
01:34:23     CAP#1 extends Object super: String from capture of ? super String
01:34:23 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:34:23 1 error
01:34:23 
01:34:23 
01:34:23 
01:34:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:24 --- javac err: ---
01:34:24 X.java:8: error: incompatible types: TO<? super String>[] cannot be converted to TT[]
01:34:24 		combine(too, oo);
01:34:24 		        ^
01:34:24 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:34:24 1 error
01:34:24 
01:34:24 
01:34:24 
01:34:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:25 --- javac err: ---
01:34:25 X.java:14: warning: [unchecked] unchecked cast
01:34:25 		return (I2<T, U>) i;
01:34:25 		                  ^
01:34:25   required: I2<T,U>
01:34:25   found:    I1<T>
01:34:25   where T,U are type-variables:
01:34:25     T extends Object declared in class Y
01:34:25     U extends Object declared in class Y
01:34:25 X.java:9: error: cannot find symbol
01:34:25 		Zork z;
01:34:25 		^
01:34:25   symbol:   class Zork
01:34:25   location: class X
01:34:25 1 error
01:34:25 1 warning
01:34:25 
01:34:25 
01:34:25 
01:34:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:26 --- javac err: ---
01:34:26 X.java:8: error: incompatible types: Z<String,Exception> cannot be converted to I1<String,Thread>
01:34:26 		y.foo(z2).get().getThreadGroup();
01:34:26 		      ^
01:34:26 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:34:26 1 error
01:34:26 
01:34:26 
01:34:26 
01:34:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:28 --- javac err: ---
01:34:28 X.java:14: warning: [unchecked] unchecked cast
01:34:28 		return (I2<U>) i;
01:34:28 		               ^
01:34:28   required: I2<U>
01:34:28   found:    I1
01:34:28   where U is a type-variable:
01:34:28     U extends Object declared in class Y
01:34:28 X.java:9: error: cannot find symbol
01:34:28 		Zork z;
01:34:28 		^
01:34:28   symbol:   class Zork
01:34:28   location: class X
01:34:28 1 error
01:34:28 1 warning
01:34:28 
01:34:28 
01:34:28 
01:34:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:29 --- javac err: ---
01:34:29 X.java:14: warning: [unchecked] unchecked cast
01:34:29 		return (I2<T,U>) i;
01:34:29 		                 ^
01:34:29   required: I2<T,U>
01:34:29   found:    I1<T,T>
01:34:29   where T,U are type-variables:
01:34:29     T extends Object declared in class Y
01:34:29     U extends Object declared in class Y
01:34:29 X.java:9: error: cannot find symbol
01:34:29 		Zork z;
01:34:29 		^
01:34:29   symbol:   class Zork
01:34:29   location: class X
01:34:29 1 error
01:34:29 1 warning
01:34:29 
01:34:29 
01:34:29 
01:34:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:30 --- javac err: ---
01:34:30 X.java:15: warning: [unchecked] unchecked cast
01:34:30 		return (I2<T,U>) i;
01:34:30 		                 ^
01:34:30   required: I2<T,U>
01:34:30   found:    I1<Map<T,T>>
01:34:30   where T,U are type-variables:
01:34:30     T extends Object declared in class Y
01:34:30     U extends Object declared in class Y
01:34:30 X.java:10: error: cannot find symbol
01:34:30 		Zork z;
01:34:30 		^
01:34:30   symbol:   class Zork
01:34:30   location: class X
01:34:30 1 error
01:34:30 1 warning
01:34:30 
01:34:30 
01:34:30 
01:34:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:31 --- javac err: ---
01:34:31 X.java:15: warning: [unchecked] unchecked cast
01:34:31 		return (I2<T,U>) i;
01:34:31 		                 ^
01:34:31   required: I2<T,U>
01:34:31   found:    I1<Map<T,T>>
01:34:31   where T,U are type-variables:
01:34:31     T extends Object declared in class Y
01:34:31     U extends Object declared in class Y
01:34:31 X.java:8: error: incompatible types: Z<String,Thread> cannot be converted to I1<Map<String,String>>
01:34:31 		y.foo(z1).get().getThreadGroup();
01:34:31 		      ^
01:34:31 X.java:9: error: incompatible types: Z<String,Exception> cannot be converted to I1<Map<String,String>>
01:34:31 		y.foo(z2).get().getThreadGroup(); // heap pollution: we get a CCE because we return a U2
01:34:31 		      ^
01:34:31 X.java:10: error: cannot find symbol
01:34:31 		Zork z;
01:34:31 		^
01:34:31   symbol:   class Zork
01:34:31   location: class X
01:34:31 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:34:31 3 errors
01:34:31 1 warning
01:34:31 
01:34:31 
01:34:31 
01:34:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:32 --- javac err: ---
01:34:32 X.java:5: error: cannot find symbol
01:34:32   Zork z;
01:34:32   ^
01:34:32   symbol:   class Zork
01:34:32   location: class X<T,U>
01:34:32   where T,U are type-variables:
01:34:32     T extends Object declared in class X
01:34:32     U extends Object declared in class X
01:34:32 1 error
01:34:32 
01:34:32 
01:34:32 
01:34:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:32 
01:34:32 
01:34:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:32 
01:34:32 
01:34:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:33 
01:34:33 
01:34:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:35 
01:34:35 
01:34:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:36 --- javac err: ---
01:34:36 X.java:11: error: incompatible types: inference variable T has incompatible bounds
01:34:36 	java.util.List<Counter<? extends String>> list5 = java.util.Arrays.asList(songCounter, genreCounter);
01:34:36 	                                                                         ^
01:34:36     equality constraints: Deejay.Counter<? extends String>
01:34:36     lower bounds: Deejay.Counter<Genre>,Deejay.Counter<Song>
01:34:36   where T is a type-variable:
01:34:36     T extends Object declared in method <T>asList(T...)
01:34:36 1 error
01:34:36 
01:34:36 
01:34:36 
01:34:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:37 
01:34:37 
01:34:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:38 
01:34:38 
01:34:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:40 
01:34:40 
01:34:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:41 
01:34:41 
01:34:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:42 
01:34:42 
01:34:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:43 
01:34:43 
01:34:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:44 --- javac err: ---
01:34:44 EMap.java:9: warning: [serial] serializable class EMap.EList has no definition of serialVersionUID
01:34:44   protected class EList<E extends Object & Entry<A,B>> extends ArrayList<E>{
01:34:44             ^
01:34:44 EMap.java:6: warning: [serial] serializable class Unsettable.UnsettableEList has no definition of serialVersionUID
01:34:44     protected class UnsettableEList<E extends Object & Entry<K, V>> extends EList<E> {
01:34:44               ^
01:34:44 2 warnings
01:34:44 
01:34:45 
01:34:45 
01:34:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:46 
01:34:46 
01:34:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:47 
01:34:47 
01:34:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:50 
01:34:50 
01:34:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:51 --- javac err: ---
01:34:51 X.java:6: warning: [rawtypes] found raw type: Constructor
01:34:51     Constructor c = null;
01:34:51     ^
01:34:51   missing type arguments for generic class Constructor<T>
01:34:51   where T is a type-variable:
01:34:51     T extends Object declared in class Constructor
01:34:51 X.java:7: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
01:34:51     Documented d = c.getAnnotation(Documented.class);
01:34:51                                   ^
01:34:51   where T is a type-variable:
01:34:51     T extends Annotation declared in method <T>getAnnotation(Class<T>)
01:34:51 X.java:7: error: incompatible types: Annotation cannot be converted to Documented
01:34:51     Documented d = c.getAnnotation(Documented.class);
01:34:51                                   ^
01:34:51 1 error
01:34:51 2 warnings
01:34:51 
01:34:51 
01:34:51 
01:34:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:52 --- javac err: ---
01:34:52 Y.java:3: error: cannot find symbol
01:34:52 	Zork z;
01:34:52 	^
01:34:52   symbol:   class Zork
01:34:52   location: class Y<T>
01:34:52   where T is a type-variable:
01:34:52     T extends Object declared in class Y
01:34:52 Y.java:9: warning: [rawtypes] found raw type: Y
01:34:52 	void foo(Y y) {
01:34:52 	         ^
01:34:52   missing type arguments for generic class Y<T>
01:34:52   where T is a type-variable:
01:34:52     T extends Object declared in class Y
01:34:52 Y.java:10: error: incompatible types: Y cannot be converted to Z
01:34:52 		Z z = y.itself(); // Y cannot be converted to Z (itself() return type got erased)
01:34:52 		              ^
01:34:52 Y.java:11: warning: [unchecked] unchecked conversion
01:34:52 		List<String> l = y.list(); // unchecked conversion from List to List<String>
01:34:52 		                       ^
01:34:52   required: List<String>
01:34:52   found:    List
01:34:52 Y.java:12: warning: [unchecked] unchecked conversion
01:34:52 		Y<String> ys = y.someY(); // unchecked conversion from Y to Y<String>
01:34:52 		                      ^
01:34:52   required: Y<String>
01:34:52   found:    Y
01:34:52 2 errors
01:34:52 3 warnings
01:34:52 
01:34:52 
01:34:52 
01:34:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:54 --- javac err: ---
01:34:54 Y.java:14: warning: [rawtypes] found raw type: Constructor
01:34:54 	void bar1(java.lang.reflect.Constructor constr, Class<MyAnnotation> ann) {
01:34:54 	                           ^
01:34:54   missing type arguments for generic class Constructor<T>
01:34:54   where T is a type-variable:
01:34:54     T extends Object declared in class Constructor
01:34:54 Y.java:15: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
01:34:54 		MyAnnotation a = constr.getAnnotation(ann); // 1
01:34:54 		                                     ^
01:34:54   where T is a type-variable:
01:34:54     T extends Annotation declared in method <T>getAnnotation(Class<T>)
01:34:54 Y.java:15: error: incompatible types: Annotation cannot be converted to MyAnnotation
01:34:54 		MyAnnotation a = constr.getAnnotation(ann); // 1
01:34:54 		                                     ^
01:34:54 Y.java:17: warning: [rawtypes] found raw type: MyConstructor
01:34:54 	void bar2(MyConstructor constr, Class<MyAnnotation> ann) {
01:34:54 	          ^
01:34:54   missing type arguments for generic class MyConstructor<V>
01:34:54   where V is a type-variable:
01:34:54     V extends Object declared in class MyConstructor
01:34:54 Y.java:18: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type MyConstructor
01:34:54 		MyAnnotation a = constr.getAnnotation(ann); // 2
01:34:54 		                                     ^
01:34:54   where T is a type-variable:
01:34:54     T extends Annotation declared in method <T>getAnnotation(Class<T>)
01:34:54 Y.java:18: error: incompatible types: Annotation cannot be converted to MyAnnotation
01:34:54 		MyAnnotation a = constr.getAnnotation(ann); // 2
01:34:54 		                                     ^
01:34:54 2 errors
01:34:54 4 warnings
01:34:54 
01:34:54 
01:34:54 
01:34:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:55 
01:34:55 
01:34:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:56 --- javac err: ---
01:34:56 X.java:4: warning: [rawtypes] found raw type: Class
01:34:56 		Set<Class> classes = (Set<Class>)getClasses();
01:34:56 		    ^
01:34:56   missing type arguments for generic class Class<T>
01:34:56   where T is a type-variable:
01:34:56     T extends Object declared in class Class
01:34:56 X.java:4: warning: [rawtypes] found raw type: Class
01:34:56 		Set<Class> classes = (Set<Class>)getClasses();
01:34:56 		                          ^
01:34:56   missing type arguments for generic class Class<T>
01:34:56   where T is a type-variable:
01:34:56     T extends Object declared in class Class
01:34:56 X.java:4: error: incompatible types: Set<Class<? extends Object>> cannot be converted to Set<Class>
01:34:56 		Set<Class> classes = (Set<Class>)getClasses();
01:34:56 		                                           ^
01:34:56 1 error
01:34:56 2 warnings
01:34:56 
01:34:56 
01:34:56 
01:34:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:57 
01:34:57 
01:34:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:58 
01:34:58 
01:34:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:34:59 --- javac err: ---
01:34:59 X.java:6: error: generic array creation
01:34:59 		List<?>[] l2 = new List<? extends Object>[2];
01:34:59 		               ^
01:34:59 X.java:7: error: incompatible types: List<?>[] cannot be converted to List<? extends Object>
01:34:59 		List<? extends Object> l3 = new List<?>[3];
01:34:59 		                            ^
01:34:59 2 errors
01:34:59 
01:34:59 
01:34:59 
01:34:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:01 --- javac err: ---
01:35:01 X.java:11: warning: [rawtypes] found raw type: Y
01:35:01 		if (false) return new Y(b);//1
01:35:01 		                      ^
01:35:01   missing type arguments for generic class Y<K>
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class Y
01:35:01 X.java:11: warning: [unchecked] unchecked call to Y(K) as a member of the raw type Y
01:35:01 		if (false) return new Y(b);//1
01:35:01 		                  ^
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class Y
01:35:01 X.java:12: warning: [rawtypes] found raw type: Y
01:35:01 		if (false) return new Y((K) b);//2
01:35:01 		                      ^
01:35:01   missing type arguments for generic class Y<K>
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class Y
01:35:01 X.java:12: warning: [unchecked] unchecked cast
01:35:01 		if (false) return new Y((K) b);//2
01:35:01 		                            ^
01:35:01   required: K
01:35:01   found:    B
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class X
01:35:01 X.java:12: warning: [unchecked] unchecked call to Y(K) as a member of the raw type Y
01:35:01 		if (false) return new Y((K) b);//2
01:35:01 		                  ^
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class Y
01:35:01 X.java:13: warning: [rawtypes] found raw type: Y
01:35:01 		return new Y((K) (Object) b);//3
01:35:01 		           ^
01:35:01   missing type arguments for generic class Y<K>
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class Y
01:35:01 X.java:13: warning: [unchecked] unchecked cast
01:35:01 		return new Y((K) (Object) b);//3
01:35:01 		                 ^
01:35:01   required: K
01:35:01   found:    Object
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class X
01:35:01 X.java:13: warning: [unchecked] unchecked call to Y(K) as a member of the raw type Y
01:35:01 		return new Y((K) (Object) b);//3
01:35:01 		       ^
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class Y
01:35:01 X.java:16: error: incompatible types: B cannot be converted to K
01:35:01 		if (false) return new Y<K>(b);//4
01:35:01 		                           ^
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class X
01:35:01 X.java:17: warning: [unchecked] unchecked cast
01:35:01 		if (false) return new Y<K>((K) b);//5
01:35:01 		                               ^
01:35:01   required: K
01:35:01   found:    B
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class X
01:35:01 X.java:18: warning: [unchecked] unchecked cast
01:35:01 		return new Y<K>((K) (Object) b);//6
01:35:01 		                    ^
01:35:01   required: K
01:35:01   found:    Object
01:35:01   where K is a type-variable:
01:35:01     K extends Object declared in class X
01:35:01 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:35:01 1 error
01:35:01 10 warnings
01:35:01 
01:35:01 
01:35:01 
01:35:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:02 --- javac err: ---
01:35:02 X.java:12: error: cannot find symbol
01:35:02 		Zork z;
01:35:02 		^
01:35:02   symbol:   class Zork
01:35:02   location: class X<T>
01:35:02   where T is a type-variable:
01:35:02     T extends Object declared in class X
01:35:02 1 error
01:35:02 
01:35:02 
01:35:02 
01:35:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:03 
01:35:03 
01:35:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:05 --- javac err: ---
01:35:05 X.java:8: error: missing return statement
01:35:05         <T extends N<T>> T foo3(String name, T value) {}
01:35:05                                                        ^
01:35:05 X.java:15: error: reference to foo is ambiguous
01:35:05                 new X().foo("HI", null); // correctly report error
01:35:05                        ^
01:35:05   both method foo(String,String) in X and method <T>foo(String,T) in X match
01:35:05   where T is a type-variable:
01:35:05     T extends M declared in method <T>foo(String,T)
01:35:05 X.java:16: error: reference to foo2 is ambiguous
01:35:05                 new X().foo2("HI", null); // miss ambiguous error
01:35:05                        ^
01:35:05   both method foo2(String,String) in X and method <T>foo2(String,T) in X match
01:35:05   where T is a type-variable:
01:35:05     T extends N<T> declared in method <T>foo2(String,T)
01:35:05 X.java:18: error: cannot find symbol
01:35:05                 Thread t1 = foo3("HI", null);
01:35:05                             ^
01:35:05   symbol:   method foo3(String,<null>)
01:35:05   location: class Test
01:35:05 X.java:19: error: cannot find symbol
01:35:05                 Thread t2 = (Thread)foo3("HI", null);
01:35:05                                     ^
01:35:05   symbol:   method foo3(String,<null>)
01:35:05   location: class Test
01:35:05 X.java:19: warning: [cast] redundant cast to Thread
01:35:05                 Thread t2 = (Thread)foo3("HI", null);
01:35:05                             ^
01:35:05 5 errors
01:35:05 1 warning
01:35:05 
01:35:05 
01:35:05 
01:35:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:06 --- javac err: ---
01:35:06 X.java:9: error: method foo2 in class X cannot be applied to given types;
01:35:06                 new X().<N<?>>foo2("HI", null);
01:35:06                        ^
01:35:06   required: String,T
01:35:06   found: String,<null>
01:35:06   reason: explicit type argument N<?> does not conform to declared bound(s) N<N<?>>
01:35:06   where T is a type-variable:
01:35:06     T extends N<T> declared in method <T>foo2(String,T)
01:35:06 X.java:10: error: method foo2 in class X cannot be applied to given types;
01:35:06                 new X().<N<? extends N<?>>>foo2("HI", null);
01:35:06                        ^
01:35:06   required: String,T
01:35:06   found: String,<null>
01:35:06   reason: explicit type argument N<? extends N<?>> does not conform to declared bound(s) N<N<? extends N<?>>>
01:35:06   where T is a type-variable:
01:35:06     T extends N<T> declared in method <T>foo2(String,T)
01:35:06 2 errors
01:35:06 
01:35:06 
01:35:06 
01:35:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:07 
01:35:07 
01:35:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:08 
01:35:08 
01:35:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:10 
01:35:10 
01:35:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:11 --- javac err: ---
01:35:11 X.java:6: warning: [rawtypes] found raw type: Thingy
01:35:11 		x.doStuff(Bob.class, new Thingy());
01:35:11 		                         ^
01:35:11   missing type arguments for generic class Thingy<T>
01:35:11   where T is a type-variable:
01:35:11     T extends Bob declared in class Thingy
01:35:11 X.java:6: warning: [unchecked] unchecked method invocation: method doStuff in class X is applied to given types
01:35:11 		x.doStuff(Bob.class, new Thingy());
01:35:11 		         ^
01:35:11   required: Class<T>,Thingy<T>
01:35:11   found: Class<Bob>,Thingy
01:35:11   where T is a type-variable:
01:35:11     T extends Bob declared in method <T>doStuff(Class<T>,Thingy<T>)
01:35:11 X.java:6: warning: [unchecked] unchecked conversion
01:35:11 		x.doStuff(Bob.class, new Thingy());
01:35:11 		                     ^
01:35:11   required: Thingy<T>
01:35:11   found:    Thingy
01:35:11   where T is a type-variable:
01:35:11     T extends Bob declared in method <T>doStuff(Class<T>,Thingy<T>)
01:35:11 X.java:15: warning: [rawtypes] found raw type: Thingy
01:35:11 		x.doStuff(Jim.class, new Thingy());
01:35:11 		                         ^
01:35:11   missing type arguments for generic class Thingy<T>
01:35:11   where T is a type-variable:
01:35:11     T extends Bob declared in class Thingy
01:35:11 X.java:15: error: method doStuff in class X cannot be applied to given types;
01:35:11 		x.doStuff(Jim.class, new Thingy());
01:35:11 		 ^
01:35:11   required: Class<T>,Thingy<T>
01:35:11   found: Class<Jim>,Thingy
01:35:11   reason: inference variable T has incompatible bounds
01:35:11     equality constraints: Jim
01:35:11     upper bounds: Bob
01:35:11   where T is a type-variable:
01:35:11     T extends Bob declared in method <T>doStuff(Class<T>,Thingy<T>)
01:35:11 1 error
01:35:11 4 warnings
01:35:11 
01:35:11 
01:35:11 
01:35:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:11 
01:35:11 
01:35:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:12 --- javac err: ---
01:35:12 X.java:6: warning: [rawtypes] found raw type: Thingy
01:35:12 		x.doStuff(Bob.class, new Thingy());
01:35:12 		                         ^
01:35:12   missing type arguments for generic class Thingy<T>
01:35:12   where T is a type-variable:
01:35:12     T extends Bob declared in class Thingy
01:35:12 X.java:6: warning: [unchecked] unchecked method invocation: method doStuff in class X is applied to given types
01:35:12 		x.doStuff(Bob.class, new Thingy());
01:35:12 		         ^
01:35:12   required: Class<T>,Thingy<T>
01:35:12   found: Class<Bob>,Thingy
01:35:12   where T is a type-variable:
01:35:12     T extends Bob declared in method <T>doStuff(Class<T>,Thingy<T>)
01:35:12 X.java:6: warning: [unchecked] unchecked conversion
01:35:12 		x.doStuff(Bob.class, new Thingy());
01:35:12 		                     ^
01:35:12   required: Thingy<T>
01:35:12   found:    Thingy
01:35:12   where T is a type-variable:
01:35:12     T extends Bob declared in method <T>doStuff(Class<T>,Thingy<T>)
01:35:12 X.java:8: error: cannot find symbol
01:35:12 		Zork z;
01:35:12 		^
01:35:12   symbol:   class Zork
01:35:12   location: class X
01:35:12 1 error
01:35:12 3 warnings
01:35:12 
01:35:12 
01:35:12 
01:35:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:13 --- javac err: ---
01:35:13 X.java:5: warning: [rawtypes] found raw type: X
01:35:13 	void bar(X x) {
01:35:13 	         ^
01:35:13   missing type arguments for generic class X<E>
01:35:13   where E is a type-variable:
01:35:13     E extends Object declared in class X
01:35:13 X.java:6: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:35:13 		X<String> xs2 = foo(x);
01:35:13 		                   ^
01:35:13   required: X<T>
01:35:13   found: X
01:35:13   where T,U are type-variables:
01:35:13     T extends Object declared in method <T,U>foo(X<T>)
01:35:13     U extends Object declared in method <T,U>foo(X<T>)
01:35:13 X.java:6: warning: [unchecked] unchecked conversion
01:35:13 		X<String> xs2 = foo(x);
01:35:13 		                    ^
01:35:13   required: X<T>
01:35:13   found:    X
01:35:13   where T,U are type-variables:
01:35:13     T extends Object declared in method <T,U>foo(X<T>)
01:35:13     U extends Object declared in method <T,U>foo(X<T>)
01:35:13 X.java:6: error: incompatible types: Object cannot be converted to X<String>
01:35:13 		X<String> xs2 = foo(x);
01:35:13 		                   ^
01:35:13 1 error
01:35:13 3 warnings
01:35:13 
01:35:13 
01:35:13 
01:35:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:14 --- javac err: ---
01:35:14 X.java:8: warning: [rawtypes] found raw type: X
01:35:14 	void bar(X x, X<String> xs) {
01:35:14 	         ^
01:35:14   missing type arguments for generic class X<E>
01:35:14   where E is a type-variable:
01:35:14     E extends Object declared in class X
01:35:14 X.java:9: error: method foo in class X<E> cannot be applied to given types;
01:35:14 		X<String> xs2 = foo(xs, x).identity();
01:35:14 		                ^
01:35:14   required: X<T>,X<U>
01:35:14   found: X<String>,X
01:35:14   reason: inference variable T has incompatible bounds
01:35:14     equality constraints: String
01:35:14     upper bounds: Thread
01:35:14   where T,U,E are type-variables:
01:35:14     T extends Thread declared in method <T,U>foo(X<T>,X<U>)
01:35:14     U extends Object declared in method <T,U>foo(X<T>,X<U>)
01:35:14     E extends Object declared in class X
01:35:14 1 error
01:35:14 1 warning
01:35:14 
01:35:14 
01:35:14 
01:35:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:15 --- javac err: ---
01:35:15 X.java:8: warning: [rawtypes] found raw type: X
01:35:15 	void bar(X x, X<String> xs) {
01:35:15 	         ^
01:35:15   missing type arguments for generic class X<E>
01:35:15   where E is a type-variable:
01:35:15     E extends Object declared in class X
01:35:15 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:35:15 		X<String> xs2 = foo(x, xs).identity();
01:35:15 		                   ^
01:35:15   required: X<T>,X<U>
01:35:15   found: X,X<String>
01:35:15   where T,U are type-variables:
01:35:15     T extends Object declared in method <T,U>foo(X<T>,X<U>)
01:35:15     U extends Object declared in method <T,U>foo(X<T>,X<U>)
01:35:15 X.java:9: warning: [unchecked] unchecked conversion
01:35:15 		X<String> xs2 = foo(x, xs).identity();
01:35:15 		                    ^
01:35:15   required: X<T>
01:35:15   found:    X
01:35:15   where T,U are type-variables:
01:35:15     T extends Object declared in method <T,U>foo(X<T>,X<U>)
01:35:15     U extends Object declared in method <T,U>foo(X<T>,X<U>)
01:35:15 X.java:9: warning: [unchecked] unchecked conversion
01:35:15 		X<String> xs2 = foo(x, xs).identity();
01:35:15 		                                   ^
01:35:15   required: X<String>
01:35:15   found:    X
01:35:15 4 warnings
01:35:15 
01:35:15 
01:35:15 
01:35:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:17 --- javac err: ---
01:35:17 X.java:6: error: incompatible types: inference variable U has incompatible bounds
01:35:17 		String s = foo(lb, lc);
01:35:17 		              ^
01:35:17     upper bounds: String,A
01:35:17     lower bounds: C,B
01:35:17   where U is a type-variable:
01:35:17     U extends A declared in method <U>foo(List<? extends U>,List<? extends U>)
01:35:17 1 error
01:35:17 
01:35:17 
01:35:17 
01:35:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:18 
01:35:18 
01:35:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:20 --- javac err: ---
01:35:20 p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file
01:35:20   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
01:35:20                                ^
01:35:20 p/Model.java:3: warning: [rawtypes] found raw type: Value
01:35:20   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
01:35:20                                ^
01:35:20   missing type arguments for generic class Value<B>
01:35:20   where B is a type-variable:
01:35:20     B extends Object declared in interface Value
01:35:20 p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file
01:35:20   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
01:35:20                                                                                ^
01:35:20 p/Model.java:3: warning: [rawtypes] found raw type: Value
01:35:20   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
01:35:20                                                                                ^
01:35:20   missing type arguments for generic class Value<B>
01:35:20   where B is a type-variable:
01:35:20     B extends Object declared in interface Value
01:35:20 4 warnings
01:35:20 
01:35:21 
01:35:21 
01:35:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:23 --- javac err: ---
01:35:23 p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file
01:35:23   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
01:35:23                                ^
01:35:23 p/Model.java:3: warning: [rawtypes] found raw type: Value
01:35:23   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
01:35:23                                ^
01:35:23   missing type arguments for generic class Value<B>
01:35:23   where B is a type-variable:
01:35:23     B extends Object declared in interface Value
01:35:23 p/Model.java:3: warning: auxiliary class Value in p/BaseValue.java should not be accessed from outside its own source file
01:35:23   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
01:35:23                                                                                ^
01:35:23 p/Model.java:3: warning: [rawtypes] found raw type: Value
01:35:23   public java.util.Map<String, Value> map = new java.util.LinkedHashMap<String,Value>();
01:35:23                                                                                ^
01:35:23   missing type arguments for generic class Value<B>
01:35:23   where B is a type-variable:
01:35:23     B extends Object declared in interface Value
01:35:23 4 warnings
01:35:23 
01:35:23 
01:35:23 
01:35:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:24 
01:35:24 
01:35:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:26 
01:35:26 
01:35:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:27 
01:35:27 
01:35:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:28 --- javac err: ---
01:35:28 X.java:10: error: cannot find symbol
01:35:28 	Zork z;
01:35:28 	^
01:35:28   symbol:   class Zork
01:35:28   location: class X<T>
01:35:28   where T is a type-variable:
01:35:28     T extends Object declared in class X
01:35:28 X.java:3: warning: [unchecked] unchecked cast
01:35:28 		T t = ((SomeDerivedInterface<T>) i).getItem();
01:35:28 		                                 ^
01:35:28   required: SomeDerivedInterface<T>
01:35:28   found:    SomeInterface
01:35:28   where T is a type-variable:
01:35:28     T extends Object declared in class X
01:35:28 1 error
01:35:28 1 warning
01:35:28 
01:35:28 
01:35:28 
01:35:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:29 --- javac err: ---
01:35:29 X.java:3: warning: [unchecked] unchecked cast
01:35:29 		Other<String>.Member m = (Other<String>.Member) om2;
01:35:29 		                                                ^
01:35:29   required: Other<String>.Member
01:35:29   found:    Other2<CAP#2>.Member2<CAP#1>
01:35:29   where CAP#1,CAP#2 are fresh type-variables:
01:35:29     CAP#1 extends Object from capture of ?
01:35:29     CAP#2 extends Object from capture of ?
01:35:29 1 warning
01:35:29 
01:35:29 
01:35:29 
01:35:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:30 --- javac err: ---
01:35:30 X.java:3: warning: [unchecked] unchecked cast
01:35:30 		Other<String>.Member m = (Other<String>.Member) om2;
01:35:30 		                                                ^
01:35:30   required: Other<String>.Member
01:35:30   found:    Other2.Member2<CAP#1>
01:35:30   where CAP#1 is a fresh type-variable:
01:35:30     CAP#1 extends Object from capture of ?
01:35:30 1 warning
01:35:30 
01:35:30 
01:35:30 
01:35:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:31 --- javac err: ---
01:35:31 X.java:3: error: incompatible types: Class<CAP#1> cannot be converted to Exception
01:35:31                 Exception class1 = someObject.getClass();
01:35:31                                                       ^
01:35:31   where CAP#1 is a fresh type-variable:
01:35:31     CAP#1 extends Object from capture of ? extends Object
01:35:31 X.java:4: error: incompatible types: Class<CAP#1> cannot be converted to Exception
01:35:31                 Exception class2 = intObject.getClass();
01:35:31                                                      ^
01:35:31   where CAP#1 is a fresh type-variable:
01:35:31     CAP#1 extends Integer from capture of ? extends Integer
01:35:31 2 errors
01:35:31 
01:35:31 
01:35:31 
01:35:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:32 --- javac err: ---
01:35:32 java/lang/Object.java:1: error: package exists in another module: java.base
01:35:32 package java.lang;
01:35:32 ^
01:35:32 java/lang/Object.java:5: error: incompatible types: Class<CAP#1> cannot be converted to Exception
01:35:32 		Exception e1 = getClass();
01:35:32 		                       ^
01:35:32   where CAP#1 is a fresh type-variable:
01:35:32     CAP#1 extends Object from capture of ?
01:35:32 java/lang/Object.java:6: error: incompatible types: Class<CAP#1> cannot be converted to Exception
01:35:32 		Exception e2 = this.getClass();
01:35:32 		                            ^
01:35:32   where CAP#1 is a fresh type-variable:
01:35:32     CAP#1 extends Object from capture of ?
01:35:32 3 errors
01:35:32 
01:35:32 
01:35:32 
01:35:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:34 --- javac err: ---
01:35:34 Derived_A.java:5: warning: auxiliary class Base_B in Derived_B.java should not be accessed from outside its own source file
01:35:34 	public Map<Object, Base_B> getMap() {
01:35:34 	                   ^
01:35:34 Derived_A.java:5: warning: [rawtypes] found raw type: Base_B
01:35:34 	public Map<Object, Base_B> getMap() {
01:35:34 	                   ^
01:35:34   missing type arguments for generic class Base_B<T>
01:35:34   where T is a type-variable:
01:35:34     T extends Object declared in class Base_B
01:35:34 Derived_A.java:6: warning: auxiliary class Base_B in Derived_B.java should not be accessed from outside its own source file
01:35:34 		return new HashMap<Object, Base_B>();
01:35:34 		                           ^
01:35:34 Derived_A.java:6: warning: [rawtypes] found raw type: Base_B
01:35:34 		return new HashMap<Object, Base_B>();
01:35:34 		                           ^
01:35:34   missing type arguments for generic class Base_B<T>
01:35:34   where T is a type-variable:
01:35:34     T extends Object declared in class Base_B
01:35:34 4 warnings
01:35:34 
01:35:35 
01:35:35 
01:35:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:36 --- javac err: ---
01:35:36 X.java:6: error: incompatible types: List<INT#1> cannot be converted to Collection<Number>
01:35:36     foo((Collection<Number>) Arrays.asList(i, d));
01:35:36                                           ^
01:35:36   where INT#1,INT#2 are intersection types:
01:35:36     INT#1 extends Number,Comparable<? extends INT#2>
01:35:36     INT#2 extends Number,Comparable<?>
01:35:36 1 error
01:35:36 
01:35:36 
01:35:36 
01:35:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:38 
01:35:38 
01:35:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:39 
01:35:39 
01:35:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:40 --- javac err: ---
01:35:40 X.java:7: warning: [rawtypes] found raw type: Adapter
01:35:40 public class X<T> extends Adapter {
01:35:40                           ^
01:35:40   missing type arguments for generic class Adapter<T>
01:35:40   where T is a type-variable:
01:35:40     T extends Object declared in class Adapter
01:35:40 X.java:8: error: name clash: makeSetter() in X and makeSetter() in Adapter have the same erasure, yet neither overrides the other
01:35:40   public <V> X.Setter makeSetter() {
01:35:40                       ^
01:35:40 X.java:8: warning: [rawtypes] found raw type: Adapter.Setter
01:35:40   public <V> X.Setter makeSetter() {
01:35:40               ^
01:35:40   missing type arguments for generic class Adapter<T>.Setter<V>
01:35:40   where V,T are type-variables:
01:35:40     V extends Object declared in class Adapter.Setter
01:35:40     T extends Object declared in class Adapter
01:35:40 X.java:9: warning: [rawtypes] found raw type: X
01:35:40     return new X().new Setter() {};
01:35:40                ^
01:35:40   missing type arguments for generic class X<T>
01:35:40   where T is a type-variable:
01:35:40     T extends Object declared in class X
01:35:40 X.java:9: warning: [rawtypes] found raw type: Adapter.Setter
01:35:40     return new X().new Setter() {};
01:35:40                        ^
01:35:40   missing type arguments for generic class Adapter<T>.Setter<V>
01:35:40   where V,T are type-variables:
01:35:40     V extends Object declared in class Adapter.Setter
01:35:40     T extends Object declared in class Adapter
01:35:40 X.java:12: warning: [rawtypes] found raw type: Adapter.Setter
01:35:40 	  List<Adapter.Setter> l = new ArrayList<X.Setter>();
01:35:40 	              ^
01:35:40   missing type arguments for generic class Adapter<T>.Setter<V>
01:35:40   where V,T are type-variables:
01:35:40     V extends Object declared in class Adapter.Setter
01:35:40     T extends Object declared in class Adapter
01:35:40 X.java:12: warning: [rawtypes] found raw type: Adapter.Setter
01:35:40 	  List<Adapter.Setter> l = new ArrayList<X.Setter>();
01:35:40 	                                          ^
01:35:40   missing type arguments for generic class Adapter<T>.Setter<V>
01:35:40   where V,T are type-variables:
01:35:40     V extends Object declared in class Adapter.Setter
01:35:40     T extends Object declared in class Adapter
01:35:40 1 error
01:35:40 6 warnings
01:35:40 
01:35:40 
01:35:40 
01:35:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:42 --- javac err: ---
01:35:42 X.java:7: warning: [rawtypes] found raw type: Adapter
01:35:42 public class X<T> extends Adapter {
01:35:42                           ^
01:35:42   missing type arguments for generic class Adapter<T>
01:35:42   where T is a type-variable:
01:35:42     T extends Object declared in class Adapter
01:35:42 X.java:8: error: name clash: makeSetter() in X and makeSetter() in Adapter have the same erasure, yet neither overrides the other
01:35:42   public <V> X.Setter makeSetter() {
01:35:42                       ^
01:35:42 X.java:8: warning: [rawtypes] found raw type: Adapter.Setter
01:35:42   public <V> X.Setter makeSetter() {
01:35:42               ^
01:35:42   missing type arguments for generic class Adapter<T>.Setter<V>
01:35:42   where V,T are type-variables:
01:35:42     V extends Object declared in class Adapter.Setter
01:35:42     T extends Object declared in class Adapter
01:35:42 X.java:9: warning: [rawtypes] found raw type: X
01:35:42     return (String) new X().new Setter() {};
01:35:42                         ^
01:35:42   missing type arguments for generic class X<T>
01:35:42   where T is a type-variable:
01:35:42     T extends Object declared in class X
01:35:42 X.java:9: warning: [rawtypes] found raw type: Adapter.Setter
01:35:42     return (String) new X().new Setter() {};
01:35:42                                 ^
01:35:42   missing type arguments for generic class Adapter<T>.Setter<V>
01:35:42   where V,T are type-variables:
01:35:42     V extends Object declared in class Adapter.Setter
01:35:42     T extends Object declared in class Adapter
01:35:42 X.java:9: error: incompatible types: <anonymous Adapter.Setter> cannot be converted to String
01:35:42     return (String) new X().new Setter() {};
01:35:42                             ^
01:35:42   where T is a type-variable:
01:35:42     T extends Object declared in class X
01:35:42 X.java:12: warning: [rawtypes] found raw type: Adapter.Setter
01:35:42           List<Adapter.Setter> l = new ArrayList<X.Setter>();
01:35:42                       ^
01:35:42   missing type arguments for generic class Adapter<T>.Setter<V>
01:35:42   where V,T are type-variables:
01:35:42     V extends Object declared in class Adapter.Setter
01:35:42     T extends Object declared in class Adapter
01:35:42 X.java:12: warning: [rawtypes] found raw type: Adapter.Setter
01:35:42           List<Adapter.Setter> l = new ArrayList<X.Setter>();
01:35:42                                                   ^
01:35:42   missing type arguments for generic class Adapter<T>.Setter<V>
01:35:42   where V,T are type-variables:
01:35:42     V extends Object declared in class Adapter.Setter
01:35:42     T extends Object declared in class Adapter
01:35:42 2 errors
01:35:42 6 warnings
01:35:42 
01:35:42 
01:35:42 
01:35:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:43 --- javac err: ---
01:35:43 X.java:6: warning: [rawtypes] found raw type: Adapter
01:35:43 public class X<T> extends Adapter {
01:35:43                           ^
01:35:43   missing type arguments for generic class Adapter<T>
01:35:43   where T is a type-variable:
01:35:43     T extends Object declared in class Adapter
01:35:43 X.java:7: warning: [rawtypes] found raw type: Adapter.Setter
01:35:43   public <V> Adapter.Setter makeSetter() {
01:35:43                     ^
01:35:43   missing type arguments for generic class Adapter<T>.Setter<V>
01:35:43   where V,T are type-variables:
01:35:43     V extends Object declared in class Adapter.Setter
01:35:43     T extends Object declared in class Adapter
01:35:43 X.java:8: error: incompatible types: String cannot be converted to Adapter.Setter
01:35:43     return (X.Setter) "a";
01:35:43                       ^
01:35:43 1 error
01:35:43 2 warnings
01:35:43 
01:35:43 
01:35:43 
01:35:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:44 --- javac err: ---
01:35:44 X.java:4: error: cannot find symbol
01:35:44   Zork z;
01:35:44   ^
01:35:44   symbol:   class Zork
01:35:44   location: class X
01:35:44 X.java:2: warning: [rawtypes] found raw type: Base.Member
01:35:44   DeprecatedType.Member m1; // DeprecatedType and Member are raw + indirect access to Member
01:35:44                 ^
01:35:44   missing type arguments for generic class Base.Member<U>
01:35:44   where U is a type-variable:
01:35:44     U extends Object declared in class Base.Member
01:35:44 X.java:2: warning: [deprecation] DeprecatedType in unnamed package has been deprecated
01:35:44   DeprecatedType.Member m1; // DeprecatedType and Member are raw + indirect access to Member
01:35:44   ^
01:35:44 X.java:3: warning: [deprecation] DeprecatedType in unnamed package has been deprecated
01:35:44   DeprecatedType.Member<String> m2; // DeprecatedType is raw + indirect access to Member
01:35:44   ^
01:35:44 1 error
01:35:44 3 warnings
01:35:44 
01:35:44 
01:35:44 
01:35:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:45 --- javac err: ---
01:35:45 X.java:17: error: cannot find symbol
01:35:45     Zork z;
01:35:45     ^
01:35:45   symbol:   class Zork
01:35:45   location: class X
01:35:45 X.java:15: warning: [unchecked] unchecked cast
01:35:45             (DAFDataWithRefController<OBAreaOverlaySettings>) controller00;
01:35:45                                                               ^
01:35:45   required: DAFDataWithRefController<OBAreaOverlaySettings>
01:35:45   found:    DAFDataController<CAP#1>
01:35:45   where CAP#1 is a fresh type-variable:
01:35:45     CAP#1 extends SymbolTypeSettings from capture of ? extends SymbolTypeSettings
01:35:45 1 error
01:35:45 1 warning
01:35:45 
01:35:45 
01:35:45 
01:35:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:46 --- javac err: ---
01:35:46 Scratch.java:11: error: cannot find symbol
01:35:46 class Z { Zork z; }
01:35:46           ^
01:35:46   symbol:   class Zork
01:35:46   location: class Z
01:35:46 Scratch.java:2: warning: [rawtypes] found raw type: Y
01:35:46         private Y rawObject = new Y();
01:35:46                 ^
01:35:46   missing type arguments for generic class Y<S>
01:35:46   where S is a type-variable:
01:35:46     S extends Object declared in class Y
01:35:46 Scratch.java:2: warning: [rawtypes] found raw type: Y
01:35:46         private Y rawObject = new Y();
01:35:46                                   ^
01:35:46   missing type arguments for generic class Y<S>
01:35:46   where S is a type-variable:
01:35:46     S extends Object declared in class Y
01:35:46 Scratch.java:4: warning: [unchecked] unchecked method invocation: method method in class Scratch is applied to given types
01:35:46                 method(new X<Y<Z>>(), rawObject); // compile error in javac, unchecked conversion in Eclipse
01:35:46                       ^
01:35:46   required: X<T>,T
01:35:46   found: X<Y<Z>>,Y
01:35:46   where T is a type-variable:
01:35:46     T extends Object declared in method <T>method(X<T>,T)
01:35:46 Scratch.java:4: warning: [unchecked] unchecked conversion
01:35:46                 method(new X<Y<Z>>(), rawObject); // compile error in javac, unchecked conversion in Eclipse
01:35:46                                       ^
01:35:46   required: T
01:35:46   found:    Y
01:35:46   where T is a type-variable:
01:35:46     T extends Object declared in method <T>method(X<T>,T)
01:35:46 Scratch.java:5: warning: [unchecked] unchecked method invocation: method method in class Scratch is applied to given types
01:35:46                 this.<Y<Z>>method(new X<Y<Z>>(), rawObject); // unchecked warning in both
01:35:46                                  ^
01:35:46   required: X<T>,T
01:35:46   found: X<Y<Z>>,Y
01:35:46   where T is a type-variable:
01:35:46     T extends Object declared in method <T>method(X<T>,T)
01:35:46 Scratch.java:5: warning: [unchecked] unchecked conversion
01:35:46                 this.<Y<Z>>method(new X<Y<Z>>(), rawObject); // unchecked warning in both
01:35:46                                                  ^
01:35:46   required: T
01:35:46   found:    Y
01:35:46   where T is a type-variable:
01:35:46     T extends Object declared in method <T>method(X<T>,T)
01:35:46 1 error
01:35:46 6 warnings
01:35:46 
01:35:46 
01:35:46 
01:35:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:47 
01:35:47 
01:35:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:49 
01:35:49 
01:35:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:50 
01:35:50 
01:35:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:51 --- javac err: ---
01:35:51 X.java:16: error: exception IOException is never thrown in body of corresponding try statement
01:35:51 		} catch(IOException e) {
01:35:51 		  ^
01:35:51 1 error
01:35:51 
01:35:51 
01:35:51 
01:35:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:53 
01:35:53 
01:35:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:54 
01:35:54 
01:35:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:55 
01:35:55 
01:35:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:57 --- javac err: ---
01:35:57 X.java:8: error: Private has private access in X
01:35:57 public abstract class X implements Map<X.Private,Secondary.SecondaryPrivate> {
01:35:57                                         ^
01:35:57 X.java:8: error: SecondaryPrivate has private access in Secondary
01:35:57 public abstract class X implements Map<X.Private,Secondary.SecondaryPrivate> {
01:35:57                                                           ^
01:35:57 X.java:7: error: Private has private access in X
01:35:57 @Ann(X.Private.class) // Private is not visible here
01:35:57       ^
01:35:57 3 errors
01:35:57 
01:35:57 
01:35:57 
01:35:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:58 --- javac err: ---
01:35:58 X.java:2: error: X.Inter.Private has private access in X.Inter
01:35:58 public abstract class X implements List<X.Inter.Private> {
01:35:58                                                ^
01:35:58 1 error
01:35:58 
01:35:58 
01:35:58 
01:35:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:35:59 
01:35:59 
01:35:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:00 --- javac err: ---
01:36:00 X.java:3: warning: [unchecked] unchecked cast
01:36:00         return (T)new Object();
01:36:00                   ^
01:36:00   required: T
01:36:00   found:    Object
01:36:00   where T is a type-variable:
01:36:00     T extends Object declared in method <T>getValue(Object,String)
01:36:00 1 warning
01:36:00 
01:36:01 
01:36:01 
01:36:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:02 
01:36:02 
01:36:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:03 
01:36:03 
01:36:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:04 --- javac err: ---
01:36:04 X.java:7: error: incompatible types: inferred type does not conform to upper bound(s)
01:36:04         int i = getValue(0, s);
01:36:04                         ^
01:36:04     inferred: Comparable<? extends INT#1>
01:36:04     upper bound(s): Integer,Object
01:36:04   where INT#1 is an intersection type:
01:36:04     INT#1 extends Object,Serializable,Comparable<?>
01:36:04 1 error
01:36:04 
01:36:04 
01:36:04 
01:36:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:06 --- javac err: ---
01:36:06 Status.java:11: error: illegal reference to static field from initializer
01:36:06 		if (Status.mapping == null) {
01:36:06 		          ^
01:36:06 Status.java:12: error: illegal reference to static field from initializer
01:36:06 			Status.mapping = new HashMap<Byte, Status>();
01:36:06 			      ^
01:36:06 Status.java:15: error: illegal reference to static field from initializer
01:36:06 		Status.mapping.put(newValue, this);
01:36:06 		      ^
01:36:06 3 errors
01:36:06 
01:36:06 
01:36:06 
01:36:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:07 
01:36:07 
01:36:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:08 
01:36:08 
01:36:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:09 --- javac err: ---
01:36:09 X.java:2: error: cannot find symbol
01:36:09 	private static Map<String, String> var;
01:36:09 	               ^
01:36:09   symbol:   class Map
01:36:09   location: class X
01:36:09 X.java:4: error: cannot find symbol
01:36:09 		var= new HashMap<String, String>();
01:36:09 		         ^
01:36:09   symbol:   class HashMap
01:36:09   location: class X
01:36:09 2 errors
01:36:09 
01:36:09 
01:36:09 
01:36:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:10 --- javac err: ---
01:36:10 X.java:4: error: cannot find symbol
01:36:10 	private static Map<String, Zork> map = new HashMap<String, X>();
01:36:10 	                           ^
01:36:10   symbol:   class Zork
01:36:10   location: class X
01:36:10 1 error
01:36:10 
01:36:10 
01:36:10 
01:36:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:11 --- javac err: ---
01:36:11 X.java:2: error: cannot find symbol
01:36:11 	A<E> a; // E is undefined on purpose
01:36:11 	  ^
01:36:11   symbol:   class E
01:36:11   location: class X
01:36:11 X.java:3: error: cannot find symbol
01:36:11 	X() { a = new A<E>(); } // causes Missing code implementation
01:36:11 	                ^
01:36:11   symbol:   class E
01:36:11   location: class X
01:36:11 2 errors
01:36:11 
01:36:11 
01:36:11 
01:36:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:13 --- javac err: ---
01:36:13 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
01:36:13         new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().selfCall());
01:36:13                                                                                        ^
01:36:13   missing type arguments for generic class NonPublicInterfaceImplementor<E>
01:36:13   where E is a type-variable:
01:36:13     E extends Object declared in class NonPublicInterfaceImplementor
01:36:13 1 warning
01:36:13 
01:36:13 
01:36:13 
01:36:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:14 --- javac err: ---
01:36:14 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
01:36:14         new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().selfCall());
01:36:14                                                                                        ^
01:36:14   missing type arguments for generic class NonPublicInterfaceImplementor<E>
01:36:14   where E is a type-variable:
01:36:14     E extends NonPublicInterface declared in class NonPublicInterfaceImplementor
01:36:14 1 warning
01:36:14 
01:36:14 
01:36:14 
01:36:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:15 --- javac err: ---
01:36:15 restricted/NonPublicInterfaceImplementor.java:2: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
01:36:15 public class NonPublicInterfaceImplementor<E extends NonPublicInterfaceImplementor> implements NonPublicInterface {
01:36:15                                                      ^
01:36:15   missing type arguments for generic class NonPublicInterfaceImplementor<E>
01:36:15   where E is a type-variable:
01:36:15     E extends NonPublicInterfaceImplementor declared in class NonPublicInterfaceImplementor
01:36:15 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
01:36:15         new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().selfCall());
01:36:15                                                                                        ^
01:36:15   missing type arguments for generic class NonPublicInterfaceImplementor<E>
01:36:15   where E is a type-variable:
01:36:15     E extends NonPublicInterfaceImplementor declared in class NonPublicInterfaceImplementor
01:36:15 2 warnings
01:36:15 
01:36:15 
01:36:15 
01:36:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:16 --- javac err: ---
01:36:16 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
01:36:16         new UnuseableOutsideRestrictedWithECJ().ecjDoesNotLikeGenericizedParameter(new NonPublicInterfaceImplementor().next);
01:36:16                                                                                        ^
01:36:16   missing type arguments for generic class NonPublicInterfaceImplementor<E>
01:36:16   where E is a type-variable:
01:36:16     E extends Object declared in class NonPublicInterfaceImplementor
01:36:16 1 warning
01:36:16 
01:36:16 
01:36:16 
01:36:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:17 --- javac err: ---
01:36:17 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
01:36:17         NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor();
01:36:17         ^
01:36:17   missing type arguments for generic class NonPublicInterfaceImplementor<E>
01:36:17   where E is a type-variable:
01:36:17     E extends Object declared in class NonPublicInterfaceImplementor
01:36:17 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
01:36:17         NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor();
01:36:17                                                  ^
01:36:17   missing type arguments for generic class NonPublicInterfaceImplementor<E>
01:36:17   where E is a type-variable:
01:36:17     E extends Object declared in class NonPublicInterfaceImplementor
01:36:17 2 warnings
01:36:17 
01:36:18 
01:36:18 
01:36:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:19 --- javac err: ---
01:36:19 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
01:36:19         NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor();
01:36:19         ^
01:36:19   missing type arguments for generic class NonPublicInterfaceImplementor<E>
01:36:19   where E is a type-variable:
01:36:19     E extends Object declared in class NonPublicInterfaceImplementor
01:36:19 usesrestricted/CannotCompileInEcj.java:6: warning: [rawtypes] found raw type: NonPublicInterfaceImplementor
01:36:19         NonPublicInterfaceImplementor impl = new NonPublicInterfaceImplementor();
01:36:19                                                  ^
01:36:19   missing type arguments for generic class NonPublicInterfaceImplementor<E>
01:36:19   where E is a type-variable:
01:36:19     E extends Object declared in class NonPublicInterfaceImplementor
01:36:19 2 warnings
01:36:19 
01:36:19 
01:36:19 
01:36:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:20 
01:36:20 
01:36:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:21 --- javac err: ---
01:36:21 X.java:4: warning: [unchecked] unchecked cast
01:36:21                 throw (T) new InterruptedException();
01:36:21                           ^
01:36:21   required: T
01:36:21   found:    InterruptedException
01:36:21   where T is a type-variable:
01:36:21     T extends Exception declared in method <T>foo()
01:36:21 X.java:15: error: cannot find symbol
01:36:21 			Zork z;
01:36:21 			^
01:36:21   symbol:   class Zork
01:36:21   location: class X
01:36:21 1 error
01:36:21 1 warning
01:36:21 
01:36:21 
01:36:21 
01:36:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:23 --- javac err: ---
01:36:23 X.java:2: warning: [serial] serializable class RemoteException has no definition of serialVersionUID
01:36:23 class RemoteException extends Throwable {}
01:36:23 ^
01:36:23 1 warning
01:36:23 
01:36:23 
01:36:23 
01:36:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:24 --- javac err: ---
01:36:24 X.java:4: warning: [unchecked] unchecked cast
01:36:24                 return (T)new InterruptedException();
01:36:24                           ^
01:36:24   required: T
01:36:24   found:    InterruptedException
01:36:24   where T is a type-variable:
01:36:24     T extends Exception declared in method <T>foo()
01:36:24 X.java:8: error: cannot find symbol
01:36:24 			 Zork z;
01:36:24 			 ^
01:36:24   symbol:   class Zork
01:36:24   location: class X
01:36:24 1 error
01:36:24 1 warning
01:36:24 
01:36:24 
01:36:24 
01:36:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:26 
01:36:26 
01:36:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:27 --- javac err: ---
01:36:27 X.java:4: error: IA is not public in p; cannot be accessed from outside package
01:36:27 		this.t.baz();
01:36:27 		    ^
01:36:27 1 error
01:36:27 
01:36:27 ----------------------------------------
01:36:27 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1381 - 10
01:36:27 X.java [
01:36:27 public class X<T extends AA & p.IB> {
01:36:27 	T t;
01:36:27 	void foo() {
01:36:27 		this.t.baz();
01:36:27 	}
01:36:27 	public static void main(String[] args) {
01:36:27 		X<CC> xcc = new X<CC>();
01:36:27 		xcc.t = new CC();
01:36:27 		xcc.foo();
01:36:27 	}
01:36:27 }
01:36:27 class AA {
01:36:27 	void bar() {}
01:36:27 }
01:36:27 class CC extends AA implements p.IB {
01:36:27 	public void baz() {
01:36:27 		System.out.println("done");
01:36:27 	}
01:36:27 }
01:36:27 
01:36:27 ]
01:36:27 p/IB.java [
01:36:27 package p;
01:36:27 interface IA {
01:36:27 	void baz();
01:36:27 }
01:36:27 public interface IB extends IA {
01:36:27 }
01:36:27 
01:36:27 ]
01:36:27 
01:36:27 
01:36:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:28 
01:36:28 
01:36:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:29 
01:36:29 
01:36:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:30 
01:36:30 
01:36:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:31 
01:36:31 
01:36:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:33 --- javac err: ---
01:36:33 X.java:5: error: IA is not public in p; cannot be accessed from outside package
01:36:33 		xt.get().baz();
01:36:33 		      ^
01:36:33 1 error
01:36:33 
01:36:33 ----------------------------------------
01:36:33 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1386 - 10
01:36:33 X.java [
01:36:33 public class X<T extends AA & p.IB> {
01:36:33 	T get() { return null; }
01:36:33 	
01:36:33 	void foo(X<T> xt) {
01:36:33 		xt.get().baz();
01:36:33 	}
01:36:33 }
01:36:33 class AA {
01:36:33 	void bar() {}
01:36:33 }
01:36:33 
01:36:33 ]
01:36:33 p/IB.java [
01:36:33 package p;
01:36:33 interface IA {
01:36:33 	void baz();
01:36:33 }
01:36:33 public interface IB extends IA {
01:36:33 }
01:36:33 
01:36:33 ]
01:36:33 
01:36:33 
01:36:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:34 --- javac err: ---
01:36:34 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression
01:36:34 		System.out.println(this.t.baz);
01:36:34 		                         ^
01:36:34 X.java:4: error: IA is not public in p; cannot be accessed from outside package
01:36:34 		System.out.println(this.t.baz);
01:36:34 		                       ^
01:36:34 1 error
01:36:34 1 warning
01:36:34 
01:36:34 ----------------------------------------
01:36:34 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1387 - 10
01:36:34 X.java [
01:36:34 public class X<T extends AA & p.IB> {
01:36:34 	T t;
01:36:34 	void foo() {
01:36:34 		System.out.println(this.t.baz);
01:36:34 	}
01:36:34 	public static void main(String[] args) {
01:36:34 		X<CC> xcc = new X<CC>();
01:36:34 		xcc.t = new CC();
01:36:34 		xcc.foo();
01:36:34 	}
01:36:34 }
01:36:34 class AA {
01:36:34 	void bar() {}
01:36:34 }
01:36:34 class CC extends AA implements p.IB {
01:36:34 }
01:36:34 
01:36:34 ]
01:36:34 p/IB.java [
01:36:34 package p;
01:36:34 interface IA {
01:36:34 	Object baz = "done";
01:36:34 }
01:36:34 public interface IB extends IA {
01:36:34 }
01:36:34 
01:36:34 ]
01:36:34 
01:36:34 
01:36:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:35 --- javac err: ---
01:36:35 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression
01:36:35 		System.out.println(t.baz);
01:36:35 		                    ^
01:36:35 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1388 - 10
01:36:35 X.java [
01:36:35 public class X<T extends AA & p.IB> {
01:36:35 X.java:4: error: IA is not public in p; cannot be accessed from outside package
01:36:35 	T t;
01:36:35 	void foo() {
01:36:35 		System.out.println(t.baz);
01:36:35 		System.out.println(t.baz);
01:36:35 		                   ^
01:36:35 	}
01:36:35 1 error
01:36:35 1 warning
01:36:35 
01:36:35 	public static void main(String[] args) {
01:36:35 		X<CC> xcc = new X<CC>();
01:36:35 ----------------------------------------
01:36:35 		xcc.t = new CC();
01:36:35 		xcc.foo();
01:36:35 	}
01:36:35 }
01:36:35 class AA {
01:36:35 	void bar() {}
01:36:35 }
01:36:35 class CC extends AA implements p.IB {
01:36:35 }
01:36:35 
01:36:35 ]
01:36:35 p/IB.java [
01:36:35 package p;
01:36:35 interface IA {
01:36:35 	Object baz = "done";
01:36:35 }
01:36:35 public interface IB extends IA {
01:36:35 }
01:36:35 
01:36:35 ]
01:36:35 
01:36:35 
01:36:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:36 
01:36:36 
01:36:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:37 --- javac err: ---
01:36:37 X.java:1: error: type argument SubX2<T#1> is not within bounds of type-variable T#2
01:36:37 public class X<T extends SubX1<SubX2<T>>> {
01:36:37                                     ^
01:36:37   where T#1,T#2 are type-variables:
01:36:37     T#1 extends SubX1<SubX2<T#1>> declared in class X
01:36:37     T#2 extends SubX2<T#2> declared in class SubX1
01:36:37 1 error
01:36:37 
01:36:37 
01:36:37 
01:36:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:38 
01:36:38 
01:36:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:40 
01:36:40 
01:36:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:41 
01:36:41 
01:36:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:42 
01:36:42 
01:36:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:44 
01:36:44 
01:36:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:45 
01:36:45 
01:36:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:46 --- javac err: ---
01:36:46 A.java:4: error: cannot find symbol
01:36:46 	 Zork z;
01:36:46 	 ^
01:36:46   symbol:   class Zork
01:36:46   location: class A<T>
01:36:46   where T is a type-variable:
01:36:46     T extends Object declared in class A
01:36:46 1 error
01:36:46 
01:36:46 
01:36:46 
01:36:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:47 --- javac err: ---
01:36:47 A.java:4: error: cannot find symbol
01:36:47 	 Zork z;
01:36:47 	 ^
01:36:47   symbol:   class Zork
01:36:47   location: class A<T>
01:36:47   where T is a type-variable:
01:36:47     T extends Object declared in class A
01:36:47 1 error
01:36:47 
01:36:47 
01:36:47 
01:36:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:48 --- javac err: ---
01:36:48 A.java:4: error: cannot find symbol
01:36:48 	 Zork z;
01:36:48 	 ^
01:36:48   symbol:   class Zork
01:36:48   location: class A<T>
01:36:48   where T is a type-variable:
01:36:48     T extends Object declared in class A
01:36:48 1 error
01:36:48 
01:36:48 
01:36:48 
01:36:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:49 --- javac err: ---
01:36:49 A.java:4: error: cannot find symbol
01:36:49 	 Zork z;
01:36:49 	 ^
01:36:49   symbol:   class Zork
01:36:49   location: class A<T>
01:36:49   where T is a type-variable:
01:36:49     T extends Object declared in class A
01:36:49 1 error
01:36:49 
01:36:49 
01:36:49 
01:36:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:50 --- javac err: ---
01:36:50 A.java:4: error: cannot find symbol
01:36:50 	 Zork z;
01:36:50 	 ^
01:36:50   symbol:   class Zork
01:36:50   location: class A<T>
01:36:50   where T is a type-variable:
01:36:50     T extends Object declared in class A
01:36:50 1 error
01:36:50 
01:36:50 
01:36:50 
01:36:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:51 --- javac err: ---
01:36:51 A.java:3: error: <identifier> expected
01:36:51     Class<?> c = A<?>.class; 
01:36:51                       ^
01:36:51 A.java:3: error: <identifier> expected
01:36:51     Class<?> c = A<?>.class; 
01:36:51                            ^
01:36:51 A.java:6: error: reached end of file while parsing
01:36:51 }
01:36:51  ^
01:36:51 3 errors
01:36:51 
01:36:51 
01:36:51 
01:36:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:52 --- javac err: ---
01:36:52 X.java:8: warning: [rawtypes] found raw type: X
01:36:52 		X raw = bar(); // 1 accepted
01:36:52 		^
01:36:52   missing type arguments for generic class X<A>
01:36:52   where A is a type-variable:
01:36:52     A extends Object declared in class X
01:36:52 1 warning
01:36:52 
01:36:52 
01:36:52 
01:36:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:53 --- javac err: ---
01:36:53 X.java:3: warning: [rawtypes] found raw type: List
01:36:53     X(List rawList, List<?> unboundList) {
01:36:53       ^
01:36:53   missing type arguments for generic class List<E>
01:36:53   where E is a type-variable:
01:36:53     E extends Object declared in interface List
01:36:53 X.java:7: warning: [rawtypes] found raw type: Map
01:36:53             Map m0 = (Map) Collections.emptyList();
01:36:53             ^
01:36:53   missing type arguments for generic class Map<K,V>
01:36:53   where K,V are type-variables:
01:36:53     K extends Object declared in interface Map
01:36:53     V extends Object declared in interface Map
01:36:53 X.java:8: warning: [rawtypes] found raw type: Map
01:36:53             Map m1 = (Map) rawList;
01:36:53             ^
01:36:53   missing type arguments for generic class Map<K,V>
01:36:53   where K,V are type-variables:
01:36:53     K extends Object declared in interface Map
01:36:53     V extends Object declared in interface Map
01:36:53 X.java:9: warning: [rawtypes] found raw type: Map
01:36:53             Map m2 = (Map) unboundList;
01:36:53             ^
01:36:53   missing type arguments for generic class Map<K,V>
01:36:53   where K,V are type-variables:
01:36:53     K extends Object declared in interface Map
01:36:53     V extends Object declared in interface Map
01:36:53 X.java:10: error: cannot find symbol
01:36:53             Zork z;
01:36:53             ^
01:36:53   symbol:   class Zork
01:36:53   location: class X
01:36:53 1 error
01:36:53 4 warnings
01:36:53 
01:36:53 
01:36:53 
01:36:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:55 --- javac err: ---
01:36:55 GenericTest.java:5: warning: [rawtypes] found raw type: Set
01:36:55         Set testList = GenericTest.method1(new Class[] { ArrayList.class });
01:36:55         ^
01:36:55   missing type arguments for generic class Set<E>
01:36:55   where E is a type-variable:
01:36:55     E extends Object declared in interface Set
01:36:55 GenericTest.java:5: warning: [rawtypes] found raw type: Class
01:36:55         Set testList = GenericTest.method1(new Class[] { ArrayList.class });
01:36:55                                                ^
01:36:55   missing type arguments for generic class Class<T>
01:36:55   where T is a type-variable:
01:36:55     T extends Object declared in class Class
01:36:55 GenericTest.java:5: warning: [unchecked] unchecked method invocation: method method1 in class GenericTest is applied to given types
01:36:55         Set testList = GenericTest.method1(new Class[] { ArrayList.class });
01:36:55                                           ^
01:36:55   required: Class<List>[]
01:36:55   found: Class[]
01:36:55 GenericTest.java:5: warning: [unchecked] unchecked conversion
01:36:55         Set testList = GenericTest.method1(new Class[] { ArrayList.class });
01:36:55                                            ^
01:36:55   required: Class<List>[]
01:36:55   found:    Class[]
01:36:55 GenericTest.java:5: error: incompatible types: Object cannot be converted to Set
01:36:55         Set testList = GenericTest.method1(new Class[] { ArrayList.class });
01:36:55                                           ^
01:36:55 1 error
01:36:55 4 warnings
01:36:55 
01:36:55 
01:36:55 
01:36:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:57 --- javac err: ---
01:36:57 Foo.java:4: warning: [unchecked] unchecked method invocation: method m1 in class Foo is applied to given types
01:36:57 		Foo l1 = m1((Class)Foo.class);
01:36:57 		           ^
01:36:57   required: Class<Foo>
01:36:57   found: Class
01:36:57 Foo.java:4: warning: [unchecked] unchecked conversion
01:36:57 		Foo l1 = m1((Class)Foo.class);
01:36:57 		            ^
01:36:57   required: Class<Foo>
01:36:57   found:    Class
01:36:57 Foo.java:4: error: incompatible types: Object cannot be converted to Foo
01:36:57 		Foo l1 = m1((Class)Foo.class);
01:36:57 		           ^
01:36:57 1 error
01:36:57 2 warnings
01:36:57 
01:36:57 
01:36:57 
01:36:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:58 --- javac err: ---
01:36:58 X.java:4: error: cannot find symbol
01:36:58 		Zork z = (List<? extends X>) i;
01:36:58 		^
01:36:58   symbol:   class Zork
01:36:58   location: class X
01:36:58 X.java:7: error: cannot find symbol
01:36:58 		Zork z = (ArrayList<? extends X>) i;
01:36:58 		^
01:36:58   symbol:   class Zork
01:36:58   location: class X
01:36:58 2 errors
01:36:58 
01:36:58 
01:36:58 
01:36:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:36:59 --- javac err: ---
01:36:59 X.java:4: error: incompatible types: List<X> cannot be converted to LinkedList<Object>
01:36:59 		LinkedList<Object> lo = (LinkedList<Object>) lx;
01:36:59 		                                             ^
01:36:59 X.java:5: warning: [unchecked] unchecked cast
01:36:59 		LinkedList<String> ls = (LinkedList<String>) lw;
01:36:59 		                                             ^
01:36:59   required: LinkedList<String>
01:36:59   found:    List<CAP#1>
01:36:59   where CAP#1 is a fresh type-variable:
01:36:59     CAP#1 extends Object from capture of ?
01:36:59 1 error
01:36:59 1 warning
01:36:59 
01:36:59 
01:36:59 
01:36:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:00 --- javac err: ---
01:37:00 X.java:7: error: incompatible types: I<Short>[] cannot be converted to Y<? extends X>[]
01:37:00 	Y<? extends X>[] y3 = (Y<? extends X>[]) x;
01:37:00 	                                         ^
01:37:00 1 error
01:37:00 
01:37:00 
01:37:00 
01:37:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:01 --- javac err: ---
01:37:01 X.java:23: error: cannot find symbol
01:37:01 	Zork z;
01:37:01 	^
01:37:01   symbol:   class Zork
01:37:01   location: class X<T>
01:37:01   where T is a type-variable:
01:37:01     T extends Object declared in class X
01:37:01 X.java:6: warning: [unchecked] unchecked cast
01:37:01 		return (X<U>) child;
01:37:01 		              ^
01:37:01   required: X<U>
01:37:01   found:    Child
01:37:01   where U is a type-variable:
01:37:01     U extends Object declared in method <U>create()
01:37:01 X.java:21: warning: [unchecked] unchecked cast
01:37:01 		return (X<U>) willWarn;
01:37:01 		              ^
01:37:01   required: X<U>
01:37:01   found:    X<Object>
01:37:01   where U is a type-variable:
01:37:01     U extends Object declared in method <U>raisesTheWarning()
01:37:01 1 error
01:37:01 2 warnings
01:37:01 
01:37:01 
01:37:01 
01:37:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:03 --- javac err: ---
01:37:03 X.java:8: warning: [rawtypes] found raw type: A
01:37:03 	A a1 = new A<U>();
01:37:03 	^
01:37:03   missing type arguments for generic class A<T>
01:37:03   where T is a type-variable:
01:37:03     T extends Object declared in class A
01:37:03 X.java:14: warning: [unchecked] unchecked conversion
01:37:03 		List<String> s1 = bx.a1.foo();
01:37:03 		                           ^
01:37:03   required: List<String>
01:37:03   found:    List
01:37:03 X.java:16: error: cannot find symbol
01:37:03 		Zork z;
01:37:03 		^
01:37:03   symbol:   class Zork
01:37:03   location: class X
01:37:03 1 error
01:37:03 2 warnings
01:37:03 
01:37:03 
01:37:03 
01:37:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:04 --- javac err: ---
01:37:04 X.java:5: error: cannot find symbol
01:37:04 	Zork z;
01:37:04 	^
01:37:04   symbol:   class Zork
01:37:04   location: class X
01:37:04 X.java:3: warning: [rawtypes] found raw type: ArrayList
01:37:04 	HashMap <String, ArrayList> m = new HashMap<String, ArrayList>();
01:37:04 	                 ^
01:37:04   missing type arguments for generic class ArrayList<E>
01:37:04   where E is a type-variable:
01:37:04     E extends Object declared in class ArrayList
01:37:04 X.java:3: warning: [rawtypes] found raw type: ArrayList
01:37:04 	HashMap <String, ArrayList> m = new HashMap<String, ArrayList>();
01:37:04 	                                                    ^
01:37:04   missing type arguments for generic class ArrayList<E>
01:37:04   where E is a type-variable:
01:37:04     E extends Object declared in class ArrayList
01:37:04 X.java:4: warning: [unchecked] unchecked conversion
01:37:04 	ArrayList <X> ax = m.get("");
01:37:04 	                        ^
01:37:04   required: ArrayList<X>
01:37:04   found:    ArrayList
01:37:04 1 error
01:37:04 3 warnings
01:37:04 
01:37:04 
01:37:04 
01:37:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:05 --- javac err: ---
01:37:05 X.java:6: error: cannot find symbol
01:37:05         Zork z;
01:37:05         ^
01:37:05   symbol:   class Zork
01:37:05   location: class X
01:37:05 X.java:5: warning: [rawtypes] found raw type: B
01:37:05         B y = (B)a;
01:37:05         ^
01:37:05   missing type arguments for generic class B<T>
01:37:05   where T is a type-variable:
01:37:05     T extends Object declared in class B
01:37:05 1 error
01:37:05 1 warning
01:37:05 
01:37:05 
01:37:05 
01:37:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:06 --- javac err: ---
01:37:06 X.java:5: error: cannot find symbol
01:37:06     Zork z;
01:37:06     ^
01:37:06   symbol:   class Zork
01:37:06   location: class X
01:37:06 1 error
01:37:06 
01:37:06 
01:37:06 
01:37:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:07 --- javac err: ---
01:37:07 X.java:4: error: type argument SOURCE#1 is not within bounds of type-variable SOURCE#2
01:37:07 interface D<RELATED extends A, SOURCE  extends B<?>> extends C<RELATED, SOURCE> {}
01:37:07                                                                         ^
01:37:07   where SOURCE#1,SOURCE#2,RELATED are type-variables:
01:37:07     SOURCE#1 extends B<?> declared in interface D
01:37:07     SOURCE#2 extends RELATED declared in interface C
01:37:07     RELATED extends A declared in interface C
01:37:07 X.java:8: error: type argument B<?> is not within bounds of type-variable SOURCE
01:37:07 	C<C<?,?>,B<?>> wrong;
01:37:07 	          ^
01:37:07   where SOURCE,RELATED are type-variables:
01:37:07     SOURCE extends RELATED declared in interface C
01:37:07     RELATED extends A declared in interface C
01:37:07 2 errors
01:37:07 
01:37:07 
01:37:07 
01:37:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:09 
01:37:09 
01:37:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:10 --- javac err: ---
01:37:10 X.java:15: error: incompatible types: Box<B,B> cannot be converted to Box<CAP#1,CAP#2>
01:37:10 		b.value.next = new Box<B, B>(new B());
01:37:10 		               ^
01:37:10   where CAP#1,CAP#2 are fresh type-variables:
01:37:10     CAP#1 extends Box<?,?> from capture of ?
01:37:10     CAP#2 extends CAP#1 from capture of ?
01:37:10 X.java:17: error: incompatible types: CAP#1 cannot be converted to String
01:37:10 		String s = b.value;
01:37:10 		            ^
01:37:10   where CAP#1,CAP#2 are fresh type-variables:
01:37:10     CAP#1 extends CAP#2 from capture of ?
01:37:10     CAP#2 extends Box<?,?> from capture of ?
01:37:10 X.java:18: error: incompatible types: Box<B,B> cannot be converted to Box<CAP#1,CAP#2>
01:37:10 		b.value.next.next = new Box<B, B>(new B());
01:37:10 		                    ^
01:37:10   where CAP#1,CAP#2 are fresh type-variables:
01:37:10     CAP#1 extends Box<?,?> from capture of ?
01:37:10     CAP#2 extends CAP#1 from capture of ?
01:37:10 3 errors
01:37:10 
01:37:10 
01:37:10 
01:37:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:11 --- javac err: ---
01:37:11 X.java:16: error: incompatible types: Box<B,B> cannot be converted to Box<CAP#1,CAP#2>
01:37:11 		b.getValue().next = new Box<B, B>(new B());
01:37:11 		                    ^
01:37:11   where CAP#1,CAP#2 are fresh type-variables:
01:37:11     CAP#1 extends Box<?,?> from capture of ?
01:37:11     CAP#2 extends CAP#1 from capture of ?
01:37:11 X.java:18: error: incompatible types: CAP#1 cannot be converted to String
01:37:11 		String s = b.getValue();
01:37:11 		                     ^
01:37:11   where CAP#1,CAP#2 are fresh type-variables:
01:37:11     CAP#1 extends CAP#2 from capture of ?
01:37:11     CAP#2 extends Box<?,?> from capture of ?
01:37:11 X.java:19: error: incompatible types: Box<B,B> cannot be converted to Box<CAP#1,CAP#2>
01:37:11 		b.getValue().next.next = new Box<B, B>(new B());
01:37:11 		                         ^
01:37:11   where CAP#1,CAP#2 are fresh type-variables:
01:37:11     CAP#1 extends Box<?,?> from capture of ?
01:37:11     CAP#2 extends CAP#1 from capture of ?
01:37:11 3 errors
01:37:11 
01:37:11 
01:37:11 
01:37:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:13 --- javac err: ---
01:37:13 X.java:15: error: incompatible types: Box<B,B> cannot be converted to CAP#1
01:37:13 		b.value.next(new Box<B, B>(new B()));
01:37:13 		             ^
01:37:13   where CAP#1,CAP#2 are fresh type-variables:
01:37:13     CAP#1 extends CAP#2 from capture of ?
01:37:13     CAP#2 extends Box<?,?> from capture of ?
01:37:13 X.java:16: error: incompatible types: Box<CAP#1,CAP#2> cannot be converted to CAP#3
01:37:13 		b.value.next(b.value);
01:37:13 		              ^
01:37:13   where CAP#1,CAP#2,CAP#3,CAP#4 are fresh type-variables:
01:37:13     CAP#1 extends Box<?,?> from capture of ?
01:37:13     CAP#2 extends CAP#1 from capture of ?
01:37:13     CAP#3 extends CAP#4 from capture of ?
01:37:13     CAP#4 extends Box<?,?> from capture of ?
01:37:13 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:37:13 2 errors
01:37:13 
01:37:13 
01:37:13 
01:37:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:14 --- javac err: ---
01:37:14 X.java:5: error: unexpected type
01:37:14 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<ID>> {};
01:37:14 	                                                                    ^
01:37:14   required: class
01:37:14   found:    type parameter DomainObject
01:37:14   where DomainObject is a type-variable:
01:37:14     DomainObject declared in class X.HibernateDAOBase
01:37:14 1 error
01:37:14 
01:37:14 
01:37:14 
01:37:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:15 --- javac err: ---
01:37:15 X.java:5: error: unexpected type
01:37:15 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<ID>.Zork> {};
01:37:15 	                                                                    ^
01:37:15   required: class
01:37:15   found:    type parameter DomainObject
01:37:15   where DomainObject is a type-variable:
01:37:15     DomainObject declared in class X.HibernateDAOBase
01:37:15 1 error
01:37:15 
01:37:15 
01:37:15 
01:37:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:16 --- javac err: ---
01:37:16 X.java:5: error: unexpected type
01:37:16 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<? extends Zork>> {};
01:37:16 	                                                                    ^
01:37:16   required: class
01:37:16   found:    type parameter DomainObject
01:37:16   where DomainObject is a type-variable:
01:37:16     DomainObject declared in class X.HibernateDAOBase
01:37:16 X.java:5: error: cannot find symbol
01:37:16 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<? extends Zork>> {};
01:37:16 	                                                                                           ^
01:37:16   symbol:   class Zork
01:37:16   location: class X
01:37:16 2 errors
01:37:16 
01:37:16 
01:37:16 
01:37:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:17 --- javac err: ---
01:37:17 X.java:5: error: unexpected type
01:37:17 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<? extends Zork>.Zork> {};
01:37:17 	                                                                    ^
01:37:17   required: class
01:37:17   found:    type parameter DomainObject
01:37:17   where DomainObject is a type-variable:
01:37:17     DomainObject declared in class X.HibernateDAOBase
01:37:17 X.java:5: error: cannot find symbol
01:37:17 	public abstract class HibernateDAOBase<DomainObject> implements DAO<DomainObject<? extends Zork>.Zork> {};
01:37:17 	                                                                                           ^
01:37:17   symbol:   class Zork
01:37:17   location: class X
01:37:17 2 errors
01:37:17 
01:37:17 
01:37:17 
01:37:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:18 --- javac err: ---
01:37:18 X.java:12: warning: [rawtypes] found raw type: YYY
01:37:18 		Class<? extends YYY> ybb = yb.getClass();
01:37:18 		                ^
01:37:18   missing type arguments for generic class YYY<T>
01:37:18   where T is a type-variable:
01:37:18     T extends B declared in class YYY
01:37:18 X.java:13: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends YYY<?>>
01:37:18 		Class<? extends YYY<?>> ybb2 = yb.getClass();
01:37:18 		                                          ^
01:37:18   where CAP#1 is a fresh type-variable:
01:37:18     CAP#1 extends YYY from capture of ? extends YYY
01:37:18 X.java:14: error: incompatible types: Class<CAP#1> cannot be converted to Class<? extends YYY<? extends B>>
01:37:18 		Class<? extends YYY<? extends B>> ybb3 = yb.getClass();
01:37:18 		                                                    ^
01:37:18   where CAP#1 is a fresh type-variable:
01:37:18     CAP#1 extends YYY from capture of ? extends YYY
01:37:18 2 errors
01:37:18 1 warning
01:37:18 
01:37:18 
01:37:18 
01:37:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:19 --- javac err: ---
01:37:19 X.java:4: error: illegal generic type for instanceof
01:37:19 		return null instanceof List<Object>;
01:37:19 		                           ^
01:37:19 X.java:7: error: illegal generic type for instanceof
01:37:19 		return null instanceof T;
01:37:19 		                       ^
01:37:19 X.java:10: error: illegal generic type for instanceof
01:37:19 		return null instanceof Map<Object,String>;
01:37:19 		                          ^
01:37:19 X.java:13: error: illegal generic type for instanceof
01:37:19 		return null instanceof T;
01:37:19 		                       ^
01:37:19 4 errors
01:37:19 
01:37:19 
01:37:19 
01:37:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:21 
01:37:21 
01:37:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:22 
01:37:22 
01:37:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:23 --- javac err: ---
01:37:23 X.java:4: warning: [rawtypes] found raw type: Foo
01:37:23 		Integer i = m(new Foo<Foo<Integer>>(), new Foo());
01:37:23 		                                           ^
01:37:23   missing type arguments for generic class Foo<T>
01:37:23   where T is a type-variable:
01:37:23     T extends Object declared in class Foo
01:37:23 X.java:4: warning: [unchecked] unchecked method invocation: method m in class X is applied to given types
01:37:23 		Integer i = m(new Foo<Foo<Integer>>(), new Foo());
01:37:23 		             ^
01:37:23   required: Foo<T>,T
01:37:23   found: Foo<Foo<Integer>>,Foo
01:37:23   where T is a type-variable:
01:37:23     T extends Object declared in method <T>m(Foo<T>,T)
01:37:23 X.java:4: warning: [unchecked] unchecked conversion
01:37:23 		Integer i = m(new Foo<Foo<Integer>>(), new Foo());
01:37:23 		                                       ^
01:37:23   required: T
01:37:23   found:    Foo
01:37:23   where T is a type-variable:
01:37:23     T extends Object declared in method <T>m(Foo<T>,T)
01:37:23 X.java:4: error: incompatible types: Foo cannot be converted to Integer
01:37:23 		Integer i = m(new Foo<Foo<Integer>>(), new Foo());
01:37:23 		             ^
01:37:23 1 error
01:37:23 3 warnings
01:37:23 
01:37:23 
01:37:23 
01:37:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:24 --- javac err: ---
01:37:24 X.java:4: warning: [rawtypes] found raw type: Foo
01:37:24                 m(new Foo<Foo<Integer>>(), new Foo());
01:37:24                                                ^
01:37:24   missing type arguments for generic class Foo<T>
01:37:24   where T is a type-variable:
01:37:24     T extends Object declared in class Foo
01:37:24 X.java:4: warning: [unchecked] unchecked method invocation: method m in class X is applied to given types
01:37:24                 m(new Foo<Foo<Integer>>(), new Foo());
01:37:24                  ^
01:37:24   required: Foo<T>,T
01:37:24   found: Foo<Foo<Integer>>,Foo
01:37:24   where T is a type-variable:
01:37:24     T extends Object declared in method <T>m(Foo<T>,T)
01:37:24 X.java:4: warning: [unchecked] unchecked conversion
01:37:24                 m(new Foo<Foo<Integer>>(), new Foo());
01:37:24                                            ^
01:37:24   required: T
01:37:24   found:    Foo
01:37:24   where T is a type-variable:
01:37:24     T extends Object declared in method <T>m(Foo<T>,T)
01:37:24 3 warnings
01:37:24 
01:37:24 
01:37:24 
01:37:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:25 --- javac err: ---
01:37:25 X.java:9: error: repeated interface
01:37:25 	class OO implements I<String>, I<Number> {}
01:37:25 	                                ^
01:37:25 X.java:4: error: type argument String is not within bounds of type-variable T
01:37:25 		class N extends M<String> {}
01:37:25 		                  ^
01:37:25   where T is a type-variable:
01:37:25     T extends Number declared in class M
01:37:25 X.java:5: error: repeated interface
01:37:25 		class O implements I<String>, I<Number> {}
01:37:25 		                               ^
01:37:25 X.java:5: error: I cannot be inherited with different arguments: <java.lang.String> and <java.lang.Number>
01:37:25 		class O implements I<String>, I<Number> {}
01:37:25 		^
01:37:25 X.java:8: error: type argument String is not within bounds of type-variable T
01:37:25 	class NN extends MM<String> {}
01:37:25 	                    ^
01:37:25   where T is a type-variable:
01:37:25     T extends Number declared in class X.MM
01:37:25 X.java:9: error: I cannot be inherited with different arguments: <java.lang.String> and <java.lang.Number>
01:37:25 	class OO implements I<String>, I<Number> {}
01:37:25 	^
01:37:25 6 errors
01:37:25 
01:37:25 
01:37:25 
01:37:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:26 --- javac err: ---
01:37:26 X.java:9: warning: [rawtypes] found raw type: Foo
01:37:26 		Integer j = ffi.bar(ffi, new Foo());
01:37:26 		                             ^
01:37:26   missing type arguments for generic class Foo<T>
01:37:26   where T is a type-variable:
01:37:26     T extends Object declared in class Foo
01:37:26 X.java:9: warning: [unchecked] unchecked method invocation: method bar in class Foo is applied to given types
01:37:26 		Integer j = ffi.bar(ffi, new Foo());
01:37:26 		                   ^
01:37:26   required: Foo<T>,T
01:37:26   found: Foo<Foo<Integer>>,Foo
01:37:26   where T is a type-variable:
01:37:26     T extends Object declared in class Foo
01:37:26 X.java:9: warning: [unchecked] unchecked conversion
01:37:26 		Integer j = ffi.bar(ffi, new Foo());
01:37:26 		                         ^
01:37:26   required: T
01:37:26   found:    Foo
01:37:26   where T is a type-variable:
01:37:26     T extends Object declared in class Foo
01:37:26 X.java:9: error: incompatible types: Foo cannot be converted to Integer
01:37:26 		Integer j = ffi.bar(ffi, new Foo());
01:37:26 		                   ^
01:37:26 1 error
01:37:26 3 warnings
01:37:26 
01:37:26 
01:37:26 
01:37:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:28 --- javac err: ---
01:37:28 X.java:3: error: cannot find symbol
01:37:28 	Zork z;
01:37:28 	^
01:37:28   symbol:   class Zork
01:37:28   location: class X<T>
01:37:28   where T is a type-variable:
01:37:28     T extends Object declared in class X
01:37:28 X.java:5: warning: [rawtypes] found raw type: X
01:37:28 	void bar(X x) {
01:37:28 	         ^
01:37:28   missing type arguments for generic class X<T>
01:37:28   where T is a type-variable:
01:37:28     T extends Object declared in class X
01:37:28 X.java:6: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:37:28 		foo(x);
01:37:28 		   ^
01:37:28   required: X<U>
01:37:28   found: X
01:37:28   where U is a type-variable:
01:37:28     U extends Object declared in method <U>foo(X<U>)
01:37:28 X.java:6: warning: [unchecked] unchecked conversion
01:37:28 		foo(x);
01:37:28 		    ^
01:37:28   required: X<U>
01:37:28   found:    X
01:37:28   where U is a type-variable:
01:37:28     U extends Object declared in method <U>foo(X<U>)
01:37:28 1 error
01:37:28 3 warnings
01:37:28 
01:37:28 
01:37:28 
01:37:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:29 --- javac err: ---
01:37:29 Foo.java:4: warning: [unchecked] unchecked method invocation: method m2 in class Foo is applied to given types
01:37:29 		Foo l2 = m2((Class)Foo.class);
01:37:29 		           ^
01:37:29   required: Class<I>
01:37:29   found: Class
01:37:29   where I is a type-variable:
01:37:29     I extends Object declared in method <I>m2(Class<I>)
01:37:29 Foo.java:4: warning: [unchecked] unchecked conversion
01:37:29 		Foo l2 = m2((Class)Foo.class);
01:37:29 		            ^
01:37:29   required: Class<I>
01:37:29   found:    Class
01:37:29   where I is a type-variable:
01:37:29     I extends Object declared in method <I>m2(Class<I>)
01:37:29 Foo.java:4: error: incompatible types: Object cannot be converted to Foo
01:37:29 		Foo l2 = m2((Class)Foo.class);
01:37:29 		           ^
01:37:29 1 error
01:37:29 2 warnings
01:37:29 
01:37:29 
01:37:29 
01:37:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:30 
01:37:30 
01:37:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:31 --- javac err: ---
01:37:31 X.java:6: warning: [rawtypes] found raw type: List
01:37:31 	void bar(List l, IllegalArgumentException iae) {
01:37:31 	         ^
01:37:31   missing type arguments for generic class List<E>
01:37:31   where E is a type-variable:
01:37:31     E extends Object declared in interface List
01:37:31 X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:37:31 			foo(l, iae);
01:37:31 			   ^
01:37:31   required: List<U>,T
01:37:31   found: List,IllegalArgumentException
01:37:31   where U,T are type-variables:
01:37:31 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1436 - 10
01:37:31     U extends List<?> declared in method <U,T>foo(List<U>,T)
01:37:31     T extends Throwable declared in method <U,T>foo(List<U>,T)
01:37:31 X.java:8: warning: [unchecked] unchecked conversion
01:37:31 X.java [
01:37:31 			foo(l, iae);
01:37:31 			    ^
01:37:31 import java.util.*;
01:37:31   required: List<U>
01:37:31 public class X {
01:37:31   found:    List
01:37:31   where U,T are type-variables:
01:37:31 	<U extends List<?>, T extends Throwable> void foo(List<U> lu, T t) throws T {
01:37:31 		if (lu.isEmpty()) throw t;
01:37:31     U extends List<?> declared in method <U,T>foo(List<U>,T)
01:37:31 	}
01:37:31     T extends Throwable declared in method <U,T>foo(List<U>,T)
01:37:31 	void bar(List l, IllegalArgumentException iae) {
01:37:31 3 warnings
01:37:31 		try {
01:37:31 
01:37:31 			foo(l, iae);
01:37:31 		} catch (IllegalArgumentException e) {
01:37:31 		}
01:37:31 ----------------------------------------
01:37:31 	}
01:37:31 }
01:37:31 
01:37:31 ]
01:37:31 
01:37:31 
01:37:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:32 --- javac err: ---
01:37:32 X.java:6: warning: [rawtypes] found raw type: List
01:37:32 	void bar(List l, IllegalArgumentException iae) {
01:37:32 	         ^
01:37:32   missing type arguments for generic class List<E>
01:37:32   where E is a type-variable:
01:37:32 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1437 - 10
01:37:32     E extends Object declared in interface List
01:37:32 X.java [
01:37:32 import java.util.*;
01:37:32 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
01:37:32 public class X {
01:37:32 			new X(l, iae);
01:37:32 			^
01:37:32   required: List<U>,T
01:37:32 	<U extends List<?>, T extends Throwable> X(List<U> lu, T t) throws T {
01:37:32   found: List,IllegalArgumentException
01:37:32 		if (lu.isEmpty()) throw t;
01:37:32 	}
01:37:32   where U,T are type-variables:
01:37:32 	void bar(List l, IllegalArgumentException iae) {
01:37:32 		try {
01:37:32     U extends List<?> declared in constructor <U,T>X(List<U>,T)
01:37:32 			new X(l, iae);
01:37:32 		} catch (IllegalArgumentException e) {
01:37:32     T extends Throwable declared in constructor <U,T>X(List<U>,T)
01:37:32 		}
01:37:32 	}
01:37:32 }
01:37:32 
01:37:32 X.java:8: warning: [unchecked] unchecked conversion
01:37:32 ]
01:37:32 			new X(l, iae);
01:37:32 			      ^
01:37:32   required: List<U>
01:37:32   found:    List
01:37:32   where U,T are type-variables:
01:37:32     U extends List<?> declared in constructor <U,T>X(List<U>,T)
01:37:32     T extends Throwable declared in constructor <U,T>X(List<U>,T)
01:37:32 3 warnings
01:37:32 
01:37:32 ----------------------------------------
01:37:32 
01:37:32 
01:37:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:34 --- javac err: ---
01:37:34 X.java:6: warning: [rawtypes] found raw type: List
01:37:34 	void bar(List l, IllegalArgumentException iae) {
01:37:34 	         ^
01:37:34   missing type arguments for generic class List<E>
01:37:34   where E is a type-variable:
01:37:34     E extends Object declared in interface List
01:37:34 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given typeorg.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1438 - 10
01:37:34 s
01:37:34 X.java [
01:37:34 			new X(l, iae){};
01:37:34 import java.util.*;
01:37:34 			^
01:37:34 public class X {
01:37:34   required: List<U>,T
01:37:34   found: List,IllegalArgumentException
01:37:34 	<U extends List<?>, T extends Throwable> X(List<U> lu, T t) throws T {
01:37:34   where U,T are type-variables:
01:37:34 		if (lu.isEmpty()) throw t;
01:37:34 	}
01:37:34     U extends List<?> declared in constructor <U,T>X(List<U>,T)
01:37:34 	void bar(List l, IllegalArgumentException iae) {
01:37:34 		try {
01:37:34     T extends Throwable declared in constructor <U,T>X(List<U>,T)
01:37:34 			new X(l, iae){};
01:37:34 		} catch (IllegalArgumentException e) {
01:37:34 X.java:8: warning: [unchecked] unchecked conversion
01:37:34 		}
01:37:34 	}
01:37:34 			new X(l, iae){};
01:37:34 }
01:37:34 
01:37:34 			      ^
01:37:34 ]
01:37:34   required: List<U>
01:37:34   found:    List
01:37:34   where U,T are type-variables:
01:37:34     U extends List<?> declared in constructor <U,T>X(List<U>,T)
01:37:34     T extends Throwable declared in constructor <U,T>X(List<U>,T)
01:37:34 3 warnings
01:37:34 
01:37:34 ----------------------------------------
01:37:34 
01:37:34 
01:37:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:36 --- javac err: ---
01:37:36 X.java:7: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
01:37:36 		this((List) null, null);
01:37:36 		    ^
01:37:36   required: List<U>,T
01:37:36   found: List,<null>
01:37:36   where U,T are type-variables:
01:37:36     U extends List<?> declared in constructor <U,T>X(List<U>,T)
01:37:36     T extends Throwable declared in constructor <U,T>X(List<U>,T)
01:37:36 X.java:7: warning: [unchecked] unchecked conversion
01:37:36 		this((List) null, null);
01:37:36 		     ^
01:37:36   required: List<U>
01:37:36   found:    List
01:37:36   where U,T are type-variables:
01:37:36     U extends List<?> declared in constructor <U,T>X(List<U>,T)
01:37:36     T extends Throwable declared in constructor <U,T>X(List<U>,T)
01:37:36 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
01:37:36 		super((List)lu, t);
01:37:36 		     ^
01:37:36   required: List<U#1>,T#1
01:37:36   found: List,T#2
01:37:36   where U#1,T#1,T#2,U#2 are type-variables:
01:37:36     U#1 extends List<?> declared in constructor <U#1,T#1>X(List<U#1>,T#1)
01:37:36     T#1 extends Throwable declared in constructor <U#1,T#1>X(List<U#1>,T#1)
01:37:36     T#2 extends Throwable declared in constructor <U#2,T#2>Y(List<U#2>,T#2)
01:37:36     U#2 extends List<?> declared in constructor <U#2,T#2>Y(List<U#2>,T#2)
01:37:36 X.java:12: warning: [unchecked] unchecked conversion
01:37:36 		super((List)lu, t);
01:37:36 		      ^
01:37:36   required: List<U>
01:37:36   found:    List
01:37:36   where U,T are type-variables:
01:37:36     U extends List<?> declared in constructor <U,T>X(List<U>,T)
01:37:36     T extends Throwable declared in constructor <U,T>X(List<U>,T)
01:37:36 X.java:12: error: unreported exception Throwable; must be caught or declared to be thrown
01:37:36 		super((List)lu, t);
01:37:36 		     ^
01:37:36 1 error
01:37:36 4 warnings
01:37:36 
01:37:36 
01:37:36 
01:37:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:37 --- javac err: ---
01:37:37 X.java:3: error: unexpected type
01:37:37 class NewMapType<U, V, R extends GenricInterface<U>> extends HashMap<R<U>, V> {}
01:37:37                                                                      ^
01:37:37   required: class
01:37:37   found:    type parameter R
01:37:37   where R is a type-variable:
01:37:37     R declared in class NewMapType
01:37:37 X.java:3: warning: [serial] serializable class NewMapType has no definition of serialVersionUID
01:37:37 class NewMapType<U, V, R extends GenricInterface<U>> extends HashMap<R<U>, V> {}
01:37:37 ^
01:37:37 1 error
01:37:37 1 warning
01:37:37 
01:37:37 
01:37:37 
01:37:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:38 --- javac err: ---
01:37:38 X.java:4: error: incompatible types: Object cannot be converted to CAP#1
01:37:38 		(x1 != null ? x1 : x2).bar(new Object());
01:37:38 		                           ^
01:37:38   where CAP#1 is a fresh type-variable:
01:37:38     CAP#1 extends INT#1 from capture of ? extends INT#1
01:37:38   where INT#1,INT#2 are intersection types:
01:37:38     INT#1 extends Object,Serializable,Comparable<? extends INT#2>
01:37:38     INT#2 extends Object,Serializable,Comparable<?>
01:37:38 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:37:38 1 error
01:37:38 
01:37:38 
01:37:38 
01:37:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:39 --- javac err: ---
01:37:39 X.java:5: error: type argument Comparable<T> is not within bounds of type-variable T
01:37:39                 X<Comparable<T>> x;
01:37:39                             ^
01:37:39   where T is a type-variable:
01:37:39     T extends Comparable<T> declared in class X
01:37:39 X.java:6: error: type argument Comparable<T> is not within bounds of type-variable T
01:37:39                 if (array.length == ((X<Comparable<T>>) o).array.length) {
01:37:39                                                   ^
01:37:39   where T is a type-variable:
01:37:39     T extends Comparable<T> declared in class X
01:37:39 X.java:6: warning: [unchecked] unchecked cast
01:37:39                 if (array.length == ((X<Comparable<T>>) o).array.length) {
01:37:39                                                         ^
01:37:39   required: X<Comparable<T>>
01:37:39   found:    Object
01:37:39   where T is a type-variable:
01:37:39     T extends Comparable<T> declared in class X
01:37:39 X.java:1: warning: [overrides] Class X overrides equals, but neither it nor any superclass overrides hashCode method
01:37:39 public class X<T extends Comparable<T>> {
01:37:39        ^
01:37:39 2 errors
01:37:39 2 warnings
01:37:39 
01:37:39 
01:37:39 
01:37:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:41 --- javac err: ---
01:37:41 X.java:6: warning: [rawtypes] found raw type: A
01:37:41   void bar (List<A> a) {
01:37:41                  ^
01:37:41   missing type arguments for generic class A<T>
01:37:41   where T is a type-variable:
01:37:41     T extends B<? extends C> declared in class A
01:37:41 X.java:7: warning: [unchecked] unchecked method invocation: method baz in class X is applied to given types
01:37:41     baz((List)a);
01:37:41        ^
01:37:41   required: List<A<T>>
01:37:41   found: List
01:37:41   where T,R are type-variables:
01:37:41     T extends B<R> declared in method <R,T>baz(List<A<T>>)
01:37:41     R extends C declared in method <R,T>baz(List<A<T>>)
01:37:41 X.java:7: warning: [unchecked] unchecked conversion
01:37:41     baz((List)a);
01:37:41         ^
01:37:41   required: List<A<T>>
01:37:41   found:    List
01:37:41   where T,R are type-variables:
01:37:41     T extends B<R> declared in method <R,T>baz(List<A<T>>)
01:37:41     R extends C declared in method <R,T>baz(List<A<T>>)
01:37:41 X.java:13: error: method baz in class X cannot be applied to given types;
01:37:41     baz(a);
01:37:41     ^
01:37:41   required: List<A<T>>
01:37:41   found: List<A>
01:37:41   reason: cannot infer type-variable(s) R,T
01:37:41     (argument mismatch; List<A> cannot be converted to List<A<T>>)
01:37:41   where T,R are type-variables:
01:37:41     T extends B<R> declared in method <R,T>baz(List<A<T>>)
01:37:41     R extends C declared in method <R,T>baz(List<A<T>>)
01:37:41 X.java:16: warning: [rawtypes] found raw type: List
01:37:41   <R extends C, T extends B<R>> void buz(List a) {}
01:37:41                                          ^
01:37:41   missing type arguments for generic class List<E>
01:37:41   where E is a type-variable:
01:37:41     E extends Object declared in interface List
01:37:41 1 error
01:37:41 4 warnings
01:37:41 
01:37:41 
01:37:41 
01:37:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:42 --- javac err: ---
01:37:42 X.java:36: error: cannot find symbol
01:37:42 	Zork z;
01:37:42 	^
01:37:42   symbol:   class Zork
01:37:42   location: class X
01:37:42 X.java:11: warning: [unchecked] unchecked cast
01:37:42 		return lst.toArray((T[]) java.lang.reflect.Array.newInstance(clazz, lst.size()));
01:37:42 		                                                            ^
01:37:42   required: T[]
01:37:42   found:    Object
01:37:42   where T is a type-variable:
01:37:42     T extends Object declared in method <T>asArray(Iterator<? extends T>,Class<T>)
01:37:42 X.java:16: warning: [unchecked] unchecked method invocation: method asArray in class X is applied to given types
01:37:42 		asString = X.<String> asArray(getIterator(), String.class);
01:37:42 		                             ^
01:37:42   required: Iterator<? extends T>,Class<T>
01:37:42   found: Iterator,Class<String>
01:37:42   where T is a type-variable:
01:37:42     T extends Object declared in method <T>asArray(Iterator<? extends T>,Class<T>)
01:37:42 X.java:16: warning: [unchecked] unchecked conversion
01:37:42 		asString = X.<String> asArray(getIterator(), String.class);
01:37:42 		                                         ^
01:37:42   required: Iterator<? extends T>
01:37:42   found:    Iterator
01:37:42   where T is a type-variable:
01:37:42     T extends Object declared in method <T>asArray(Iterator<? extends T>,Class<T>)
01:37:42 X.java:18: warning: [unchecked] unchecked conversion
01:37:42 		Iterator<String> iterator = getIterator();
01:37:42 		                                       ^
01:37:42   required: Iterator<String>
01:37:42   found:    Iterator
01:37:42 X.java:22: warning: [unchecked] unchecked cast
01:37:42 		asString = X.<String> asArray((Iterator<String>) getIterator(), String.class);
01:37:42 		                                                            ^
01:37:42   required: Iterator<String>
01:37:42   found:    Iterator
01:37:42 X.java:24: warning: [rawtypes] found raw type: Iterator
01:37:42 	@SuppressWarnings("all") public Iterator getIterator() {
01:37:42 	                                ^
01:37:42   missing type arguments for generic class Iterator<E>
01:37:42   where E is a type-variable:
01:37:42     E extends Object declared in interface Iterator
01:37:42 X.java:25: warning: [rawtypes] found raw type: Iterator
01:37:42 		return new Iterator() {
01:37:42 		           ^
01:37:42   missing type arguments for generic class Iterator<E>
01:37:42   where E is a type-variable:
01:37:42     E extends Object declared in interface Iterator
01:37:42 1 error
01:37:42 7 warnings
01:37:42 
01:37:42 
01:37:42 
01:37:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:44 --- javac err: ---
01:37:44 X.java:8: warning: [rawtypes] found raw type: List
01:37:44 	static void bar(List l) {
01:37:44 	                ^
01:37:44   missing type arguments for generic class List<E>
01:37:44   where E is a type-variable:
01:37:44     E extends Object declared in interface List
01:37:44 X.java:9: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
01:37:44 		new X(l).foo(l);
01:37:44 		^
01:37:44   required: List<T>
01:37:44   found: List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in constructor <T>X(List<T>)
01:37:44 X.java:9: warning: [unchecked] unchecked conversion
01:37:44 org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest#test1445 - 10
01:37:44 		new X(l).foo(l);
01:37:44 X.java [
01:37:44 		      ^
01:37:44   required: List<T>
01:37:44   found:    List
01:37:44 import java.io.IOException;
01:37:44   where T is a type-variable:
01:37:44 import java.util.List;
01:37:44 
01:37:44 public class X {
01:37:44     T extends Throwable declared in constructor <T>X(List<T>)
01:37:44 	<T extends Throwable> X(List<T> lt) throws T { }
01:37:44 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:37:44 	<T extends Throwable> List<T> foo(List<T> t) throws T { return t; }
01:37:44 
01:37:44 		new X(l).foo(l);
01:37:44 		            ^
01:37:44 	static void bar(List l) {
01:37:44   required: List<T>
01:37:44 		new X(l).foo(l);
01:37:44 	}
01:37:44   found: List
01:37:44   where T is a type-variable:
01:37:44 	static void baz(List l) throws IOException {
01:37:44     T extends Throwable declared in method <T>foo(List<T>)
01:37:44 		new <IOException> X(l). <IOException> foo(l);
01:37:44 	}
01:37:44 	
01:37:44 X.java:9: warning: [unchecked] unchecked conversion
01:37:44 	X(List l, long l2) throws IOException {
01:37:44 		new X(l).foo(l);
01:37:44 		             ^
01:37:44 		<IOException> this(l);
01:37:44 	}
01:37:44   required: List<T>
01:37:44 
01:37:44   found:    List
01:37:44 	static void baz2(List l) throws IOException {
01:37:44   where T is a type-variable:
01:37:44 		new <IOException> X(l){}. <IOException> foo(l);
01:37:44 	}
01:37:44     T extends Throwable declared in method <T>foo(List<T>)
01:37:44 
01:37:44 }
01:37:44 
01:37:44 X.java:11: warning: [rawtypes] found raw type: List
01:37:44 ]
01:37:44 	static void baz(List l) throws IOException {
01:37:44 	                ^
01:37:44   missing type arguments for generic class List<E>
01:37:44   where E is a type-variable:
01:37:44     E extends Object declared in interface List
01:37:44 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
01:37:44 		new <IOException> X(l). <IOException> foo(l);
01:37:44 		^
01:37:44   required: List<T>
01:37:44   found: List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in constructor <T>X(List<T>)
01:37:44 X.java:12: warning: [unchecked] unchecked conversion
01:37:44 		new <IOException> X(l). <IOException> foo(l);
01:37:44 		                    ^
01:37:44   required: List<T>
01:37:44   found:    List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in constructor <T>X(List<T>)
01:37:44 X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:37:44 		new <IOException> X(l). <IOException> foo(l);
01:37:44 		                                         ^
01:37:44   required: List<T>
01:37:44   found: List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in method <T>foo(List<T>)
01:37:44 X.java:12: warning: [unchecked] unchecked conversion
01:37:44 		new <IOException> X(l). <IOException> foo(l);
01:37:44 		                                          ^
01:37:44   required: List<T>
01:37:44   found:    List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in method <T>foo(List<T>)
01:37:44 X.java:15: warning: [rawtypes] found raw type: List
01:37:44 	X(List l, long l2) throws IOException {
01:37:44 	  ^
01:37:44   missing type arguments for generic class List<E>
01:37:44   where E is a type-variable:
01:37:44     E extends Object declared in interface List
01:37:44 X.java:16: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
01:37:44 		<IOException> this(l);
01:37:44 		                  ^
01:37:44   required: List<T>
01:37:44   found: List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in constructor <T>X(List<T>)
01:37:44 X.java:16: warning: [unchecked] unchecked conversion
01:37:44 		<IOException> this(l);
01:37:44 		                   ^
01:37:44   required: List<T>
01:37:44   found:    List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in constructor <T>X(List<T>)
01:37:44 X.java:19: warning: [rawtypes] found raw type: List
01:37:44 	static void baz2(List l) throws IOException {
01:37:44 	                 ^
01:37:44   missing type arguments for generic class List<E>
01:37:44   where E is a type-variable:
01:37:44     E extends Object declared in interface List
01:37:44 X.java:20: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types
01:37:44 		new <IOException> X(l){}. <IOException> foo(l);
01:37:44 		^
01:37:44   required: List<T>
01:37:44   found: List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in constructor <T>X(List<T>)
01:37:44 X.java:20: warning: [unchecked] unchecked conversion
01:37:44 		new <IOException> X(l){}. <IOException> foo(l);
01:37:44 		                    ^
01:37:44   required: List<T>
01:37:44   found:    List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in constructor <T>X(List<T>)
01:37:44 X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types
01:37:44 		new <IOException> X(l){}. <IOException> foo(l);
01:37:44 		                                           ^
01:37:44   required: List<T>
01:37:44   found: List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in method <T>foo(List<T>)
01:37:44 X.java:20: warning: [unchecked] unchecked conversion
01:37:44 		new <IOException> X(l){}. <IOException> foo(l);
01:37:44 		                                            ^
01:37:44   required: List<T>
01:37:44   found:    List
01:37:44   where T is a type-variable:
01:37:44     T extends Throwable declared in method <T>foo(List<T>)
01:37:44 18 warnings
01:37:44 
01:37:44 ----------------------------------------
01:37:44 
01:37:44 
01:37:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:45 
01:37:45 
01:37:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:46 
01:37:46 
01:37:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:48 
01:37:48 
01:37:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:49 
01:37:49 
01:37:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:50 --- javac err: ---
01:37:50 X.java:4: error: type argument Integer is not within bounds of type-variable T
01:37:50 class X<T extends ArrayList<B<Integer>>> extends TreeMap<Integer, B<String>> {}
01:37:50                               ^
01:37:50   where T is a type-variable:
01:37:50     T extends A declared in class B
01:37:50 X.java:4: error: type argument String is not within bounds of type-variable T
01:37:50 class X<T extends ArrayList<B<Integer>>> extends TreeMap<Integer, B<String>> {}
01:37:50                                                                     ^
01:37:50   where T is a type-variable:
01:37:50     T extends A declared in class B
01:37:50 X.java:4: warning: [serial] serializable class X has no definition of serialVersionUID
01:37:50 class X<T extends ArrayList<B<Integer>>> extends TreeMap<Integer, B<String>> {}
01:37:50 ^
01:37:50 X.java:8: error: type argument D<T#1> is not within bounds of type-variable T#2
01:37:50 class Y<T> extends E<D<T>> {}
01:37:50                       ^
01:37:50   where T#1,T#2 are type-variables:
01:37:50     T#1 extends Object declared in class Y
01:37:50     T#2 extends Number declared in class E
01:37:50 3 errors
01:37:50 1 warning
01:37:50 
01:37:50 
01:37:50 
01:37:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:52 --- javac err: ---
01:37:52 X.java:4: error: type argument T1 is not within bounds of type-variable T2
01:37:52 class X<T1, T2> extends C<A<A<B<T1>>>, A<B<T2>>> {}
01:37:52                                 ^
01:37:52   where T1,T2 are type-variables:
01:37:52     T1 extends Object declared in class X
01:37:52     T2 extends Number declared in class B
01:37:52 X.java:4: error: type argument T2#1 is not within bounds of type-variable T2#2
01:37:52 class X<T1, T2> extends C<A<A<B<T1>>>, A<B<T2>>> {}
01:37:52                                            ^
01:37:52   where T2#1,T2#2 are type-variables:
01:37:52     T2#1 extends Object declared in class X
01:37:52     T2#2 extends Number declared in class B
01:37:52 X.java:5: error: type argument T is not within bounds of type-variable T2
01:37:52 class Y<T> extends A<A<B<T>>> {}
01:37:52                          ^
01:37:52   where T,T2 are type-variables:
01:37:52     T extends Object declared in class Y
01:37:52     T2 extends Number declared in class B
01:37:52 X.java:6: error: type argument T is not within bounds of type-variable T2
01:37:52 class Z<T> extends C<B<T>, A<B<T>>> {}
01:37:52                        ^
01:37:52   where T,T2 are type-variables:
01:37:52     T extends Object declared in class Z
01:37:52     T2 extends Number declared in class B
01:37:52 X.java:6: error: type argument T is not within bounds of type-variable T2
01:37:52 class Z<T> extends C<B<T>, A<B<T>>> {}
01:37:52                                ^
01:37:52   where T,T2 are type-variables:
01:37:52     T extends Object declared in class Z
01:37:52     T2 extends Number declared in class B
01:37:52 5 errors
01:37:52 
01:37:52 
01:37:52 
01:37:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:53 --- javac err: ---
01:37:53 A.java:2: error: B.Secret has private access in B
01:37:53 class B extends A<B.Secret> {
01:37:53                    ^
01:37:53 A.java:7: error: B.Secret has private access in B
01:37:53 class C extends B.Secret {}
01:37:53                  ^
01:37:53 2 errors
01:37:53 
01:37:53 
01:37:53 
01:37:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:54 --- javac err: ---
01:37:54 X.java:4: error: unexpected type
01:37:54 class Y implements I<?> {}
01:37:54                    ^
01:37:54   required: class or interface without bounds
01:37:54   found:    ?
01:37:54 X.java:2: error: unexpected type
01:37:54 	I<?> i = new I<?>() {};
01:37:54 	              ^
01:37:54   required: class or interface without bounds
01:37:54   found:    ?
01:37:54 2 errors
01:37:54 
01:37:54 
01:37:54 
01:37:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:55 
01:37:55 
01:37:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:57 --- javac err: ---
01:37:57 Outer.java:8: warning: [unchecked] unchecked cast
01:37:57       Inner that = (Inner) other;
01:37:57                            ^
01:37:57   required: Outer<E>.Inner
01:37:57   found:    Object
01:37:57   where E is a type-variable:
01:37:57     E extends Object declared in class Outer
01:37:57 1 warning
01:37:57 
01:37:57 
01:37:57 
01:37:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:58 --- javac err: ---
01:37:58 X.java:11: warning: [unchecked] unchecked cast
01:37:58 			list.add(((S)se).value);
01:37:58 			             ^
01:37:58   required: X<K,V>.S
01:37:58   found:    E<V>
01:37:58   where V,K are type-variables:
01:37:58     V extends Object declared in class X
01:37:58     K extends Object declared in class X
01:37:58 1 warning
01:37:58 
01:37:58 
01:37:58 
01:37:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:37:59 --- javac err: ---
01:37:59 test/X.java:11: error: wrong number of type arguments; required 3
01:37:59 	X<String, Number>.Y<String,Integer>.Z<String> x;
01:37:59 	                   ^
01:37:59 1 error
01:37:59 
01:37:59 
01:37:59 
01:37:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:00 --- javac err: ---
01:38:00 CompilerBug.java:18: error: CompilerBug.privateMethod() is defined in an inaccessible class or interface
01:38:00 		      getClass().newInstance().privateMethod();
01:38:00 		                              ^
01:38:00 CompilerBug.java:20: error: CompilerBug.privateInt is defined in an inaccessible class or interface
01:38:00 		      getClass().newInstance().privateInt = 10;
01:38:00 		                              ^
01:38:00 CompilerBug.java:23: error: cannot find symbol
01:38:00              Zork z;
01:38:00              ^
01:38:00   symbol:   class Zork
01:38:00   location: class CompilerBug
01:38:00 3 errors
01:38:00 
01:38:00 
01:38:00 
01:38:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:01 --- javac err: ---
01:38:01 B.java:3: warning: [rawtypes] found raw type: I
01:38:01 	public B(Collection<X<?>> c, I i) {
01:38:01 	                             ^
01:38:01   missing type arguments for generic class I<T>
01:38:01   where T is a type-variable:
01:38:01     T extends Object declared in interface I
01:38:01 B.java:4: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types
01:38:01 		super(c, i);
01:38:01 		     ^
01:38:01   required: V,I<T>,Object[]
01:38:01   found: Collection<X<?>>,I
01:38:01   where V,T are type-variables:
01:38:01     V extends T declared in constructor <V>X(V,I<T>,Object...)
01:38:01     T extends Object declared in class X
01:38:01 B.java:4: warning: [unchecked] unchecked conversion
01:38:01 		super(c, i);
01:38:01 		         ^
01:38:01   required: I<T>
01:38:01   found:    I
01:38:01   where T is a type-variable:
01:38:01     T extends Object declared in class X
01:38:01 3 warnings
01:38:01 
01:38:02 
01:38:02 
01:38:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:03 --- javac err: ---
01:38:03 Test.java:9: error: illegal generic type for instanceof
01:38:03             if(!(o instanceof MyEntry))
01:38:03                               ^
01:38:03 Test.java:5: warning: [overrides] Class Test.MyEntry overrides equals, but neither it nor any superclass overrides hashCode method
01:38:03     class MyEntry implements MyInt<A> {
01:38:03     ^
01:38:03 1 error
01:38:03 1 warning
01:38:03 
01:38:03 
01:38:03 
01:38:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:18 --- javac err: ---
01:38:18 JoinImpl.java:1: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.Expression;
01:38:18                                  ^
01:38:18 JoinImpl.java:2: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.Fetch;
01:38:18                                  ^
01:38:18 JoinImpl.java:3: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.From;
01:38:18                                  ^
01:38:18 JoinImpl.java:4: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.Join;
01:38:18                                  ^
01:38:18 JoinImpl.java:5: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.JoinType;
01:38:18                                  ^
01:38:18 JoinImpl.java:6: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.Path;
01:38:18                                  ^
01:38:18 JoinImpl.java:7: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.Attribute;
01:38:18                                   ^
01:38:18 JoinImpl.java:8: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.Bindable;
01:38:18                                   ^
01:38:18 JoinImpl.java:9: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.ManagedType;
01:38:18                                   ^
01:38:18 JoinImpl.java:10: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.Metamodel;
01:38:18                                   ^
01:38:18 FromImpl.java:7: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.CollectionJoin;
01:38:18                                  ^
01:38:18 FromImpl.java:8: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.Expression;
01:38:18                                  ^
01:38:18 FromImpl.java:9: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.Fetch;
01:38:18                                  ^
01:38:18 FromImpl.java:10: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.From;
01:38:18                                  ^
01:38:18 FromImpl.java:11: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.Join;
01:38:18                                  ^
01:38:18 FromImpl.java:12: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.JoinType;
01:38:18                                  ^
01:38:18 FromImpl.java:13: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.ListJoin;
01:38:18                                  ^
01:38:18 FromImpl.java:14: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.MapJoin;
01:38:18                                  ^
01:38:18 FromImpl.java:15: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.Path;
01:38:18                                  ^
01:38:18 FromImpl.java:16: error: package javax.persistence.criteria does not exist
01:38:18 import javax.persistence.criteria.SetJoin;
01:38:18                                  ^
01:38:18 FromImpl.java:17: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.Attribute;
01:38:18                                   ^
01:38:18 FromImpl.java:18: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.Bindable;
01:38:18                                   ^
01:38:18 FromImpl.java:19: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.CollectionAttribute;
01:38:18                                   ^
01:38:18 FromImpl.java:20: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.ListAttribute;
01:38:18                                   ^
01:38:18 FromImpl.java:21: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.ManagedType;
01:38:18                                   ^
01:38:18 FromImpl.java:22: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.MapAttribute;
01:38:18                                   ^
01:38:18 FromImpl.java:23: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.Metamodel;
01:38:18                                   ^
01:38:18 FromImpl.java:24: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.PluralAttribute;
01:38:18                                   ^
01:38:18 FromImpl.java:25: error: package javax.persistence.metamodel does not exist
01:38:18 import javax.persistence.metamodel.SingularAttribute;
01:38:18                                   ^
01:38:18 FromImpl.java:26: error: package javax.persistence.metamodel.Attribute does not exist
01:38:18 import javax.persistence.metamodel.Attribute.PersistentAttributeType;
01:38:18                                             ^
01:38:18 FromImpl.java:27: error: package javax.persistence.metamodel.PluralAttribute does not exist
01:38:18 import javax.persistence.metamodel.PluralAttribute.CollectionType;
01:38:18                                                   ^
01:38:18 FromImpl.java:28: error: package javax.persistence.metamodel.Type does not exist
01:38:18 import javax.persistence.metamodel.Type.PersistenceType;
01:38:18                                        ^
01:38:18 
01:38:18 
01:38:18 FromImpl.java:30: error: package org.eclipse.persistence.internal.helper does not exist
01:38:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:18 import org.eclipse.persistence.internal.helper.ClassConstants;
01:38:18                                               ^
01:38:18 FromImpl.java:31: error: package org.eclipse.persistence.internal.localization does not exist
01:38:18 import org.eclipse.persistence.internal.localization.ExceptionLocalization;
01:38:18                                                     ^
01:38:18 FromImpl.java:33: error: cannot find symbol
01:38:18 public class FromImpl<Z, X>  extends PathImpl<X> implements javax.persistence.criteria.From<Z, X> {
01:38:18                                      ^
01:38:18   symbol: class PathImpl
01:38:18 FromImpl.java:33: error: package javax.persistence.criteria does not exist
01:38:18 public class FromImpl<Z, X>  extends PathImpl<X> implements javax.persistence.criteria.From<Z, X> {
01:38:18                                                                                       ^
01:38:18 JoinImpl.java:11: error: cannot find symbol
01:38:18 public class JoinImpl<Z, X> extends FromImpl<Z, X> implements Join<Z, X>, Fetch<Z, X> {
01:38:18                                                               ^
01:38:18   symbol: class Join
01:38:18 JoinImpl.java:11: error: cannot find symbol
01:38:18 public class JoinImpl<Z, X> extends FromImpl<Z, X> implements Join<Z, X>, Fetch<Z, X> {
01:38:18                                                                           ^
01:38:18   symbol: class Fetch
01:38:18 FromImpl.java:35: error: cannot find symbol
01:38:18     protected Set<Join<X, ?>> joins;
01:38:18                   ^
01:38:18   symbol:   class Join
01:38:18   location: class FromImpl<Z,X>
01:38:18   where Z,X are type-variables:
01:38:18     Z extends Object declared in class FromImpl
01:38:18     X extends Object declared in class FromImpl
01:38:18 FromImpl.java:37: error: cannot find symbol
01:38:18     public Set<Join<X, ?>> getJoins() {
01:38:18                ^
01:38:18   symbol:   class Join
01:38:18   location: class FromImpl<Z,X>
01:38:18   where Z,X are type-variables:
01:38:18     Z extends Object declared in class FromImpl
01:38:18     X extends Object declared in class FromImpl
01:38:18 FromImpl.java:41: error: cannot find symbol
01:38:18     public void findJoins(AbstractQueryImpl query){
01:38:18                           ^
01:38:18   symbol:   class AbstractQueryImpl
01:38:18   location: class FromImpl<Z,X>
01:38:18   where Z,X are type-variables:
01:38:18     Z extends Object declared in class FromImpl
01:38:18     X extends Object declared in class FromImpl
01:38:18 FromImpl.java:42: warning: [rawtypes] found raw type: Stack
01:38:18         Stack stack = new Stack();
01:38:18         ^
01:38:18   missing type arguments for generic class Stack<E>
01:38:18   where E is a type-variable:
01:38:18     E extends Object declared in class Stack
01:38:18 FromImpl.java:42: warning: [rawtypes] found raw type: Stack
01:38:18         Stack stack = new Stack();
01:38:18                           ^
01:38:18   missing type arguments for generic class Stack<E>
01:38:18   where E is a type-variable:
01:38:18     E extends Object declared in class Stack
01:38:18 FromImpl.java:43: warning: [unchecked] unchecked call to push(E) as a member of the raw type Stack
01:38:18         stack.push(this);
01:38:18                   ^
01:38:18   where E is a type-variable:
01:38:18     E extends Object declared in class Stack
01:38:18 FromImpl.java:45: warning: [rawtypes] found raw type: FromImpl
01:38:18             FromImpl currentJoin = (FromImpl) stack.pop();
01:38:18             ^
01:38:18   missing type arguments for generic class FromImpl<Z,X>
01:38:18   where Z,X are type-variables:
01:38:18     Z extends Object declared in class FromImpl
01:38:18     X extends Object declared in class FromImpl
01:38:18 FromImpl.java:46: warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type Vector
01:38:18             stack.addAll(currentJoin.getJoins());
01:38:18                         ^
01:38:18   where E is a type-variable:
01:38:18     E extends Object declared in class Vector
01:38:18 FromImpl.java:47: error: cannot find symbol
01:38:18             if (currentJoin.isLeaf){
01:38:18                            ^
01:38:18   symbol:   variable isLeaf
01:38:18   location: variable currentJoin of type FromImpl
01:38:18 FromImpl.java:47: error: illegal parenthesized expression
01:38:18             if (currentJoin.isLeaf){
01:38:18                ^
01:38:18 43 errors
01:38:18 5 warnings
01:38:18 
01:38:20 --- javac err: ---
01:38:20 AnotherClass.java:5: error: incompatible types: AnotherClass<CAP#1> cannot be converted to AnotherClass<IReferencedInterface>
01:38:20 	    m_var = a;
01:38:20 	            ^
01:38:20   where CAP#1 is a fresh type-variable:
01:38:20     CAP#1 extends IReferencedInterface from capture of ? extends IReferencedInterface
01:38:20 1 error
01:38:20 
01:38:20 
01:38:20 
01:38:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:21 --- javac err: ---
01:38:21 BaseType.java:4: error: clone() in Object cannot implement clone() in BaseType
01:38:21 interface SubType<T extends BaseType & java.io.Closeable> extends BaseType {
01:38:21                   ^
01:38:21   attempting to assign weaker access privileges; was public
01:38:21 1 error
01:38:21 
01:38:21 
01:38:21 
01:38:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:23 --- javac err: ---
01:38:23 X.java:12: error: cannot find symbol
01:38:23    Zork z;
01:38:23    ^
01:38:23   symbol:   class Zork
01:38:23   location: class X
01:38:23 1 error
01:38:23 
01:38:23 
01:38:23 
01:38:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:24 --- javac err: ---
01:38:24 Outer.java:8: error: incompatible types: Class<Outer.Cell> cannot be converted to Class<Outer<T>.Cell>
01:38:24     Class<Outer<T>.Cell> cellClass = Cell.class;
01:38:24                                          ^
01:38:24   where T is a type-variable:
01:38:24     T extends Object declared in class Outer
01:38:24 Outer.java:10: error: incompatible types: Class<Outer.Cell> cannot be converted to Class<Outer<T>.Cell>
01:38:24     	this.cellClass = Cell.class;
01:38:24     	                     ^
01:38:24   where T is a type-variable:
01:38:24     T extends Object declared in class Outer
01:38:24 Outer.java:11: error: incompatible types: Class<Outer.Cell> cannot be converted to Class<Outer<T>.Cell>
01:38:24     	this.cellClass = Outer.Cell.class;
01:38:24     	                           ^
01:38:24   where T is a type-variable:
01:38:24     T extends Object declared in class Outer
01:38:24 3 errors
01:38:24 
01:38:24 
01:38:24 
01:38:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:25 --- javac err: ---
01:38:25 X.java:11: error: incompatible types: Class<X.Arr> cannot be converted to Class<X<T>.Arr>
01:38:25             super(Arr.class);
01:38:25                      ^
01:38:25   where T is a type-variable:
01:38:25     T extends Object declared in class X
01:38:25 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:38:25 1 error
01:38:25 
01:38:25 
01:38:25 
01:38:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:27 --- javac err: ---
01:38:27 GenericDemo.java:4: warning: [rawtypes] found raw type: Comparable
01:38:27   static class A implements Comparable {
01:38:27                             ^
01:38:27   missing type arguments for generic class Comparable<T>
01:38:27   where T is a type-variable:
01:38:27     T extends Object declared in interface Comparable
01:38:27 GenericDemo.java:10: warning: [unchecked] unchecked method invocation: method min in class Collections is applied to given types
01:38:27     A min = Collections.min(list); 
01:38:27                            ^
01:38:27   required: Collection<? extends T>
01:38:27   found: List<A>
01:38:27   where T is a type-variable:
01:38:27     T extends Object,Comparable<? super T> declared in method <T>min(Collection<? extends T>)
01:38:27 2 warnings
01:38:27 
01:38:27 
01:38:27 
01:38:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:28 --- javac err: ---
01:38:28 Bug268798.java:4: warning: [rawtypes] found raw type: SomeInterface
01:38:28   class A implements SomeInterface {
01:38:28                      ^
01:38:28   missing type arguments for generic class SomeInterface<T>
01:38:28   where T is a type-variable:
01:38:28     T extends Object declared in interface SomeInterface
01:38:28 Bug268798.java:10: warning: [unchecked] unchecked method invocation: method someMethod in class Bug268798 is applied to given types
01:38:28     A a = someMethod();
01:38:28                     ^
01:38:28   required: no arguments
01:38:28   found: no arguments
01:38:28 2 warnings
01:38:28 
01:38:28 
01:38:28 
01:38:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:29 --- javac err: ---
01:38:29 Test.java:4: warning: [rawtypes] found raw type: Test.W_Description
01:38:29 		W_Description wdescription = get(W_Description.class, object);
01:38:29 		^
01:38:29   missing type arguments for generic class Test.W_Description<WRAPPED>
01:38:29   where WRAPPED is a type-variable:
01:38:29     WRAPPED extends Object declared in class Test.W_Description
01:38:29 Test.java:4: warning: [unchecked] unchecked method invocation: method get in class Test is applied to given types
01:38:29 		W_Description wdescription = get(W_Description.class, object);
01:38:29 		                                ^
01:38:29   required: Class<W>,T
01:38:29   found: Class<Test.W_Description>,Object
01:38:29   where W,T are type-variables:
01:38:29     W extends Test.WrapperLogic<? super T> declared in method <T,W>get(Class<W>,T)
01:38:29     T extends Object declared in method <T,W>get(Class<W>,T)
01:38:29 2 warnings
01:38:29 
01:38:29 
01:38:29 
01:38:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:30 --- javac err: ---
01:38:30 X.java:8: warning: [unchecked] unchecked method invocation: method get in class L is applied to given types
01:38:30    return l.get(vtype(), B.class);
01:38:30                ^
01:38:30   required: Class<V#1>,Class<S>
01:38:30   found: Class<V#2>,Class<B>
01:38:30   where V#1,S,V#2 are type-variables:
01:38:30     V#1 extends Object declared in method <V#1,S>get(Class<V#1>,Class<S>)
01:38:30     S extends A<V#1> declared in method <V#1,S>get(Class<V#1>,Class<S>)
01:38:30     V#2 extends Object declared in class A
01:38:30 X.java:8: warning: [unchecked] unchecked conversion
01:38:30    return l.get(vtype(), B.class);
01:38:30                ^
01:38:30   required: A<V>
01:38:30   found:    B
01:38:30   where V is a type-variable:
01:38:30     V extends Object declared in class A
01:38:30 X.java:18: warning: [unchecked] unchecked method invocation: method get in class L is applied to given types
01:38:30    return l.get(vtype(), B.class);
01:38:30                ^
01:38:30   required: Class<V#1>,Class<S>
01:38:30   found: Class<V#2>,Class<B>
01:38:30   where V#1,S,V#2 are type-variables:
01:38:30     V#1 extends Object declared in method <V#1,S>get(Class<V#1>,Class<S>)
01:38:30     S extends A<V#1> declared in method <V#1,S>get(Class<V#1>,Class<S>)
01:38:30     V#2 extends Object declared in class B
01:38:30 X.java:18: warning: [unchecked] unchecked conversion
01:38:30    return l.get(vtype(), B.class);
01:38:30                ^
01:38:30   required: B<V>
01:38:30   found:    B
01:38:30   where V is a type-variable:
01:38:30     V extends Object declared in class B
01:38:30 4 warnings
01:38:30 
01:38:30 
01:38:30 
01:38:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:32 --- javac err: ---
01:38:32 Test.java:3: warning: [unchecked] unchecked method invocation: method get in class Test is applied to given types
01:38:32         return get(WWorkflow.class, null);
01:38:32                   ^
01:38:32   required: Class<W>,T
01:38:32   found: Class<WWorkflow>,<null>
01:38:32   where W,T are type-variables:
01:38:32     W extends WrapperLogic<? super T> declared in method <T,W>get(Class<W>,T)
01:38:32     T extends Object declared in method <T,W>get(Class<W>,T)
01:38:32 Test.java:3: warning: [unchecked] unchecked conversion
01:38:32         return get(WWorkflow.class, null);
01:38:32                   ^
01:38:32   required: WWorkflow<? extends Workflow>
01:38:32   found:    WWorkflow
01:38:32 2 warnings
01:38:32 
01:38:32 
01:38:32 
01:38:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:33 --- javac err: ---
01:38:33 SimpleExample.java:10: warning: [unchecked] unchecked method invocation: method cloneCollection in class SimpleExample is applied to given types
01:38:33      clone.setData(cloneCollection(data, HashSet.class, Data.class));
01:38:33                                   ^
01:38:33   required: T,Class<? extends T>,Class<U>
01:38:33   found: Set<SimpleExample.Data>,Class<HashSet>,Class<SimpleExample.Data>
01:38:33   where T,U are type-variables:
01:38:33     T extends Collection<U> declared in method <U,T>cloneCollection(T,Class<? extends T>,Class<U>)
01:38:33     U extends Interface declared in method <U,T>cloneCollection(T,Class<? extends T>,Class<U>)
01:38:33 SimpleExample.java:10: warning: [unchecked] unchecked method invocation: method setData in class SimpleExample is applied to given types
01:38:33      clone.setData(cloneCollection(data, HashSet.class, Data.class));
01:38:33                   ^
01:38:33   required: Set<SimpleExample.Data>
01:38:33   found: Set
01:38:33 SimpleExample.java:10: warning: [unchecked] unchecked conversion
01:38:33      clone.setData(cloneCollection(data, HashSet.class, Data.class));
01:38:33                                   ^
01:38:33   required: Set<SimpleExample.Data>
01:38:33   found:    Set
01:38:33 3 warnings
01:38:33 
01:38:33 
01:38:33 
01:38:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:34 
01:38:34 
01:38:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:35 
01:38:35 
01:38:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:36 --- javac err: ---
01:38:36 A.java:7: error: improperly formed type, type arguments given on a raw type
01:38:36 			new In.Inner<X>();
01:38:36 			            ^
01:38:36 A.java:7: error: an enclosing instance that contains Nested.In.Inner is required
01:38:36 			new In.Inner<X>();
01:38:36 			^
01:38:36 2 errors
01:38:36 
01:38:36 
01:38:36 
01:38:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:37 --- javac err: ---
01:38:37 A.java:7: error: improperly formed type, type arguments given on a raw type
01:38:37 			new In.Inner<X>();
01:38:37 			            ^
01:38:37 A.java:7: error: an enclosing instance that contains A.Nested.In.Inner is required
01:38:37 			new In.Inner<X>();
01:38:37 			^
01:38:37 2 errors
01:38:37 
01:38:37 
01:38:37 
01:38:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:38 
01:38:38 
01:38:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:39 
01:38:39 
01:38:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:41 --- javac err: ---
01:38:41 D.java:8: warning: auxiliary class Bar in A.java should not be accessed from outside its own source file
01:38:41 	      Bar bar = new Bar();
01:38:41 	      ^
01:38:41 D.java:8: warning: auxiliary class Bar in A.java should not be accessed from outside its own source file
01:38:41 	      Bar bar = new Bar();
01:38:41 	                    ^
01:38:41 D.java:9: error: cannot find symbol
01:38:41 	      foos.get(0).bar(bar);
01:38:41 	                 ^
01:38:41   symbol:   method bar(Bar)
01:38:41   location: class B
01:38:41 1 error
01:38:41 2 warnings
01:38:41 
01:38:41 
01:38:41 
01:38:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:42 
01:38:42 
01:38:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:43 
01:38:43 
01:38:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:47 
01:38:47 
01:38:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:38:50 
01:38:50 
01:38:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:39:24 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
01:39:24 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)]
01:39:24 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)]
01:39:24 
01:39:24 
01:39:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:39:52 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
01:39:52 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)]
01:39:52 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)]
01:39:52 
01:39:52 
01:39:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:39:53 
01:39:53 
01:39:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:39:53 ***************************************************************************
01:39:53 * Comparison with Sun Javac compiler for class GenericsRegressionTest (null tests)
01:39:53 ***************************************************************************
01:39:54 
01:39:54 
01:39:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:39:56 --- javac err: ---
01:39:56 Client.java:5: error: method test in class Impl<T> cannot be applied to given types;
01:39:56         t1.test(new Impl<Double>(), n);
01:39:56           ^
01:39:56   required: Test<? super U>,U
01:39:56   found: Impl<Double>,Number
01:39:56   reason: inference variable U has incompatible bounds
01:39:56     upper bounds: Double,Object
01:39:56     lower bounds: Number
01:39:56   where U,T are type-variables:
01:39:56     U extends Object declared in method <U>test(Test<? super U>,U)
01:39:56     T extends Number declared in class Impl
01:39:56 1 error
01:39:56 
01:39:56 
01:39:56 
01:39:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:39:57 --- javac err: ---
01:39:57 Test.java:2: error: type argument ? super U is not within bounds of type-variable T
01:39:57     public <U extends Exception> void test(Test<? super U> t, U value);
01:39:57                                                 ^
01:39:57   where U,T are type-variables:
01:39:57     U extends Exception declared in method <U>test(Test<? super U>,U)
01:39:57     T extends Number declared in interface Test
01:39:57 1 error
01:39:57 
01:39:57 
01:39:57 
01:39:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:39:58 
01:39:58 
01:39:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:39:59 --- javac err: ---
01:39:59 Test.java:2: error: type argument U is not within bounds of type-variable T
01:39:59     public <U> void test(Test<U> t, U value);
01:39:59                               ^
01:39:59   where U,T are type-variables:
01:39:59     U extends Object declared in method <U>test(Test<U>,U)
01:39:59     T extends Number declared in interface Test
01:39:59 1 error
01:39:59 
01:39:59 
01:39:59 
01:39:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:00 --- javac err: ---
01:40:00 X.java:3: warning: [rawtypes] found raw type: X.EntityKey
01:40:00     EntityKey entityKey = null;
01:40:00     ^
01:40:00   missing type arguments for generic class X.EntityKey<I>
01:40:00   where I is a type-variable:
01:40:00     I extends Object declared in class X.EntityKey
01:40:00 X.java:4: warning: [unchecked] unchecked method invocation: method condense in class EntityCondenser is applied to given types
01:40:00     new EntityCondenser().condense(entityKey);  
01:40:00                                   ^
01:40:00   required: K
01:40:00   found: X.EntityKey
01:40:00   where K,I,E are type-variables:
01:40:00     K extends X.EntityKey<I> declared in method <I,E,K>condense(K)
01:40:00     I extends Object declared in method <I,E,K>condense(K)
01:40:00     E extends EntityType<I,E,K> declared in method <I,E,K>condense(K)
01:40:00 2 warnings
01:40:00 
01:40:00 
01:40:00 
01:40:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:01 --- javac err: ---
01:40:01 X.java:12: error: incomparable types: Class<I> and Class<X>
01:40:01             I.class == X.class ||
01:40:01                     ^
01:40:01 X.java:13: error: incomparable types: Class<X> and Class<I>
01:40:01             X.class == I.class;
01:40:01                     ^
01:40:01 2 errors
01:40:01 
01:40:01 
01:40:01 
01:40:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:02 
01:40:02 
01:40:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:04 --- javac err: ---
01:40:04 X.java:5: error: incomparable types: Class<CAP#1> and Class<T>
01:40:04             x.getClass() == clazz || 
01:40:04                          ^
01:40:04   where T is a type-variable:
01:40:04     T extends I declared in method <T>main(Class<T>,X)
01:40:04   where CAP#1 is a fresh type-variable:
01:40:04     CAP#1 extends X from capture of ? extends X
01:40:04 X.java:6: error: incomparable types: Class<T> and Class<CAP#1>
01:40:04             clazz == x.getClass(); 
01:40:04                   ^
01:40:04   where T is a type-variable:
01:40:04     T extends I declared in method <T>main(Class<T>,X)
01:40:04   where CAP#1 is a fresh type-variable:
01:40:04     CAP#1 extends X from capture of ? extends X
01:40:04 2 errors
01:40:04 
01:40:04 
01:40:04 
01:40:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:05 
01:40:05 
01:40:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:06 --- javac err: ---
01:40:06 X.java:5: error: incomparable types: Class<CAP#1> and Class<T>
01:40:06             x.getClass() == clazz || 
01:40:06                          ^
01:40:06   where T is a type-variable:
01:40:06     T extends I declared in method <T>main(Class<T>,X)
01:40:06   where CAP#1 is a fresh type-variable:
01:40:06     CAP#1 extends X from capture of ? extends X
01:40:06 X.java:6: error: incomparable types: Class<T> and Class<CAP#1>
01:40:06             clazz == x.getClass(); 
01:40:06                   ^
01:40:06   where T is a type-variable:
01:40:06     T extends I declared in method <T>main(Class<T>,X)
01:40:06   where CAP#1 is a fresh type-variable:
01:40:06     CAP#1 extends X from capture of ? extends X
01:40:06 2 errors
01:40:06 
01:40:06 
01:40:06 
01:40:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:07 --- javac err: ---
01:40:07 X.java:8: error: incomparable types: Class<I> and Class<X>
01:40:07         boolean b = ci == X.class ||
01:40:07                        ^
01:40:07 X.java:9: error: incomparable types: Class<X> and Class<I>
01:40:07         	        X.class == ci ||
01:40:07         	                ^
01:40:07 X.java:10: error: incomparable types: Class<I> and Class<X>
01:40:07         			I.class == X.class ||
01:40:07         			        ^
01:40:07 X.java:11: error: incomparable types: Class<X> and Class<I>
01:40:07         			X.class == I.class ||
01:40:07         			        ^
01:40:07 X.java:12: error: incomparable types: Class<X> and Class<I>
01:40:07         			ti == I.class ||
01:40:07         			   ^
01:40:07 X.java:13: error: incomparable types: Class<I> and Class<X>
01:40:07         			I.class == ti ||
01:40:07         			        ^
01:40:07 X.java:14: error: incomparable types: Class<X> and Class<I>
01:40:07         			ti == ci ||
01:40:07         			   ^
01:40:07 X.java:15: error: incomparable types: Class<I> and Class<X>
01:40:07         			ci == ti;
01:40:07         			   ^
01:40:07 8 errors
01:40:07 
01:40:07 
01:40:07 
01:40:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:08 --- javac err: ---
01:40:08 X.java:2: warning: [rawtypes] found raw type: Class
01:40:08     public Object getAdapter(Class clazz);    
01:40:08                              ^
01:40:08   missing type arguments for generic class Class<T>
01:40:08   where T is a type-variable:
01:40:08     T extends Object declared in class Class
01:40:08 X.java:5: warning: [rawtypes] found raw type: Class
01:40:08     public Object getAdapter(Class clazz) {
01:40:08                              ^
01:40:08   missing type arguments for generic class Class<T>
01:40:08   where T is a type-variable:
01:40:08     T extends Object declared in class Class
01:40:08 2 warnings
01:40:08 
01:40:08 
01:40:08 
01:40:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:09 --- javac err: ---
01:40:09 X.java:2: warning: [rawtypes] found raw type: Class
01:40:09     public Object getAdapter(Class clazz);    
01:40:09                              ^
01:40:09   missing type arguments for generic class Class<T>
01:40:09   where T is a type-variable:
01:40:09     T extends Object declared in class Class
01:40:09 X.java:5: warning: [rawtypes] found raw type: Class
01:40:09     public Object getAdapter(Class clazz) {
01:40:09                              ^
01:40:09   missing type arguments for generic class Class<T>
01:40:09   where T is a type-variable:
01:40:09     T extends Object declared in class Class
01:40:09 2 warnings
01:40:09 
01:40:09 
01:40:09 
01:40:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:10 --- javac err: ---
01:40:10 X.java:5: warning: [rawtypes] found raw type: Class
01:40:10     public Object getAdapter(Class clazz) {
01:40:10                              ^
01:40:10   missing type arguments for generic class Class<T>
01:40:10   where T is a type-variable:
01:40:10     T extends Object declared in class Class
01:40:10 1 warning
01:40:10 
01:40:10 
01:40:10 
01:40:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:11 --- javac err: ---
01:40:11 X.java:5: warning: [rawtypes] found raw type: Class
01:40:11     public Object getAdapter(Class clazz) {
01:40:11                              ^
01:40:11   missing type arguments for generic class Class<T>
01:40:11   where T is a type-variable:
01:40:11     T extends Object declared in class Class
01:40:11 X.java:11: warning: [rawtypes] found raw type: Class
01:40:11     public Object getAdapter(Class clazz) {
01:40:11                              ^
01:40:11   missing type arguments for generic class Class<T>
01:40:11   where T is a type-variable:
01:40:11     T extends Object declared in class Class
01:40:11 2 warnings
01:40:11 
01:40:11 
01:40:11 
01:40:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:13 --- javac err: ---
01:40:13 X.java:3: warning: [rawtypes] found raw type: List
01:40:13     public void set(List arg) { } // OK to warn in 1.5 code
01:40:13                     ^
01:40:13   missing type arguments for generic class List<E>
01:40:13   where E is a type-variable:
01:40:13     E extends Object declared in interface List
01:40:13 X.java:4: warning: [rawtypes] found raw type: List
01:40:13     public List get() { return null; } // OK to warn in 1.5 code
01:40:13            ^
01:40:13   missing type arguments for generic class List<E>
01:40:13   where E is a type-variable:
01:40:13     E extends Object declared in interface List
01:40:13 X.java:8: warning: [rawtypes] found raw type: List
01:40:13     public void set(List arg) { // should not warn (overrides)
01:40:13                     ^
01:40:13   missing type arguments for generic class List<E>
01:40:13   where E is a type-variable:
01:40:13     E extends Object declared in interface List
01:40:13 X.java:11: warning: [rawtypes] found raw type: List
01:40:13     public List get() { // should not warn (overrides)
01:40:13            ^
01:40:13   missing type arguments for generic class List<E>
01:40:13   where E is a type-variable:
01:40:13     E extends Object declared in interface List
01:40:13 4 warnings
01:40:13 
01:40:13 
01:40:13 
01:40:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:14 --- javac err: ---
01:40:14 X.java:3: warning: [rawtypes] found raw type: List
01:40:14     public void set(List arg) { } // OK to warn in 1.5 code
01:40:14                     ^
01:40:14   missing type arguments for generic class List<E>
01:40:14   where E is a type-variable:
01:40:14     E extends Object declared in interface List
01:40:14 X.java:8: warning: [rawtypes] found raw type: List
01:40:14     public void set(List arg) { // should not warn (overrides)
01:40:14                     ^
01:40:14   missing type arguments for generic class List<E>
01:40:14   where E is a type-variable:
01:40:14     E extends Object declared in interface List
01:40:14 X.java:11: warning: [unchecked] get() in Sub overrides get() in Top
01:40:14     public List get() { // should warn (super's return type is not raw)
01:40:14                 ^
01:40:14   return type requires unchecked conversion from List to List<String>
01:40:14 X.java:11: warning: [rawtypes] found raw type: List
01:40:14     public List get() { // should warn (super's return type is not raw)
01:40:14            ^
01:40:14   missing type arguments for generic class List<E>
01:40:14   where E is a type-variable:
01:40:14     E extends Object declared in interface List
01:40:14 4 warnings
01:40:14 
01:40:14 
01:40:14 
01:40:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:15 --- javac err: ---
01:40:15 Top.java:3: warning: [rawtypes] found raw type: List
01:40:15     public void set(List arg) { } // OK to warn in 1.5 code
01:40:15                     ^
01:40:15   missing type arguments for generic class List<E>
01:40:15   where E is a type-variable:
01:40:15     E extends Object declared in interface List
01:40:15 Top.java:4: warning: [rawtypes] found raw type: List
01:40:15     public List get() { return null; } // OK to warn in 1.5 code
01:40:15            ^
01:40:15   missing type arguments for generic class List<E>
01:40:15   where E is a type-variable:
01:40:15     E extends Object declared in interface List
01:40:15 Top.java:5: warning: [rawtypes] found raw type: List
01:40:15     List list; // OK to warn in 1.5 code
01:40:15     ^
01:40:15   missing type arguments for generic class List<E>
01:40:15   where E is a type-variable:
01:40:15     E extends Object declared in interface List
01:40:15 Sub.java:4: warning: [rawtypes] found raw type: List
01:40:15     public void set(List arg) { // should not warn (overrides)
01:40:15                     ^
01:40:15   missing type arguments for generic class List<E>
01:40:15   where E is a type-variable:
01:40:15     E extends Object declared in interface List
01:40:15 Sub.java:6: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List
01:40:15         arg.set(0, "A"); // should not warn ('arg' is forced raw)
01:40:15                ^
01:40:15   where E is a type-variable:
01:40:15     E extends Object declared in interface List
01:40:15 Sub.java:9: warning: [rawtypes] found raw type: List
01:40:15     public List get() { // should not warn (overrides)
01:40:15            ^
01:40:15   missing type arguments for generic class List<E>
01:40:15   where E is a type-variable:
01:40:15     E extends Object declared in interface List
01:40:15 X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:15         new Top().list.add("arg"); // should not warn (uses raw field declared elsewhere)
01:40:15                           ^
01:40:15   where E is a type-variable:
01:40:15     E extends Object declared in interface List
01:40:15 X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:15         new Top().get().add("arg"); // should not warn (uses raw API)
01:40:15                            ^
01:40:15   where E is a type-variable:
01:40:15     E extends Object declared in interface List
01:40:15 X.java:6: warning: [rawtypes] found raw type: List
01:40:15         List raw= new Top().get(); // OK to warn ('raw' declared here)
01:40:15         ^
01:40:15   missing type arguments for generic class List<E>
01:40:15   where E is a type-variable:
01:40:15     E extends Object declared in interface List
01:40:15 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:15         raw.add("arg"); // OK to warn ('raw' declared here)
01:40:15                ^
01:40:15   where E is a type-variable:
01:40:15     E extends Object declared in interface List
01:40:15 X.java:10: warning: [unchecked] unchecked conversion
01:40:15         List<String> unchecked= new Top().get(); // should not warn (forced)
01:40:15                                              ^
01:40:15   required: List<String>
01:40:15   found:    List
01:40:15 X.java:14: warning: [unchecked] unchecked cast
01:40:15         List<String> cast= (List<String>) new Top().get();
01:40:15                                                        ^
01:40:15   required: List<String>
01:40:15   found:    List
01:40:15 12 warnings
01:40:15 
01:40:15 
01:40:15 
01:40:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:16 --- javac err: ---
01:40:16 Top.java:3: warning: [rawtypes] found raw type: List
01:40:16     public void set(List arg) { }
01:40:16                     ^
01:40:16   missing type arguments for generic class List<E>
01:40:16   where E is a type-variable:
01:40:16     E extends Object declared in interface List
01:40:16 Top.java:4: warning: [rawtypes] found raw type: List
01:40:16     public List get() { return null; }
01:40:16            ^
01:40:16   missing type arguments for generic class List<E>
01:40:16   where E is a type-variable:
01:40:16     E extends Object declared in interface List
01:40:16 Top.java:5: warning: [rawtypes] found raw type: List
01:40:16     List list;
01:40:16     ^
01:40:16   missing type arguments for generic class List<E>
01:40:16   where E is a type-variable:
01:40:16     E extends Object declared in interface List
01:40:16 Sub.java:4: warning: [rawtypes] found raw type: List
01:40:16     public void set(List arg) {
01:40:16                     ^
01:40:16   missing type arguments for generic class List<E>
01:40:16   where E is a type-variable:
01:40:16     E extends Object declared in interface List
01:40:16 Sub.java:6: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List
01:40:16         arg.set(0, "A");
01:40:16                ^
01:40:16   where E is a type-variable:
01:40:16     E extends Object declared in interface List
01:40:16 Sub.java:9: warning: [rawtypes] found raw type: List
01:40:16     public List get() {
01:40:16            ^
01:40:16   missing type arguments for generic class List<E>
01:40:16   where E is a type-variable:
01:40:16     E extends Object declared in interface List
01:40:16 X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:16         new Top().list.add("arg");
01:40:16                           ^
01:40:16   where E is a type-variable:
01:40:16     E extends Object declared in interface List
01:40:16 X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:16         new Top().get().add("arg");
01:40:16                            ^
01:40:16   where E is a type-variable:
01:40:16     E extends Object declared in interface List
01:40:16 X.java:6: warning: [rawtypes] found raw type: List
01:40:16         List raw= new Top().get();
01:40:16         ^
01:40:16   missing type arguments for generic class List<E>
01:40:16   where E is a type-variable:
01:40:16     E extends Object declared in interface List
01:40:16 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:16         raw.add("arg");
01:40:16                ^
01:40:16   where E is a type-variable:
01:40:16     E extends Object declared in interface List
01:40:16 X.java:8: warning: [unchecked] unchecked conversion
01:40:16         List<String> unchecked= new Top().get();
01:40:16                                              ^
01:40:16   required: List<String>
01:40:16   found:    List
01:40:16 X.java:10: warning: [unchecked] unchecked cast
01:40:16         List<String> cast= (List<String>) new Top().get();
01:40:16                                                        ^
01:40:16   required: List<String>
01:40:16   found:    List
01:40:16 12 warnings
01:40:16 
01:40:16 
01:40:16 
01:40:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:18 --- javac err: ---
01:40:18 Top.java:3: warning: [rawtypes] found raw type: List
01:40:18     public void set(List arg) { }
01:40:18                     ^
01:40:18   missing type arguments for generic class List<E>
01:40:18   where E is a type-variable:
01:40:18     E extends Object declared in interface List
01:40:18 Top.java:4: warning: [rawtypes] found raw type: List
01:40:18     public List get() { return null; }
01:40:18            ^
01:40:18   missing type arguments for generic class List<E>
01:40:18   where E is a type-variable:
01:40:18     E extends Object declared in interface List
01:40:18 Top.java:5: warning: [rawtypes] found raw type: List
01:40:18     List list;
01:40:18     ^
01:40:18   missing type arguments for generic class List<E>
01:40:18   where E is a type-variable:
01:40:18     E extends Object declared in interface List
01:40:18 Sub.java:4: warning: [rawtypes] found raw type: List
01:40:18     public void set(List arg) {
01:40:18                     ^
01:40:18   missing type arguments for generic class List<E>
01:40:18   where E is a type-variable:
01:40:18     E extends Object declared in interface List
01:40:18 Sub.java:6: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List
01:40:18         arg.set(0, "A");
01:40:18                ^
01:40:18   where E is a type-variable:
01:40:18     E extends Object declared in interface List
01:40:18 Sub.java:9: warning: [rawtypes] found raw type: List
01:40:18     public List get() {
01:40:18            ^
01:40:18   missing type arguments for generic class List<E>
01:40:18   where E is a type-variable:
01:40:18     E extends Object declared in interface List
01:40:18 X.java:4: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:18         new Top().list.add("arg");
01:40:18                           ^
01:40:18   where E is a type-variable:
01:40:18     E extends Object declared in interface List
01:40:18 X.java:5: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:18         new Top().get().add("arg");
01:40:18                            ^
01:40:18   where E is a type-variable:
01:40:18     E extends Object declared in interface List
01:40:18 X.java:6: warning: [rawtypes] found raw type: List
01:40:18         List raw= new Top().get();
01:40:18         ^
01:40:18   missing type arguments for generic class List<E>
01:40:18   where E is a type-variable:
01:40:18     E extends Object declared in interface List
01:40:18 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:18         raw.add("arg");
01:40:18                ^
01:40:18   where E is a type-variable:
01:40:18     E extends Object declared in interface List
01:40:18 X.java:8: warning: [unchecked] unchecked conversion
01:40:18         List<String> unchecked= new Top().get();
01:40:18                                              ^
01:40:18   required: List<String>
01:40:18   found:    List
01:40:18 X.java:10: warning: [unchecked] unchecked cast
01:40:18         List<String> cast= (List<String>) new Top().get();
01:40:18                                                        ^
01:40:18   required: List<String>
01:40:18   found:    List
01:40:18 12 warnings
01:40:18 
01:40:18 
01:40:18 
01:40:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:19 --- javac err: ---
01:40:19 X.java:3: warning: [rawtypes] found raw type: List
01:40:19     public void set(List arg) { } // OK to warn in 1.5 code
01:40:19                     ^
01:40:19   missing type arguments for generic class List<E>
01:40:19   where E is a type-variable:
01:40:19     E extends Object declared in interface List
01:40:19 X.java:4: warning: [rawtypes] found raw type: List
01:40:19     public List get() { return null; } // OK to warn in 1.5 code
01:40:19            ^
01:40:19   missing type arguments for generic class List<E>
01:40:19   where E is a type-variable:
01:40:19     E extends Object declared in interface List
01:40:19 X.java:8: warning: [rawtypes] found raw type: List
01:40:19     public void set(List arg) { // should not warn (overrides)
01:40:19                     ^
01:40:19   missing type arguments for generic class List<E>
01:40:19   where E is a type-variable:
01:40:19     E extends Object declared in interface List
01:40:19 X.java:10: warning: [unchecked] unchecked call to set(int,E) as a member of the raw type List
01:40:19         arg.set(0, "A"); // should not warn ('arg' is forced raw)
01:40:19                ^
01:40:19   where E is a type-variable:
01:40:19     E extends Object declared in interface List
01:40:19 X.java:13: warning: [rawtypes] found raw type: List
01:40:19     public List get() { // should not warn (overrides)
01:40:19            ^
01:40:19   missing type arguments for generic class List<E>
01:40:19   where E is a type-variable:
01:40:19     E extends Object declared in interface List
01:40:19 X.java:19: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:19         new Top().get().add("arg");
01:40:19                            ^
01:40:19   where E is a type-variable:
01:40:19     E extends Object declared in interface List
01:40:19 X.java:20: warning: [rawtypes] found raw type: List
01:40:19         List raw= new Top().get(); // OK to warn ('raw' declared here)
01:40:19         ^
01:40:19   missing type arguments for generic class List<E>
01:40:19   where E is a type-variable:
01:40:19     E extends Object declared in interface List
01:40:19 X.java:21: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:19         raw.add("arg"); // OK to warn ('raw' declared here)
01:40:19                ^
01:40:19   where E is a type-variable:
01:40:19     E extends Object declared in interface List
01:40:19 X.java:22: warning: [unchecked] unchecked conversion
01:40:19         List<String> unchecked= new Top().get();
01:40:19                                              ^
01:40:19   required: List<String>
01:40:19   found:    List
01:40:19 X.java:24: warning: [unchecked] unchecked cast
01:40:19         List<String> cast= (List<String>) new Top().get();
01:40:19                                                        ^
01:40:19   required: List<String>
01:40:19   found:    List
01:40:19 10 warnings
01:40:19 
01:40:19 
01:40:19 
01:40:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:20 --- javac err: ---
01:40:20 X.java:6: warning: [rawtypes] found raw type: Set
01:40:20 	     Set set= new HashSet(Arrays.asList(elements));
01:40:20 	     ^
01:40:20   missing type arguments for generic class Set<E>
01:40:20   where E is a type-variable:
01:40:20     E extends Object declared in interface Set
01:40:20 X.java:6: warning: [rawtypes] found raw type: HashSet
01:40:20 	     Set set= new HashSet(Arrays.asList(elements));
01:40:20 	                  ^
01:40:20   missing type arguments for generic class HashSet<E>
01:40:20   where E is a type-variable:
01:40:20     E extends Object declared in class HashSet
01:40:20 X.java:6: warning: [unchecked] unchecked call to HashSet(Collection<? extends E>) as a member of the raw type HashSet
01:40:20 	     Set set= new HashSet(Arrays.asList(elements));
01:40:20 	              ^
01:40:20   where E is a type-variable:
01:40:20     E extends Object declared in class HashSet
01:40:20 3 warnings
01:40:20 
01:40:20 
01:40:20 
01:40:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:22 
01:40:22 
01:40:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:22 --- javac err: ---
01:40:22 X.java:1: error: cyclic inheritance involving A
01:40:22 public class X<A extends A> {}
01:40:22                ^
01:40:22   where A is a type-variable:
01:40:22     A declared in class X
01:40:22 1 error
01:40:22 
01:40:22 
01:40:22 
01:40:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:24 --- javac err: ---
01:40:24 X.java:6: error: cannot find symbol
01:40:24     zork z;
01:40:24     ^
01:40:24   symbol:   class zork
01:40:24   location: class X
01:40:24 1 error
01:40:24 
01:40:24 
01:40:24 
01:40:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:25 --- javac err: ---
01:40:25 X.java:5: error: X is not abstract and does not override abstract method foo(String) in C
01:40:25 public class X extends C<String> {
01:40:25        ^
01:40:25 1 error
01:40:25 
01:40:25 
01:40:25 
01:40:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:26 --- javac err: ---
01:40:26 X.java:8: error: cannot find symbol
01:40:26     zork z;
01:40:26     ^
01:40:26   symbol:   class zork
01:40:26   location: class X
01:40:26 1 error
01:40:26 
01:40:26 
01:40:26 
01:40:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:27 --- javac err: ---
01:40:27 X.java:7: error: X is not abstract and does not override abstract method foo(String) in B
01:40:27 public class X extends C<String> {
01:40:27        ^
01:40:27 1 error
01:40:27 
01:40:27 
01:40:27 
01:40:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:28 --- javac err: ---
01:40:28 X.java:5: error: foo(String) in C cannot override foo(T) in C
01:40:28 public class X extends C<String> {
01:40:28        ^
01:40:28   overriding method is static
01:40:28   where T is a type-variable:
01:40:28     T extends Object declared in class C
01:40:28 1 error
01:40:28 
01:40:28 
01:40:28 
01:40:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:29 --- javac err: ---
01:40:29 X.java:10: warning: [unchecked] unchecked conversion
01:40:29         t = (T) s;          //casting to raw type, no error
01:40:29             ^
01:40:29   required: T<Integer>
01:40:29   found:    T
01:40:29 1 warning
01:40:29 
01:40:29 
01:40:29 
01:40:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:30 --- javac err: ---
01:40:30 q/Y.java:7: error: cannot find symbol
01:40:30     Zork z;
01:40:30     ^
01:40:30   symbol:   class Zork
01:40:30   location: class Y
01:40:30 q/Y.java:5: error: foo has private access in X
01:40:30         System.out.println(t.foo);
01:40:30                             ^
01:40:30 2 errors
01:40:30 
01:40:30 
01:40:30 
01:40:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:31 --- javac err: ---
01:40:31 p/Y.java:6: error: cannot find symbol
01:40:31     Zork z;
01:40:31     ^
01:40:31   symbol:   class Zork
01:40:31   location: class Y
01:40:31 p/Y.java:4: error: foo has private access in X
01:40:31         System.out.println(t.foo);
01:40:31                             ^
01:40:31 2 errors
01:40:31 
01:40:31 
01:40:31 
01:40:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:32 --- javac err: ---
01:40:32 X.java:4: error: foo has private access in X
01:40:32         System.out.println(t.foo);
01:40:32                             ^
01:40:32 X.java:5: error: cannot find symbol
01:40:32         Zork z;
01:40:32         ^
01:40:32   symbol:   class Zork
01:40:32   location: class X
01:40:32 2 errors
01:40:32 
01:40:32 
01:40:32 
01:40:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:33 --- javac err: ---
01:40:33 X.java:4: error: foo() has private access in X
01:40:33         t.foo();
01:40:33          ^
01:40:33 X.java:5: error: cannot find symbol
01:40:33         Zork z;
01:40:33         ^
01:40:33   symbol:   class Zork
01:40:33   location: class X
01:40:33 2 errors
01:40:33 
01:40:33 
01:40:33 
01:40:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:35 --- javac err: ---
01:40:35 X.java:1: error: cyclic inheritance involving A
01:40:35 public class X<A extends B, B extends A> {}
01:40:35                ^
01:40:35   where A is a type-variable:
01:40:35     A declared in class X
01:40:35 1 error
01:40:35 
01:40:35 
01:40:35 
01:40:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:36 --- javac err: ---
01:40:36 Project.java:3: warning: [rawtypes] found raw type: Map
01:40:36     public Map getOptions(boolean b) {
01:40:36            ^
01:40:36   missing type arguments for generic class Map<K,V>
01:40:36   where K,V are type-variables:
01:40:36     K extends Object declared in interface Map
01:40:36     V extends Object declared in interface Map
01:40:36 1 warning
01:40:36 
01:40:37 --- javac err: ---
01:40:37 Y.java:5: warning: [unchecked] unchecked conversion
01:40:37                         project != null ? project.getOptions(true) : null;
01:40:37                                                             ^
01:40:37   required: Map<String,String>
01:40:37   found:    Map
01:40:37 Y.java:6: warning: [unchecked] unchecked conversion
01:40:37         options = project.getOptions(true);
01:40:37                                     ^
01:40:37   required: Map<String,String>
01:40:37   found:    Map
01:40:37 Y.java:7: warning: [unchecked] unchecked conversion
01:40:37         options = project == null ? null : project.getOptions(true);
01:40:37                                                              ^
01:40:37   required: Map<String,String>
01:40:37   found:    Map
01:40:37 3 warnings
01:40:37 
01:40:37 
01:40:37 
01:40:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:38 --- javac err: ---
01:40:38 Project.java:3: warning: [rawtypes] found raw type: Map
01:40:38     public Map getOptions(boolean b) {
01:40:38            ^
01:40:38   missing type arguments for generic class Map<K,V>
01:40:38   where K,V are type-variables:
01:40:38     K extends Object declared in interface Map
01:40:38     V extends Object declared in interface Map
01:40:38 1 warning
01:40:38 
01:40:40 --- javac err: ---
01:40:40 Y.java:5: warning: [unchecked] unchecked conversion
01:40:40                         project != null ? project.getOptions(true) : null;
01:40:40                                                             ^
01:40:40   required: Map<String,String>
01:40:40   found:    Map
01:40:40 Y.java:6: warning: [unchecked] unchecked conversion
01:40:40         options = project.getOptions(true);
01:40:40                                     ^
01:40:40   required: Map<String,String>
01:40:40   found:    Map
01:40:40 Y.java:7: warning: [unchecked] unchecked conversion
01:40:40         options = project == null ? null : project.getOptions(true);
01:40:40                                                              ^
01:40:40   required: Map<String,String>
01:40:40   found:    Map
01:40:40 3 warnings
01:40:40 
01:40:40 
01:40:40 
01:40:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:41 --- javac err: ---
01:40:41 X.java:4: warning: [rawtypes] found raw type: List
01:40:41     protected List fList;
01:40:41               ^
01:40:41   missing type arguments for generic class List<E>
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 X.java:7: warning: [rawtypes] found raw type: List
01:40:41     protected List fSubList; // raw type warning (good)
01:40:41               ^
01:40:41   missing type arguments for generic class List<E>
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 X.java:9: warning: [rawtypes] found raw type: ArrayList
01:40:41         fSubList = new ArrayList();
01:40:41                        ^
01:40:41   missing type arguments for generic class ArrayList<E>
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in class ArrayList
01:40:41 X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:41          fList.add(null); // type safety warning (TODO: bad, should be hidden)
01:40:41                   ^
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 X.java:11: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:41         super.fList.add(null); // type safety warning (TODO: bad, should be hidden)
01:40:41                        ^
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:41         fSubList.add(null); // type safety warning (good, should not be hidden)
01:40:41                     ^
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 X.java:15: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:41         fList.add(s); // type safety warning (TODO: bad, should be hidden)
01:40:41                  ^
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 X.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:41         super.fList.add(s); // type safety warning (TODO: bad, should be hidden)
01:40:41                        ^
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 X.java:17: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:41         fSubList.add(s); // type safety warning (good, should not be hidden)
01:40:41                     ^
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 X.java:20: warning: [rawtypes] found raw type: ArrayList
01:40:41         fSubList = new ArrayList();
01:40:41                        ^
01:40:41   missing type arguments for generic class ArrayList<E>
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in class ArrayList
01:40:41 X.java:21: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:41          fList.add(s); // type safety warning (TODO: bad, should be hidden)
01:40:41                   ^
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 X.java:22: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:41         super.fList.add(s); // type safety warning (TODO: bad, should be hidden)
01:40:41                        ^
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 X.java:23: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:41         fSubList.add(s); // type safety warning (good, should not be hidden)
01:40:41                     ^
01:40:41   where E is a type-variable:
01:40:41     E extends Object declared in interface List
01:40:41 13 warnings
01:40:41 
01:40:41 
01:40:41 
01:40:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:42 --- javac err: ---
01:40:42 X.java:4: warning: [rawtypes] found raw type: List
01:40:42     protected List fList;
01:40:42               ^
01:40:42   missing type arguments for generic class List<E>
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 X.java:7: warning: [rawtypes] found raw type: List
01:40:42     protected List fSubList; // raw type warning (good)
01:40:42               ^
01:40:42   missing type arguments for generic class List<E>
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 X.java:9: warning: [rawtypes] found raw type: ArrayList
01:40:42         fSubList = new ArrayList();
01:40:42                        ^
01:40:42   missing type arguments for generic class ArrayList<E>
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in class ArrayList
01:40:42 X.java:10: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:42          fList.add(null); // type safety warning (TODO: bad, should be hidden)
01:40:42                   ^
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 X.java:11: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:42         super.fList.add(null); // type safety warning (TODO: bad, should be hidden)
01:40:42                        ^
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 X.java:12: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:42         fSubList.add(null); // type safety warning (good, should not be hidden)
01:40:42                     ^
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 X.java:15: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:42         fList.add(s); // type safety warning (TODO: bad, should be hidden)
01:40:42                  ^
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 X.java:16: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:42         super.fList.add(s); // type safety warning (TODO: bad, should be hidden)
01:40:42                        ^
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 X.java:17: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:42         fSubList.add(s); // type safety warning (good, should not be hidden)
01:40:42                     ^
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 X.java:20: warning: [rawtypes] found raw type: ArrayList
01:40:42         fSubList = new ArrayList();
01:40:42                        ^
01:40:42   missing type arguments for generic class ArrayList<E>
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in class ArrayList
01:40:42 X.java:21: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:42          fList.add(s); // type safety warning (TODO: bad, should be hidden)
01:40:42                   ^
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 X.java:22: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:42         super.fList.add(s); // type safety warning (TODO: bad, should be hidden)
01:40:42                        ^
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 X.java:23: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:40:42         fSubList.add(s); // type safety warning (good, should not be hidden)
01:40:42                     ^
01:40:42   where E is a type-variable:
01:40:42     E extends Object declared in interface List
01:40:42 13 warnings
01:40:42 
01:40:42 
01:40:42 
01:40:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:44 --- javac err: ---
01:40:44 X.java:14: warning: [rawtypes] found raw type: Map
01:40:44     public A (Map m) {
01:40:44               ^
01:40:44   missing type arguments for generic class Map<K,V>
01:40:44   where K,V are type-variables:
01:40:44     K extends Object declared in interface Map
01:40:44     V extends Object declared in interface Map
01:40:44 X.java:3: warning: [rawtypes] found raw type: Map
01:40:44     public X(Map m) { // should warn about raw type m
01:40:44              ^
01:40:44   missing type arguments for generic class Map<K,V>
01:40:44   where K,V are type-variables:
01:40:44     K extends Object declared in interface Map
01:40:44     V extends Object declared in interface Map
01:40:44 X.java:5: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
01:40:44         m.put("one", 1); // warns about raw method invocation (good)
01:40:44              ^
01:40:44   where K,V are type-variables:
01:40:44     K extends Object declared in interface Map
01:40:44     V extends Object declared in interface Map
01:40:44 3 warnings
01:40:44 
01:40:44 
01:40:44 
01:40:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:45 --- javac err: ---
01:40:45 X.java:14: warning: [rawtypes] found raw type: Map
01:40:45     public A (Map m) {
01:40:45               ^
01:40:45   missing type arguments for generic class Map<K,V>
01:40:45   where K,V are type-variables:
01:40:45     K extends Object declared in interface Map
01:40:45     V extends Object declared in interface Map
01:40:45 X.java:3: warning: [rawtypes] found raw type: Map
01:40:45     public X(Map m) { // should warn about raw type m
01:40:45              ^
01:40:45   missing type arguments for generic class Map<K,V>
01:40:45   where K,V are type-variables:
01:40:45     K extends Object declared in interface Map
01:40:45     V extends Object declared in interface Map
01:40:45 X.java:5: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
01:40:45         m.put("one", 1); // warns about raw method invocation (good)
01:40:45              ^
01:40:45   where K,V are type-variables:
01:40:45     K extends Object declared in interface Map
01:40:45     V extends Object declared in interface Map
01:40:45 3 warnings
01:40:45 
01:40:45 
01:40:45 
01:40:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:46 --- javac err: ---
01:40:46 Try.java:6: warning: [unchecked] unchecked cast
01:40:46 		takeObj((E) Bar.getObject());
01:40:46 		                         ^
01:40:46   required: E
01:40:46   found:    Object
01:40:46   where E is a type-variable:
01:40:46     E extends Object declared in class Try
01:40:46 Try.java:7: warning: [unchecked] unchecked cast
01:40:46 		takeObj((E) Bar.getArray());
01:40:46 		                        ^
01:40:46   required: E
01:40:46   found:    Object[]
01:40:46   where E is a type-variable:
01:40:46     E extends Object declared in class Try
01:40:46 Try.java:8: warning: [unchecked] unchecked cast
01:40:46 		takeObj((E) Array.newInstance(Integer.class, 2));
01:40:46 		                             ^
01:40:46   required: E
01:40:46   found:    Object
01:40:46   where E is a type-variable:
01:40:46     E extends Object declared in class Try
01:40:46 Try.java:12: warning: [unchecked] unchecked cast
01:40:46 		takeArray((E[]) Bar.getArray());
01:40:46 		                            ^
01:40:46   required: E[]
01:40:46   found:    Object[]
01:40:46   where E is a type-variable:
01:40:46     E extends Object declared in class Try
01:40:46 Try.java:13: warning: [unchecked] unchecked cast
01:40:46 		takeArray((E[]) Array.newInstance(Integer.class, 2));
01:40:46 		                                 ^
01:40:46   required: E[]
01:40:46   found:    Object
01:40:46   where E is a type-variable:
01:40:46     E extends Object declared in class Try
01:40:46 Try.java:17: warning: [unchecked] unchecked cast
01:40:46 		list.toArray((L[]) Bar.getArray());
01:40:46 		                               ^
01:40:46   required: L[]
01:40:46   found:    Object[]
01:40:46   where L is a type-variable:
01:40:46     L extends Object declared in method <L>foo(List<L>)
01:40:46 Try.java:18: warning: [unchecked] unchecked cast
01:40:46 		list.toArray((L[]) Array.newInstance(Integer.class, 2));
01:40:46 		                                    ^
01:40:46   required: L[]
01:40:46   found:    Object
01:40:46   where L is a type-variable:
01:40:46     L extends Object declared in method <L>foo(List<L>)
01:40:46 Try.java:21: warning: [unchecked] unchecked cast
01:40:46 		List<String> l = (List<String>) Bar.getObject();
01:40:46 		                                             ^
01:40:46   required: List<String>
01:40:46   found:    Object
01:40:46 Try.java:22: warning: [unchecked] unchecked conversion
01:40:46 		List<String> l2 = Bar.getRawList();
01:40:46 		                                ^
01:40:46   required: List<String>
01:40:46   found:    List
01:40:46 Try.java:23: warning: [unchecked] unchecked cast
01:40:46 		ArrayList<String> l3 = (ArrayList<String>) Bar.getRawList();
01:40:46 		                                                         ^
01:40:46   required: ArrayList<String>
01:40:46   found:    List
01:40:46 Bar.java:11: warning: [rawtypes] found raw type: List
01:40:46 	public static List getRawList() {
01:40:46 	              ^
01:40:46   missing type arguments for generic class List<E>
01:40:46   where E is a type-variable:
01:40:46     E extends Object declared in interface List
01:40:46 Bar.java:12: warning: [rawtypes] found raw type: ArrayList
01:40:46 		return new ArrayList();
01:40:46 		           ^
01:40:46   missing type arguments for generic class ArrayList<E>
01:40:46   where E is a type-variable:
01:40:46     E extends Object declared in class ArrayList
01:40:46 12 warnings
01:40:46 
01:40:48 --- javac err: ---
01:40:48 Try.java:6: warning: [unchecked] unchecked cast
01:40:48 		takeObj((E) Bar.getObject());
01:40:48 		                         ^
01:40:48   required: E
01:40:48   found:    Object
01:40:48   where E is a type-variable:
01:40:48     E extends Object declared in class Try
01:40:48 Try.java:7: warning: [unchecked] unchecked cast
01:40:48 		takeObj((E) Bar.getArray());
01:40:48 		                        ^
01:40:48   required: E
01:40:48   found:    Object[]
01:40:48   where E is a type-variable:
01:40:48     E extends Object declared in class Try
01:40:48 Try.java:8: warning: [unchecked] unchecked cast
01:40:48 		takeObj((E) Array.newInstance(Integer.class, 2));
01:40:48 		                             ^
01:40:48   required: E
01:40:48   found:    Object
01:40:48   where E is a type-variable:
01:40:48     E extends Object declared in class Try
01:40:48 Try.java:12: warning: [unchecked] unchecked cast
01:40:48 		takeArray((E[]) Bar.getArray());
01:40:48 		                            ^
01:40:48   required: E[]
01:40:48   found:    Object[]
01:40:48   where E is a type-variable:
01:40:48     E extends Object declared in class Try
01:40:48 Try.java:13: warning: [unchecked] unchecked cast
01:40:48 		takeArray((E[]) Array.newInstance(Integer.class, 2));
01:40:48 		                                 ^
01:40:48   required: E[]
01:40:48   found:    Object
01:40:48   where E is a type-variable:
01:40:48     E extends Object declared in class Try
01:40:48 Try.java:17: warning: [unchecked] unchecked cast
01:40:48 		list.toArray((L[]) Bar.getArray());
01:40:48 		                               ^
01:40:48   required: L[]
01:40:48   found:    Object[]
01:40:48   where L is a type-variable:
01:40:48     L extends Object declared in method <L>foo(List<L>)
01:40:48 Try.java:18: warning: [unchecked] unchecked cast
01:40:48 		list.toArray((L[]) Array.newInstance(Integer.class, 2));
01:40:48 		                                    ^
01:40:48   required: L[]
01:40:48   found:    Object
01:40:48   where L is a type-variable:
01:40:48     L extends Object declared in method <L>foo(List<L>)
01:40:48 Try.java:21: warning: [unchecked] unchecked cast
01:40:48 		List<String> l = (List<String>) Bar.getObject();
01:40:48 		                                             ^
01:40:48   required: List<String>
01:40:48   found:    Object
01:40:48 Try.java:22: warning: [unchecked] unchecked conversion
01:40:48 		List<String> l2 = Bar.getRawList();
01:40:48 		                                ^
01:40:48   required: List<String>
01:40:48   found:    List
01:40:48 Try.java:23: warning: [unchecked] unchecked cast
01:40:48 		ArrayList<String> l3 = (ArrayList<String>) Bar.getRawList();
01:40:48 		                                                         ^
01:40:48   required: ArrayList<String>
01:40:48   found:    List
01:40:48 Bar.java:11: warning: [rawtypes] found raw type: List
01:40:48 	public static List getRawList() {
01:40:48 	              ^
01:40:48   missing type arguments for generic class List<E>
01:40:48   where E is a type-variable:
01:40:48     E extends Object declared in interface List
01:40:48 Bar.java:12: warning: [rawtypes] found raw type: ArrayList
01:40:48 		return new ArrayList();
01:40:48 		           ^
01:40:48   missing type arguments for generic class ArrayList<E>
01:40:48   where E is a type-variable:
01:40:48     E extends Object declared in class ArrayList
01:40:48 12 warnings
01:40:48 
01:40:48 
01:40:48 
01:40:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:48 
01:40:48 
01:40:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:49 --- javac err: ---
01:40:49 X.java:3: error: illegal start of type
01:40:49 		X<> x1 = null;
01:40:49 		  ^
01:40:49 1 error
01:40:49 
01:40:49 
01:40:49 
01:40:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:50 --- javac err: ---
01:40:50 X.java:2: error: illegal start of type
01:40:50 public class X implements Map<> {
01:40:50                               ^
01:40:50 X.java:3: error: illegal start of type
01:40:50     static Map<> foo (Map<> x) { 
01:40:50                ^
01:40:50 X.java:3: error: illegal start of type
01:40:50     static Map<> foo (Map<> x) { 
01:40:50                           ^
01:40:50 3 errors
01:40:50 
01:40:50 
01:40:50 
01:40:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:50 --- javac err: ---
01:40:50 X.java:3: error: illegal start of type
01:40:50     static Map<> foo () { 
01:40:50                ^
01:40:50 1 error
01:40:50 
01:40:50 
01:40:50 
01:40:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:51 --- javac err: ---
01:40:51 X.java:5: error: illegal start of type
01:40:51         X<String>.Y<> [] y = null; 
01:40:51                     ^
01:40:51 1 error
01:40:51 
01:40:51 
01:40:51 
01:40:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:52 --- javac err: ---
01:40:52 X.java:5: error: illegal start of type
01:40:52         X<String>.Y<>  y = null; 
01:40:52                     ^
01:40:52 1 error
01:40:52 
01:40:52 
01:40:52 
01:40:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:53 --- javac err: ---
01:40:53 X.java:3: error: illegal start of type
01:40:53         if (x instanceof X<>) {    
01:40:53                            ^
01:40:53 1 error
01:40:53 
01:40:53 
01:40:53 
01:40:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:54 --- javac err: ---
01:40:54 X.java:2: error: ';' expected
01:40:54     public void foo(Object x) throws X.Y<>.LException {
01:40:54                                         ^
01:40:54 X.java:2: error: <identifier> expected
01:40:54     public void foo(Object x) throws X.Y<>.LException {
01:40:54                                          ^
01:40:54 X.java:2: error: illegal start of type
01:40:54     public void foo(Object x) throws X.Y<>.LException {
01:40:54                                           ^
01:40:54 X.java:2: error: <identifier> expected
01:40:54     public void foo(Object x) throws X.Y<>.LException {
01:40:54                                                      ^
01:40:54 4 errors
01:40:54 
01:40:54 
01:40:54 
01:40:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:55 --- javac err: ---
01:40:55 X.java:3: error: cannot create array with '<>'
01:40:55         Object o = new X<> [10];
01:40:55                         ^
01:40:55 1 error
01:40:55 
01:40:55 
01:40:55 
01:40:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:56 --- javac err: ---
01:40:56 X.java:3: error: illegal start of type
01:40:56 		X<>[] x1 = null;
01:40:56 		  ^
01:40:56 1 error
01:40:56 
01:40:56 
01:40:56 
01:40:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:57 --- javac err: ---
01:40:57 X.java:2: error: illegal start of type
01:40:57 	X<>[] x1 = null;
01:40:57 	  ^
01:40:57 1 error
01:40:57 
01:40:57 
01:40:57 
01:40:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:58 --- javac err: ---
01:40:58 X.java:3: error: illegal start of type
01:40:58 		X<> x1 = null;
01:40:58 		  ^
01:40:58 1 error
01:40:58 
01:40:58 
01:40:58 
01:40:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:40:59 --- javac err: ---
01:40:59 X.java:2: error: illegal start of type
01:40:59 	X<> f1 = null;
01:40:59 	  ^
01:40:59 1 error
01:40:59 
01:40:59 
01:40:59 
01:40:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:00 --- javac err: ---
01:41:00 X.java:2: error: illegal start of type
01:41:00 	public void foo(X<> args) {
01:41:00 	                  ^
01:41:00 1 error
01:41:00 
01:41:00 
01:41:00 
01:41:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:01 --- javac err: ---
01:41:01 X.java:4: error: method does not override or implement a method from a supertype
01:41:01 			void newMethod(){
01:41:01 			     ^
01:41:01   (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype)
01:41:01 1 error
01:41:01 
01:41:01 
01:41:01 
01:41:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:02 --- javac err: ---
01:41:02 X.java:3: warning: [rawtypes] found raw type: X
01:41:02 		X Test = new X<>(){
01:41:02 		^
01:41:02   missing type arguments for generic class X<T>
01:41:02   where T is a type-variable:
01:41:02     T extends Object declared in class X
01:41:02 X.java:4: error: method does not override or implement a method from a supertype
01:41:02 			void newMethod(){
01:41:02 			     ^
01:41:02   (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype)
01:41:02 X.java:6: error: incompatible types: void cannot be converted to X
01:41:02 		}.testFunction("SUCCESS");
01:41:02 		              ^
01:41:02 2 errors
01:41:02 1 warning
01:41:02 
01:41:02 
01:41:02 
01:41:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:03 --- javac err: ---
01:41:03 X.java:3: error: cannot infer type arguments for X
01:41:03 		X Test = new X<>();
01:41:03 		              ^
01:41:03   reason: cannot use '<>' with non-generic class X
01:41:03 1 error
01:41:03 
01:41:03 
01:41:03 
01:41:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:04 --- javac err: ---
01:41:04 X.java:9: warning: [rawtypes] found raw type: B
01:41:04     F<? extends B, ? extends B<? extends B>> f011 = F.g();
01:41:04                 ^
01:41:04   missing type arguments for generic class B<V>
01:41:04   where V is a type-variable:
01:41:04     V extends Object declared in class B
01:41:04 X.java:9: warning: [rawtypes] found raw type: B
01:41:04     F<? extends B, ? extends B<? extends B>> f011 = F.g();
01:41:04                                          ^
01:41:04   missing type arguments for generic class B<V>
01:41:04   where V is a type-variable:
01:41:04     V extends Object declared in class B
01:41:04 2 warnings
01:41:04 
01:41:04 
01:41:04 
01:41:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:05 
01:41:05 
01:41:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:07 
01:41:07 
01:41:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:08 
01:41:08 
01:41:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:09 --- javac err: ---
01:41:09 X.java:9: warning: [rawtypes] found raw type: B
01:41:09     X<B, ? extends D, ? extends E> f = getX();   
01:41:09       ^
01:41:09   missing type arguments for generic class B<V>
01:41:09   where V is a type-variable:
01:41:09     V extends Object declared in class B
01:41:09 1 warning
01:41:09 
01:41:09 
01:41:09 
01:41:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:10 
01:41:10 
01:41:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:10 
01:41:10 
01:41:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:10 
01:41:10 
01:41:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:11 --- javac err: ---
01:41:11 X.java:13: warning: [unchecked] unchecked method invocation: method castTo in class NumberRange is applied to given types
01:41:11         return castTo((Class) null).containsNC((Comparable) null);
01:41:11                      ^
01:41:11   required: Class<N>
01:41:11   found: Class
01:41:11   where N is a type-variable:
01:41:11     N extends Number,Comparable<? super N> declared in method <N>castTo(Class<N>)
01:41:11 X.java:13: warning: [unchecked] unchecked conversion
01:41:11         return castTo((Class) null).containsNC((Comparable) null);
01:41:11                       ^
01:41:11   required: Class<N>
01:41:11   found:    Class
01:41:11   where N is a type-variable:
01:41:11     N extends Number,Comparable<? super N> declared in method <N>castTo(Class<N>)
01:41:11 X.java:13: warning: [unchecked] unchecked call to containsNC(T) as a member of the raw type Range
01:41:11         return castTo((Class) null).containsNC((Comparable) null);
01:41:11                                               ^
01:41:11   where T is a type-variable:
01:41:11     T extends Comparable<? super T> declared in class Range
01:41:11 3 warnings
01:41:11 
01:41:11 
01:41:11 
01:41:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:12 --- javac err: ---
01:41:12 X.java:3: error: cannot find symbol
01:41:12         Zork z;
01:41:12         ^
01:41:12   symbol:   class Zork
01:41:12   location: class X
01:41:12 X.java:13: warning: [unchecked] unchecked method invocation: method castTo in class NumberRange is applied to given types
01:41:12         return castTo((Class) null).containsNC((Comparable) null);
01:41:12                      ^
01:41:12   required: Class<N>
01:41:12   found: Class
01:41:12   where N is a type-variable:
01:41:12     N extends Number,Comparable<? super N> declared in method <N>castTo(Class<N>)
01:41:12 X.java:13: warning: [unchecked] unchecked conversion
01:41:12         return castTo((Class) null).containsNC((Comparable) null);
01:41:12                       ^
01:41:12   required: Class<N>
01:41:12   found:    Class
01:41:12   where N is a type-variable:
01:41:12     N extends Number,Comparable<? super N> declared in method <N>castTo(Class<N>)
01:41:12 X.java:13: warning: [unchecked] unchecked call to containsNC(T) as a member of the raw type Range
01:41:12         return castTo((Class) null).containsNC((Comparable) null);
01:41:12                                               ^
01:41:12   where T is a type-variable:
01:41:12     T extends Comparable<? super T> declared in class Range
01:41:12 1 error
01:41:12 3 warnings
01:41:12 
01:41:12 
01:41:12 
01:41:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:14 --- javac err: ---
01:41:14 X.java:4: error: method foo in class X cannot be applied to given types;
01:41:14         return foo(c2,c); 
01:41:14                ^
01:41:14   required: C1,C2
01:41:14   found: C2,C1
01:41:14   reason: inference variable C2 has incompatible bounds
01:41:14     upper bounds: Collection<Object>
01:41:14     lower bounds: C1
01:41:14   where C1,C2 are type-variables:
01:41:14     C1 extends Object declared in method <C1,C2>foo(C1,C2)
01:41:14     C2 extends Collection<Object> declared in method <C1,C2>foo(C1,C2)
01:41:14 1 error
01:41:14 
01:41:14 
01:41:14 
01:41:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:15 
01:41:15 
01:41:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:16 
01:41:16 
01:41:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:17 
01:41:17 
01:41:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:18 --- javac err: ---
01:41:18 App.java:25: warning: [rawtypes] found raw type: Context
01:41:18     private static void compileError(Context context) {
01:41:18                                      ^
01:41:18   missing type arguments for generic class Context<T>
01:41:18   where T is a type-variable:
01:41:18     T extends Object declared in class Context
01:41:18 App.java:26: warning: [unchecked] unchecked call to addListener(Command_1<T>) as a member of the raw type ObservableEventWithArg.Monitor
01:41:18         context.getSubmissionErrorEventMonitor().addListener(
01:41:18                                                             ^
01:41:18   where T is a type-variable:
01:41:18     T extends Object declared in class ObservableEventWithArg
01:41:18 2 warnings
01:41:18 
01:41:18 
01:41:18 
01:41:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:19 --- javac err: ---
01:41:19 X.java:7: warning: [rawtypes] found raw type: X
01:41:19             Runnable runnable = new X().cast(new Object());
01:41:19                                     ^
01:41:19   missing type arguments for generic class X<T>
01:41:19   where T is a type-variable:
01:41:19     T extends Object,Runnable declared in class X
01:41:19 X.java:7: warning: [unchecked] unchecked call to cast(T) as a member of the raw type X
01:41:19             Runnable runnable = new X().cast(new Object());
01:41:19                                             ^
01:41:19   where T is a type-variable:
01:41:19     T extends Object,Runnable declared in class X
01:41:19 2 warnings
01:41:19 
01:41:19 
01:41:19 
01:41:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:20 --- javac err: ---
01:41:20 X.java:4: error: incompatible types: formal varargs element type A is not accessible from class X
01:41:20         new B().foo(null, null);
01:41:20                    ^
01:41:20 p/B.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:41:20     public <T extends A> void foo(T ... o) { System.out.println("PGMB"); }
01:41:20                                         ^
01:41:20   where T is a type-variable:
01:41:20     T extends A declared in method <T>foo(T...)
01:41:20 1 error
01:41:20 1 warning
01:41:20 
01:41:20 
01:41:20 
01:41:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:22 
01:41:22 
01:41:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:23 
01:41:23 
01:41:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:24 --- javac err: ---
01:41:24 X.java:17: error: Y is not abstract and does not override abstract method <T>foo(List<T>) in Base
01:41:24 class Y extends X {}
01:41:24 ^
01:41:24   where T is a type-variable:
01:41:24     T extends Object declared in method <T>foo(List<T>)
01:41:24 1 error
01:41:24 
01:41:24 
01:41:24 
01:41:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:26 
01:41:26 
01:41:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:27 --- javac err: ---
01:41:27 p/B.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:41:27     public <T extends A> void foo(T ... o) { }
01:41:27                                         ^
01:41:27   where T is a type-variable:
01:41:27     T extends A declared in method <T>foo(T...)
01:41:27 X.java:4: error: incompatible types: formal varargs element type A is not accessible from class X
01:41:27         new B().foo(null, null);
01:41:27                    ^
01:41:27 1 error
01:41:27 1 warning
01:41:27 
01:41:27 
01:41:27 
01:41:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:28 
01:41:28 
01:41:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:29 --- javac err: ---
01:41:29 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:41:29 	<T> void foo (T... p);
01:41:29 	                   ^
01:41:29   where T is a type-variable:
01:41:29     T extends Object declared in method <T>foo(T...)
01:41:29 X.java:5: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
01:41:29 	public void foo(Object [] p) {}
01:41:29 	            ^
01:41:29   where T is a type-variable:
01:41:29     T extends Object declared in method <T>foo(T...)
01:41:29 X.java:7: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
01:41:29 public class X extends A {
01:41:29        ^
01:41:29   where T is a type-variable:
01:41:29     T extends Object declared in method <T>foo(T...)
01:41:29 X.java:10: error: method foo in class A cannot be applied to given types;
01:41:29 		a.foo("hello", "world");
01:41:29 		 ^
01:41:29   required: Object[]
01:41:29   found: String,String
01:41:29   reason: actual and formal argument lists differ in length
01:41:29 1 error
01:41:29 3 warnings
01:41:29 
01:41:29 
01:41:29 
01:41:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:31 --- javac err: ---
01:41:31 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:41:31 	 <T> void foo (T... p);
01:41:31 	                    ^
01:41:31   where T is a type-variable:
01:41:31     T extends Object declared in method <T>foo(T...)
01:41:31 X.java:9: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
01:41:31 abstract class B extends A implements I {
01:41:31          ^
01:41:31   where T is a type-variable:
01:41:31     T extends Object declared in method <T>foo(T...)
01:41:31 X.java:11: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
01:41:31 public class X extends B implements I {
01:41:31        ^
01:41:31   where T is a type-variable:
01:41:31     T extends Object declared in method <T>foo(T...)
01:41:31 X.java:14: error: method foo in class A cannot be applied to given types;
01:41:31 		b.foo("hello", "world");
01:41:31 		 ^
01:41:31   required: Object[]
01:41:31   found: String,String
01:41:31   reason: actual and formal argument lists differ in length
01:41:31 1 error
01:41:31 3 warnings
01:41:31 
01:41:31 
01:41:31 
01:41:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:32 --- javac err: ---
01:41:32 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:41:32 	 <T> void foo (T... p);
01:41:32 	                    ^
01:41:32   where T is a type-variable:
01:41:32     T extends Object declared in method <T>foo(T...)
01:41:32 1 warning
01:41:32 
01:41:32 
01:41:32 
01:41:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:33 --- javac err: ---
01:41:33 X.java:4: error: incompatible types: formal varargs element type A is not accessible from class X
01:41:33         new B().foo(null, null);
01:41:33                    ^
01:41:33 p/B.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:41:33     public <T extends A> void foo(T ... o) { System.out.println("PGMB"); }
01:41:33                                         ^
01:41:33   where T is a type-variable:
01:41:33     T extends A declared in method <T>foo(T...)
01:41:33 1 error
01:41:33 1 warning
01:41:33 
01:41:33 
01:41:33 
01:41:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:34 --- javac err: ---
01:41:34 p/B.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:41:34     public <T extends A> void foo(T ... o) { System.out.println("PGMB"); }
01:41:34                                         ^
01:41:34   where T is a type-variable:
01:41:34     T extends A declared in method <T>foo(T...)
01:41:34 1 warning
01:41:34 
01:41:34 
01:41:34 
01:41:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:35 --- javac err: ---
01:41:35 X.java:6: error: incompatible types: inference variable T has incompatible bounds
01:41:35 		Class<? extends String> id = id(new X().getClass());
01:41:35 		                               ^
01:41:35     upper bounds: Class<? extends String>,Object
01:41:35     lower bounds: Class<CAP#1>
01:41:35   where T is a type-variable:
01:41:35     T extends Object declared in method <T>id(T)
01:41:35   where CAP#1 is a fresh type-variable:
01:41:35     CAP#1 extends X from capture of ? extends X
01:41:35 1 error
01:41:35 
01:41:35 
01:41:35 
01:41:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:37 
01:41:37 
01:41:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:38 
01:41:38 
01:41:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:39 
01:41:39 
01:41:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:41 
01:41:41 
01:41:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:42 
01:41:42 
01:41:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:43 --- javac err: ---
01:41:43 X.java:1: error: package org.junit does not exist
01:41:43 import static org.junit.Assert.assertArrayEquals;
01:41:43                        ^
01:41:43 X.java:1: error: static import only from classes and interfaces
01:41:43 import static org.junit.Assert.assertArrayEquals;
01:41:43 ^
01:41:43 X.java:3: error: package org.junit does not exist
01:41:43 import org.junit.Test;
01:41:43                 ^
01:41:43 X.java:17: error: cannot find symbol
01:41:43 public static class ClassInheritanceDepthComparator implements Comparator<Class<?>> {
01:41:43                                                                ^
01:41:43   symbol:   class Comparator
01:41:43   location: class X
01:41:43 X.java:5: error: cannot find symbol
01:41:43   @Test(expected = IllegalArgumentException.class)
01:41:43    ^
01:41:43   symbol:   class Test
01:41:43   location: class X
01:41:43 X.java:7: warning: [rawtypes] found raw type: Class
01:41:43     Arrays.sort(new Class[] {Chimp.class, Cat.class}, ClassInheritanceDepthComparator.INSTANCE);
01:41:43                     ^
01:41:43   missing type arguments for generic class Class<T>
01:41:43   where T is a type-variable:
01:41:43     T extends Object declared in class Class
01:41:43 X.java:7: error: no suitable method found for sort(Class[],ClassInheritanceDepthComparator)
01:41:43     Arrays.sort(new Class[] {Chimp.class, Cat.class}, ClassInheritanceDepthComparator.INSTANCE);
01:41:43           ^
01:41:43     method Arrays.<T#1>sort(T#1[],Comparator<? super T#1>) is not applicable
01:41:43       (cannot infer type-variable(s) T#1
01:41:43         (argument mismatch; ClassInheritanceDepthComparator cannot be converted to Comparator<? super T#1>))
01:41:43     method Arrays.<T#2>sort(T#2[],int,int,Comparator<? super T#2>) is not applicable
01:41:43       (cannot infer type-variable(s) T#2
01:41:43         (actual and formal argument lists differ in length))
01:41:43   where T#1,T#2 are type-variables:
01:41:43     T#1 extends Object declared in method <T#1>sort(T#1[],Comparator<? super T#1>)
01:41:43     T#2 extends Object declared in method <T#2>sort(T#2[],int,int,Comparator<? super T#2>)
01:41:43 X.java:19: error: method does not override or implement a method from a supertype
01:41:43   @Override
01:41:43   ^
01:41:43 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:41:43 7 errors
01:41:43 1 warning
01:41:43 
01:41:43 
01:41:43 
01:41:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:45 
01:41:45 
01:41:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:46 --- javac err: ---
01:41:46 K1.java:4: warning: [rawtypes] found raw type: List
01:41:46 	public Map<String,List> get();
01:41:46 	                  ^
01:41:46   missing type arguments for generic class List<E>
01:41:46   where E is a type-variable:
01:41:46     E extends Object declared in interface List
01:41:46 K.java:4: warning: [rawtypes] found raw type: List
01:41:46 	public Map<String, List> get() {
01:41:46 	                   ^
01:41:46   missing type arguments for generic class List<E>
01:41:46   where E is a type-variable:
01:41:46     E extends Object declared in interface List
01:41:46 2 warnings
01:41:46 
01:41:46 
01:41:46 
01:41:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:47 
01:41:47 
01:41:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:48 
01:41:48 
01:41:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:50 
01:41:50 
01:41:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:51 --- javac err: ---
01:41:51 X.java:3: warning: [unchecked] unchecked method invocation: method valueOf in class Enum is applied to given types
01:41:51         return Enum.valueOf(clazz.asSubclass(Enum.class), value);
01:41:51                            ^
01:41:51   required: Class<T>,String
01:41:51   found: Class<CAP#1>,String
01:41:51   where T,U are type-variables:
01:41:51     T extends Enum<T> declared in method <T>valueOf(Class<T>,String)
01:41:51     U extends Object declared in method <U>asSubclass(Class<U>)
01:41:51   where CAP#1 is a fresh type-variable:
01:41:51     CAP#1 extends Enum from capture of ? extends U
01:41:51 X.java:6: warning: [rawtypes] found raw type: Enum
01:41:51         return Enum.valueOf(clazz.<Enum>asSubclass(Enum.class), value);
01:41:51                                    ^
01:41:51   missing type arguments for generic class Enum<E>
01:41:51   where E is a type-variable:
01:41:51     E extends Enum<E> declared in class Enum
01:41:51 X.java:6: warning: [unchecked] unchecked method invocation: method valueOf in class Enum is applied to given types
01:41:51         return Enum.valueOf(clazz.<Enum>asSubclass(Enum.class), value);
01:41:51                            ^
01:41:51   required: Class<T>,String
01:41:51   found: Class<CAP#1>,String
01:41:51   where T is a type-variable:
01:41:51     T extends Enum<T> declared in method <T>valueOf(Class<T>,String)
01:41:51   where CAP#1 is a fresh type-variable:
01:41:51     CAP#1 extends Enum from capture of ? extends Enum
01:41:51 X.java:9: warning: [rawtypes] found raw type: Enum
01:41:51         Class<? extends Enum> enumType = clazz.asSubclass(Enum.class);
01:41:51                         ^
01:41:51   missing type arguments for generic class Enum<E>
01:41:51   where E is a type-variable:
01:41:51     E extends Enum<E> declared in class Enum
01:41:51 X.java:10: warning: [unchecked] unchecked method invocation: method valueOf in class Enum is applied to given types
01:41:51         return Enum.valueOf(enumType, value);
01:41:51                            ^
01:41:51   required: Class<T>,String
01:41:51   found: Class<CAP#1>,String
01:41:51   where T is a type-variable:
01:41:51     T extends Enum<T> declared in method <T>valueOf(Class<T>,String)
01:41:51   where CAP#1 is a fresh type-variable:
01:41:51     CAP#1 extends Enum from capture of ? extends Enum
01:41:51 5 warnings
01:41:51 
01:41:51 
01:41:51 
01:41:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:53 --- javac err: ---
01:41:53 Foo.java:7: warning: [rawtypes] found raw type: Foo
01:41:53     doit(  workers.toArray( new Foo[workers.size()] ) );
01:41:53                                 ^
01:41:53   missing type arguments for generic class Foo<C>
01:41:53   where C is a type-variable:
01:41:53     C extends Object declared in class Foo
01:41:53 Foo.java:9: warning: [unchecked] Possible heap pollution from parameterized vararg type Foo<C>
01:41:53   public static <C> void doit( Foo<C>... workers )
01:41:53                                          ^
01:41:53   where C is a type-variable:
01:41:53     C extends Object declared in method <C>doit(Foo<C>...)
01:41:53 2 warnings
01:41:53 
01:41:53 
01:41:53 
01:41:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:54 
01:41:54 
01:41:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:55 
01:41:55 
01:41:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:57 --- javac err: ---
01:41:57 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate<? super T>
01:41:57     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }
01:41:57                                                                ^
01:41:57   where T is a type-variable:
01:41:57     T extends Object declared in method <T>and(Predicate<? super T>...)
01:41:57 X.java:8: error: no suitable method found for and(Predicate<CAP#1>,Predicate<CAP#2>)
01:41:57 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest#test443596 - 10
01:41:57         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile
01:41:57                                               ^
01:41:57 X.java [
01:41:57     method X.<T#1>and(Predicate<? super T#1>...) is not applicable
01:41:57       (inference variable T#1 has incompatible upper bounds CAP#3,CAP#1,Object)
01:41:57 public final class X {
01:41:57     method X.<T#2>and(Predicate<? super T#2>,Predicate<? super T#2>) is not applicable
01:41:57     static interface Predicate<T> { boolean test(T object); }
01:41:57       (inference variable T#2 has incompatible upper bounds CAP#3,CAP#1,Object)
01:41:57     public static <T> Predicate<T> in(Predicate<? extends T> arg) { return null; }
01:41:57   where E,T#1,T#2 are type-variables:
01:41:57     E extends Object declared in class FilteredCollection
01:41:57     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }
01:41:57     T#1 extends Object declared in method <T#1>and(Predicate<? super T#1>...)
01:41:57     public static <T> Predicate<T> and(Predicate<? super T> arg0, Predicate<? super T> arg1) { return null; }
01:41:57     static class FilteredCollection<E> {
01:41:57     T#2 extends Object declared in method <T#2>and(Predicate<? super T#2>,Predicate<? super T#2>)
01:41:57         Predicate<? super E> predicate;
01:41:57   where CAP#1,CAP#2,CAP#3 are fresh type-variables:
01:41:57         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile
01:41:57     CAP#1 extends Object super: E from capture of ? super E
01:41:57     }
01:41:57 }
01:41:57 
01:41:57     CAP#2 extends Object from capture of ?
01:41:57 ]
01:41:57     CAP#3 extends Object from capture of ?
01:41:57 1 error
01:41:57 1 warning
01:41:57 
01:41:57 ----------------------------------------
01:41:57 
01:41:57 
01:41:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:58 
01:41:58 
01:41:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:41:59 --- javac err: ---
01:41:59 X.java:5: warning: [unchecked] unchecked method invocation: method doSomething in class X is applied to given types
01:41:59         doSomething(returnClassType(Class.class));
01:41:59                    ^
01:41:59   required: Class<T>
01:41:59   found: Class
01:41:59   where T is a type-variable:
01:41:59     T extends Object declared in method <T>doSomething(Class<T>)
01:41:59 X.java:5: warning: [unchecked] unchecked conversion
01:41:59         doSomething(returnClassType(Class.class));
01:41:59                                    ^
01:41:59   required: Class<T>
01:41:59   found:    Class
01:41:59   where T is a type-variable:
01:41:59     T extends Object declared in method <T>doSomething(Class<T>)
01:41:59 X.java:6: warning: [rawtypes] found raw type: List
01:41:59         doSomething(returnListType(new ArrayList<List>()));
01:41:59                                                  ^
01:41:59   missing type arguments for generic class List<E>
01:41:59   where E is a type-variable:
01:41:59     E extends Object declared in interface List
01:41:59 X.java:6: warning: [unchecked] unchecked method invocation: method doSomething in class X is applied to given types
01:41:59         doSomething(returnListType(new ArrayList<List>()));
01:41:59                    ^
01:41:59   required: List<T>
01:41:59   found: List
01:41:59   where T is a type-variable:
01:41:59     T extends Object declared in method <T>doSomething(List<T>)
01:41:59 X.java:6: warning: [unchecked] unchecked conversion
01:41:59         doSomething(returnListType(new ArrayList<List>()));
01:41:59                                   ^
01:41:59   required: List<T>
01:41:59   found:    List
01:41:59   where T is a type-variable:
01:41:59     T extends Object declared in method <T>doSomething(List<T>)
01:41:59 5 warnings
01:41:59 
01:41:59 
01:41:59 
01:41:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:01 
01:42:01 
01:42:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:02 
01:42:02 
01:42:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:03 --- javac err: ---
01:42:03 X.java:6: error: method element in class X<T#2> cannot be applied to given types;
01:42:03 		int x = element(new int [] { 1234 });
01:42:03 		        ^
01:42:03   required: T#1[]
01:42:03   found: int[]
01:42:03   reason: inference variable T#1 has incompatible bounds
01:42:03     equality constraints: int
01:42:03     upper bounds: Object
01:42:03   where T#1,T#2 are type-variables:
01:42:03     T#1 extends Object declared in method <T#1>element(T#1[])
01:42:03     T#2 extends Object declared in class X
01:42:03 1 error
01:42:03 
01:42:03 
01:42:03 
01:42:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:04 --- javac err: ---
01:42:04 X.java:11: warning: [deprecation] Integer(int) in Integer has been deprecated
01:42:04 		int x = element(10, new Integer(20));
01:42:04 		                    ^
01:42:04 1 warning
01:42:04 
01:42:04 
01:42:04 
01:42:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:05 --- javac err: ---
01:42:05 X.java:11: warning: [deprecation] Integer(int) in Integer has been deprecated
01:42:05 		int x = element(10, new Integer(20));
01:42:05 		                    ^
01:42:05 1 warning
01:42:05 
01:42:05 
01:42:05 
01:42:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:07 --- javac err: ---
01:42:07 X.java:11: warning: [deprecation] Integer(int) in Integer has been deprecated
01:42:07 		int x = element(10, new Integer(20));
01:42:07 		                    ^
01:42:07 1 warning
01:42:07 
01:42:07 
01:42:07 
01:42:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:08 
01:42:08 
01:42:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:09 
01:42:09 
01:42:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:10 
01:42:10 
01:42:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:11 
01:42:11 
01:42:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:12 
01:42:12 
01:42:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:13 
01:42:13 
01:42:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:14 
01:42:14 
01:42:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:15 
01:42:15 
01:42:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:16 
01:42:16 
01:42:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:18 --- javac err: ---
01:42:18 TypeInferenceProblem.java:28: warning: [static] static method should be qualified by type name, TypeInferenceProblem, instead of by an expression
01:42:18     this.<Object>expect(unboundedMockHeaderAccess.getHeader()).andReturn(new Object());
01:42:18         ^
01:42:18 1 warning
01:42:18 
01:42:18 
01:42:18 
01:42:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:19 --- javac err: ---
01:42:19 TypeUnsafe.java:12: error: incompatible types: inference variable Type has incompatible equality constraints Integer,String
01:42:19 		Collection<Integer> integers = nullAsCollection(String.class);
01:42:19 		                                               ^
01:42:19   where Type,CollectionType are type-variables:
01:42:19     Type extends Object declared in method <Type,CollectionType>nullAsCollection(Class<Type>)
01:42:19     CollectionType extends Collection<Type> declared in method <Type,CollectionType>nullAsCollection(Class<Type>)
01:42:19 1 error
01:42:19 
01:42:19 
01:42:19 
01:42:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:20 --- javac err: ---
01:42:20 TypeUnsafe.java:13: error: incompatible types: inference variable Type has incompatible equality constraints Integer,String
01:42:20 		Collection<Integer> integers = nullAsList(String.class);
01:42:20 		                                         ^
01:42:20   where Type,CollectionType are type-variables:
01:42:20     Type extends Object declared in method <Type,CollectionType>nullAsList(Class<Type>)
01:42:20     CollectionType extends List<Type> declared in method <Type,CollectionType>nullAsList(Class<Type>)
01:42:20 1 error
01:42:20 
01:42:20 
01:42:20 
01:42:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:22 
01:42:22 
01:42:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:23 
01:42:23 
01:42:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:24 
01:42:24 
01:42:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:25 
01:42:25 
01:42:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:26 --- javac err: ---
01:42:26 ExampleClass.java:1: error: cyclic inheritance involving a
01:42:26 public class ExampleClass extends aspose.b.a.a {}
01:42:26                                             ^
01:42:26 1 error
01:42:26 
01:42:26 
01:42:26 
01:42:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:27 --- javac err: ---
01:42:27 X.java:2: warning: [rawtypes] found raw type: J
01:42:27 	void foo(J[] list, I<J<?>> i) {
01:42:27 	         ^
01:42:27   missing type arguments for generic class J<T>
01:42:27   where T is a type-variable:
01:42:27     T extends Object declared in interface J
01:42:27 X.java:3: error: incompatible types: I<J<?>> cannot be converted to I<? super J>
01:42:27 		sort(list, i);
01:42:27 		           ^
01:42:27 X.java:5: warning: [rawtypes] found raw type: J
01:42:27 	J[] sort(J[] list, I<? super J> i) {
01:42:27 	         ^
01:42:27   missing type arguments for generic class J<T>
01:42:27   where T is a type-variable:
01:42:27     T extends Object declared in interface J
01:42:27 X.java:5: warning: [rawtypes] found raw type: J
01:42:27 	J[] sort(J[] list, I<? super J> i) {
01:42:27 	                             ^
01:42:27   missing type arguments for generic class J<T>
01:42:27   where T is a type-variable:
01:42:27     T extends Object declared in interface J
01:42:27 X.java:5: warning: [rawtypes] found raw type: J
01:42:27 	J[] sort(J[] list, I<? super J> i) {
01:42:27 	^
01:42:27   missing type arguments for generic class J<T>
01:42:27   where T is a type-variable:
01:42:27     T extends Object declared in interface J
01:42:27 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:42:27 1 error
01:42:27 4 warnings
01:42:27 
01:42:27 
01:42:27 
01:42:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:28 --- javac err: ---
01:42:28 X.java:2: warning: [rawtypes] found raw type: J
01:42:28 	void foo(J[] list, I<J<?>> i) {
01:42:28 	         ^
01:42:28   missing type arguments for generic class J<T>
01:42:28   where T is a type-variable:
01:42:28     T extends Object declared in interface J
01:42:28 X.java:3: error: incompatible types: I<J<?>> cannot be converted to I<? super J>
01:42:28 		sort(list, i);
01:42:28 		           ^
01:42:28 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:42:28 1 error
01:42:28 1 warning
01:42:28 
01:42:28 
01:42:28 
01:42:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:29 
01:42:29 
01:42:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:31 
01:42:31 
01:42:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:32 
01:42:32 
01:42:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:33 
01:42:33 
01:42:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:34 
01:42:34 
01:42:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:35 --- javac err: ---
01:42:35 X.java:6: warning: [unchecked] unchecked cast
01:42:35 		return (List<A>) data(b ? (Serializable) get() : null);
01:42:35 		                     ^
01:42:35   required: List<X.A>
01:42:35   found:    Serializable
01:42:35 X.java:14: warning: [serial] serializable class X.A has no definition of serialVersionUID
01:42:35 	public class A implements Serializable {
01:42:35 	       ^
01:42:35 2 warnings
01:42:35 
01:42:35 
01:42:35 
01:42:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:37 --- javac err: ---
01:42:37 X.java:3: warning: [rawtypes] found raw type: I
01:42:37     void foo(I[] e, I<I<?>> comp) {
01:42:37              ^
01:42:37   missing type arguments for generic class I<T>
01:42:37   where T is a type-variable:
01:42:37     T extends Object declared in interface I
01:42:37 X.java:4: error: incompatible types: I<I<?>> cannot be converted to I<? super I>
01:42:37         sort(e, comp);
01:42:37                 ^
01:42:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:42:37 1 error
01:42:37 1 warning
01:42:37 
01:42:37 
01:42:37 
01:42:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:38 --- javac err: ---
01:42:38 X.java:7: error: cannot find symbol
01:42:38 	Zork z;
01:42:38 	^
01:42:38   symbol:   class Zork
01:42:38   location: class X
01:42:38 1 error
01:42:38 
01:42:38 
01:42:38 
01:42:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:39 
01:42:39 
01:42:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:40 
01:42:40 
01:42:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:41 --- javac err: ---
01:42:41 X.java:8: warning: [unchecked] unchecked method invocation: method doSomethingWithFoo in class X is applied to given types
01:42:41     doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
01:42:41                       ^
01:42:41   required: Foo<T>,Foo<T>
01:42:41   found: Foo,Foo
01:42:41   where T is a type-variable:
01:42:41     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
01:42:41 X.java:8: warning: [unchecked] unchecked conversion
01:42:41     doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
01:42:41                            ^
01:42:41   required: Foo<T>
01:42:41   found:    Foo
01:42:41   where T is a type-variable:
01:42:41     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
01:42:41 X.java:8: warning: [unchecked] unchecked conversion
01:42:41     doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
01:42:41                                              ^
01:42:41   required: Foo<T>
01:42:41   found:    Foo
01:42:41   where T is a type-variable:
01:42:41     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
01:42:41 X.java:12: warning: [rawtypes] found raw type: Foo
01:42:41     Foo foo = any( Foo.class );
01:42:41     ^
01:42:41   missing type arguments for generic class Foo<T>
01:42:41   where T is a type-variable:
01:42:41     T extends Object declared in interface Foo
01:42:41 X.java:13: warning: [unchecked] unchecked method invocation: method doSomethingWithFoo in class X is applied to given types
01:42:41     doSomethingWithFoo( foo, foo );
01:42:41                       ^
01:42:41   required: Foo<T>,Foo<T>
01:42:41   found: Foo,Foo
01:42:41   where T is a type-variable:
01:42:41     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
01:42:41 X.java:13: warning: [unchecked] unchecked conversion
01:42:41     doSomethingWithFoo( foo, foo );
01:42:41                         ^
01:42:41   required: Foo<T>
01:42:41   found:    Foo
01:42:41   where T is a type-variable:
01:42:41     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
01:42:41 X.java:13: warning: [unchecked] unchecked conversion
01:42:41     doSomethingWithFoo( foo, foo );
01:42:41                              ^
01:42:41   required: Foo<T>
01:42:41   found:    Foo
01:42:41   where T is a type-variable:
01:42:41     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
01:42:41 X.java:17: warning: [unchecked] unchecked method invocation: method doSomethingWithFoo in class X is applied to given types
01:42:41     this.<Object>doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
01:42:41                                    ^
01:42:41   required: Foo<T>,Foo<T>
01:42:41   found: Foo,Foo
01:42:41   where T is a type-variable:
01:42:41     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
01:42:41 X.java:17: warning: [unchecked] unchecked conversion
01:42:41     this.<Object>doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
01:42:41                                         ^
01:42:41   required: Foo<T>
01:42:41   found:    Foo
01:42:41   where T is a type-variable:
01:42:41     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
01:42:41 X.java:17: warning: [unchecked] unchecked conversion
01:42:41     this.<Object>doSomethingWithFoo( any( Foo.class ), any( Foo.class ) );
01:42:41                                                           ^
01:42:41   required: Foo<T>
01:42:41   found:    Foo
01:42:41   where T is a type-variable:
01:42:41     T extends Object declared in method <T>doSomethingWithFoo(Foo<T>,Foo<T>)
01:42:41 10 warnings
01:42:41 
01:42:41 
01:42:41 
01:42:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:42 
01:42:42 
01:42:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:43 --- javac err: ---
01:42:43 BugEclipse.java:7: error: incompatible types: no unique maximal instance exists for type variable T with upper bounds Cat,Dog
01:42:43     Cat cat = getDog(); // <- error here, eclipse compile this line but the execution print ClassCastException
01:42:43                     ^
01:42:43   where T is a type-variable:
01:42:43     T extends Dog declared in method <T>getDog()
01:42:43 BugEclipse.java:11: warning: [unchecked] unchecked cast
01:42:43     return (T) dog;
01:42:43                ^
01:42:43   required: T
01:42:43   found:    Dog
01:42:43   where T is a type-variable:
01:42:43     T extends Dog declared in method <T>getDog()
01:42:43 1 error
01:42:43 1 warning
01:42:43 
01:42:43 
01:42:43 
01:42:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:45 
01:42:45 
01:42:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:46 
01:42:46 
01:42:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:47 
01:42:47 
01:42:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:48 
01:42:48 
01:42:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:49 --- javac err: ---
01:42:49 EclipseJava8Generics.java:28: error: reference to doFoo is ambiguous
01:42:49     final Object propertyValue = typedProperty.getBar().doFoo(null);
01:42:49                                                        ^
01:42:49   both method doFoo(String) in Foo and method doFoo(Integer) in Nasty match
01:42:49   where V is a type-variable:
01:42:49     V extends Object declared in interface Foo
01:42:49 1 error
01:42:49 
01:42:49 
01:42:49 
01:42:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:50 
01:42:50 
01:42:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:52 
01:42:52 
01:42:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:53 
01:42:53 
01:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:54 
01:42:54 
01:42:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:55 
01:42:55 
01:42:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:57 --- javac err: ---
01:42:57 Outer.java:4: warning: [serial] serializable class SingletonList has no definition of serialVersionUID
01:42:57 	private static class SingletonList<E>
01:42:57 	               ^
01:42:57 1 warning
01:42:57 
01:42:57 
01:42:57 
01:42:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:58 --- javac err: ---
01:42:58 test/Main.java:2: warning: [rawtypes] found raw type: ASTNode
01:42:58 abstract class ASTNode<T extends ASTNode> implements Iterable<T> {
01:42:58                                  ^
01:42:58   missing type arguments for generic class ASTNode<T>
01:42:58   where T is a type-variable:
01:42:58     T extends ASTNode declared in class ASTNode
01:42:58 test/Main.java:5: warning: [rawtypes] found raw type: ASTNode
01:42:58 abstract class List<T extends ASTNode> extends ASTNode<T> { }
01:42:58                               ^
01:42:58   missing type arguments for generic class ASTNode<T>
01:42:58   where T is a type-variable:
01:42:58     T extends ASTNode declared in class ASTNode
01:42:58 test/Main.java:30: warning: [rawtypes] found raw type: ASTNode
01:42:58 	  String test(ASTNode<?> node, ASTNode rawNode) {
01:42:58 	                               ^
01:42:58   missing type arguments for generic class ASTNode<T>
01:42:58   where T is a type-variable:
01:42:58     T extends ASTNode declared in class ASTNode
01:42:58 3 warnings
01:42:58 
01:42:58 
01:42:58 
01:42:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:42:59 
01:42:59 
01:42:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:00 
01:43:00 
01:43:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:02 
01:43:02 
01:43:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:03 --- javac err: ---
01:43:03 test/Main.java:7: warning: [rawtypes] found raw type: EcoreEMap
01:43:03 		EcoreEMap map = new EcoreEMap();
01:43:03 		^
01:43:03   missing type arguments for generic class EcoreEMap<K,V>
01:43:03   where K,V are type-variables:
01:43:03     K extends Object declared in class EcoreEMap
01:43:03     V extends Object declared in class EcoreEMap
01:43:03 test/Main.java:7: warning: [rawtypes] found raw type: EcoreEMap
01:43:03 		EcoreEMap map = new EcoreEMap();
01:43:03 		                    ^
01:43:03   missing type arguments for generic class EcoreEMap<K,V>
01:43:03   where K,V are type-variables:
01:43:03     K extends Object declared in class EcoreEMap
01:43:03     V extends Object declared in class EcoreEMap
01:43:03 test/Main.java:8: error: incompatible types: Object cannot be converted to Entry
01:43:03 		map.addUnique(new Object()); //Error here ONLY in 4.4
01:43:03 		              ^
01:43:03 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:43:03 1 error
01:43:03 2 warnings
01:43:03 
01:43:03 
01:43:03 
01:43:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:04 --- javac err: ---
01:43:04 example/CollectionFactory.java:87: warning: [unchecked] unchecked method invocation: method noneOf in class EnumSet is applied to given types
01:43:04 			return EnumSet.noneOf((Class) elementType);
01:43:04 			                     ^
01:43:04   required: Class<E>
01:43:04   found: Class
01:43:04   where E is a type-variable:
01:43:04     E extends Enum<E> declared in method <E>noneOf(Class<E>)
01:43:04 example/CollectionFactory.java:87: warning: [unchecked] unchecked conversion
01:43:04 			return EnumSet.noneOf((Class) elementType);
01:43:04 			                      ^
01:43:04   required: Class<E>
01:43:04   found:    Class
01:43:04   where E is a type-variable:
01:43:04     E extends Enum<E> declared in method <E>noneOf(Class<E>)
01:43:04 example/CollectionFactory.java:87: warning: [unchecked] unchecked conversion
01:43:04 			return EnumSet.noneOf((Class) elementType);
01:43:04 			                     ^
01:43:04   required: Collection<E>
01:43:04   found:    EnumSet
01:43:04   where E is a type-variable:
01:43:04     E extends Object declared in method <E>createCollection(Class<?>,Class<?>,int)
01:43:04 example/CollectionFactory.java:94: warning: [deprecation] newInstance() in Class has been deprecated
01:43:04 				return (Collection<E>) collectionClass.newInstance();
01:43:04 				                                      ^
01:43:04   where T is a type-variable:
01:43:04     T extends Object declared in class Class
01:43:04 example/CollectionFactory.java:94: warning: [unchecked] unchecked cast
01:43:04 				return (Collection<E>) collectionClass.newInstance();
01:43:04 				                                                  ^
01:43:04   required: Collection<E>
01:43:04   found:    CAP#1
01:43:04   where E is a type-variable:
01:43:04     E extends Object declared in method <E>createCollection(Class<?>,Class<?>,int)
01:43:04   where CAP#1 is a fresh type-variable:
01:43:04     CAP#1 extends Object from capture of ?
01:43:04 5 warnings
01:43:04 
01:43:04 
01:43:04 
01:43:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:06 --- javac err: ---
01:43:06 EnumTest.java:8: warning: [rawtypes] found raw type: Class
01:43:06 		public <T extends Cloneable> T getOne(Class enumType) {
01:43:06 		                                      ^
01:43:06   missing type arguments for generic class Class<T>
01:43:06   where T is a type-variable:
01:43:06     T extends Object declared in class Class
01:43:06 EnumTest.java:9: error: type argument ? extends T is not within bounds of type-variable E
01:43:06 			EnumSet<? extends T> set = EnumSet.allOf(enumType);
01:43:06 			        ^
01:43:06   where T,E are type-variables:
01:43:06     T extends Cloneable declared in method <T>getOne(Class)
01:43:06     E extends Enum<E> declared in class EnumSet
01:43:06 EnumTest.java:9: warning: [unchecked] unchecked method invocation: method allOf in class EnumSet is applied to given types
01:43:06 			EnumSet<? extends T> set = EnumSet.allOf(enumType);
01:43:06 			                                        ^
01:43:06   required: Class<E>
01:43:06   found: Class
01:43:06   where E is a type-variable:
01:43:06     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:43:06 EnumTest.java:9: warning: [unchecked] unchecked conversion
01:43:06 			EnumSet<? extends T> set = EnumSet.allOf(enumType);
01:43:06 			                                         ^
01:43:06   required: Class<E>
01:43:06   found:    Class
01:43:06   where E is a type-variable:
01:43:06     E extends Enum<E> declared in method <E>allOf(Class<E>)
01:43:06 EnumTest.java:9: warning: [unchecked] unchecked conversion
01:43:06 			EnumSet<? extends T> set = EnumSet.allOf(enumType);
01:43:06 			                                        ^
01:43:06   required: EnumSet<? extends T>
01:43:06   found:    EnumSet
01:43:06   where T is a type-variable:
01:43:06     T extends Cloneable declared in method <T>getOne(Class)
01:43:06 1 error
01:43:06 4 warnings
01:43:06 
01:43:06 
01:43:06 
01:43:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:07 --- javac err: ---
01:43:07 EnumTest.java:8: warning: [rawtypes] found raw type: Class
01:43:07 		public void getOne(Class enumType) {
01:43:07 		                   ^
01:43:07   missing type arguments for generic class Class<T>
01:43:07   where T is a type-variable:
01:43:07     T extends Object declared in class Class
01:43:07 EnumTest.java:9: error: type argument ? extends EnumTest is not within bounds of type-variable E
01:43:07 			EnumSet<? extends EnumTest> set = null;
01:43:07 			        ^
01:43:07   where E is a type-variable:
01:43:07     E extends Enum<E> declared in class EnumSet
01:43:07 1 error
01:43:07 1 warning
01:43:07 
01:43:07 
01:43:07 
01:43:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:08 --- javac err: ---
01:43:08 X.java:5: error: type argument ? extends U is not within bounds of type-variable T
01:43:08 		X<? extends U> l = null;
01:43:08 		  ^
01:43:08   where U,T are type-variables:
01:43:08     U extends B declared in method <U>m()
01:43:08     T extends A declared in class X
01:43:08 1 error
01:43:08 
01:43:08 
01:43:08 
01:43:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:09 
01:43:09 
01:43:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:10 
01:43:10 
01:43:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:11 --- javac err: ---
01:43:11 Test.java:6: error: method b in class Test cannot be applied to given types;
01:43:11             b(newList(type));
01:43:11             ^
01:43:11   required: List<T>
01:43:11   found: CAP#1
01:43:11   reason: inference variable L has incompatible bounds
01:43:11     equality constraints: CAP#2
01:43:11     upper bounds: List<?>,List<T>
01:43:11   where T,L are type-variables:
01:43:11     T extends Object declared in method <T>b(List<T>)
01:43:11     L extends List<?> declared in method <L>newList(Class<L>)
01:43:11   where CAP#1,CAP#2 are fresh type-variables:
01:43:11     CAP#1 extends List<?> from capture of ? extends List<?>
01:43:11     CAP#2 extends List<?> from capture of ? extends List<?>
01:43:11 1 error
01:43:11 
01:43:11 
01:43:11 
01:43:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:12 --- javac err: ---
01:43:12 bug/AbstractC.java:4: error: cannot select from a type variable
01:43:12 public abstract class AbstractC<T extends IInterface> extends T.AbstractD<E>  {
01:43:12                                                                ^
01:43:12 1 error
01:43:12 
01:43:12 
01:43:12 
01:43:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:15 
01:43:15 
01:43:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:17 
01:43:17 
01:43:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:18 
01:43:18 
01:43:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:20 
01:43:20 
01:43:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:21 --- javac err: ---
01:43:21 test/A.java:3: warning: [rawtypes] found raw type: Iterable
01:43:21 public interface A<T extends Iterable> {
01:43:21                              ^
01:43:21   missing type arguments for generic class Iterable<T>
01:43:21   where T is a type-variable:
01:43:21     T extends Object declared in interface Iterable
01:43:21 test/B1.java:3: warning: [rawtypes] found raw type: Iterable
01:43:21 public interface B1 extends A<Iterable> {
01:43:21                               ^
01:43:21   missing type arguments for generic class Iterable<T>
01:43:21   where T is a type-variable:
01:43:21     T extends Object declared in interface Iterable
01:43:21 test/B2.java:3: warning: [rawtypes] found raw type: Iterable
01:43:21 public interface B2 extends A<Iterable> {
01:43:21                               ^
01:43:21   missing type arguments for generic class Iterable<T>
01:43:21   where T is a type-variable:
01:43:21     T extends Object declared in interface Iterable
01:43:21 3 warnings
01:43:21 
01:43:22 
01:43:22 
01:43:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:23 
01:43:23 
01:43:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:24 
01:43:24 
01:43:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:26 
01:43:26 
01:43:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:27 --- javac err: ---
01:43:27 test/A.java:6: warning: [rawtypes] found raw type: List
01:43:27     static List f;
01:43:27            ^
01:43:27   missing type arguments for generic class List<E>
01:43:27   where E is a type-variable:
01:43:27     E extends Object declared in interface List
01:43:27 1 warning
01:43:27 
01:43:28 --- javac err: ---
01:43:28 test/B.java:4: error: invalid method declaration; return type required
01:43:28    public static test() {
01:43:28                  ^
01:43:28 1 error
01:43:28 
01:43:28 
01:43:28 
01:43:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:29 --- javac err: ---
01:43:29 X.java:4: error: type argument ? extends V is not within bounds of type-variable U
01:43:29     public static <V> Y<? extends V> one() {
01:43:29                         ^
01:43:29   where V,U are type-variables:
01:43:29     V extends Object declared in method <V>one()
01:43:29     U extends Z declared in class Y
01:43:29 1 error
01:43:29 
01:43:29 
01:43:29 
01:43:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:30 --- javac err: ---
01:43:30 Test.java:8: error: method method() is already defined in class Test
01:43:30 	private void method() {
01:43:30 	             ^
01:43:30 Test.java:4: warning: [rawtypes] found raw type: Map
01:43:30 	private Map field = new HashMap();
01:43:30 	        ^
01:43:30   missing type arguments for generic class Map<K,V>
01:43:30   where K,V are type-variables:
01:43:30     K extends Object declared in interface Map
01:43:30     V extends Object declared in interface Map
01:43:30 Test.java:4: warning: [rawtypes] found raw type: HashMap
01:43:30 	private Map field = new HashMap();
01:43:30 	                        ^
01:43:30   missing type arguments for generic class HashMap<K,V>
01:43:30   where K,V are type-variables:
01:43:30     K extends Object declared in class HashMap
01:43:30     V extends Object declared in class HashMap
01:43:30 Test.java:6: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
01:43:30 		field.put("key", "value");
01:43:30 		         ^
01:43:30   where K,V are type-variables:
01:43:30     K extends Object declared in interface Map
01:43:30     V extends Object declared in interface Map
01:43:30 Test.java:9: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
01:43:30 		field.put("key", "value");
01:43:30 		         ^
01:43:30   where K,V are type-variables:
01:43:30     K extends Object declared in interface Map
01:43:30     V extends Object declared in interface Map
01:43:30 1 error
01:43:30 4 warnings
01:43:30 
01:43:30 
01:43:30 
01:43:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:31 
01:43:31 
01:43:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:34 --- javac err: ---
01:43:34 subtypes/TestImpl.java:8: warning: [rawtypes] found raw type: GenericType
01:43:34     protected List<Class<? extends GenericType>> giveMeAListOfTypes() {
01:43:34                                    ^
01:43:34   missing type arguments for generic class GenericType<REQ,RES>
01:43:34   where REQ,RES are type-variables:
01:43:34     REQ extends A<RES> declared in class GenericType
01:43:34     RES extends B declared in class GenericType
01:43:34 1 warning
01:43:34 
01:43:34 
01:43:34 
01:43:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:35 --- javac err: ---
01:43:35 X/C120644mr.java:3: error: cannot select from a type variable
01:43:35 public class C120644mr<V, X extends java.lang.Exception> extends X.C16280iv<V> {
01:43:35                                                                   ^
01:43:35 1 error
01:43:35 
01:43:35 
01:43:35 
01:43:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:36 --- javac err: ---
01:43:36 X/C120644mr.java:6: error: cannot select from a type variable
01:43:36 public class C120644mr<V, X extends Outer> extends X.Inner<V> {
01:43:36                                                     ^
01:43:36 1 error
01:43:36 
01:43:36 
01:43:36 
01:43:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:37 
01:43:37 
01:43:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:38 --- javac err: ---
01:43:38 C.java:3: error: incompatible types: T cannot be converted to String
01:43:38 		return x instanceof String;
01:43:38 		       ^
01:43:38   where T is a type-variable:
01:43:38     T extends CharSequence,List<T> declared in method <T>m(T)
01:43:38 1 error
01:43:38 
01:43:38 
01:43:38 
01:43:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:39 
01:43:39 
01:43:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:41 --- javac err: ---
01:43:41 A.java:11: error: incompatible types: List<A<CAP#1>.C> cannot be converted to List<A<? extends B>.C>
01:43:41         List<A<? extends B>.C> y = x.list;
01:43:41                                     ^
01:43:41   where CAP#1 is a fresh type-variable:
01:43:41     CAP#1 extends B from capture of ? extends B
01:43:41 1 error
01:43:41 
01:43:41 
01:43:41 
01:43:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:42 --- javac err: ---
01:43:42 A.java:17: error: incompatible types: List<A<T>.C> cannot be converted to List<A<?>.C>
01:43:42         foo(l);
01:43:42             ^
01:43:42   where T is a type-variable:
01:43:42     T extends Object declared in class A
01:43:42 A.java:33: error: incompatible types: List<A<T>> cannot be converted to List<A<?>>
01:43:42         foo2(l); 
01:43:42              ^
01:43:42   where T is a type-variable:
01:43:42     T extends Object declared in class A
01:43:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:43:42 2 errors
01:43:42 
01:43:42 
01:43:42 
01:43:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:42 ***************************************************************************
01:43:42 * Comparison with Sun Javac compiler for class ForeachStatementTest (null tests)
01:43:42 ***************************************************************************
01:43:43 
01:43:43 
01:43:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:44 --- javac err: ---
01:43:44 X.java:4: error: cannot find symbol
01:43:44         for (int value : new int[] {value}) {
01:43:44                                     ^
01:43:44   symbol:   variable value
01:43:44   location: class X
01:43:44 1 error
01:43:44 
01:43:44 
01:43:44 
01:43:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:45 --- javac err: ---
01:43:45 X.java:4: error: cannot find symbol
01:43:45         for (int value : value) {
01:43:45                          ^
01:43:45   symbol:   variable value
01:43:45   location: class X
01:43:45 1 error
01:43:45 
01:43:45 
01:43:45 
01:43:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:47 
01:43:47 
01:43:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:48 --- javac err: ---
01:43:48 X.java:13: error: variable i might not have been initialized
01:43:48 		System.out.println(sum + i);
01:43:48 		                         ^
01:43:48 1 error
01:43:48 
01:43:48 
01:43:48 
01:43:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:49 --- javac err: ---
01:43:49 X.java:9: error: variable i might already have been assigned
01:43:49 			    i = 1;
01:43:49 			    ^
01:43:49 X.java:13: error: variable i might not have been initialized
01:43:49 		System.out.println(i);
01:43:49 		                   ^
01:43:49 2 errors
01:43:49 
01:43:49 
01:43:49 
01:43:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:50 
01:43:50 
01:43:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:51 --- javac err: ---
01:43:51 X.java:2: warning: [rawtypes] found raw type: Iterable
01:43:51 	void foo(Iterable col) {
01:43:51 	         ^
01:43:51   missing type arguments for generic class Iterable<T>
01:43:51   where T is a type-variable:
01:43:51     T extends Object declared in interface Iterable
01:43:51 X.java:3: error: incompatible types: Object cannot be converted to X
01:43:51 		for (X x : col) {
01:43:51 		           ^
01:43:51 1 error
01:43:51 1 warning
01:43:51 
01:43:51 
01:43:51 
01:43:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:52 --- javac err: ---
01:43:52 X.java:3: error: incompatible types: String cannot be converted to X
01:43:52 		for (X x : col) {
01:43:52 		           ^
01:43:52 1 error
01:43:52 
01:43:52 
01:43:52 
01:43:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:53 
01:43:53 
01:43:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:54 --- javac err: ---
01:43:54 X.java:8: error: incompatible types: int[] cannot be converted to int
01:43:54 		loop: for (final int e : tab) {
01:43:54 		                         ^
01:43:54 1 error
01:43:54 
01:43:54 
01:43:54 
01:43:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:56 
01:43:56 
01:43:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:57 
01:43:57 
01:43:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:58 
01:43:58 
01:43:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:43:59 
01:43:59 
01:43:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:01 
01:44:01 
01:44:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:02 
01:44:02 
01:44:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:03 
01:44:03 
01:44:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:04 
01:44:04 
01:44:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:06 
01:44:06 
01:44:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:07 
01:44:07 
01:44:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:08 --- javac err: ---
01:44:08 X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
01:44:08 			arrayList.add(new Integer(i));
01:44:08 			              ^
01:44:08 1 warning
01:44:08 
01:44:08 
01:44:08 
01:44:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:09 --- javac err: ---
01:44:09 X.java:5: error: incompatible types: String cannot be converted to Thread
01:44:09 		for (Thread s : new AX()) {
01:44:09 		                ^
01:44:09 1 error
01:44:09 
01:44:09 
01:44:09 
01:44:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:10 --- javac err: ---
01:44:10 X.java:7: warning: [rawtypes] found raw type: List
01:44:10 		List list = new ArrayList();
01:44:10 		^
01:44:10   missing type arguments for generic class List<E>
01:44:10   where E is a type-variable:
01:44:10     E extends Object declared in interface List
01:44:10 X.java:7: warning: [rawtypes] found raw type: ArrayList
01:44:10 		List list = new ArrayList();
01:44:10 		                ^
01:44:10   missing type arguments for generic class ArrayList<E>
01:44:10   where E is a type-variable:
01:44:10     E extends Object declared in class ArrayList
01:44:10 X.java:9: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
01:44:10 			list.add(arg);
01:44:10 			        ^
01:44:10   where E is a type-variable:
01:44:10     E extends Object declared in interface List
01:44:10 3 warnings
01:44:10 
01:44:11 
01:44:11 
01:44:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:12 
01:44:12 
01:44:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:13 
01:44:13 
01:44:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:15 --- javac err: ---
01:44:15 X.java:5: warning: [rawtypes] found raw type: ArrayList
01:44:15 		java.util.ArrayList i;	
01:44:15 		         ^
01:44:15   missing type arguments for generic class ArrayList<E>
01:44:15   where E is a type-variable:
01:44:15     E extends Object declared in class ArrayList
01:44:15 1 warning
01:44:15 
01:44:15 
01:44:15 
01:44:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:16 
01:44:16 
01:44:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:17 
01:44:17 
01:44:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:19 
01:44:19 
01:44:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:20 --- javac err: ---
01:44:20 X.java:6: warning: [rawtypes] found raw type: ArrayList
01:44:20         ArrayList arr = new ArrayList();
01:44:20         ^
01:44:20   missing type arguments for generic class ArrayList<E>
01:44:20   where E is a type-variable:
01:44:20     E extends Object declared in class ArrayList
01:44:20 X.java:6: warning: [rawtypes] found raw type: ArrayList
01:44:20         ArrayList arr = new ArrayList();
01:44:20                             ^
01:44:20   missing type arguments for generic class ArrayList<E>
01:44:20   where E is a type-variable:
01:44:20     E extends Object declared in class ArrayList
01:44:20 X.java:7: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList
01:44:20     	 arr.add(new Object());
01:44:20     	        ^
01:44:20   where E is a type-variable:
01:44:20     E extends Object declared in class ArrayList
01:44:20 3 warnings
01:44:20 
01:44:20 
01:44:20 
01:44:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:22 
01:44:22 
01:44:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:23 
01:44:23 
01:44:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:24 
01:44:24 
01:44:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:26 
01:44:26 
01:44:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:27 
01:44:27 
01:44:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:29 
01:44:29 
01:44:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:30 
01:44:30 
01:44:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:32 
01:44:32 
01:44:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:33 
01:44:33 
01:44:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:35 
01:44:35 
01:44:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:36 
01:44:36 
01:44:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:37 
01:44:37 
01:44:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:38 
01:44:38 
01:44:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:39 
01:44:39 
01:44:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:41 
01:44:41 
01:44:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:42 
01:44:42 
01:44:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:43 
01:44:43 
01:44:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:44 --- javac err: ---
01:44:44 X.java:2: warning: [rawtypes] found raw type: List
01:44:44 	void foo3(java.util.List l) {
01:44:44 	                   ^
01:44:44   missing type arguments for generic class List<E>
01:44:44   where E is a type-variable:
01:44:44     E extends Object declared in interface List
01:44:44 1 warning
01:44:44 
01:44:44 
01:44:44 
01:44:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:45 
01:44:45 
01:44:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:47 
01:44:47 
01:44:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:48 
01:44:48 
01:44:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:49 
01:44:49 
01:44:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:50 --- javac err: ---
01:44:50 X.java:20: error: cannot find symbol
01:44:50     Zork z;
01:44:50     ^
01:44:50   symbol:   class Zork
01:44:50   location: class X
01:44:50 X.java:9: warning: [rawtypes] found raw type: Set
01:44:50         Set<String> [] OK= new Set[] { x, y };
01:44:50                                ^
01:44:50   missing type arguments for generic class Set<E>
01:44:50   where E is a type-variable:
01:44:50     E extends Object declared in interface Set
01:44:50 X.java:9: warning: [unchecked] unchecked conversion
01:44:50         Set<String> [] OK= new Set[] { x, y };
01:44:50                            ^
01:44:50   required: Set<String>[]
01:44:50   found:    Set[]
01:44:50 X.java:10: warning: [rawtypes] found raw type: Set
01:44:50         for (Set<String> BUG : new Set[] { x, y }) {
01:44:50                                    ^
01:44:50   missing type arguments for generic class Set<E>
01:44:50   where E is a type-variable:
01:44:50     E extends Object declared in interface Set
01:44:50 X.java:10: warning: [unchecked] unchecked conversion
01:44:50         for (Set<String> BUG : new Set[] { x, y }) {
01:44:50                                ^
01:44:50   required: Set<String>
01:44:50   found:    Set
01:44:50 X.java:14: warning: [rawtypes] found raw type: Set
01:44:50         Set [] set = new Set[] { x, y };
01:44:50         ^
01:44:50   missing type arguments for generic class Set<E>
01:44:50   where E is a type-variable:
01:44:50     E extends Object declared in interface Set
01:44:50 X.java:14: warning: [rawtypes] found raw type: Set
01:44:50         Set [] set = new Set[] { x, y };
01:44:50                          ^
01:44:50   missing type arguments for generic class Set<E>
01:44:50   where E is a type-variable:
01:44:50     E extends Object declared in interface Set
01:44:50 X.java:15: warning: [unchecked] unchecked conversion
01:44:50         for (Set<String> BUG : set) {
01:44:50                                ^
01:44:50   required: Set<String>
01:44:50   found:    Set
01:44:50 1 error
01:44:50 7 warnings
01:44:50 
01:44:50 
01:44:50 
01:44:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:52 --- javac err: ---
01:44:52 X.java:20: error: cannot find symbol
01:44:52     Zork z;
01:44:52     ^
01:44:52   symbol:   class Zork
01:44:52   location: class X
01:44:52 X.java:9: warning: [rawtypes] found raw type: Set
01:44:52         @SuppressWarnings("unchecked") Set<String> [] OK= new Set[] { x, y };
01:44:52                                                               ^
01:44:52   missing type arguments for generic class Set<E>
01:44:52   where E is a type-variable:
01:44:52     E extends Object declared in interface Set
01:44:52 X.java:10: warning: [rawtypes] found raw type: Set
01:44:52         for (@SuppressWarnings("unchecked") Set<String> BUG : new Set[] { x, y }) {
01:44:52                                                                   ^
01:44:52   missing type arguments for generic class Set<E>
01:44:52   where E is a type-variable:
01:44:52     E extends Object declared in interface Set
01:44:52 X.java:10: warning: [unchecked] unchecked conversion
01:44:52         for (@SuppressWarnings("unchecked") Set<String> BUG : new Set[] { x, y }) {
01:44:52                                                               ^
01:44:52   required: Set<String>
01:44:52   found:    Set
01:44:52 X.java:15: warning: [unchecked] unchecked conversion
01:44:52         for (@SuppressWarnings("unchecked") Set<String> BUG : set) {
01:44:52                                                               ^
01:44:52   required: Set<String>
01:44:52   found:    Set
01:44:52 1 error
01:44:52 4 warnings
01:44:52 
01:44:52 
01:44:52 
01:44:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:53 --- javac err: ---
01:44:53 X.java:11: error: cannot find symbol
01:44:53     Zork z;
01:44:53     ^
01:44:53   symbol:   class Zork
01:44:53   location: class X
01:44:53 X.java:4: warning: [unchecked] unchecked conversion
01:44:53 		List<String> stringList = lists.get(0); // (1)
01:44:53 		                                   ^
01:44:53   required: List<String>
01:44:53   found:    List
01:44:53 X.java:5: warning: [unchecked] unchecked conversion
01:44:53 		for (List<String> strings : lists)      // (2)
01:44:53 		                            ^
01:44:53   required: List<String>
01:44:53   found:    List
01:44:53 X.java:7: warning: [unchecked] unchecked conversion
01:44:53 		for (@SuppressWarnings("unchecked") List<String> strings : lists) // no warning
01:44:53 		                                                           ^
01:44:53   required: List<String>
01:44:53   found:    List
01:44:53 1 error
01:44:53 3 warnings
01:44:53 
01:44:53 
01:44:53 
01:44:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:54 
01:44:54 
01:44:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:55 
01:44:55 
01:44:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:57 
01:44:57 
01:44:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:57 ***************************************************************************
01:44:57 * Comparison with Sun Javac compiler for class StaticImportTest (null tests)
01:44:57 ***************************************************************************
01:44:58 
01:44:58 
01:44:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:44:59 
01:44:59 
01:44:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:02 
01:45:02 
01:45:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:03 --- javac err: ---
01:45:03 p/X.java:9: error: cannot find symbol
01:45:03 	void m1(YMember m) {}
01:45:03 	        ^
01:45:03   symbol:   class YMember
01:45:03   location: class X
01:45:03 p/X.java:10: error: cannot find symbol
01:45:03 	void m2(ZMember m) {}
01:45:03 	        ^
01:45:03   symbol:   class ZMember
01:45:03   location: class X
01:45:03 p/X.java:3: error: cannot find symbol
01:45:03 import static p2.Z.Zint;
01:45:03 ^
01:45:03   symbol:   static Zint
01:45:03   location: class Z
01:45:03 p/X.java:4: error: cannot find symbol
01:45:03 import static p2.Z.ZMember;
01:45:03 ^
01:45:03   symbol:   static ZMember
01:45:03   location: class Z
01:45:03 p/X.java:6: error: cannot find symbol
01:45:03 	int x = y(1);
01:45:03 	        ^
01:45:03   symbol:   method y(int)
01:45:03   location: class X
01:45:03 p/X.java:7: error: cannot find symbol
01:45:03 	int y = Yint;
01:45:03 	        ^
01:45:03   symbol:   variable Yint
01:45:03   location: class X
01:45:03 p/X.java:8: error: cannot find symbol
01:45:03 	int z = Zint;
01:45:03 	        ^
01:45:03   symbol:   variable Zint
01:45:03   location: class X
01:45:03 7 errors
01:45:03 
01:45:03 
01:45:03 
01:45:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:05 --- javac err: ---
01:45:05 p/X.java:9: error: cannot find symbol
01:45:05 	void m1(YMember m) {}
01:45:05 	        ^
01:45:05   symbol:   class YMember
01:45:05   location: class X
01:45:05 p/X.java:10: error: cannot find symbol
01:45:05 	void m2(ZMember m) {}
01:45:05 	        ^
01:45:05   symbol:   class ZMember
01:45:05   location: class X
01:45:05 p/X.java:3: error: cannot find symbol
01:45:05 import static p2.Z.Zint;
01:45:05 ^
01:45:05   symbol:   static Zint
01:45:05   location: class Z
01:45:05 p/X.java:4: error: cannot find symbol
01:45:05 import static p2.Z.ZMember;
01:45:05 ^
01:45:05   symbol:   static ZMember
01:45:05   location: class Z
01:45:05 p/X.java:6: error: cannot find symbol
01:45:05 	int x = y(1);
01:45:05 	        ^
01:45:05   symbol:   method y(int)
01:45:05   location: class X
01:45:05 p/X.java:7: error: cannot find symbol
01:45:05 	int y = Yint;
01:45:05 	        ^
01:45:05   symbol:   variable Yint
01:45:05   location: class X
01:45:05 p/X.java:8: error: cannot find symbol
01:45:05 	int z = Zint;
01:45:05 	        ^
01:45:05   symbol:   variable Zint
01:45:05   location: class X
01:45:05 7 errors
01:45:05 
01:45:05 
01:45:05 
01:45:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:06 --- javac err: ---
01:45:06 p/X.java:3: error: cannot find symbol
01:45:06 import static p2.Z.ZNonStatic;
01:45:06 ^
01:45:06   symbol:   static ZNonStatic
01:45:06   location: class Z
01:45:06 1 error
01:45:06 
01:45:06 
01:45:06 
01:45:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:07 
01:45:07 
01:45:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:08 --- javac err: ---
01:45:08 p/X.java:2: error: package java does not exist
01:45:08 import static java.lang.System;
01:45:08                   ^
01:45:08 p/X.java:2: error: static import only from classes and interfaces
01:45:08 import static java.lang.System;
01:45:08 ^
01:45:08 2 errors
01:45:08 
01:45:08 
01:45:08 
01:45:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:09 --- javac err: ---
01:45:09 p/X.java:3: error: cannot find symbol
01:45:09 public class X {Method m;}
01:45:09                 ^
01:45:09   symbol:   class Method
01:45:09   location: class X
01:45:09 1 error
01:45:09 
01:45:09 
01:45:09 
01:45:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:10 --- javac err: ---
01:45:10 X.java:3: error: method arraycopy in class System cannot be applied to given types;
01:45:10 	void foo() { arraycopy(); }
01:45:10 	             ^
01:45:10   required: Object,int,Object,int,int
01:45:10   found: no arguments
01:45:10   reason: actual and formal argument lists differ in length
01:45:10 1 error
01:45:10 
01:45:10 
01:45:10 
01:45:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:11 --- javac err: ---
01:45:11 X.java:4: error: cannot find symbol
01:45:11 class XXX extends M.Missing {}
01:45:11                    ^
01:45:11   symbol:   class Missing
01:45:11   location: class M
01:45:11 1 error
01:45:11 
01:45:11 
01:45:11 
01:45:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:15 
01:45:15 
01:45:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:16 --- javac err: ---
01:45:16 X.java:7: error: cannot find symbol
01:45:16 import static p.Z.Zz.WW.*;
01:45:16                     ^
01:45:16   symbol:   class WW
01:45:16   location: class Z.Zz
01:45:16 X.java:8: error: cannot find symbol
01:45:16 import p.Y.ZZ;
01:45:16           ^
01:45:16   symbol:   class ZZ
01:45:16   location: class Y
01:45:16 X.java:9: error: cannot find symbol
01:45:16 import static p.Y.ZZ.*;
01:45:16                  ^
01:45:16   symbol:   class ZZ
01:45:16   location: class Y
01:45:16 X.java:10: error: cannot find symbol
01:45:16 import static p.Y.ZZ.WW;
01:45:16                  ^
01:45:16   symbol:   class ZZ
01:45:16   location: class Y
01:45:16 X.java:10: error: static import only from classes and interfaces
01:45:16 import static p.Y.ZZ.WW;
01:45:16 ^
01:45:16 X.java:11: error: cannot find symbol
01:45:16 import static p.Y.ZZ.WW.*;
01:45:16                  ^
01:45:16   symbol:   class ZZ
01:45:16   location: class Y
01:45:16 X.java:12: error: cannot find symbol
01:45:16 import static p.Y.ZZ.ZZZ;
01:45:16                  ^
01:45:16   symbol:   class ZZ
01:45:16   location: class Y
01:45:16 X.java:12: error: static import only from classes and interfaces
01:45:16 import static p.Y.ZZ.ZZZ;
01:45:16 ^
01:45:16 X.java:13: error: cannot find symbol
01:45:16 import static p.Y.ZZ.WW.WWW;
01:45:16                  ^
01:45:16   symbol:   class ZZ
01:45:16   location: class Y
01:45:16 X.java:13: error: static import only from classes and interfaces
01:45:16 import static p.Y.ZZ.WW.WWW;
01:45:16 ^
01:45:16 X.java:6: error: cannot find symbol
01:45:16 import static p.Y.Zz;
01:45:16 ^
01:45:16   symbol:   static Zz
01:45:16   location: class Y
01:45:16 11 errors
01:45:16 
01:45:16 
01:45:16 
01:45:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:17 
01:45:17 
01:45:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:19 
01:45:19 
01:45:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:21 --- javac err: ---
01:45:21 X.java:1: error: package java does not exist
01:45:21 import static java.lang.*;
01:45:21                   ^
01:45:21 1 error
01:45:21 
01:45:21 
01:45:21 
01:45:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:22 
01:45:22 
01:45:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:23 --- javac err: ---
01:45:23 bug/A.java:4: error: cannot find symbol
01:45:23    private B b2 = b;
01:45:23                   ^
01:45:23   symbol:   variable b
01:45:23   location: class A
01:45:23 1 error
01:45:23 
01:45:23 
01:45:23 
01:45:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:24 --- javac err: ---
01:45:24 X.java:5: error: cannot find symbol
01:45:24   Zork z;
01:45:24   ^
01:45:24   symbol:   class Zork
01:45:24   location: class X
01:45:24 1 error
01:45:24 
01:45:24 
01:45:24 
01:45:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:25 --- javac err: ---
01:45:25 X.java:3: error: cannot find symbol
01:45:25   void foo() { cos(0); }
01:45:25                ^
01:45:25   symbol:   method cos(int)
01:45:25   location: class X
01:45:25 1 error
01:45:25 
01:45:25 
01:45:25 
01:45:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:27 --- javac err: ---
01:45:27 X.java:1: error: cannot find symbol
01:45:27 import static p.B.foo;
01:45:27 ^
01:45:27   symbol:   static foo
01:45:27   location: class B
01:45:27 X.java:3: error: cannot find symbol
01:45:27   void test() { foo(); }
01:45:27                 ^
01:45:27   symbol:   method foo()
01:45:27   location: class X
01:45:27 2 errors
01:45:27 
01:45:27 
01:45:27 
01:45:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:32 --- javac err: ---
01:45:32 X.java:4: error: reference to F is ambiguous
01:45:32 	int i = F;
01:45:32 	        ^
01:45:32   both variable F in A and variable F in B match
01:45:32 1 error
01:45:32 
01:45:32 
01:45:32 
01:45:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:34 
01:45:34 
01:45:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:35 --- javac err: ---
01:45:35 p/B.java:5: error: reference to m is ambiguous
01:45:35 public class B { public static void main(String[] args) { m(); } }
01:45:35                                                           ^
01:45:35   both method m() in C and method m() in A match
01:45:35 1 error
01:45:35 
01:45:36 
01:45:36 
01:45:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:37 
01:45:37 
01:45:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:39 
01:45:39 
01:45:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:40 --- javac err: ---
01:45:40 X.java:4: error: cannot find symbol
01:45:40 	foo bar;
01:45:40 	^
01:45:40   symbol:   class foo
01:45:40   location: class X
01:45:40 1 error
01:45:40 
01:45:40 
01:45:40 
01:45:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:42 
01:45:42 
01:45:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:43 --- javac err: ---
01:45:43 p1/A.java:6: error: cannot find symbol
01:45:43 		b.fooB();
01:45:43 		 ^
01:45:43   symbol:   method fooB()
01:45:43   location: variable b of type B
01:45:43 1 error
01:45:43 
01:45:43 
01:45:43 
01:45:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:44 --- javac err: ---
01:45:44 p2/Test.java:4: error: cannot find symbol
01:45:44 	Inner1 i; // not found
01:45:44 	^
01:45:44   symbol:   class Inner1
01:45:44   location: class Test
01:45:44 1 error
01:45:44 
01:45:45 
01:45:45 
01:45:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:46 --- javac err: ---
01:45:46 PointRadius.java:7: error: cannot find symbol
01:45:46 		radius = sqrt(pondArea / Math.PI);
01:45:46 		              ^
01:45:46   symbol:   variable pondArea
01:45:46   location: class PointRadius
01:45:46 1 error
01:45:46 
01:45:46 
01:45:46 
01:45:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:48 
01:45:48 
01:45:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:49 --- javac err: ---
01:45:49 X2.java:3: error: reference to foo is ambiguous
01:45:49 public class X2 { void test() {foo();} }
01:45:49                                ^
01:45:49   both method foo() in A and method foo() in B match
01:45:49 1 error
01:45:49 
01:45:49 
01:45:49 
01:45:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:50 
01:45:50 
01:45:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:51 
01:45:51 
01:45:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:52 
01:45:52 
01:45:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:54 
01:45:54 
01:45:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:55 
01:45:55 
01:45:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:57 --- javac err: ---
01:45:57 C.java:6: error: method foo in class B cannot be applied to given types;
01:45:57 	void test() { foo(1); }
01:45:57 	              ^
01:45:57   required: Object,String
01:45:57   found: int
01:45:57   reason: actual and formal argument lists differ in length
01:45:57 1 error
01:45:57 
01:45:58 --- javac err: ---
01:45:58 A.java:4: error: method foo in class A.B cannot be applied to given types;
01:45:58     void foo() { foo(1, 1); }
01:45:58                  ^
01:45:58   required: no arguments
01:45:58   found: int,int
01:45:58   reason: actual and formal argument lists differ in length
01:45:58 1 error
01:45:58 
01:45:58 
01:45:58 
01:45:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:45:59 --- javac err: ---
01:45:59 X.java:2: error: cannot find symbol
01:45:59 import static p.A.CONSTANT_B;
01:45:59 ^
01:45:59   symbol:   static CONSTANT_B
01:45:59   location: class A
01:45:59 X.java:5: error: CONSTANT_B is not public in B; cannot be accessed from outside package
01:45:59   static int j = p.A.CONSTANT_B;
01:45:59                     ^
01:45:59 X.java:7: error: cannot find symbol
01:45:59   static int n = CONSTANT_B;
01:45:59                  ^
01:45:59   symbol:   variable CONSTANT_B
01:45:59   location: class X
01:45:59 3 errors
01:45:59 
01:45:59 
01:45:59 
01:45:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:01 
01:46:01 
01:46:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:02 --- javac err: ---
01:46:02 X.java:1: error: cannot find symbol
01:46:02 import static p.A.foo_I;
01:46:02 ^
01:46:02   symbol:   static foo_I
01:46:02   location: class A
01:46:02 X.java:2: error: cannot find symbol
01:46:02 import static p.A.foo_B;
01:46:02 ^
01:46:02   symbol:   static foo_B
01:46:02   location: class A
01:46:02 X.java:4: error: non-static method foo_I() cannot be referenced from a static context
01:46:02   static int i = p.A.foo_I();
01:46:02                     ^
01:46:02 X.java:5: error: foo_B() is not public in B; cannot be accessed from outside package
01:46:02   static int j = p.A.foo_B();
01:46:02                     ^
01:46:02 X.java:6: error: cannot find symbol
01:46:02   static int m = foo_I();
01:46:02                  ^
01:46:02   symbol:   method foo_I()
01:46:02   location: class X
01:46:02 X.java:7: error: cannot find symbol
01:46:02   static int n = foo_B();
01:46:02                  ^
01:46:02   symbol:   method foo_B()
01:46:02   location: class X
01:46:02 6 errors
01:46:02 
01:46:02 
01:46:02 
01:46:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:03 --- javac err: ---
01:46:03 X.java:1: error: cannot find symbol
01:46:03 import static p.A.foo_I;
01:46:03 ^
01:46:03   symbol:   static foo_I
01:46:03   location: class A
01:46:03 X.java:4: error: non-static method foo_I() cannot be referenced from a static context
01:46:03   static int i = p.A.foo_I();
01:46:03                     ^
01:46:03 X.java:6: error: cannot find symbol
01:46:03   static int m = foo_I();
01:46:03                  ^
01:46:03   symbol:   method foo_I()
01:46:03   location: class X
01:46:03 3 errors
01:46:03 
01:46:03 
01:46:03 
01:46:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:05 
01:46:05 
01:46:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:06 
01:46:06 
01:46:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:07 --- javac err: ---
01:46:07 ImportTest.java:4: error: method toString2 in class SuperTest cannot be applied to given types;
01:46:07 	static void printArgs(Object... args) { toString2(args); }
01:46:07 	                                        ^
01:46:07   required: no arguments
01:46:07   found: Object[]
01:46:07   reason: actual and formal argument lists differ in length
01:46:07 1 error
01:46:07 
01:46:08 --- javac err: ---
01:46:08 ImportTest.java:4: error: method toString in class Object cannot be applied to given types;
01:46:08 	static void printArgs(Object... args) { toString(args); }
01:46:08 	                                        ^
01:46:08   required: no arguments
01:46:08   found: Object[]
01:46:08   reason: actual and formal argument lists differ in length
01:46:08 1 error
01:46:08 
01:46:08 
01:46:08 
01:46:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:10 
01:46:10 
01:46:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:11 --- javac err: ---
01:46:11 B.java:4: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:46:11 	void test2() { format("fails?", null); }
01:46:11 	                                ^
01:46:11   cast to Object for a varargs call
01:46:11   cast to Object[] for a non-varargs call and to suppress this warning
01:46:11 1 warning
01:46:11 
01:46:11 
01:46:11 
01:46:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:12 
01:46:12 
01:46:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:13 --- javac err: ---
01:46:13 X.java:2: error: method arrayList in class X cannot be applied to given types;
01:46:13 public class X { static void arrayList(int x) { arrayList(); } }
01:46:13                                                 ^
01:46:13   required: int
01:46:13   found: no arguments
01:46:13   reason: actual and formal argument lists differ in length
01:46:13 1 error
01:46:13 
01:46:13 
01:46:13 
01:46:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:15 --- javac err: ---
01:46:15 test/Three.java:3: error: incompatible types: String cannot be converted to int
01:46:15 public class Three extends Two { public static void test(String s) { arrayList(s); } }
01:46:15                                                                                ^
01:46:15 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:46:15 1 error
01:46:15 
01:46:16 --- javac err: ---
01:46:16 test/Three.java:3: error: incompatible types: String cannot be converted to int
01:46:16 public class Three extends Two { public static void test(String s) { arrayList(s); } }
01:46:16                                                                                ^
01:46:16 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:46:16 1 error
01:46:16 
01:46:16 
01:46:16 
01:46:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:17 --- javac err: ---
01:46:17 error/Importer.java:6: error: method getName in class Base cannot be applied to given types;
01:46:17     getName(Importer.class);
01:46:17     ^
01:46:17   required: no arguments
01:46:17   found: Class<Importer>
01:46:17   reason: actual and formal argument lists differ in length
01:46:17 1 error
01:46:17 
01:46:17 
01:46:17 
01:46:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:18 --- javac err: ---
01:46:18 sample/X.java:22: error: variable i might not have been initialized
01:46:18 				i++;
01:46:18 				^
01:46:18 1 error
01:46:18 
01:46:18 
01:46:18 
01:46:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:19 --- javac err: ---
01:46:19 sample/X.java:21: error: variable i might not have been initialized
01:46:19 				i++;
01:46:19 				^
01:46:19 1 error
01:46:19 
01:46:19 
01:46:19 
01:46:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:20 --- javac err: ---
01:46:20 sample/X.java:7: error: variable i might not have been initialized
01:46:20 		i++;
01:46:20 		^
01:46:20 1 error
01:46:20 
01:46:20 
01:46:20 
01:46:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:21 
01:46:21 
01:46:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:23 
01:46:23 
01:46:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:24 
01:46:24 
01:46:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:25 
01:46:25 
01:46:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:26 
01:46:26 
01:46:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:28 --- javac err: ---
01:46:28 p/X.java:7: error: cannot find symbol
01:46:28 		System.out.println(getZ().value);
01:46:28 		                         ^
01:46:28   symbol:   variable value
01:46:28   location: class Z
01:46:28 1 error
01:46:28 
01:46:28 
01:46:28 
01:46:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:29 --- javac err: ---
01:46:29 p/X.java:4: error: type Z does not take parameters
01:46:29 public class X<T> extends Z<T> {
01:46:29                            ^
01:46:29 p/X.java:5: error: type Z does not take parameters
01:46:29    Z<T> getZ() { return null; } 
01:46:29     ^
01:46:29 2 errors
01:46:29 
01:46:29 
01:46:29 
01:46:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:30 
01:46:30 
01:46:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:31 
01:46:31 
01:46:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:32 
01:46:32 
01:46:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:33 
01:46:33 
01:46:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:35 --- javac err: ---
01:46:35 p/X.java:2: error: cannot find symbol
01:46:35 import static q.A.a;
01:46:35 ^
01:46:35   symbol:   static a
01:46:35   location: class A
01:46:35 1 error
01:46:35 
01:46:35 
01:46:35 
01:46:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:36 --- javac err: ---
01:46:36 p/X.java:6: error: reference to a is ambiguous
01:46:36 		System.out.println(a);
01:46:36 		                   ^
01:46:36   both variable a in B and variable a in J match
01:46:36 p/X.java:7: error: reference to b is ambiguous
01:46:36 		System.out.println(b);
01:46:36 		                   ^
01:46:36   both variable b in B and variable b in I match
01:46:36 2 errors
01:46:36 
01:46:36 
01:46:36 
01:46:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:37 --- javac err: ---
01:46:37 p1/X.java:4: error: reference to M is ambiguous
01:46:37 	M m;
01:46:37 	^
01:46:37   both class p2.I.M in I and class p2.B.M in B match
01:46:37 1 error
01:46:37 
01:46:37 
01:46:37 
01:46:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:38 
01:46:38 
01:46:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:39 
01:46:39 
01:46:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:40 --- javac err: ---
01:46:40 X.java:1: error: cannot find symbol
01:46:40 import static p.I.E.C;
01:46:40 ^
01:46:40   symbol:   static C
01:46:40   location: enum E
01:46:40 1 error
01:46:40 
01:46:40 
01:46:40 
01:46:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:42 
01:46:42 
01:46:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:43 
01:46:43 
01:46:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:44 
01:46:44 
01:46:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:45 --- javac err: ---
01:46:45 node/Test/node.java:1: error: package node.Test clashes with class of same name
01:46:45 package node.Test;
01:46:45 ^
01:46:45 node/Test.java:2: error: class Test clashes with package of same name
01:46:45 public class Test {
01:46:45        ^
01:46:45 node2/Test2.java:3: error: cannot find symbol
01:46:45 import static Test.node;
01:46:45               ^
01:46:45   symbol: class Test
01:46:45 node2/Test2.java:3: error: static import only from classes and interfaces
01:46:45 import static Test.node;
01:46:45 ^
01:46:45 4 errors
01:46:45 
01:46:45 
01:46:45 
01:46:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:46 --- javac err: ---
01:46:46 p1/A.java:6: error: cannot find symbol
01:46:46 		int v1 = b.fooB;
01:46:46 		          ^
01:46:46   symbol:   variable fooB
01:46:46   location: variable b of type B
01:46:46 1 error
01:46:46 
01:46:46 
01:46:46 
01:46:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:47 --- javac err: ---
01:46:47 test/Outer.java:2: error: cannot find symbol
01:46:47 import static test.Outer.Inner.VALUE;
01:46:47 ^
01:46:47   symbol:   static VALUE
01:46:47   location: class Inner
01:46:47 test/Outer.java:4: error: cannot find symbol
01:46:47     int i = VALUE;
01:46:47             ^
01:46:47   symbol:   variable VALUE
01:46:47   location: class Outer
01:46:47 2 errors
01:46:47 
01:46:47 
01:46:47 
01:46:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:48 --- javac err: ---
01:46:48 test/Outer.java:4: error: cannot find symbol
01:46:48     int i = VALUE;
01:46:48             ^
01:46:48   symbol:   variable VALUE
01:46:48   location: class Outer
01:46:48 1 error
01:46:48 
01:46:48 ----------------------------------------
01:46:48 org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#test074 - 10
01:46:48 test/Outer.java [
01:46:48 package test;
01:46:48 import static test.Outer.Inner.*;
01:46:48 public class Outer {
01:46:48     int i = VALUE;
01:46:48     int i2 = Inner.VALUE;
01:46:48     static class Inner {
01:46:48         private static final int VALUE = 0;
01:46:48     }
01:46:48 }
01:46:48 
01:46:48 ]
01:46:48 
01:46:48 
01:46:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:49 
01:46:49 
01:46:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:50 
01:46:50 
01:46:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:52 
01:46:52 
01:46:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:53 ----------------------------------------
01:46:53 org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#test078 - 10
01:46:53 A/A.java [
01:46:53 package A;
01:46:53 import static B.B.C1;
01:46:53 import B.B.C1;
01:46:53 public abstract class A {
01:46:53 	protected void A1(Object task) {
01:46:53 		C1 c = C1(task);
01:46:53 	}
01:46:53 }
01:46:53 
01:46:53 ]
01:46:53 B/B.java [
01:46:53 package B;
01:46:53 final public class B {
01:46:53 	private B() {}
01:46:53 	public static class C1 {}
01:46:53 	public static C1 C1(Object o) {
01:46:53 		return new C1();
01:46:53 	}
01:46:53 }
01:46:53 
01:46:53 ]
01:46:53 
01:46:53 
01:46:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:54 ----------------------------------------
01:46:54 org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#test079 - 10
01:46:54 A/A.java [
01:46:54 package A;
01:46:54 import static B.B.C1;
01:46:54 import B.B.C1;
01:46:54 public abstract class A {
01:46:54 	protected void A1(C1 c) {
01:46:54 	}
01:46:54 }
01:46:54 
01:46:54 ]
01:46:54 B/B.java [
01:46:54 package B;
01:46:54 final public class B {
01:46:54 	public static class C1 {}
01:46:54 }
01:46:54 
01:46:54 ]
01:46:54 
01:46:54 
01:46:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:55 --- javac err: ---
01:46:55 a/B.java:2: error: class B clashes with package of same name
01:46:55 public class B {}
01:46:55        ^
01:46:55 a/B/C.java:1: error: package a.B clashes with class of same name
01:46:55 package a.B;
01:46:55 ^
01:46:55 2 errors
01:46:55 
01:46:55 
01:46:55 
01:46:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:56 
01:46:56 
01:46:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:57 --- javac err: ---
01:46:57 p2/Test.java:15: error: cannot find symbol
01:46:57 		int abc = b.a;
01:46:57 		           ^
01:46:57   symbol:   variable a
01:46:57   location: variable b of type B
01:46:57 1 error
01:46:57 
01:46:57 
01:46:57 
01:46:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:46:58 
01:46:58 
01:46:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:00 
01:47:00 
01:47:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:01 --- javac err: ---
01:47:01 Test.java:7: error: reference to B is ambiguous
01:47:01 		System.out.println(B.class.getCanonicalName().toString());
01:47:01 		                   ^
01:47:01   both class p1.Bar.B in Bar and class p3.Foo.B in Foo match
01:47:01 1 error
01:47:01 
01:47:01 
01:47:01 
01:47:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:02 --- javac err: ---
01:47:02 Test.java:7: error: reference to B is ambiguous
01:47:02 		System.out.println(B.class.getCanonicalName().toString());
01:47:02 		                   ^
01:47:02   both class p1.SuperBar.B in SuperBar and class p3.Foo.B in Foo match
01:47:02 1 error
01:47:02 
01:47:02 
01:47:02 
01:47:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:03 --- javac err: ---
01:47:03 Test.java:2: error: a type with the same simple name is already defined by the static single-type-import of B
01:47:03 import p3.Foo.B;
01:47:03 ^
01:47:03 Test.java:7: error: reference to B is ambiguous
01:47:03 		System.out.println(B.class.getCanonicalName().toString());
01:47:03 		                   ^
01:47:03   both class p1.Bar.B in Bar and class p3.Foo.B in Foo match
01:47:03 2 errors
01:47:03 
01:47:03 
01:47:03 
01:47:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:05 --- javac err: ---
01:47:05 Test.java:1: error: B is already defined in this compilation unit
01:47:05 import static p1.Bar.B;
01:47:05 ^
01:47:05 Test.java:6: error: reference to B is ambiguous
01:47:05 		System.out.println(B.class.getCanonicalName().toString());
01:47:05 		                   ^
01:47:05   both class p1.Bar.B in Bar and class B in unnamed package match
01:47:05 2 errors
01:47:05 
01:47:05 
01:47:05 
01:47:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:06 
01:47:06 
01:47:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:07 --- javac err: ---
01:47:07 X.java:8: error: reference to f is ambiguous
01:47:07     { f = 0; }
01:47:07       ^
01:47:07   both variable f in p.X and variable f in q.X match
01:47:07 X.java:9: error: reference to C is ambiguous
01:47:07     { C c = null; }
01:47:07       ^
01:47:07   both class p.X.C in p.X and class q.X.C in q.X match
01:47:07 X.java:10: error: reference to I is ambiguous
01:47:07     { I i = null; }
01:47:07       ^
01:47:07   both class p.X.I in p.X and class q.X.I in q.X match
01:47:07 3 errors
01:47:07 
01:47:07 
01:47:07 
01:47:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:08 --- javac err: ---
01:47:08 x/y/R.java:6: error: cannot find symbol
01:47:08 	a b; 
01:47:08 	^
01:47:08   symbol:   class a
01:47:08   location: class R
01:47:08 1 error
01:47:08 
01:47:08 
01:47:08 
01:47:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:09 
01:47:09 
01:47:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:10 
01:47:10 
01:47:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:11 --- javac err: ---
01:47:11 p/X.java:6: error: cannot find symbol
01:47:11 	static class Outer<T extends Inner> {
01:47:11 	                             ^
01:47:11   symbol:   class Inner
01:47:11   location: class A1
01:47:11 p/X.java:3: error: cannot find symbol
01:47:11 import static p.A1.AnotherOuter.Inner;
01:47:11 ^
01:47:11   symbol:   static Inner
01:47:11   location: class AnotherOuter
01:47:11 2 errors
01:47:11 
01:47:11 
01:47:11 
01:47:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:12 --- javac err: ---
01:47:12 p/X.java:5: error: cannot find symbol
01:47:12 	static class Outer<T extends Inner> {
01:47:12 	                             ^
01:47:12   symbol:   class Inner
01:47:12   location: class A1
01:47:12 1 error
01:47:12 
01:47:12 
01:47:12 
01:47:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:13 --- javac err: ---
01:47:13 p/X.java:6: error: cannot find symbol
01:47:13 	static class Outer<T extends Inner> {
01:47:13 	                             ^
01:47:13   symbol:   class Inner
01:47:13   location: class A1
01:47:13 p/X.java:9: error: cannot find symbol
01:47:13 	static class AnotherOuter<T extends Inner> {
01:47:13 	                                    ^
01:47:13   symbol:   class Inner
01:47:13   location: class A1
01:47:13 p/X.java:2: error: cannot find symbol
01:47:13 import static p.A1.Outer.Inner;
01:47:13 ^
01:47:13   symbol:   static Inner
01:47:13   location: class Outer
01:47:13 p/X.java:3: error: cannot find symbol
01:47:13 import static p.A1.AnotherOuter.Inner;
01:47:13 ^
01:47:13   symbol:   static Inner
01:47:13   location: class AnotherOuter
01:47:13 4 errors
01:47:13 
01:47:13 
01:47:13 
01:47:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:14 ----------------------------------------
01:47:14 org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#testBug520874d - 10
01:47:14 p/X.java [
01:47:14 package p;
01:47:14 import static p.A.B.Inner;
01:47:14 import p.Bar.Inner;
01:47:14 public class X {}
01:47:14 class A {
01:47:14     static class B extends Bar {}
01:47:14 }
01:47:14 
01:47:14 ]
01:47:14 p/Bar.java [
01:47:14 package p;
01:47:14 public class Bar {;
01:47:14 	public static class Inner {}
01:47:14 }
01:47:14 
01:47:14 ]
01:47:14 
01:47:14 
01:47:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:15 ----------------------------------------
01:47:15 org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest#testBug520874e - 10
01:47:15 p/X.java [
01:47:15 package p;
01:47:15 import static p.A.B.Inner;
01:47:15 import p.Bar.*;
01:47:15 public class X {}
01:47:15 class A {
01:47:15     static class B extends Bar {}
01:47:15 }
01:47:15 
01:47:15 ]
01:47:15 p/Bar.java [
01:47:15 package p;
01:47:15 public class Bar {;
01:47:15 	public static class Inner {}
01:47:15 }
01:47:15 
01:47:15 ]
01:47:15 
01:47:15 
01:47:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:15 ***************************************************************************
01:47:15 * Comparison with Sun Javac compiler for class VarargsTest (null tests)
01:47:15 ***************************************************************************
01:47:18 
01:47:18 
01:47:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:20 
01:47:20 
01:47:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:23 
01:47:23 
01:47:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:26 
01:47:26 
01:47:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:28 
01:47:28 
01:47:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:30 
01:47:30 
01:47:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:31 --- javac err: ---
01:47:31 X.java:3: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:31 		Y.byte2(null);
01:47:31 		        ^
01:47:31   cast to byte[] for a varargs call
01:47:31   cast to byte[][] for a non-varargs call and to suppress this warning
01:47:31 X.java:4: error: method byte2 in class Y cannot be applied to given types;
01:47:31 		Y.byte2((byte) 1);
01:47:31 		 ^
01:47:31   required: byte[][]
01:47:31   found: byte
01:47:31   reason: varargs mismatch; byte cannot be converted to byte[]
01:47:31 X.java:7: error: method byte2 in class Y cannot be applied to given types;
01:47:31 		Y.byte2(new byte[][][] {});
01:47:31 		 ^
01:47:31   required: byte[][]
01:47:31   found: byte[][][]
01:47:31   reason: varargs mismatch; byte[][][] cannot be converted to byte[]
01:47:31 X.java:9: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:31 		Y.object(null);
01:47:31 		         ^
01:47:31   cast to Object for a varargs call
01:47:31   cast to Object[] for a non-varargs call and to suppress this warning
01:47:31 X.java:12: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:31 		Y.object(new byte[][] {});
01:47:31 		         ^
01:47:31   cast to Object for a varargs call
01:47:31   cast to Object[] for a non-varargs call and to suppress this warning
01:47:31 X.java:13: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:31 		Y.object(new byte[][][] {});
01:47:31 		         ^
01:47:31   cast to Object for a varargs call
01:47:31   cast to Object[] for a non-varargs call and to suppress this warning
01:47:31 X.java:16: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:31 		Y.object(new String[] {});
01:47:31 		         ^
01:47:31   cast to Object for a varargs call
01:47:31   cast to Object[] for a non-varargs call and to suppress this warning
01:47:31 X.java:17: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:31 		Y.object(new String[][] {});
01:47:31 		         ^
01:47:31   cast to Object for a varargs call
01:47:31   cast to Object[] for a non-varargs call and to suppress this warning
01:47:31 X.java:19: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:31 		Y.object2(null);
01:47:31 		          ^
01:47:31   cast to Object[] for a varargs call
01:47:31   cast to Object[][] for a non-varargs call and to suppress this warning
01:47:31 X.java:20: error: method object2 in class Y cannot be applied to given types;
01:47:31 		Y.object2((byte) 1);
01:47:31 		 ^
01:47:31   required: Object[][]
01:47:31   found: byte
01:47:31   reason: varargs mismatch; byte cannot be converted to Object[]
01:47:31 X.java:21: error: method object2 in class Y cannot be applied to given types;
01:47:31 		Y.object2(new byte[] {});
01:47:31 		 ^
01:47:31   required: Object[][]
01:47:31   found: byte[]
01:47:31   reason: varargs mismatch; byte[] cannot be converted to Object[]
01:47:31 X.java:23: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:31 		Y.object2(new byte[][][] {});
01:47:31 		          ^
01:47:31   cast to Object[] for a varargs call
01:47:31   cast to Object[][] for a non-varargs call and to suppress this warning
01:47:31 X.java:25: error: method object2 in class Y cannot be applied to given types;
01:47:31 		Y.object2(new String());
01:47:31 		 ^
01:47:31   required: Object[][]
01:47:31   found: String
01:47:31   reason: varargs mismatch; String cannot be converted to Object[]
01:47:31 X.java:27: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:31 		Y.object2(new String[][] {});
01:47:31 		          ^
01:47:31   cast to Object[] for a varargs call
01:47:31   cast to Object[][] for a non-varargs call and to suppress this warning
01:47:31 X.java:29: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:31 		Y.string(null);
01:47:31 		         ^
01:47:31 
01:47:31 
01:47:31   cast to String for a varargs call
01:47:31   cast to String[] for a non-varargs call and to suppress this warning
01:47:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:31 X.java:32: error: method string in class Y cannot be applied to given types;
01:47:31 		Y.string(new String[][] {});
01:47:31 		 ^
01:47:31   required: String[]
01:47:31   found: String[][]
01:47:31   reason: varargs mismatch; String[][] cannot be converted to String
01:47:31 X.java:34: error: method string in class Y cannot be applied to given types;
01:47:31 		Y.string(new Object());
01:47:31 		 ^
01:47:31   required: String[]
01:47:31   found: Object
01:47:31   reason: varargs mismatch; Object cannot be converted to String
01:47:31 X.java:35: error: method string in class Y cannot be applied to given types;
01:47:31 		Y.string(new Object[] {});
01:47:31 		 ^
01:47:31   required: String[]
01:47:31   found: Object[]
01:47:31   reason: varargs mismatch; Object[] cannot be converted to String
01:47:31 X.java:36: error: method string in class Y cannot be applied to given types;
01:47:31 		Y.string(new Object[][] {});
01:47:31 		 ^
01:47:31   required: String[]
01:47:31   found: Object[][]
01:47:31   reason: varargs mismatch; Object[][] cannot be converted to String
01:47:31 9 errors
01:47:31 10 warnings
01:47:31 
01:47:32 --- javac err: ---
01:47:32 X.java:4: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:32 		y = new Y(true, null);
01:47:32 		                ^
01:47:32   cast to Object for a varargs call
01:47:32   cast to Object[] for a non-varargs call and to suppress this warning
01:47:32 X.java:5: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:32 		y = new Y('i', null);
01:47:32 		               ^
01:47:32   cast to int[] for a varargs call
01:47:32   cast to int[][] for a non-varargs call and to suppress this warning
01:47:32 2 warnings
01:47:32 
01:47:33 --- javac err: ---
01:47:33 X.java:4: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:33 		y = new Y(true, null);
01:47:33 		                ^
01:47:33   cast to Object for a varargs call
01:47:33   cast to Object[] for a non-varargs call and to suppress this warning
01:47:33 X.java:5: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:33 		y = new Y('i', null);
01:47:33 		               ^
01:47:33   cast to int[] for a varargs call
01:47:33   cast to int[][] for a non-varargs call and to suppress this warning
01:47:33 2 warnings
01:47:33 
01:47:33 
01:47:33 
01:47:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:35 
01:47:35 
01:47:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:39 --- javac err: ---
01:47:39 X.java:3: error: reference to string is ambiguous
01:47:39 		Y.string(null);
01:47:39 		 ^
01:47:39   both method string(String) in Y and method string(String...) in Y match
01:47:39 X.java:4: error: reference to string2 is ambiguous
01:47:39 		Y.string2(null);
01:47:39 		 ^
01:47:39   both method string2(String[]) in Y and method string2(String[]...) in Y match
01:47:39 X.java:5: error: reference to int2 is ambiguous
01:47:39 		Y.int2(null);
01:47:39 		 ^
01:47:39   both method int2(int[]) in Y and method int2(int[]...) in Y match
01:47:39 3 errors
01:47:39 
01:47:39 
01:47:39 
01:47:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:40 --- javac err: ---
01:47:40 X.java:2: warning: count(int[]) in Y overrides count(int...) in X; overriding method is missing '...'
01:47:40 class Y extends X { void count(int[] values) {} }
01:47:40                          ^
01:47:40 X.java:3: warning: count(int...) in Z overrides count(int[]) in Y; overridden method has no '...'
01:47:40 class Z extends Y { void count(int... values) {} }
01:47:40                          ^
01:47:40 2 warnings
01:47:40 
01:47:40 
01:47:40 
01:47:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:41 
01:47:41 
01:47:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:42 
01:47:42 
01:47:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:43 
01:47:43 
01:47:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:45 --- javac err: ---
01:47:45 X.java:3: error: reference to count is ambiguous
01:47:45 		Y.count(new int[0]);
01:47:45 		 ^
01:47:45   both method count(int[],int...) in Y and method count(int[],int[]...) in Y match
01:47:45 1 error
01:47:45 
01:47:45 
01:47:45 
01:47:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:46 --- javac err: ---
01:47:46 X.java:3: error: reference to count is ambiguous
01:47:46 		Y.count(new int[0]);
01:47:46 		 ^
01:47:46   both method count(int[],int...) in Y and method count(int[],int[]...) in Y match
01:47:46 1 error
01:47:46 
01:47:46 
01:47:46 
01:47:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:47 --- javac err: ---
01:47:47 X.java:3: error: reference to count is ambiguous
01:47:47 		Y.count(new int[0]);
01:47:47 		 ^
01:47:47   both method count(int[],int...) in Y and method count(int[],int[][]...) in Y match
01:47:47 X.java:4: error: reference to count is ambiguous
01:47:47 		Y.count(new int[0], null);
01:47:47 		 ^
01:47:47   both method count(int[],int...) in Y and method count(int[],int[][]...) in Y match
01:47:47 2 errors
01:47:47 
01:47:47 
01:47:47 
01:47:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:48 --- javac err: ---
01:47:48 X.java:3: error: reference to count is ambiguous
01:47:48 		Y.count(new int[0], 1);
01:47:48 		 ^
01:47:48   both method count(int[],int...) in Y and method count(int[],int,int...) in Y match
01:47:48 X.java:4: error: reference to count is ambiguous
01:47:48 		Y.count(new int[0], 1, 1);
01:47:48 		 ^
01:47:48   both method count(int[],int...) in Y and method count(int[],int,int...) in Y match
01:47:48 X.java:5: error: reference to count is ambiguous
01:47:48 		Y.count(new int[0], 1, 1, 1);
01:47:48 		 ^
01:47:48   both method count(int[],int...) in Y and method count(int[],int,int...) in Y match
01:47:48 3 errors
01:47:48 
01:47:48 
01:47:48 
01:47:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:49 --- javac err: ---
01:47:49 X.java:5: warning: [rawtypes] found raw type: List
01:47:49 		List l = Arrays.asList(x);
01:47:49 		^
01:47:49   missing type arguments for generic class List<E>
01:47:49   where E is a type-variable:
01:47:49     E extends Object declared in interface List
01:47:49 1 warning
01:47:49 
01:47:49 
01:47:49 
01:47:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:51 --- javac err: ---
01:47:51 X.java:5: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:51 		System.out.println(asList(x[0], x[1]).get(1).getClass().getName());
01:47:51 		                                 ^
01:47:51   cast to Serializable for a varargs call
01:47:51   cast to Serializable[] for a non-varargs call and to suppress this warning
01:47:51 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type U
01:47:51 	static <U> List<U> asList(U u1, U... us) {
01:47:51 	                            ^
01:47:51   where U is a type-variable:
01:47:51     U extends Object declared in method <U>asList(U,U...)
01:47:51 2 warnings
01:47:51 
01:47:51 
01:47:51 
01:47:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:52 --- javac err: ---
01:47:52 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type U
01:47:52 	static <U> List<U> asList(U u1, U... us) {
01:47:52 	                            ^
01:47:52   where U is a type-variable:
01:47:52     U extends Object declared in method <U>asList(U,U...)
01:47:52 1 warning
01:47:52 
01:47:52 
01:47:52 
01:47:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:54 
01:47:54 
01:47:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:55 
01:47:55 
01:47:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:56 
01:47:56 
01:47:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:57 
01:47:57 
01:47:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:47:58 --- javac err: ---
01:47:58 X.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:47:58 		System.out.println(foo(null));
01:47:58 		                       ^
01:47:58   cast to Object for a varargs call
01:47:58   cast to Object[] for a non-varargs call and to suppress this warning
01:47:58 1 warning
01:47:58 
01:47:59 
01:47:59 
01:47:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:00 --- javac err: ---
01:48:00 X.java:8: warning: [rawtypes] found raw type: List
01:48:00 		List l = Arrays.asList(strarray);
01:48:00 		^
01:48:00   missing type arguments for generic class List<E>
01:48:00   where E is a type-variable:
01:48:00     E extends Object declared in interface List
01:48:00 1 warning
01:48:00 
01:48:00 
01:48:00 
01:48:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:01 --- javac err: ---
01:48:01 X.java:2: error: modifier transient not allowed here
01:48:01 	transient private X() {}
01:48:01 	                  ^
01:48:01 1 error
01:48:01 
01:48:02 --- javac err: ---
01:48:02 X.java:2: error: modifier transient not allowed here
01:48:02 	transient private X(Object... o) {}
01:48:02 	                  ^
01:48:02 1 error
01:48:02 
01:48:02 
01:48:02 
01:48:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:03 --- javac err: ---
01:48:03 X.java:12: error: cannot find symbol
01:48:03   Zork z;
01:48:03   ^
01:48:03   symbol:   class Zork
01:48:03   location: class X
01:48:03 X.java:7: warning: [rawtypes] found raw type: Class
01:48:03 			method.invoke(this, new Class[0]);
01:48:03 			                        ^
01:48:03   missing type arguments for generic class Class<T>
01:48:03   where T is a type-variable:
01:48:03     T extends Object declared in class Class
01:48:03 X.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:03 			method.invoke(this, new Class[0]);
01:48:03 			                    ^
01:48:03   cast to Object for a varargs call
01:48:03   cast to Object[] for a non-varargs call and to suppress this warning
01:48:03 X.java:8: warning: [rawtypes] found raw type: Class
01:48:03 			method.invoke(this, (Object[])new Class[0]);
01:48:03 			                                  ^
01:48:03   missing type arguments for generic class Class<T>
01:48:03   where T is a type-variable:
01:48:03     T extends Object declared in class Class
01:48:03 1 error
01:48:03 3 warnings
01:48:03 
01:48:03 
01:48:03 
01:48:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:04 --- javac err: ---
01:48:04 X.java:19: error: cannot find symbol
01:48:04   Zork z;
01:48:04   ^
01:48:04   symbol:   class Zork
01:48:04   location: class X
01:48:04 X.java:15: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:04 		System.out.printf("", s);
01:48:04 		                      ^
01:48:04   cast to Object for a varargs call
01:48:04   cast to Object[] for a non-varargs call and to suppress this warning
01:48:04 1 error
01:48:04 1 warning
01:48:04 
01:48:04 
01:48:04 
01:48:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:06 --- javac err: ---
01:48:06 X.java:4: warning: [unchecked] unchecked generic array creation for varargs parameter of type INT#1[]
01:48:06 		audit("osvaldo", "localhost", "logged", "X", Integer.valueOf(0));
01:48:06 		     ^
01:48:06   where INT#1,INT#2 are intersection types:
01:48:06     INT#1 extends Object,Serializable,Comparable<? extends INT#2>
01:48:06     INT#2 extends Object,Serializable,Comparable<?>
01:48:06 X.java:6: warning: [deprecation] Float(float) in Float has been deprecated
01:48:06 		audit("osvaldo", "localhost", "logged", new Float(0), new java.awt.Point(0, 0));
01:48:06 		                                        ^
01:48:06 X.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type A
01:48:06 	public static <A extends Serializable> void audit(String login,
01:48:06 	                                                         ^
01:48:06   where A is a type-variable:
01:48:06     A extends Serializable declared in method <A>audit(String,String,String,A...)
01:48:06 3 warnings
01:48:06 
01:48:06 
01:48:06 
01:48:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:07 --- javac err: ---
01:48:07 X.java:9: warning: [unchecked] Possible heap pollution from parameterized vararg type A
01:48:07 		abstract void method(A... args);
01:48:07 		                          ^
01:48:07   where A is a type-variable:
01:48:07     A extends Object declared in class Test
01:48:07 1 warning
01:48:07 
01:48:07 
01:48:07 
01:48:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:08 --- javac err: ---
01:48:08 Functor.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:48:08 	public void func(T... args) {
01:48:08 	                      ^
01:48:08   where T is a type-variable:
01:48:08     T extends Object declared in class Functor
01:48:08 1 warning
01:48:08 
01:48:09 
01:48:09 
01:48:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:10 --- javac err: ---
01:48:10 X.java:6: error: reference to a is ambiguous
01:48:10 		x.a(true);
01:48:10 		 ^
01:48:10   both method a(boolean,Object...) in X and method a(Object...) in X match
01:48:10 X.java:7: error: reference to a is ambiguous
01:48:10 		x.a(true, "foobar");
01:48:10 		 ^
01:48:10   both method a(boolean,Object...) in X and method a(Object...) in X match
01:48:10 2 errors
01:48:10 
01:48:11 --- javac err: ---
01:48:11 X.java:8: error: reference to b is ambiguous
01:48:11 		x.b(true);
01:48:11 		 ^
01:48:11   both method b(boolean,Object...) in X and method b(Boolean...) in X match
01:48:11 X.java:9: error: reference to b is ambiguous
01:48:11 		x.b(true, false);
01:48:11 		 ^
01:48:11   both method b(boolean,Object...) in X and method b(Boolean...) in X match
01:48:11 X.java:10: error: reference to c is ambiguous
01:48:11 		x.c(true, true, true);
01:48:11 		 ^
01:48:11   both method c(boolean,boolean,Object...) in X and method c(Boolean,Object...) in X match
01:48:11 X.java:11: error: reference to c is ambiguous
01:48:11 		x.c(Boolean.TRUE, Boolean.TRUE, Boolean.TRUE);
01:48:11 		 ^
01:48:11   both method c(boolean,boolean,Object...) in X and method c(Boolean,Object...) in X match
01:48:11 4 errors
01:48:11 
01:48:11 
01:48:11 
01:48:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:12 --- javac err: ---
01:48:12 X.java:6: error: reference to a is ambiguous
01:48:12 		x.a(true);
01:48:12 		 ^
01:48:12   both method a(boolean,Object...) in X and method a(Object...) in X match
01:48:12 X.java:7: error: reference to a is ambiguous
01:48:12 		x.a(true, "foobar");
01:48:12 		 ^
01:48:12   both method a(boolean,Object...) in X and method a(Object...) in X match
01:48:12 2 errors
01:48:12 
01:48:12 
01:48:12 
01:48:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:14 
01:48:14 
01:48:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:15 --- javac err: ---
01:48:15 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:48:15   public static <T> void foo(T ... values) {
01:48:15                                    ^
01:48:15   where T is a type-variable:
01:48:15     T extends Object declared in method <T>foo(T...)
01:48:15 1 warning
01:48:15 
01:48:15 
01:48:15 
01:48:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:16 --- javac err: ---
01:48:16 X.java:4: warning: [rawtypes] found raw type: Class
01:48:16         Collection<Class> classes = new ArrayList<Class>();
01:48:16                    ^
01:48:16   missing type arguments for generic class Class<T>
01:48:16   where T is a type-variable:
01:48:16     T extends Object declared in class Class
01:48:16 X.java:4: warning: [rawtypes] found raw type: Class
01:48:16         Collection<Class> classes = new ArrayList<Class>();
01:48:16                                                   ^
01:48:16   missing type arguments for generic class Class<T>
01:48:16   where T is a type-variable:
01:48:16     T extends Object declared in class Class
01:48:16 2 warnings
01:48:16 
01:48:16 
01:48:16 
01:48:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:18 --- javac err: ---
01:48:18 V.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:18         v.foo2("", null);
01:48:18                    ^
01:48:18   cast to Object for a varargs call
01:48:18   cast to Object[] for a non-varargs call and to suppress this warning
01:48:18 V.java:8: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:18         v.foo2("", null, null);
01:48:18                          ^
01:48:18   cast to Object for a varargs call
01:48:18   cast to Object[] for a non-varargs call and to suppress this warning
01:48:18 V.java:9: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:18         v.foo3("", v, null, "", null);
01:48:18                                 ^
01:48:18   cast to Object for a varargs call
01:48:18   cast to Object[] for a non-varargs call and to suppress this warning
01:48:18 3 warnings
01:48:18 
01:48:19 --- javac err: ---
01:48:19 V.java:4: error: reference to foo2 is ambiguous
01:48:19         v.foo2(null, "");
01:48:19          ^
01:48:19   both method foo2(String,Object...) in V and method foo2(String,Object,Object...) in V match
01:48:19 V.java:5: error: reference to foo2 is ambiguous
01:48:19         v.foo2(null, "", "");
01:48:19          ^
01:48:19   both method foo2(String,Object...) in V and method foo2(String,Object,Object...) in V match
01:48:19 2 errors
01:48:19 
01:48:19 
01:48:19 
01:48:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:20 --- javac err: ---
01:48:20 X.java:16: error: cannot find symbol
01:48:20         Zork z;
01:48:20         ^
01:48:20   symbol:   class Zork
01:48:20   location: class X
01:48:20 1 error
01:48:20 
01:48:20 
01:48:20 
01:48:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:22 
01:48:22 
01:48:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:23 --- javac err: ---
01:48:23 X.java:11: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:23         array(new Integer[] {5, 6}); //warns (as javac does)
01:48:23               ^
01:48:23   cast to Serializable for a varargs call
01:48:23   cast to Serializable[] for a non-varargs call and to suppress this warning
01:48:23 X.java:12: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:23         array(null); //warns (as javac does)
01:48:23               ^
01:48:23   cast to Serializable for a varargs call
01:48:23   cast to Serializable[] for a non-varargs call and to suppress this warning
01:48:23 2 warnings
01:48:23 
01:48:23 
01:48:23 
01:48:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:24 --- javac err: ---
01:48:24 X.java:11: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:24         array(new Integer[] {5, 6}); //warns (as javac does)
01:48:24               ^
01:48:24   cast to Serializable for a varargs call
01:48:24   cast to Serializable[] for a non-varargs call and to suppress this warning
01:48:24 X.java:12: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:24         array(null); //warns (as javac does)
01:48:24               ^
01:48:24   cast to Serializable for a varargs call
01:48:24   cast to Serializable[] for a non-varargs call and to suppress this warning
01:48:24 X.java:13: error: cannot find symbol
01:48:24         Zork z;
01:48:24         ^
01:48:24   symbol:   class Zork
01:48:24   location: class X
01:48:24 1 error
01:48:24 2 warnings
01:48:24 
01:48:24 
01:48:24 
01:48:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:26 
01:48:26 
01:48:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:27 --- javac err: ---
01:48:27 X.java:15: error: cannot find symbol
01:48:27         Zork z;
01:48:27         ^
01:48:27   symbol:   class Zork
01:48:27   location: class X
01:48:27 1 error
01:48:27 
01:48:27 
01:48:27 
01:48:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:29 --- javac err: ---
01:48:29 X.java:10: warning: [cast] redundant cast to Serializable[]
01:48:29         array((Serializable[]) new Serializable[] {3, 4}); //warns about unnecessary cast
01:48:29               ^
01:48:29 1 warning
01:48:29 
01:48:29 
01:48:29 
01:48:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:30 --- javac err: ---
01:48:30 X.java:10: warning: [cast] redundant cast to Serializable[]
01:48:30         array((Serializable[]) new Serializable[] {3, 4}); //warns about unnecessary cast
01:48:30               ^
01:48:30 X.java:14: error: cannot find symbol
01:48:30         Zork z;
01:48:30         ^
01:48:30   symbol:   class Zork
01:48:30   location: class X
01:48:30 1 error
01:48:30 1 warning
01:48:30 
01:48:30 
01:48:30 
01:48:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:31 --- javac err: ---
01:48:31 X.java:7: error: cannot find symbol
01:48:31 	Zork z;
01:48:31 	^
01:48:31   symbol:   class Zork
01:48:31   location: class X
01:48:31 1 error
01:48:31 
01:48:31 
01:48:31 
01:48:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:33 --- javac err: ---
01:48:33 X.java:5: error: reference to foo is ambiguous
01:48:33 		new X().foo(new Y(), "a", "b");
01:48:33 		       ^
01:48:33   both method foo(Y,Object,String...) in X and method foo(Object,String...) in X match
01:48:33 1 error
01:48:33 
01:48:33 
01:48:33 
01:48:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:34 --- javac err: ---
01:48:34 X.java:5: warning: [rawtypes] found raw type: Y
01:48:34         void bar(Y... y) {
01:48:34                  ^
01:48:34   missing type arguments for generic class Y<E>
01:48:34   where E is a type-variable:
01:48:34     E extends Object declared in class Y
01:48:34 X.java:10: error: cannot find symbol
01:48:34                 Zork z;
01:48:34                 ^
01:48:34   symbol:   class Zork
01:48:34   location: class X
01:48:34 1 error
01:48:34 1 warning
01:48:34 
01:48:34 
01:48:34 
01:48:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:35 
01:48:35 
01:48:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:37 --- javac err: ---
01:48:37 X.java:7: error: cannot find symbol
01:48:37 	   Zork z;
01:48:37 	   ^
01:48:37   symbol:   class Zork
01:48:37   location: class X
01:48:37 1 error
01:48:37 
01:48:37 
01:48:37 
01:48:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:38 
01:48:38 
01:48:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:39 --- javac err: ---
01:48:39 X.java:8: error: cannot find symbol
01:48:39 		Zork z;
01:48:39 		^
01:48:39   symbol:   class Zork
01:48:39   location: class X
01:48:39 1 error
01:48:39 
01:48:39 
01:48:39 
01:48:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:40 --- javac err: ---
01:48:40 X.java:5: warning: [cast] redundant cast to Control[]
01:48:40 			addAll((Control[]) composite.getChildren());
01:48:40 			       ^
01:48:40 X.java:8: error: cannot find symbol
01:48:40 		Zork z;
01:48:40 		^
01:48:40   symbol:   class Zork
01:48:40   location: class X
01:48:40 1 error
01:48:40 1 warning
01:48:40 
01:48:40 
01:48:40 
01:48:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:41 --- javac err: ---
01:48:41 X.java:2: error: cannot find symbol
01:48:41 	Zork z;
01:48:41 	^
01:48:41   symbol:   class Zork
01:48:41   location: class X
01:48:41 X.java:19: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:41 		varargs(i);
01:48:41 		        ^
01:48:41   cast to Object for a varargs call
01:48:41   cast to Object[] for a non-varargs call and to suppress this warning
01:48:41 X.java:22: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:41 		varargs(i.clone());
01:48:41 		               ^
01:48:41   cast to Object for a varargs call
01:48:41   cast to Object[] for a non-varargs call and to suppress this warning
01:48:41 1 error
01:48:41 2 warnings
01:48:41 
01:48:41 
01:48:41 
01:48:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:43 --- javac err: ---
01:48:43 X.java:6: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:43      System.out.print("null length array: " + elementCount(null));
01:48:43                                                            ^
01:48:43   cast to Object for a varargs call
01:48:43   cast to Object[] for a non-varargs call and to suppress this warning
01:48:43 1 warning
01:48:43 
01:48:43 
01:48:43 
01:48:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:44 --- javac err: ---
01:48:44 X.java:2: error: cannot find symbol
01:48:44 	Zork z;
01:48:44 	^
01:48:44   symbol:   class Zork
01:48:44   location: class X
01:48:44 X.java:7: warning: non-varargs call of varargs method with inexact argument type for last parameter;
01:48:44      System.out.print("null length array: " + elementCount(null));
01:48:44                                                            ^
01:48:44   cast to Object for a varargs call
01:48:44   cast to Object[] for a non-varargs call and to suppress this warning
01:48:44 1 error
01:48:44 1 warning
01:48:44 
01:48:44 
01:48:44 
01:48:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:45 --- javac err: ---
01:48:45 X.java:11: error: cannot find symbol
01:48:45     Zork z;
01:48:45     ^
01:48:45   symbol:   class Zork
01:48:45   location: class X
01:48:45 1 error
01:48:45 
01:48:45 
01:48:45 
01:48:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:46 --- javac err: ---
01:48:46 X.java:16: error: cannot find symbol
01:48:46         Zork z;
01:48:46         ^
01:48:46   symbol:   class Zork
01:48:46   location: class X
01:48:46 1 error
01:48:46 
01:48:46 
01:48:46 
01:48:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:47 --- javac err: ---
01:48:47 X.java:9: error: cannot find symbol
01:48:47     Zork z;
01:48:47     ^
01:48:47   symbol:   class Zork
01:48:47   location: class X
01:48:47 1 error
01:48:47 
01:48:47 
01:48:47 
01:48:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:50 
01:48:50 
01:48:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:51 --- javac err: ---
01:48:51 X.java:6: error: cannot find symbol
01:48:51 		Zork z;
01:48:51 		^
01:48:51   symbol:   class Zork
01:48:51   location: class X
01:48:51 1 error
01:48:51 
01:48:51 
01:48:51 
01:48:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:52 
01:48:52 
01:48:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:55 
01:48:55 
01:48:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:57 
01:48:57 
01:48:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:58 
01:48:58 
01:48:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:48:59 --- javac err: ---
01:48:59 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type Collection<? extends T>
01:48:59        public IteratorChain(Collection<? extends T> a, Collection<? extends T> b, Collection<? extends T> ... collections) {
01:48:59                                                     ^
01:48:59   where T is a type-variable:
01:48:59     T extends Object declared in class IteratorChain
01:48:59 X.java:18: warning: [unchecked] unchecked generic array creation for varargs parameter of type Collection<? extends Number>[]
01:48:59         new IteratorChain<Number>(null, null);
01:48:59         ^
01:48:59 2 warnings
01:48:59 
01:48:59 
01:48:59 
01:48:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:00 --- javac err: ---
01:49:00 X.java:23: error: annotation type not applicable to this kind of declaration
01:49:00 	@SafeVarargs
01:49:00 	^
01:49:00 X.java:4: error: Invalid SafeVarargs annotation. Method <T>asList() is not a varargs method.
01:49:00 	public static <T> List<T> asList() {  // Error, not varargs
01:49:00 	                          ^
01:49:00   where T is a type-variable:
01:49:00     T extends Object declared in method <T>asList()
01:49:00 X.java:8: error: Invalid SafeVarargs annotation. Instance method <T>asList2(T...) is neither final nor private.
01:49:00 	public <T> List<T> asList2(T ... a) {    // error not static or final
01:49:00 	                   ^
01:49:00   where T is a type-variable:
01:49:00     T extends Object declared in method <T>asList2(T...)
01:49:00 X.java:28: error: Invalid SafeVarargs annotation. Instance method <T>asList(T...) is neither final nor private.
01:49:00 	public  <T> List<T> asList(T ... t);
01:49:00 	                    ^
01:49:00   where T is a type-variable:
01:49:00     T extends Object declared in method <T>asList(T...)
01:49:00 4 errors
01:49:00 
01:49:00 
01:49:00 
01:49:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:02 --- javac err: ---
01:49:02 X.java:4: error: Invalid SafeVarargs annotation. Method X() is not a varargs method.
01:49:02 	public X() {  // Error, not varargs
01:49:02 	       ^
01:49:02 1 error
01:49:02 
01:49:02 
01:49:02 
01:49:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:03 --- javac err: ---
01:49:03 X.java:10: error: cannot find symbol
01:49:03    public <T> List<T> asList(Zork t, String ... a) {
01:49:03                              ^
01:49:03   symbol:   class Zork
01:49:03   location: class X
01:49:03 1 error
01:49:03 
01:49:03 
01:49:03 
01:49:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:04 --- javac err: ---
01:49:04 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:49:04 	public <T> X(T ... a) {
01:49:04 	                   ^
01:49:04   where T is a type-variable:
01:49:04     T extends Object declared in constructor <T>X(T...)
01:49:04 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:49:04 	public <T> X(int i, T ... a) {
01:49:04 	                 ^
01:49:04   where T is a type-variable:
01:49:04     T extends Object declared in constructor <T>X(int,T...)
01:49:04 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:49:04    public <T> List<T> asList(T ... a) {
01:49:04                                    ^
01:49:04   where T is a type-variable:
01:49:04     T extends Object declared in method <T>asList(T...)
01:49:04 X.java:10: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:49:04    public <T> List<T> asList(T t, T ... a) {
01:49:04                                ^
01:49:04   where T is a type-variable:
01:49:04     T extends Object declared in method <T>asList(T,T...)
01:49:04 4 warnings
01:49:04 
01:49:04 
01:49:04 
01:49:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:05 --- javac err: ---
01:49:05 X.java:10: error: Invalid SafeVarargs annotation. Instance method <T>asList(T...) is neither final nor private.
01:49:05    public <T> List<T> asList(T ... a) {
01:49:05                       ^
01:49:05   where T is a type-variable:
01:49:05     T extends Object declared in method <T>asList(T...)
01:49:05 X.java:14: error: Invalid SafeVarargs annotation. Instance method <T>asList(T,T...) is neither final nor private.
01:49:05    public <T> List<T> asList(T t, T ... a) {
01:49:05                       ^
01:49:05   where T is a type-variable:
01:49:05     T extends Object declared in method <T>asList(T,T...)
01:49:05 2 errors
01:49:05 
01:49:05 
01:49:05 
01:49:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:07 --- javac err: ---
01:49:07 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:49:07    public static <T> List<T> asList2(T ... a) {
01:49:07                                            ^
01:49:07   where T is a type-variable:
01:49:07     T extends Object declared in method <T>asList2(T...)
01:49:07 X.java:13: warning: [unchecked] unchecked generic array creation for varargs parameter of type Class<? extends INT#1>[]
01:49:07 	  classes = X.asList2(String.class, Boolean.class);
01:49:07 	                     ^
01:49:07   where INT#1,INT#2 are intersection types:
01:49:07     INT#1 extends Object,Serializable,Comparable<? extends INT#2>
01:49:07     INT#2 extends Object,Serializable,Comparable<?>
01:49:07 2 warnings
01:49:07 
01:49:07 
01:49:07 
01:49:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:08 --- javac err: ---
01:49:08 X.java:14: warning: [unchecked] unchecked generic array creation for varargs parameter of type Class<? extends INT#1>[]
01:49:08 	  classes = X.asList2(String.class, Boolean.class);
01:49:08 	                     ^
01:49:08   where INT#1,INT#2 are intersection types:
01:49:08     INT#1 extends Object,Serializable,Comparable<? extends INT#2>
01:49:08     INT#2 extends Object,Serializable,Comparable<?>
01:49:08 1 warning
01:49:08 
01:49:08 
01:49:08 
01:49:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:09 --- javac err: ---
01:49:09 p2/C.java:6: error: method foo in class B cannot be applied to given types;
01:49:09    (new B()).foo(new B(), new B());
01:49:09                 ^
01:49:09   required: A[]
01:49:09   found: B,B
01:49:09   reason: formal varargs element type A is not accessible from class C
01:49:09 1 error
01:49:09 
01:49:09 
01:49:09 
01:49:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:10 
01:49:10 
01:49:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:11 
01:49:11 
01:49:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:13 --- javac err: ---
01:49:13 X.java:10: error: reference to test is ambiguous
01:49:13             test(1);
01:49:13             ^
01:49:13   both method test(int...) in X and method <T>test(Object...) in X match
01:49:13   where T is a type-variable:
01:49:13     T extends Object declared in method <T>test(Object...)
01:49:13 1 error
01:49:13 
01:49:13 
01:49:13 
01:49:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:14 
01:49:14 
01:49:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:15 
01:49:15 
01:49:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:16 
01:49:16 
01:49:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:17 
01:49:17 
01:49:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:18 --- javac err: ---
01:49:18 X.java:3: error: reference to count is ambiguous
01:49:18         count(1);
01:49:18         ^
01:49:18   both method count(int...) in X and method count(int,int...) in X match
01:49:18 X.java:4: error: reference to count is ambiguous
01:49:18         count(1, 1);
01:49:18         ^
01:49:18   both method count(int...) in X and method count(int,int...) in X match
01:49:18 X.java:5: error: reference to count is ambiguous
01:49:18         count(1, 1, 1);
01:49:18         ^
01:49:18   both method count(int...) in X and method count(int,int...) in X match
01:49:18 3 errors
01:49:18 
01:49:18 
01:49:18 
01:49:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:19 --- javac err: ---
01:49:19 X.java:8: error: reference to b is ambiguous
01:49:19 		x.b(true);
01:49:19 		 ^
01:49:19   both method b(boolean,Object...) in X and method b(Boolean...) in X match
01:49:19 X.java:9: error: reference to b is ambiguous
01:49:19 		x.b(true, false);
01:49:19 		 ^
01:49:19   both method b(boolean,Object...) in X and method b(Boolean...) in X match
01:49:19 2 errors
01:49:19 
01:49:19 
01:49:19 
01:49:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:21 
01:49:21 
01:49:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:22 
01:49:22 
01:49:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:23 --- javac err: ---
01:49:23 Y.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:49:23 	public native static <T> void bar(T[] t, T t1, T... t2);
01:49:23 	                                      ^
01:49:23   where T is a type-variable:
01:49:23     T extends Object declared in method <T>bar(T[],T,T...)
01:49:23 1 warning
01:49:23 
01:49:23 
01:49:23 
01:49:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:24 
01:49:24 
01:49:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:25 --- javac err: ---
01:49:25 p2/C.java:5: error: constructor B in class B cannot be applied to given types;
01:49:25 		new B(new B(), new B());
01:49:25 		^
01:49:25   required: A[]
01:49:25   found: B,B
01:49:25   reason: formal varargs element type A is not accessible from class C
01:49:25 1 error
01:49:25 
01:49:25 
01:49:25 
01:49:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:27 --- javac err: ---
01:49:27 X.java:4: error: method foo in class B cannot be applied to given types;
01:49:27         new B().foo(null, null);
01:49:27                    ^
01:49:27   required: A[]
01:49:27   found: <null>,<null>
01:49:27   reason: formal varargs element type A is not accessible from class X
01:49:27 1 error
01:49:27 
01:49:27 
01:49:27 
01:49:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:28 
01:49:28 
01:49:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:29 
01:49:29 
01:49:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:31 
01:49:31 
01:49:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:32 --- javac err: ---
01:49:32 X.java:7: error: reference to foo is ambiguous
01:49:32         foo(new W()); // 1.8 Error: Ambiguous method error
01:49:32         ^
01:49:32   both method foo(W...) in X and method foo(W,A...) in X match
01:49:32 1 error
01:49:32 
01:49:32 
01:49:32 
01:49:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:33 
01:49:33 
01:49:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:34 
01:49:34 
01:49:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:36 
01:49:36 
01:49:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:37 --- javac err: ---
01:49:37 X.java:9: error: reference to bar is ambiguous
01:49:37         bar(5);
01:49:37         ^
01:49:37   both method bar(Object...) in X and method bar(int,Object...) in X match
01:49:37 1 error
01:49:37 
01:49:37 
01:49:37 
01:49:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:38 --- javac err: ---
01:49:38 X.java:9: error: reference to test is ambiguous
01:49:38         test(1,"test");
01:49:38         ^
01:49:38   both method test(int,Object...) in X and method test(Object...) in X match
01:49:38 1 error
01:49:38 
01:49:38 
01:49:38 
01:49:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:40 --- javac err: ---
01:49:40 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:49:40 	private <T> Y<T> foo(T ... a) {
01:49:40 	                           ^
01:49:40   where T is a type-variable:
01:49:40     T extends Object declared in method <T>foo(T...)
01:49:40 1 warning
01:49:40 
01:49:40 
01:49:40 
01:49:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:40 ***************************************************************************
01:49:40 * Comparison with Sun Javac compiler for class EnumTest (null tests)
01:49:40 ***************************************************************************
01:49:42 
01:49:42 
01:49:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:43 --- javac err: ---
01:49:43 X.java:6: error: cannot assign a value to final variable BLEU
01:49:43 		BLEU = null;
01:49:43 		^
01:49:43 1 error
01:49:43 
01:49:43 
01:49:43 
01:49:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:44 --- javac err: ---
01:49:44 X.java:6: error: variable BLEU is already defined in enum X
01:49:44 	BLEU;
01:49:44 	^
01:49:44 1 error
01:49:44 
01:49:44 
01:49:44 
01:49:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:45 --- javac err: ---
01:49:45 X.java:1: error: <identifier> expected
01:49:45 public enum X { 
01:49:45                ^
01:49:45 X.java:3: error: ',', '}', or ';' expected
01:49:45 	public BLEU, 
01:49:45 	^
01:49:45 X.java:3: error: '}' expected
01:49:45 	public BLEU, 
01:49:45 	      ^
01:49:45 X.java:6: error: class, interface, or enum expected
01:49:45 	abstract RED {
01:49:45 	         ^
01:49:45 4 errors
01:49:45 
01:49:45 
01:49:45 
01:49:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:46 
01:49:46 
01:49:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:48 --- javac err: ---
01:49:48 X.java:3: error: clone() in X cannot override clone() in Enum
01:49:48 	protected Object clone() { return this; }
01:49:48 	                 ^
01:49:48   overridden method is final
01:49:48 1 error
01:49:48 
01:49:48 
01:49:48 
01:49:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:49 
01:49:49 
01:49:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:50 
01:49:50 
01:49:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:51 --- javac err: ---
01:49:51 X.java:8: error: method values() is already defined in enum X
01:49:51    void values() {} 
01:49:51         ^
01:49:51 X.java:9: error: method dup() is already defined in enum X
01:49:51    void dup() {} 
01:49:51         ^
01:49:51 X.java:10: error: method values() is already defined in enum X
01:49:51    void values() {} 
01:49:51         ^
01:49:51 X.java:11: error: cannot find symbol
01:49:51    Missing dup() {} 
01:49:51    ^
01:49:51   symbol:   class Missing
01:49:51   location: class X
01:49:51 4 errors
01:49:51 
01:49:51 
01:49:51 
01:49:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:53 
01:49:53 
01:49:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:54 --- javac err: ---
01:49:54 X.java:14: error: duplicate case label
01:49:54 			case BLEU :
01:49:54 			^
01:49:54 1 error
01:49:54 
01:49:54 
01:49:54 
01:49:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:55 --- javac err: ---
01:49:55 X.java:7: error: method values() is already defined in enum X
01:49:55    void values() {} 
01:49:55         ^
01:49:55 X.java:8: error: method values() is already defined in enum X
01:49:55    void values() {} 
01:49:55         ^
01:49:55 2 errors
01:49:55 
01:49:55 
01:49:55 
01:49:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:56 --- javac err: ---
01:49:56 X.java:1: error: X is not abstract and does not override abstract method run() in Runnable
01:49:56 public enum X implements Runnable { 
01:49:56        ^
01:49:56 1 error
01:49:56 
01:49:56 
01:49:56 
01:49:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:57 --- javac err: ---
01:49:57 X.java:3: error: constructor X in enum X cannot be applied to given types;
01:49:57 	BLEU(10),
01:49:57 	    ^
01:49:57   required: no arguments
01:49:57   found: int
01:49:57   reason: actual and formal argument lists differ in length
01:49:57 X.java:4: error: constructor X in enum X cannot be applied to given types;
01:49:57 	BLANC(20),
01:49:57 	     ^
01:49:57   required: no arguments
01:49:57   found: int
01:49:57   reason: actual and formal argument lists differ in length
01:49:57 X.java:5: error: constructor X in enum X cannot be applied to given types;
01:49:57 	ROUGE(30);
01:49:57 	     ^
01:49:57   required: no arguments
01:49:57   found: int
01:49:57   reason: actual and formal argument lists differ in length
01:49:57 3 errors
01:49:57 
01:49:57 
01:49:57 
01:49:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:49:59 
01:49:59 
01:49:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:00 --- javac err: ---
01:50:00 X.java:4: error: constructor X in enum X cannot be applied to given types;
01:50:00 	BLANC(),
01:50:00 	^
01:50:00   required: int
01:50:00   found: no arguments
01:50:00   reason: actual and formal argument lists differ in length
01:50:00 1 error
01:50:00 
01:50:00 
01:50:00 
01:50:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:01 
01:50:01 
01:50:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:03 
01:50:03 
01:50:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:04 --- javac err: ---
01:50:04 X.java:5: error: cannot inherit from final X
01:50:04 class XX extends X implements X {
01:50:04                  ^
01:50:04 X.java:5: error: interface expected here
01:50:04 class XX extends X implements X {
01:50:04                               ^
01:50:04 X.java:5: error: enum types are not extensible
01:50:04 class XX extends X implements X {
01:50:04 ^
01:50:04 X.java:5: warning: [serial] serializable class XX has no definition of serialVersionUID
01:50:04 class XX extends X implements X {
01:50:04 ^
01:50:04 3 errors
01:50:04 1 warning
01:50:04 
01:50:04 
01:50:04 
01:50:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:05 --- javac err: ---
01:50:05 MonthEnum.java:25: warning: [fallthrough] possible fall-through into case
01:50:05            default: return days;
01:50:05            ^
01:50:05 1 warning
01:50:05 
01:50:05 
01:50:05 
01:50:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:06 
01:50:06 
01:50:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:07 --- javac err: ---
01:50:07 Foo.java:3: error: non-static method foo() cannot be referenced from a static context
01:50:07             void bar() { foo(); } 
01:50:07                          ^
01:50:07 1 error
01:50:07 
01:50:07 
01:50:07 
01:50:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:09 --- javac err: ---
01:50:09 X.java:7: error: an enum switch case label must be the unqualified name of an enumeration constant
01:50:09 			case MX.BLEU : break;
01:50:09 			       ^
01:50:09 X.java:8: error: an enum switch case label must be the unqualified name of an enumeration constant
01:50:09 			case MX.BLANC : break;
01:50:09 			       ^
01:50:09 X.java:9: error: an enum switch case label must be the unqualified name of an enumeration constant
01:50:09 			case MX.ROUGE : break;
01:50:09 			       ^
01:50:09 3 errors
01:50:09 
01:50:09 
01:50:09 
01:50:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:10 
01:50:10 
01:50:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:11 --- javac err: ---
01:50:11 X.java:1: error: modifier final not allowed here
01:50:11 public final enum X {
01:50:11              ^
01:50:11 1 error
01:50:11 
01:50:11 
01:50:11 
01:50:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:12 
01:50:12 
01:50:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:13 --- javac err: ---
01:50:13 X.java:6: error: cannot find symbol
01:50:13 	void foo(Couleur c) {
01:50:13 	         ^
01:50:13   symbol:   class Couleur
01:50:13   location: class Y
01:50:13 X.java:8: error: cannot find symbol
01:50:13 			case BLEU :
01:50:13 			     ^
01:50:13   symbol:   variable BLEU
01:50:13   location: class Y
01:50:13 X.java:10: error: cannot find symbol
01:50:13 			case BLANC :
01:50:13 			     ^
01:50:13   symbol:   variable BLANC
01:50:13   location: class Y
01:50:13 X.java:12: error: cannot find symbol
01:50:13 			case ROUGE :
01:50:13 			     ^
01:50:13   symbol:   variable ROUGE
01:50:13   location: class Y
01:50:13 4 errors
01:50:13 
01:50:13 
01:50:13 
01:50:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:15 
01:50:15 
01:50:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:16 --- javac err: ---
01:50:16 X.java:18: error: cannot find symbol
01:50:16 			FOO();
01:50:16 			^
01:50:16   symbol:   method FOO()
01:50:16   location: class X.Y
01:50:16 X.java:19: error: cannot find symbol
01:50:16 			C++;
01:50:16 			^
01:50:16   symbol:   variable C
01:50:16   location: class X.Y
01:50:16 2 errors
01:50:16 
01:50:16 
01:50:16 
01:50:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:17 
01:50:17 
01:50:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:19 
01:50:19 
01:50:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:20 
01:50:20 
01:50:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:21 --- javac err: ---
01:50:21 X.java:1: error: classes cannot directly extend java.lang.Enum
01:50:21 public class X extends Enum {
01:50:21        ^
01:50:21 X.java:1: warning: [rawtypes] found raw type: Enum
01:50:21 public class X extends Enum {
01:50:21                        ^
01:50:21   missing type arguments for generic class Enum<E>
01:50:21   where E is a type-variable:
01:50:21     E extends Enum<E> declared in class Enum
01:50:21 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
01:50:21 public class X extends Enum {
01:50:21        ^
01:50:21 1 error
01:50:21 2 warnings
01:50:21 
01:50:21 
01:50:21 
01:50:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:22 
01:50:22 
01:50:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:24 
01:50:24 
01:50:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:25 
01:50:25 
01:50:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:26 
01:50:26 
01:50:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:27 
01:50:27 
01:50:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:28 
01:50:28 
01:50:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:29 
01:50:29 
01:50:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:31 
01:50:31 
01:50:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:32 
01:50:32 
01:50:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:33 
01:50:33 
01:50:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:34 
01:50:34 
01:50:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:35 
01:50:35 
01:50:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:37 
01:50:37 
01:50:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:38 
01:50:38 
01:50:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:39 --- javac err: ---
01:50:39 X.java:4: error: call to super not allowed in enum constructor
01:50:39 		super();
01:50:39 		^
01:50:39 1 error
01:50:39 
01:50:39 
01:50:39 
01:50:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:40 
01:50:40 
01:50:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:41 --- javac err: ---
01:50:41 X.java:1: error: modifier abstract not allowed here
01:50:41 public abstract enum X {}
01:50:41                 ^
01:50:41 1 error
01:50:41 
01:50:41 
01:50:41 
01:50:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:43 
01:50:43 
01:50:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:44 
01:50:44 
01:50:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:45 --- javac err: ---
01:50:45 X.java:1: error: X is not abstract and does not override abstract method foo() in X
01:50:45 public enum X {
01:50:45        ^
01:50:45 1 error
01:50:45 
01:50:45 
01:50:45 
01:50:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:47 
01:50:47 
01:50:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:48 --- javac err: ---
01:50:48 X.java:2: error: <anonymous X$1> is not abstract and does not override abstract method foo() in X
01:50:48 	A() {}
01:50:48 	^
01:50:48 1 error
01:50:48 
01:50:48 
01:50:48 
01:50:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:49 --- javac err: ---
01:50:49 X.java:1: error: X is not abstract and does not override abstract method foo() in X
01:50:49 public enum X {
01:50:49        ^
01:50:49 1 error
01:50:49 
01:50:49 
01:50:49 
01:50:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:50 
01:50:50 
01:50:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:51 
01:50:51 
01:50:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:52 --- javac err: ---
01:50:52 X.java:8: error: bad operand types for binary operator '=='
01:50:52 		if (x == a) a++; // incomparable types: X and int
01:50:52 		      ^
01:50:52   first type:  X
01:50:52   second type: int
01:50:52 X.java:16: error: an enum switch case label must be the unqualified name of an enumeration constant
01:50:52 			case aa : // unqualified enum constant error
01:50:52 			     ^
01:50:52 X.java:17: error: cannot find symbol
01:50:52 				System.out.println(a); // cannot find a
01:50:52 				                   ^
01:50:52   symbol:   variable a
01:50:52   location: class A
01:50:52 3 errors
01:50:52 
01:50:52 
01:50:52 
01:50:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:54 
01:50:54 
01:50:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:55 --- javac err: ---
01:50:55 com/flarion/test/b/MyClass.java:16: error: unreported exception Exception; must be caught or declared to be thrown
01:50:55         throw new Exception();
01:50:55         ^
01:50:55 1 error
01:50:55 
01:50:55 
01:50:55 
01:50:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:56 --- javac err: ---
01:50:56 X.java:9: error: an enum switch case label must be the unqualified name of an enumeration constant
01:50:56 			case D:
01:50:56 			     ^
01:50:56 1 error
01:50:56 
01:50:56 
01:50:56 
01:50:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:58 --- javac err: ---
01:50:58 X.java:9: error: an enum switch case label must be the unqualified name of an enumeration constant
01:50:58 			case X.D:
01:50:58 			      ^
01:50:58 1 error
01:50:58 
01:50:58 
01:50:58 
01:50:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:50:59 
01:50:59 
01:50:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:00 
01:51:00 
01:51:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:01 --- javac err: ---
01:51:01 X.java:4: error: enum types may not be instantiated
01:51:01     X e= new X() {
01:51:01          ^
01:51:01 X.java:4: error: cannot inherit from final X
01:51:01     X e= new X() {
01:51:01              ^
01:51:01 X.java:4: error: enum types are not extensible
01:51:01     X e= new X() {
01:51:01                  ^
01:51:01 3 errors
01:51:01 
01:51:01 
01:51:01 
01:51:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:03 
01:51:03 
01:51:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:04 --- javac err: ---
01:51:04 X.java:4: error: method getSquare() is already defined in enum X
01:51:04     abstract int getSquare();
01:51:04                  ^
01:51:04 X.java:1: error: X is not abstract and does not override abstract method getSquare() in X
01:51:04 public enum X {
01:51:04        ^
01:51:04 2 errors
01:51:04 
01:51:04 
01:51:04 
01:51:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:05 --- javac err: ---
01:51:05 X.java:4: error: modifier public not allowed here
01:51:05     public X(int i, int j) { }
01:51:05            ^
01:51:05 1 error
01:51:05 
01:51:05 
01:51:05 
01:51:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:06 --- javac err: ---
01:51:06 X.java:4: error: modifier protected not allowed here
01:51:06     protected X(int i, int j) { }
01:51:06               ^
01:51:06 1 error
01:51:06 
01:51:06 
01:51:06 
01:51:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:07 
01:51:07 
01:51:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:11 
01:51:11 
01:51:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:17 
01:51:17 
01:51:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:18 --- javac err: ---
01:51:18 X3.java:1: error: X3 is not abstract and does not override abstract method test() in X3
01:51:18 public enum X3 implements I {
01:51:18        ^
01:51:18 1 error
01:51:18 
01:51:19 --- javac err: ---
01:51:19 X3a.java:1: error: X3a is not abstract and does not override abstract method test() in X3a
01:51:19 public enum X3a implements I {
01:51:19        ^
01:51:19 1 error
01:51:19 
01:51:21 --- javac err: ---
01:51:21 X3c.java:2: error: <anonymous X3c$1> is not abstract and does not override abstract method test() in X3c
01:51:21 	A() { void random() {} };
01:51:21 	^
01:51:21 1 error
01:51:21 
01:51:21 
01:51:21 
01:51:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:22 --- javac err: ---
01:51:22 X4.java:1: error: X4 is not abstract and does not override abstract method test() in X4
01:51:22 public enum X4 {
01:51:22        ^
01:51:22 1 error
01:51:22 
01:51:24 --- javac err: ---
01:51:24 X4a.java:1: error: X4a is not abstract and does not override abstract method test() in X4a
01:51:24 public enum X4a {
01:51:24        ^
01:51:24 1 error
01:51:24 
01:51:26 --- javac err: ---
01:51:26 X4c.java:2: error: <anonymous X4c$1> is not abstract and does not override abstract method test() in X4c
01:51:26 	A() { void random() {} };
01:51:26 	^
01:51:26 1 error
01:51:26 
01:51:26 
01:51:26 
01:51:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:27 --- javac err: ---
01:51:27 X5.java:1: error: X5 is not abstract and does not override abstract method test() in I
01:51:27 public enum X5 implements I {
01:51:27        ^
01:51:27 1 error
01:51:27 
01:51:28 --- javac err: ---
01:51:28 X5a.java:1: error: X5a is not abstract and does not override abstract method test() in I
01:51:28 public enum X5a implements I {
01:51:28        ^
01:51:28 1 error
01:51:28 
01:51:30 --- javac err: ---
01:51:30 X5c.java:2: error: <anonymous X5c$1> is not abstract and does not override abstract method test() in I
01:51:30 	A() { void random() {} };
01:51:30 	^
01:51:30 1 error
01:51:30 
01:51:30 
01:51:30 
01:51:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:32 
01:51:32 
01:51:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:33 
01:51:33 
01:51:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:34 
01:51:34 
01:51:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:36 --- javac err: ---
01:51:36 X.java:3: error: modifier strictfp not allowed here
01:51:36 	private strictfp X() {}
01:51:36 	                 ^
01:51:36 1 error
01:51:36 
01:51:37 
01:51:37 
01:51:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:38 
01:51:38 
01:51:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:39 --- javac err: ---
01:51:39 X.java:3: error: enum types must not be local
01:51:39 		enum E {}
01:51:39 		^
01:51:39 1 error
01:51:39 
01:51:39 
01:51:39 
01:51:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:40 --- javac err: ---
01:51:40 X.java:3: error: enum declarations allowed only in static contexts
01:51:40 		enum E {}
01:51:40 		^
01:51:40 1 error
01:51:40 
01:51:42 --- javac err: ---
01:51:42 X.java:4: error: enum declarations allowed only in static contexts
01:51:42 			enum E {}
01:51:42 			^
01:51:42 1 error
01:51:42 
01:51:42 
01:51:42 
01:51:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:44 --- javac err: ---
01:51:44 X.java:21: error: cannot find symbol
01:51:44   Zork z;
01:51:44   ^
01:51:44   symbol:   class Zork
01:51:44   location: class X
01:51:44 1 error
01:51:44 
01:51:44 
01:51:44 
01:51:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:45 
01:51:45 
01:51:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:46 --- javac err: ---
01:51:46 X.java:10: error: incomparable types: Test1 and Test2
01:51:46 		boolean b = t1 == t2;
01:51:46 		               ^
01:51:46 X.java:15: warning: [rawtypes] found raw type: Enum
01:51:46 	void foo3(Test1 t1, Enum t2) {
01:51:46 	                    ^
01:51:46   missing type arguments for generic class Enum<E>
01:51:46   where E is a type-variable:
01:51:46     E extends Enum<E> declared in class Enum
01:51:46 X.java:19: error: incomparable types: Test1 and Test2
01:51:46 		boolean booleanTest = (Test1.test11 == Test2.test22);
01:51:46 		                                    ^
01:51:46 2 errors
01:51:46 1 warning
01:51:46 
01:51:46 
01:51:46 
01:51:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:48 
01:51:48 
01:51:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:49 
01:51:49 
01:51:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:50 
01:51:50 
01:51:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:51 --- javac err: ---
01:51:51 X.java:5: error: clone() in Test1 cannot override clone() in Enum
01:51:51 		protected final Test1 clone() { return V; }
01:51:51 		                      ^
01:51:51   overridden method is final
01:51:51 1 error
01:51:51 
01:51:51 
01:51:51 
01:51:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:52 --- javac err: ---
01:51:52 java/lang/Object.java:1: error: package exists in another module: java.base
01:51:52 package java.lang;
01:51:52 ^
01:51:52 X.java:7: error: cannot find symbol
01:51:52 	Zork z;
01:51:52 	^
01:51:52   symbol:   class Zork
01:51:52   location: class X
01:51:52 2 errors
01:51:52 
01:51:52 
01:51:52 
01:51:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:54 
01:51:54 
01:51:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:55 --- javac err: ---
01:51:55 X.java:7: error: interface expected here
01:51:55 	class Member<E extends Object & Test1> {
01:51:55 	                                ^
01:51:55 1 error
01:51:55 
01:51:55 
01:51:55 
01:51:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:56 
01:51:56 
01:51:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:58 
01:51:58 
01:51:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:51:59 --- javac err: ---
01:51:59 X.java:1: error: X is not abstract and does not override abstract method foo() in I
01:51:59 public enum X implements I, J { 
01:51:59        ^
01:51:59 1 error
01:51:59 
01:52:00 --- javac err: ---
01:52:00 X.java:1: error: X is not abstract and does not override abstract method foo(int) in I
01:52:00 public enum X implements I, J { 
01:52:00        ^
01:52:00 1 error
01:52:00 
01:52:00 
01:52:00 
01:52:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:01 --- javac err: ---
01:52:01 X.java:3: warning: [rawtypes] found raw type: A
01:52:01 	public void foo(A a) {}
01:52:01 	                ^
01:52:01   missing type arguments for generic class A<T>
01:52:01   where T is a type-variable:
01:52:01     T extends Object declared in class A
01:52:01 1 warning
01:52:01 
01:52:03 --- javac err: ---
01:52:03 X.java:2: warning: [rawtypes] found raw type: A
01:52:03 	ROUGE { public void foo(A a) {} }
01:52:03 	                        ^
01:52:03   missing type arguments for generic class A<T>
01:52:03   where T is a type-variable:
01:52:03     T extends Object declared in class A
01:52:03 1 warning
01:52:03 
01:52:04 --- javac err: ---
01:52:04 X.java:1: error: X is not abstract and does not override abstract method foo(A) in I
01:52:04 public enum X implements I { 
01:52:04        ^
01:52:04 X.java:3: error: name clash: foo(A<String>) in X and foo(A) in I have the same erasure, yet neither overrides the other
01:52:04 	public void foo(A<String> a) {}
01:52:04 	            ^
01:52:04 X.java:5: warning: [rawtypes] found raw type: A
01:52:04 interface I { void foo(A a); }
01:52:04                        ^
01:52:04   missing type arguments for generic class A<T>
01:52:04   where T is a type-variable:
01:52:04     T extends Object declared in class A
01:52:04 2 errors
01:52:04 1 warning
01:52:04 
01:52:04 
01:52:04 
01:52:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:05 --- javac err: ---
01:52:05 E.java:6: error: an enum switch case label must be the unqualified name of an enumeration constant
01:52:05 			case BLUE:
01:52:05 			     ^
01:52:05 1 error
01:52:05 
01:52:05 
01:52:05 
01:52:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:06 --- javac err: ---
01:52:06 E.java:16: error: cannot find symbol
01:52:06   Zork z;
01:52:06   ^
01:52:06   symbol:   class Zork
01:52:06   location: class Colors
01:52:06 1 error
01:52:06 
01:52:06 
01:52:06 
01:52:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:07 --- javac err: ---
01:52:07 X.java:13: error: cannot select a static class from a parameterized type
01:52:07 		A<Integer>.E e1 = e;
01:52:07 		          ^
01:52:07 1 error
01:52:07 
01:52:07 
01:52:07 
01:52:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:09 --- javac err: ---
01:52:09 X.java:4: error: illegal reference to static field from initializer
01:52:09 		private final X thisOne = anEnumValue;
01:52:09 		                          ^
01:52:09 1 error
01:52:09 
01:52:09 
01:52:09 
01:52:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:10 --- javac err: ---
01:52:10 X.java:7: error: cannot find symbol
01:52:10       Zork z;
01:52:10       ^
01:52:10   symbol: class Zork
01:52:10 1 error
01:52:10 
01:52:10 
01:52:10 
01:52:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:11 --- javac err: ---
01:52:11 X.java:15: error: type argument Bar is not within bounds of type-variable U
01:52:11 	Foo<Bar> foo = null;
01:52:11 	    ^
01:52:11   where U is a type-variable:
01:52:11     U extends Foo<U> declared in class Foo
01:52:11 X.java:19: warning: [rawtypes] found raw type: Foo
01:52:11 class Bar extends Foo {
01:52:11                   ^
01:52:11   missing type arguments for generic class Foo<U>
01:52:11   where U is a type-variable:
01:52:11     U extends Foo<U> declared in class Foo
01:52:11 1 error
01:52:11 1 warning
01:52:11 
01:52:11 
01:52:11 
01:52:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:12 --- javac err: ---
01:52:12 BadEnum.java:10: error: class, interface, or enum expected
01:52:12 }
01:52:12 ^
01:52:12 1 error
01:52:12 
01:52:12 
01:52:12 
01:52:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:14 
01:52:14 
01:52:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:16 
01:52:16 
01:52:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:19 
01:52:19 
01:52:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:21 
01:52:21 
01:52:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:24 
01:52:24 
01:52:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:27 
01:52:27 
01:52:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:30 
01:52:30 
01:52:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:32 
01:52:32 
01:52:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:34 
01:52:34 
01:52:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:35 --- javac err: ---
01:52:35 X.java:3: error: Illegal static declaration in inner class <anonymous BugDemo$1>
01:52:35 		static int bar;
01:52:35 		           ^
01:52:35   modifier 'static' is only allowed in constant variable declarations
01:52:35 1 error
01:52:35 
01:52:35 
01:52:35 
01:52:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:37 --- javac err: ---
01:52:37 EnumTest.java:17: warning: [rawtypes] found raw type: Class
01:52:37 		Class c = Class.forName(className);
01:52:37 		^
01:52:37   missing type arguments for generic class Class<T>
01:52:37   where T is a type-variable:
01:52:37     T extends Object declared in class Class
01:52:37 EnumTest.java:18: warning: [unchecked] unchecked call to <A>getAnnotation(Class<A>) as a member of the raw type Class
01:52:37 		ExpectedModifiers em = (ExpectedModifiers) c.getAnnotation(ExpectedModifiers.class);
01:52:37 		                                                          ^
01:52:37   where A is a type-variable:
01:52:37     A extends Annotation declared in method <A>getAnnotation(Class<A>)
01:52:37 2 warnings
01:52:37 
01:52:37 
01:52:37 
01:52:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:38 --- javac err: ---
01:52:38 X.java:8: error: illegal reference to static field from initializer
01:52:38 		VALUE = null;
01:52:38 		^
01:52:38 X.java:9: error: illegal reference to static field from initializer
01:52:38 		ASD = 5;
01:52:38 		^
01:52:38 X.java:10: error: illegal reference to static field from initializer
01:52:38 		X.VALUE = null;
01:52:38 		 ^
01:52:38 X.java:11: error: illegal reference to static field from initializer
01:52:38 		X.ASD = 5;
01:52:38 		 ^
01:52:38 4 errors
01:52:38 
01:52:38 
01:52:38 
01:52:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:39 --- javac err: ---
01:52:39 X.java:6: error: illegal reference to static field from initializer
01:52:39 		BLEU = null;
01:52:39 		^
01:52:39 1 error
01:52:39 
01:52:39 
01:52:39 
01:52:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:40 --- javac err: ---
01:52:40 X.java:6: error: illegal reference to static field from initializer
01:52:40 		X x = BLEU.BLANC; // ko
01:52:40 		      ^
01:52:40 X.java:6: error: illegal reference to static field from initializer
01:52:40 		X x = BLEU.BLANC; // ko
01:52:40 		          ^
01:52:40 X.java:6: warning: [static] static variable should be qualified by type name, X, instead of by an expression
01:52:40 		X x = BLEU.BLANC; // ko
01:52:40 		          ^
01:52:40 X.java:7: error: illegal reference to static field from initializer
01:52:40 		X x2 = BLEU; // ko
01:52:40 		       ^
01:52:40 X.java:10: warning: [static] static variable should be qualified by type name, X, instead of by an expression
01:52:40 		X x = BLEU.BLANC; // ok
01:52:40 		          ^
01:52:40 X.java:13: error: illegal reference to static field from initializer
01:52:40 	X dummy = BLEU; // ko
01:52:40 	          ^
01:52:40 X.java:16: error: illegal reference to static field from initializer
01:52:40 		X x = BLEU.BLANC; // ko
01:52:40 		      ^
01:52:40 X.java:16: error: illegal reference to static field from initializer
01:52:40 		X x = BLEU.BLANC; // ko
01:52:40 		          ^
01:52:40 X.java:16: warning: [static] static variable should be qualified by type name, X, instead of by an expression
01:52:40 		X x = BLEU.BLANC; // ko
01:52:40 		          ^
01:52:40 X.java:17: error: illegal reference to static field from initializer
01:52:40 		X x2 = BLEU; // ko
01:52:40 		       ^
01:52:40 7 errors
01:52:40 3 warnings
01:52:40 
01:52:40 
01:52:40 
01:52:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:41 --- javac err: ---
01:52:41 X.java:7: warning: [rawtypes] found raw type: ArrayList
01:52:41 		 static ArrayList someList;
01:52:41 		        ^
01:52:41   missing type arguments for generic class ArrayList<E>
01:52:41   where E is a type-variable:
01:52:41     E extends Object declared in class ArrayList
01:52:41 X.java:10: error: illegal reference to static field from initializer
01:52:41 		 		 if (someList == null) {
01:52:41 		 		     ^
01:52:41 X.java:11: error: illegal reference to static field from initializer
01:52:41 		 		 		 someList = new ArrayList();
01:52:41 		 		 		 ^
01:52:41 X.java:11: warning: [rawtypes] found raw type: ArrayList
01:52:41 		 		 		 someList = new ArrayList();
01:52:41 		 		 		                ^
01:52:41   missing type arguments for generic class ArrayList<E>
01:52:41   where E is a type-variable:
01:52:41     E extends Object declared in class ArrayList
01:52:41 2 errors
01:52:41 2 warnings
01:52:41 
01:52:41 
01:52:41 
01:52:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:43 
01:52:43 
01:52:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:44 --- javac err: ---
01:52:44 X.java:4: error: illegal reference to static field from initializer
01:52:44 		final X a = A;
01:52:44 		            ^
01:52:44 X.java:5: error: illegal reference to static field from initializer
01:52:44 		final X a2 = B.A;
01:52:44 		             ^
01:52:44 X.java:5: error: illegal reference to static field from initializer
01:52:44 		final X a2 = B.A;
01:52:44 		              ^
01:52:44 X.java:5: warning: [static] static variable should be qualified by type name, X, instead of by an expression
01:52:44 		final X a2 = B.A;
01:52:44 		              ^
01:52:44 3 errors
01:52:44 1 warning
01:52:44 
01:52:44 
01:52:44 
01:52:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:45 --- javac err: ---
01:52:45 X.java:8: error: illegal reference to static field from initializer
01:52:45 		error = "error";
01:52:45 		^
01:52:45 1 error
01:52:45 
01:52:45 
01:52:45 
01:52:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:46 --- javac err: ---
01:52:46 X.java:8: error: an enum switch case label must be the unqualified name of an enumeration constant
01:52:46 		case (NORMAL) :
01:52:46 		     ^
01:52:46 1 error
01:52:46 
01:52:46 
01:52:46 
01:52:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:47 --- javac err: ---
01:52:47 Foo.java:4: error: illegal reference to static field from initializer
01:52:47     t[0]=x;
01:52:47     ^
01:52:47 1 error
01:52:47 
01:52:47 
01:52:47 
01:52:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:49 --- javac err: ---
01:52:49 X.java:4: error: non-static variable val cannot be referenced from a static context
01:52:49      val=3;  
01:52:49      ^
01:52:49 X.java:7: error: non-static variable val cannot be referenced from a static context
01:52:49      return Integer.toString(val);
01:52:49                              ^
01:52:49 2 errors
01:52:49 
01:52:49 
01:52:49 
01:52:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:50 --- javac err: ---
01:52:50 X.java:5: error: E is not abstract and does not override abstract method values() in I
01:52:50 		enum E implements I {
01:52:50 		^
01:52:50 1 error
01:52:50 
01:52:50 
01:52:50 
01:52:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:51 
01:52:51 
01:52:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:53 
01:52:53 
01:52:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:54 --- javac err: ---
01:52:54 X.java:3: warning: [rawtypes] found raw type: Enum
01:52:54 		Enum e = new Enum("foo", 2) {
01:52:54 		^
01:52:54   missing type arguments for generic class Enum<E>
01:52:54   where E is a type-variable:
01:52:54     E extends Enum<E> declared in class Enum
01:52:54 X.java:3: warning: [rawtypes] found raw type: Enum
01:52:54 		Enum e = new Enum("foo", 2) {
01:52:54 		             ^
01:52:54   missing type arguments for generic class Enum<E>
01:52:54   where E is a type-variable:
01:52:54     E extends Enum<E> declared in class Enum
01:52:54 X.java:3: error: classes cannot directly extend java.lang.Enum
01:52:54 		Enum e = new Enum("foo", 2) {
01:52:54 		                            ^
01:52:54 1 error
01:52:54 2 warnings
01:52:54 
01:52:54 
01:52:54 
01:52:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:55 
01:52:55 
01:52:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:58 
01:52:58 
01:52:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:52:59 
01:52:59 
01:52:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:01 
01:53:01 
01:53:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:02 
01:53:02 
01:53:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:03 --- javac err: ---
01:53:03 X.java:5: error: illegal reference to static field from initializer
01:53:03             System.out.printf("After the %s constructor\n",INITIAL);
01:53:03                                                            ^
01:53:03 1 error
01:53:03 
01:53:03 
01:53:03 
01:53:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:04 --- javac err: ---
01:53:04 X.java:12: error: variable b might not have been initialized
01:53:04         return b;
01:53:04                ^
01:53:04 1 error
01:53:04 
01:53:04 
01:53:04 
01:53:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:06 
01:53:06 
01:53:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:07 
01:53:07 
01:53:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:08 --- javac err: ---
01:53:08 X.java:7: error: <anonymous X$2> is not abstract and does not override abstract method eval(double,double) in <anonymous X$2>
01:53:08 	MINUS {
01:53:08 	^
01:53:08 1 error
01:53:08 
01:53:08 
01:53:08 
01:53:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:09 --- javac err: ---
01:53:09 X.java:7: error: <anonymous X$2> is not abstract and does not override abstract method eval2(double,double) in <anonymous X$2>
01:53:09 	MINUS {
01:53:09 	^
01:53:09 1 error
01:53:09 
01:53:09 
01:53:09 
01:53:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:11 
01:53:11 
01:53:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:12 --- javac err: ---
01:53:12 X.java:4: error: incompatible types: X cannot be converted to Runnable
01:53:12 		Runnable r = (Runnable)x;
01:53:12 		                       ^
01:53:12 1 error
01:53:12 
01:53:12 
01:53:12 
01:53:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:13 
01:53:13 
01:53:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:14 --- javac err: ---
01:53:14 X.java:2: error: <anonymous X$1> is not abstract and does not override abstract method a() in <anonymous X$1>
01:53:14   A {
01:53:14   ^
01:53:14 1 error
01:53:14 
01:53:14 
01:53:14 
01:53:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:15 --- javac err: ---
01:53:15 X.java:1: error: '{' expected
01:53:15 public enum X<T> {}
01:53:15              ^
01:53:15 X.java:1: error: <identifier> expected
01:53:15 public enum X<T> {}
01:53:15                 ^
01:53:15 X.java:1: error: reached end of file while parsing
01:53:15 public enum X<T> {}
01:53:15                    ^
01:53:15 3 errors
01:53:15 
01:53:15 
01:53:15 
01:53:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:17 --- javac err: ---
01:53:17 ClassC.java:3: warning: [static] static variable should be qualified by type name, EnumA, instead of by an expression
01:53:17     EnumA.B1.B1.foo();
01:53:17             ^
01:53:17 ClassC.java:4: warning: [static] static variable should be qualified by type name, EnumA, instead of by an expression
01:53:17     EnumA.B1.B2.foo();
01:53:17             ^
01:53:17 2 warnings
01:53:17 
01:53:17 
01:53:17 
01:53:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:18 --- javac err: ---
01:53:18 X.java:16: error: variable test might not have been initialized
01:53:18 	}
01:53:18 	^
01:53:18 1 error
01:53:18 
01:53:18 
01:53:18 
01:53:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:19 --- javac err: ---
01:53:19 X.java:16: error: variable test might not have been initialized
01:53:19 	}
01:53:19 	^
01:53:19 1 error
01:53:19 
01:53:19 
01:53:19 
01:53:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:20 --- javac err: ---
01:53:20 p/X.java:3: error: modifier abstract not allowed here
01:53:20 	public abstract enum E {
01:53:20 	                ^
01:53:20 1 error
01:53:20 
01:53:21 --- javac err: ---
01:53:21 Y.java:1: error: package p does not exist
01:53:21 import p.X;
01:53:21         ^
01:53:21 Y.java:4: error: package X does not exist
01:53:21 		System.out.println(X.E.SUCCESS);
01:53:21 		                    ^
01:53:21 2 errors
01:53:21 
01:53:21 
01:53:21 
01:53:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:22 --- javac err: ---
01:53:22 p/X.java:3: error: modifier abstract not allowed here
01:53:22 	public abstract enum E implements Runnable {
01:53:22 	                ^
01:53:22 1 error
01:53:22 
01:53:24 --- javac err: ---
01:53:24 Y.java:1: error: package p does not exist
01:53:24 import p.X;
01:53:24         ^
01:53:24 Y.java:4: error: package X does not exist
01:53:24 		System.out.println(X.E.SUCCESS);
01:53:24 		                    ^
01:53:24 2 errors
01:53:24 
01:53:24 
01:53:24 
01:53:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:25 
01:53:25 
01:53:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:28 
01:53:28 
01:53:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:29 
01:53:29 
01:53:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:32 
01:53:32 
01:53:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:33 --- javac err: ---
01:53:33 TestEnum.java:6: error: illegal reference to static field from initializer
01:53:33         TestEnum.test=10;
01:53:33                 ^
01:53:33 1 error
01:53:33 
01:53:33 
01:53:33 
01:53:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:34 --- javac err: ---
01:53:34 TestEnum2.java:5: error: illegal reference to static field from initializer
01:53:34         TestEnum2.test=11;
01:53:34                  ^
01:53:34 1 error
01:53:34 
01:53:34 
01:53:34 
01:53:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:35 
01:53:35 
01:53:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:37 
01:53:37 
01:53:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:38 --- javac err: ---
01:53:38 Foo.java:5: error: illegal reference to static field from initializer
01:53:38 		this(Foo.val);
01:53:38 		        ^
01:53:38 Foo.java:6: error: illegal reference to static field from initializer
01:53:38 		System.out.println(Foo.val);
01:53:38 		                      ^
01:53:38 Foo.java:10: error: illegal reference to static field from initializer
01:53:38 		System.out.println(Foo.val);
01:53:38 		                      ^
01:53:38 Foo.java:12: error: illegal reference to static field from initializer
01:53:38 	int field = Foo.val;
01:53:38 	               ^
01:53:38 4 errors
01:53:38 
01:53:38 
01:53:38 
01:53:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:39 --- javac err: ---
01:53:39 Foo.java:5: error: illegal reference to static field from initializer
01:53:39 		this(val);
01:53:39 		     ^
01:53:39 Foo.java:6: error: illegal reference to static field from initializer
01:53:39 		System.out.println(val);
01:53:39 		                   ^
01:53:39 Foo.java:10: error: illegal reference to static field from initializer
01:53:39 		System.out.println(val);
01:53:39 		                   ^
01:53:39 Foo.java:12: error: illegal reference to static field from initializer
01:53:39 	int field = val;
01:53:39 	            ^
01:53:39 4 errors
01:53:39 
01:53:39 
01:53:39 
01:53:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:40 --- javac err: ---
01:53:40 Foo.java:5: error: cannot reference this before supertype constructor has been called
01:53:40 		this(get().val);
01:53:40 		     ^
01:53:40 Foo.java:5: error: illegal reference to static field from initializer
01:53:40 		this(get().val);
01:53:40 		          ^
01:53:40 Foo.java:5: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
01:53:40 		this(get().val);
01:53:40 		          ^
01:53:40 Foo.java:6: error: illegal reference to static field from initializer
01:53:40 		System.out.println(get().val);
01:53:40 		                        ^
01:53:40 Foo.java:6: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
01:53:40 		System.out.println(get().val);
01:53:40 		                        ^
01:53:40 Foo.java:10: error: illegal reference to static field from initializer
01:53:40 		System.out.println(get().val);
01:53:40 		                        ^
01:53:40 Foo.java:10: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
01:53:40 		System.out.println(get().val);
01:53:40 		                        ^
01:53:40 Foo.java:12: error: illegal reference to static field from initializer
01:53:40 	int field = get().val;
01:53:40 	                 ^
01:53:40 Foo.java:12: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
01:53:40 	int field = get().val;
01:53:40 	                 ^
01:53:40 5 errors
01:53:40 4 warnings
01:53:40 
01:53:40 
01:53:40 
01:53:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:42 --- javac err: ---
01:53:42 Foo.java:5: error: cannot reference this before supertype constructor has been called
01:53:42 		this(get().val = 1);
01:53:42 		     ^
01:53:42 Foo.java:5: error: illegal reference to static field from initializer
01:53:42 		this(get().val = 1);
01:53:42 		          ^
01:53:42 Foo.java:5: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
01:53:42 		this(get().val = 1);
01:53:42 		          ^
01:53:42 Foo.java:6: error: illegal reference to static field from initializer
01:53:42 		System.out.println(get().val = 2);
01:53:42 		                        ^
01:53:42 Foo.java:6: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
01:53:42 		System.out.println(get().val = 2);
01:53:42 		                        ^
01:53:42 Foo.java:10: error: illegal reference to static field from initializer
01:53:42 		System.out.println(get().val = 3);
01:53:42 		                        ^
01:53:42 Foo.java:10: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
01:53:42 		System.out.println(get().val = 3);
01:53:42 		                        ^
01:53:42 Foo.java:12: error: illegal reference to static field from initializer
01:53:42 	int field = get().val = 4;
01:53:42 	                 ^
01:53:42 Foo.java:12: warning: [static] static variable should be qualified by type name, Foo, instead of by an expression
01:53:42 	int field = get().val = 4;
01:53:42 	                 ^
01:53:42 5 errors
01:53:42 4 warnings
01:53:42 
01:53:42 
01:53:42 
01:53:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:43 
01:53:43 
01:53:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:44 --- javac err: ---
01:53:44 Status.java:11: error: illegal reference to static field from initializer
01:53:44 		if (Status.mapping == null) {
01:53:44 		          ^
01:53:44 Status.java:12: error: illegal reference to static field from initializer
01:53:44 			Status.mapping = new HashMap<Byte, Status>();
01:53:44 			      ^
01:53:44 Status.java:15: error: illegal reference to static field from initializer
01:53:44 		Status.mapping.put(newValue, this);
01:53:44 		      ^
01:53:44 3 errors
01:53:44 
01:53:44 
01:53:44 
01:53:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:46 
01:53:46 
01:53:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:47 --- javac err: ---
01:53:47 X.java:3: error: method valueOf(String) is already defined in enum X
01:53:47 	private X valueOf(String arg0) { return null; }
01:53:47 	          ^
01:53:47 1 error
01:53:47 
01:53:47 
01:53:47 
01:53:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:48 --- javac err: ---
01:53:48 X.java:3: error: variable dupField is already defined in class Other
01:53:48 	int dupField;//2
01:53:48 	    ^
01:53:48 X.java:4: error: variable dupField is already defined in class Other
01:53:48 	int dupField;//3
01:53:48 	    ^
01:53:48 X.java:5: error: variable dupField is already defined in class Other
01:53:48 	int dupField;//4
01:53:48 	    ^
01:53:48 X.java:7: error: method dupMethod(int) is already defined in class Other
01:53:48 	void dupMethod(int i) {}//6
01:53:48 	     ^
01:53:48 X.java:8: error: method dupMethod(int) is already defined in class Other
01:53:48 	void dupMethod(int i) {}//7
01:53:48 	     ^
01:53:48 X.java:9: error: method dupMethod(int) is already defined in class Other
01:53:48 	void dupMethod(int i) {}//8
01:53:48 	     ^
01:53:48 X.java:17: error: method valueOf(String) is already defined in enum X
01:53:48         private X valueOf(String arg0) { return null; }//9
01:53:48                   ^
01:53:48 X.java:18: error: method valueOf(String) is already defined in enum X
01:53:48         private X valueOf(String arg0) { return null; }//10
01:53:48                   ^
01:53:48 X.java:19: error: method valueOf(String) is already defined in enum X
01:53:48         private X valueOf(String arg0) { return null; }//11
01:53:48                   ^
01:53:48 X.java:11: error: incompatible types: void cannot be converted to int
01:53:48 		int i = dupMethod(dupField);
01:53:48 		                 ^
01:53:48 X.java:21: error: incompatible types: X cannot be converted to int
01:53:48         	int i = valueOf("");
01:53:48         	               ^
01:53:48 11 errors
01:53:48 
01:53:48 
01:53:48 
01:53:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:49 --- javac err: ---
01:53:49 X.java:3: error: method valueOf(String) is already defined in enum X
01:53:49         private int valueOf(String arg0) { return 0; }//11
01:53:49                     ^
01:53:49 X.java:5: error: incompatible types: X cannot be converted to int
01:53:49         	int i = valueOf("");
01:53:49         	               ^
01:53:49 2 errors
01:53:49 
01:53:49 
01:53:49 
01:53:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:50 --- javac err: ---
01:53:50 X.java:3: error: method valueOf(String) is already defined in enum X
01:53:50     static int valueOf(String arg0) { return 0; }//9
01:53:50                ^
01:53:50 X.java:5: error: incompatible types: X cannot be converted to int
01:53:50     	int i = X.valueOf("");
01:53:50     	                 ^
01:53:50 Other.java:3: error: incompatible types: X cannot be converted to int
01:53:50     	int i = X.valueOf("");
01:53:50     	                 ^
01:53:50 3 errors
01:53:50 
01:53:51 --- javac err: ---
01:53:51 Other.java:3: error: cannot find symbol
01:53:51     	int i = X.valueOf("");
01:53:51     	        ^
01:53:51   symbol:   variable X
01:53:51   location: class Other
01:53:51 1 error
01:53:51 
01:53:51 
01:53:51 
01:53:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:53 --- javac err: ---
01:53:53 X.java:2: error: self-reference in initializer
01:53:53     CRAZY(CRAZY), // <-- illegal forward reference reported by all compilers
01:53:53           ^
01:53:53 X.java:3: error: self-reference in initializer
01:53:53     IMPOSSIBLE(BadEnum.IMPOSSIBLE); // <-- illegal forward reference (javac 1.6 only)
01:53:53                       ^
01:53:53 X.java:8: error: self-reference in initializer
01:53:53     X x1 = new X(x1);//1 - WRONG
01:53:53                  ^
01:53:53 X.java:17: error: self-reference in initializer
01:53:53     X x1 = new X(x1);//6 - WRONG
01:53:53                  ^
01:53:53 4 errors
01:53:53 
01:53:53 
01:53:53 
01:53:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:54 --- javac err: ---
01:53:54 X.java:2: error: self-reference in initializer
01:53:54     NOWAY(BadEnum.NOWAY.CONST),
01:53:54                  ^
01:53:54 X.java:2: warning: [static] static variable should be qualified by type name, BadEnum, instead of by an expression
01:53:54     NOWAY(BadEnum.NOWAY.CONST),
01:53:54                        ^
01:53:54 X.java:3: error: self-reference in initializer
01:53:54     INVALID(INVALID.CONST),
01:53:54             ^
01:53:54 X.java:3: warning: [static] static variable should be qualified by type name, BadEnum, instead of by an expression
01:53:54     INVALID(INVALID.CONST),
01:53:54                    ^
01:53:54 X.java:4: error: self-reference in initializer
01:53:54     WRONG(WRONG.VALUE()),
01:53:54           ^
01:53:54 X.java:4: warning: [static] static method should be qualified by type name, BadEnum, instead of by an expression
01:53:54     WRONG(WRONG.VALUE()),
01:53:54                ^
01:53:54 X.java:5: error: self-reference in initializer
01:53:54     ILLEGAL(ILLEGAL.value());
01:53:54             ^
01:53:54 X.java:14: error: self-reference in initializer
01:53:54     X x4 = new X(x4.CONST);//4 - WRONG
01:53:54                  ^
01:53:54 X.java:14: warning: [static] static variable should be qualified by type name, X, instead of by an expression
01:53:54     X x4 = new X(x4.CONST);//4 - WRONG
01:53:54                    ^
01:53:54 X.java:15: error: self-reference in initializer
01:53:54     X x5 = new X(x5.value());//5 - WRONG
01:53:54                  ^
01:53:54 6 errors
01:53:54 4 warnings
01:53:54 
01:53:54 
01:53:54 
01:53:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:55 --- javac err: ---
01:53:55 X.java:3: error: illegal forward reference
01:53:55     Tuesday("Tue", Days.Wednesday.hashCode()),   // should complain since enum constant
01:53:55                        ^
01:53:55 X.java:4: error: illegal forward reference
01:53:55     Wednesday("Wed", OFFSET + 2);   // should complain since unqualified
01:53:55                      ^
01:53:55 X.java:12: error: illegal forward reference
01:53:55     public static final int BAR = OFFSET + 1;
01:53:55                                   ^
01:53:55 3 errors
01:53:55 
01:53:55 
01:53:55 
01:53:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:56 
01:53:56 
01:53:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:58 
01:53:58 
01:53:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:53:59 --- javac err: ---
01:53:59 E.java:2: error: illegal forward reference
01:53:59 	A(E.STATIK);
01:53:59 	   ^
01:53:59 E2.java:2: error: illegal forward reference
01:53:59 	A(E2.STATIK);
01:53:59 	    ^
01:53:59 2 errors
01:53:59 
01:53:59 
01:53:59 
01:53:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:00 --- javac err: ---
01:54:00 X.java:12: warning: [rawtypes] found raw type: Map
01:54:00 		Map m = new HashMap();
01:54:00 		^
01:54:00   missing type arguments for generic class Map<K,V>
01:54:00   where K,V are type-variables:
01:54:00     K extends Object declared in interface Map
01:54:00     V extends Object declared in interface Map
01:54:00 X.java:12: warning: [rawtypes] found raw type: HashMap
01:54:00 		Map m = new HashMap();
01:54:00 		            ^
01:54:00   missing type arguments for generic class HashMap<K,V>
01:54:00   where K,V are type-variables:
01:54:00     K extends Object declared in class HashMap
01:54:00     V extends Object declared in class HashMap
01:54:00 X.java:13: warning: [rawtypes] found raw type: Enum
01:54:00 		for (Enum e : enumConstant.getDeclaringClass().getEnumConstants()) {
01:54:00 		     ^
01:54:00   missing type arguments for generic class Enum<E>
01:54:00   where E is a type-variable:
01:54:00     E extends Enum<E> declared in class Enum
01:54:00 X.java:14: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
01:54:00 			m.put(e.name(), e);
01:54:00 			     ^
01:54:00   where K,V are type-variables:
01:54:00     K extends Object declared in interface Map
01:54:00     V extends Object declared in interface Map
01:54:00 4 warnings
01:54:00 
01:54:00 
01:54:00 
01:54:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:02 --- javac err: ---
01:54:02 X.java:9: warning: [rawtypes] found raw type: Enum
01:54:02 		i(new Enum[] {A.L, A.M, A.N, A.O});
01:54:02 		      ^
01:54:02   missing type arguments for generic class Enum<E>
01:54:02   where E is a type-variable:
01:54:02     E extends Enum<E> declared in class Enum
01:54:02 X.java:11: warning: [rawtypes] found raw type: Enum
01:54:02 	static void i(Enum[] tab) {
01:54:02 	              ^
01:54:02   missing type arguments for generic class Enum<E>
01:54:02   where E is a type-variable:
01:54:02     E extends Enum<E> declared in class Enum
01:54:02 X.java:12: warning: [rawtypes] found raw type: Map
01:54:02 		Map m = new HashMap();
01:54:02 		^
01:54:02   missing type arguments for generic class Map<K,V>
01:54:02   where K,V are type-variables:
01:54:02     K extends Object declared in interface Map
01:54:02     V extends Object declared in interface Map
01:54:02 X.java:12: warning: [rawtypes] found raw type: HashMap
01:54:02 		Map m = new HashMap();
01:54:02 		            ^
01:54:02   missing type arguments for generic class HashMap<K,V>
01:54:02   where K,V are type-variables:
01:54:02     K extends Object declared in class HashMap
01:54:02     V extends Object declared in class HashMap
01:54:02 X.java:13: warning: [rawtypes] found raw type: Enum
01:54:02 		for (Enum s : tab) {
01:54:02 		     ^
01:54:02   missing type arguments for generic class Enum<E>
01:54:02   where E is a type-variable:
01:54:02     E extends Enum<E> declared in class Enum
01:54:02 X.java:14: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
01:54:02 			m.put(s.name(), s);
01:54:02 			     ^
01:54:02   where K,V are type-variables:
01:54:02     K extends Object declared in interface Map
01:54:02     V extends Object declared in interface Map
01:54:02 6 warnings
01:54:02 
01:54:02 
01:54:02 
01:54:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:03 --- javac err: ---
01:54:03 X.java:6: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
01:54:03 	X(@Deprecated String s) {
01:54:03 	                     ^
01:54:03 1 warning
01:54:03 
01:54:05 
01:54:05 
01:54:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:06 --- javac err: ---
01:54:06 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
01:54:06 	X(@Deprecated String s, int i, @Deprecated String name) {
01:54:06 	                     ^
01:54:06 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
01:54:06 	X(@Deprecated String s, int i, @Deprecated String name) {
01:54:06 	                                                  ^
01:54:06 2 warnings
01:54:06 
01:54:07 
01:54:07 
01:54:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:08 --- javac err: ---
01:54:08 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
01:54:08 		Y(@Deprecated String s, int i, @Deprecated String name) {
01:54:08 		                     ^
01:54:08 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
01:54:08 		Y(@Deprecated String s, int i, @Deprecated String name) {
01:54:08 		                                                  ^
01:54:08 2 warnings
01:54:08 
01:54:10 
01:54:10 
01:54:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:11 --- javac err: ---
01:54:11 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
01:54:11 		Y(@Deprecated String s, int i, @Deprecated String name) {
01:54:11 		                     ^
01:54:11 X.java:8: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
01:54:11 		Y(@Deprecated String s, int i, @Deprecated String name) {
01:54:11 		                                                  ^
01:54:11 2 warnings
01:54:11 
01:54:13 
01:54:13 
01:54:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:15 
01:54:15 
01:54:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:18 
01:54:18 
01:54:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:19 
01:54:19 
01:54:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:20 
01:54:20 
01:54:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:22 
01:54:22 
01:54:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:23 
01:54:23 
01:54:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:24 --- javac err: ---
01:54:24 X.java:2: error: unreported exception Exception; must be caught or declared to be thrown
01:54:24   A, B;
01:54:24   ^
01:54:24 X.java:2: error: unreported exception Exception; must be caught or declared to be thrown
01:54:24   A, B;
01:54:24      ^
01:54:24 2 errors
01:54:24 
01:54:24 
01:54:24 
01:54:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:26 
01:54:26 
01:54:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:27 --- javac err: ---
01:54:27 Y.java:10: warning: [fallthrough] possible fall-through into case
01:54:27  			default : System.out.println("unknown"); break;
01:54:27  			^
01:54:27 1 warning
01:54:27 
01:54:27 
01:54:27 
01:54:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:28 
01:54:28 
01:54:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:30 
01:54:30 
01:54:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:31 
01:54:31 
01:54:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:32 --- javac err: ---
01:54:32 Y.java:10: error: missing return statement
01:54:32     }
01:54:32     ^
01:54:32 1 error
01:54:32 
01:54:32 
01:54:32 
01:54:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:33 --- javac err: ---
01:54:33 X.java:1: error: '{' expected
01:54:33 public enum X<T> {
01:54:33              ^
01:54:33 X.java:1: error: <identifier> expected
01:54:33 public enum X<T> {
01:54:33                 ^
01:54:33 X.java:2: error: <identifier> expected
01:54:33 	OBJ;
01:54:33 	   ^
01:54:33 X.java:3: error: reached end of file while parsing
01:54:33 }
01:54:33  ^
01:54:33 4 errors
01:54:33 
01:54:33 
01:54:33 
01:54:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:34 
01:54:34 
01:54:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:35 
01:54:35 
01:54:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:37 
01:54:37 
01:54:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:37 ***************************************************************************
01:54:37 * Comparison with Sun Javac compiler for class MethodVerifyTest (null tests)
01:54:37 ***************************************************************************
01:54:38 --- javac err: ---
01:54:38 Y.java:1: error: name clash: foo(T) in Y and foo(A) in X have the same erasure, yet neither overrides the other
01:54:38 public class Y<T> extends X<A> { public void foo(T t) {} }
01:54:38                                              ^
01:54:38   where T is a type-variable:
01:54:38     T extends Object declared in class Y
01:54:38 1 error
01:54:38 
01:54:38 
01:54:38 
01:54:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:39 --- javac err: ---
01:54:39 J.java:1: error: J is not abstract and does not override abstract method foo(A) in I
01:54:39 public class J<T> implements I<A> { public void foo(T t) {} }
01:54:39        ^
01:54:39 J.java:1: error: name clash: foo(T) in J and foo(A) in I have the same erasure, yet neither overrides the other
01:54:39 public class J<T> implements I<A> { public void foo(T t) {} }
01:54:39                                                 ^
01:54:39   where T is a type-variable:
01:54:39     T extends Object declared in class J
01:54:39 2 errors
01:54:39 
01:54:39 
01:54:39 
01:54:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:40 --- javac err: ---
01:54:40 YY.java:1: warning: [rawtypes] found raw type: X
01:54:40 public class YY<T> extends X { public void foo(T t) {} }
01:54:40                            ^
01:54:40   missing type arguments for generic class X<U>
01:54:40   where U is a type-variable:
01:54:40     U extends Object declared in class X
01:54:40 YY.java:1: error: name clash: foo(T) in YY and foo(Object) in X have the same erasure, yet neither overrides the other
01:54:40 public class YY<T> extends X { public void foo(T t) {} }
01:54:40                                            ^
01:54:40   where T is a type-variable:
01:54:40     T extends Object declared in class YY
01:54:40 1 error
01:54:40 1 warning
01:54:40 
01:54:40 
01:54:40 
01:54:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:41 --- javac err: ---
01:54:41 JJ.java:1: warning: [rawtypes] found raw type: I
01:54:41 public class JJ<T> implements I { public void foo(T t) {} }
01:54:41                               ^
01:54:41   missing type arguments for generic class I<U>
01:54:41   where U is a type-variable:
01:54:41     U extends Object declared in interface I
01:54:41 JJ.java:1: error: JJ is not abstract and does not override abstract method foo(Object) in I
01:54:41 public class JJ<T> implements I { public void foo(T t) {} }
01:54:41        ^
01:54:41 JJ.java:1: error: name clash: foo(T) in JJ and foo(Object) in I have the same erasure, yet neither overrides the other
01:54:41 public class JJ<T> implements I { public void foo(T t) {} }
01:54:41                                               ^
01:54:41   where T is a type-variable:
01:54:41     T extends Object declared in class JJ
01:54:41 2 errors
01:54:41 1 warning
01:54:41 
01:54:41 
01:54:41 
01:54:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:42 
01:54:42 
01:54:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:43 
01:54:43 
01:54:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:44 --- javac err: ---
01:54:44 Y.java:1: error: name clash: foo(T) in Y and foo(A) in X have the same erasure, yet neither overrides the other
01:54:44 public class Y<T> extends X<A> { public void foo(T t) {} }
01:54:44                                              ^
01:54:44   where T is a type-variable:
01:54:44     T extends Object declared in class Y
01:54:44 1 error
01:54:44 
01:54:44 
01:54:44 
01:54:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:45 --- javac err: ---
01:54:45 J.java:1: error: J is not abstract and does not override abstract method foo(A) in I
01:54:45 public class J<T> implements I<A> { public void foo(T t) {} }
01:54:45        ^
01:54:45 J.java:1: error: name clash: foo(T) in J and foo(A) in I have the same erasure, yet neither overrides the other
01:54:45 public class J<T> implements I<A> { public void foo(T t) {} }
01:54:45                                                 ^
01:54:45   where T is a type-variable:
01:54:45     T extends Object declared in class J
01:54:45 2 errors
01:54:45 
01:54:45 
01:54:45 
01:54:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:47 --- javac err: ---
01:54:47 YY.java:1: warning: [rawtypes] found raw type: X
01:54:47 public class YY<T> extends X { public void foo(T t) {} }
01:54:47                            ^
01:54:47   missing type arguments for generic class X<U>
01:54:47   where U is a type-variable:
01:54:47     U extends Object declared in class X
01:54:47 YY.java:1: error: name clash: foo(T) in YY and foo(Object) in X have the same erasure, yet neither overrides the other
01:54:47 public class YY<T> extends X { public void foo(T t) {} }
01:54:47                                            ^
01:54:47   where T is a type-variable:
01:54:47     T extends Object declared in class YY
01:54:47 1 error
01:54:47 1 warning
01:54:47 
01:54:47 
01:54:47 
01:54:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:48 --- javac err: ---
01:54:48 JJ.java:1: warning: [rawtypes] found raw type: I
01:54:48 public class JJ<T> implements I { public void foo(T t) {} }
01:54:48                               ^
01:54:48   missing type arguments for generic class I<U>
01:54:48   where U is a type-variable:
01:54:48     U extends Object declared in interface I
01:54:48 JJ.java:1: error: JJ is not abstract and does not override abstract method foo(Object) in I
01:54:48 public class JJ<T> implements I { public void foo(T t) {} }
01:54:48        ^
01:54:48 JJ.java:1: error: name clash: foo(T) in JJ and foo(Object) in I have the same erasure, yet neither overrides the other
01:54:48 public class JJ<T> implements I { public void foo(T t) {} }
01:54:48                                               ^
01:54:48   where T is a type-variable:
01:54:48     T extends Object declared in class JJ
01:54:48 2 errors
01:54:48 1 warning
01:54:48 
01:54:48 
01:54:48 
01:54:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:49 
01:54:49 
01:54:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:50 
01:54:50 
01:54:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:52 --- javac err: ---
01:54:52 Y.java:1: error: name clash: foo(T) in Y and foo(A) in X have the same erasure, yet neither overrides the other
01:54:52 public class Y<T> extends X<A> { public void foo(T t) {} }
01:54:52                                              ^
01:54:52   where T is a type-variable:
01:54:52     T extends Object declared in class Y
01:54:52 1 error
01:54:52 
01:54:52 
01:54:52 
01:54:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:54 --- javac err: ---
01:54:54 J.java:1: error: J is not abstract and does not override abstract method foo(A) in I
01:54:54 public class J<T> implements I<A> { public void foo(T t) {} }
01:54:54        ^
01:54:54 J.java:1: error: name clash: foo(T) in J and foo(A) in I have the same erasure, yet neither overrides the other
01:54:54 public class J<T> implements I<A> { public void foo(T t) {} }
01:54:54                                                 ^
01:54:54   where T is a type-variable:
01:54:54     T extends Object declared in class J
01:54:54 2 errors
01:54:54 
01:54:54 
01:54:54 
01:54:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:56 --- javac err: ---
01:54:56 YY.java:1: warning: [rawtypes] found raw type: X
01:54:56 public class YY<T> extends X { public void foo(T t) {} }
01:54:56                            ^
01:54:56   missing type arguments for generic class X<U>
01:54:56   where U is a type-variable:
01:54:56     U extends Object declared in class X
01:54:56 YY.java:1: error: name clash: foo(T) in YY and foo(Object) in X have the same erasure, yet neither overrides the other
01:54:56 public class YY<T> extends X { public void foo(T t) {} }
01:54:56                                            ^
01:54:56   where T is a type-variable:
01:54:56     T extends Object declared in class YY
01:54:56 1 error
01:54:56 1 warning
01:54:56 
01:54:56 
01:54:56 
01:54:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:54:59 --- javac err: ---
01:54:59 JJ.java:1: warning: [rawtypes] found raw type: I
01:54:59 public class JJ<T> implements I { public void foo(T t) {} }
01:54:59                               ^
01:54:59   missing type arguments for generic class I<U>
01:54:59   where U is a type-variable:
01:54:59     U extends Object declared in interface I
01:54:59 JJ.java:1: error: JJ is not abstract and does not override abstract method foo(Object) in I
01:54:59 public class JJ<T> implements I { public void foo(T t) {} }
01:54:59        ^
01:54:59 JJ.java:1: error: name clash: foo(T) in JJ and foo(Object) in I have the same erasure, yet neither overrides the other
01:54:59 public class JJ<T> implements I { public void foo(T t) {} }
01:54:59                                               ^
01:54:59   where T is a type-variable:
01:54:59     T extends Object declared in class JJ
01:54:59 2 errors
01:54:59 1 warning
01:54:59 
01:54:59 
01:54:59 
01:54:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:01 
01:55:01 
01:55:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:03 
01:55:03 
01:55:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:04 --- javac err: ---
01:55:04 ALL.java:5: error: J is not abstract and does not override abstract method foo() in I
01:55:04 class J<T> implements I<B> { public T foo() {return null;} }
01:55:04 ^
01:55:04 ALL.java:5: error: foo() in J cannot implement foo() in I
01:55:04 class J<T> implements I<B> { public T foo() {return null;} }
01:55:04                                       ^
01:55:04   return type T is not compatible with B
01:55:04   where T,U are type-variables:
01:55:04     T extends Object declared in class J
01:55:04     U extends Object declared in interface I
01:55:04 ALL.java:7: warning: [rawtypes] found raw type: I
01:55:04 class L<T> implements I { public T foo() {return null;} }
01:55:04                       ^
01:55:04   missing type arguments for generic class I<U>
01:55:04   where U is a type-variable:
01:55:04     U extends Object declared in interface I
01:55:04 ALL.java:8: error: foo() in Y cannot override foo() in X
01:55:04 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
01:55:04                                              ^
01:55:04   return type T is not compatible with A
01:55:04   where T,U are type-variables:
01:55:04     T extends Object declared in class Y
01:55:04     U extends Object declared in class X
01:55:04 ALL.java:8: error: method does not override or implement a method from a supertype
01:55:04 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
01:55:04                           ^
01:55:04 ALL.java:8: error: incompatible types: A cannot be converted to T
01:55:04 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
01:55:04                                                                      ^
01:55:04   where T is a type-variable:
01:55:04     T extends Object declared in class Y
01:55:04 ALL.java:10: warning: [rawtypes] found raw type: X
01:55:04 class W<T> extends X { @Override public T foo() { return super.foo(); } }
01:55:04                    ^
01:55:04   missing type arguments for generic class X<U>
01:55:04   where U is a type-variable:
01:55:04     U extends Object declared in class X
01:55:04 ALL.java:10: error: incompatible types: Object cannot be converted to T
01:55:04 class W<T> extends X { @Override public T foo() { return super.foo(); } }
01:55:04                                                                   ^
01:55:04   where T is a type-variable:
01:55:04     T extends Object declared in class W
01:55:04 6 errors
01:55:04 2 warnings
01:55:04 
01:55:04 
01:55:04 
01:55:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:05 --- javac err: ---
01:55:05 J.java:1: error: J is not abstract and does not override abstract method foo() in I
01:55:05 class J<T> implements I<B> { public T foo() {return null;} }
01:55:05 ^
01:55:05 J.java:1: error: foo() in J cannot implement foo() in I
01:55:05 class J<T> implements I<B> { public T foo() {return null;} }
01:55:05                                       ^
01:55:05   return type T is not compatible with B
01:55:05   where T,U are type-variables:
01:55:05     T extends Object declared in class J
01:55:05     U extends Object declared in interface I
01:55:05 L.java:1: warning: [rawtypes] found raw type: I
01:55:05 class L<T> implements I { public T foo() {return null;} }
01:55:05                       ^
01:55:05   missing type arguments for generic class I<U>
01:55:05   where U is a type-variable:
01:55:05     U extends Object declared in interface I
01:55:05 Y.java:1: error: foo() in Y cannot override foo() in X
01:55:05 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
01:55:05                                              ^
01:55:05   return type T is not compatible with A
01:55:05   where T,U are type-variables:
01:55:05     T extends Object declared in class Y
01:55:05     U extends Object declared in class X
01:55:05 Y.java:1: error: method does not override or implement a method from a supertype
01:55:05 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
01:55:05                           ^
01:55:05 Y.java:1: error: incompatible types: A cannot be converted to T
01:55:05 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
01:55:05                                                                      ^
01:55:05   where T is a type-variable:
01:55:05     T extends Object declared in class Y
01:55:05 W.java:1: warning: [rawtypes] found raw type: X
01:55:05 class W<T> extends X { @Override public T foo() { return super.foo(); } }
01:55:05                    ^
01:55:05   missing type arguments for generic class X<U>
01:55:05   where U is a type-variable:
01:55:05     U extends Object declared in class X
01:55:05 W.java:1: error: incompatible types: Object cannot be converted to T
01:55:05 class W<T> extends X { @Override public T foo() { return super.foo(); } }
01:55:05                                                                   ^
01:55:05   where T is a type-variable:
01:55:05     T extends Object declared in class W
01:55:05 6 errors
01:55:05 2 warnings
01:55:05 
01:55:05 
01:55:05 
01:55:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:08 --- javac err: ---
01:55:08 J.java:1: error: J is not abstract and does not override abstract method foo() in I
01:55:08 class J<T> implements I<B> { public T foo() {return null;} }
01:55:08 ^
01:55:08 J.java:1: error: foo() in J cannot implement foo() in I
01:55:08 class J<T> implements I<B> { public T foo() {return null;} }
01:55:08                                       ^
01:55:08   return type T is not compatible with B
01:55:08   where T,U are type-variables:
01:55:08     T extends Object declared in class J
01:55:08     U extends Object declared in interface I
01:55:08 L.java:1: warning: [rawtypes] found raw type: I
01:55:08 class L<T> implements I { public T foo() {return null;} }
01:55:08                       ^
01:55:08   missing type arguments for generic class I<U>
01:55:08   where U is a type-variable:
01:55:08     U extends Object declared in interface I
01:55:08 Y.java:1: error: foo() in Y cannot override foo() in X
01:55:08 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
01:55:08                                              ^
01:55:08   return type T is not compatible with A
01:55:08   where T,U are type-variables:
01:55:08     T extends Object declared in class Y
01:55:08     U extends Object declared in class X
01:55:08 Y.java:1: error: method does not override or implement a method from a supertype
01:55:08 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
01:55:08                           ^
01:55:08 Y.java:1: error: incompatible types: A cannot be converted to T
01:55:08 class Y<T> extends X<A> { @Override public T foo() { return super.foo(); } }
01:55:08                                                                      ^
01:55:08   where T is a type-variable:
01:55:08     T extends Object declared in class Y
01:55:08 W.java:1: warning: [rawtypes] found raw type: X
01:55:08 class W<T> extends X { @Override public T foo() { return super.foo(); } }
01:55:08                    ^
01:55:08   missing type arguments for generic class X<U>
01:55:08   where U is a type-variable:
01:55:08     U extends Object declared in class X
01:55:08 W.java:1: error: incompatible types: Object cannot be converted to T
01:55:08 class W<T> extends X { @Override public T foo() { return super.foo(); } }
01:55:08                                                                   ^
01:55:08   where T is a type-variable:
01:55:08     T extends Object declared in class W
01:55:08 6 errors
01:55:08 2 warnings
01:55:08 
01:55:08 
01:55:08 
01:55:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:09 --- javac err: ---
01:55:09 X.java:1: warning: auxiliary class J in A.java should not be accessed from outside its own source file
01:55:09 abstract class X1 extends A implements J {}
01:55:09                                        ^
01:55:09 1 warning
01:55:09 
01:55:09 
01:55:09 
01:55:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:10 --- javac err: ---
01:55:10 X.java:1: warning: auxiliary class J in A.java should not be accessed from outside its own source file
01:55:10 abstract class X2 extends A implements J {}
01:55:10                                        ^
01:55:10 A.java:2: error: foo() in I clashes with foo() in J
01:55:10 interface I extends J { Object foo(); }
01:55:10                                ^
01:55:10   return type Object is not compatible with String
01:55:10 1 error
01:55:10 1 warning
01:55:10 
01:55:10 
01:55:10 
01:55:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:11 
01:55:11 
01:55:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:12 
01:55:12 
01:55:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:13 --- javac err: ---
01:55:13 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:13 abstract class X5 extends A implements I {}
01:55:13                                        ^
01:55:13 1 warning
01:55:13 
01:55:13 
01:55:13 
01:55:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:14 --- javac err: ---
01:55:14 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:14 abstract class X6 extends A implements I {}
01:55:14                                        ^
01:55:14 X.java:1: error: foo() in A cannot implement foo() in I
01:55:14 abstract class X6 extends A implements I {}
01:55:14          ^
01:55:14   return type Object is not compatible with String
01:55:14 1 error
01:55:14 1 warning
01:55:14 
01:55:14 
01:55:14 
01:55:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:16 --- javac err: ---
01:55:16 A.java:2: error: get(short,short) in B cannot override get(short,short) in A
01:55:16 class B extends A { @Override short get(short i, short s) {return i; } }
01:55:16                                     ^
01:55:16   return type short is not compatible with int
01:55:16 A.java:2: error: method does not override or implement a method from a supertype
01:55:16 class B extends A { @Override short get(short i, short s) {return i; } }
01:55:16                     ^
01:55:16 2 errors
01:55:16 
01:55:16 
01:55:16 
01:55:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:17 --- javac err: ---
01:55:17 ALL.java:4: error: foo() in C cannot override foo() in B
01:55:17 class C extends B { @Override public A foo() { return null; } }
01:55:17                                        ^
01:55:17   return type A is not compatible with B
01:55:17 1 error
01:55:17 
01:55:17 
01:55:17 
01:55:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:18 --- javac err: ---
01:55:18 A.java:3: error: name clash: foo(G<A>) in A and foo(G<I>) in I have the same erasure, yet neither overrides the other
01:55:18 abstract class A implements I { void foo(G<A> x) {} }
01:55:18                                      ^
01:55:18 1 error
01:55:18 
01:55:18 
01:55:18 
01:55:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:19 --- javac err: ---
01:55:19 A.java:3: error: name clash: foo(G<A>) in A and foo(G<I>) in I have the same erasure, yet neither overrides the other
01:55:19 abstract class A implements I { I foo(G<A> x) { return null; } }
01:55:19                                   ^
01:55:19 1 error
01:55:19 
01:55:19 
01:55:19 
01:55:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:20 
01:55:20 
01:55:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:21 --- javac err: ---
01:55:21 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:21 abstract class X1 extends A implements I {}
01:55:21                                        ^
01:55:21 X.java:1: error: <T#1>foo(T#1) in A cannot implement <T#2>foo(T#2) in I
01:55:21 abstract class X1 extends A implements I {}
01:55:21          ^
01:55:21   attempting to assign weaker access privileges; was public
01:55:21   where T#1,T#2 are type-variables:
01:55:21     T#1 extends Object declared in method <T#1>foo(T#1)
01:55:21     T#2 extends Object declared in method <T#2>foo(T#2)
01:55:21 1 error
01:55:21 1 warning
01:55:21 
01:55:21 
01:55:21 
01:55:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:22 --- javac err: ---
01:55:22 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:22 abstract class X2 extends A implements I {}
01:55:22                                        ^
01:55:22 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
01:55:22 abstract class X2 extends A implements I {}
01:55:22          ^
01:55:22   where T#1,S,T#2 are type-variables:
01:55:22     T#1 extends Object declared in method <T#1,S>foo(T#1)
01:55:22     S extends Object declared in method <T#1,S>foo(T#1)
01:55:22     T#2 extends Object declared in method <T#2>foo(T#2)
01:55:22 1 error
01:55:22 1 warning
01:55:22 
01:55:22 
01:55:22 
01:55:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:23 --- javac err: ---
01:55:23 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:23 abstract class X3 extends A implements I {}
01:55:23                                        ^
01:55:23 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
01:55:23 abstract class X3 extends A implements I {}
01:55:23          ^
01:55:23   where T#1,T#2,S are type-variables:
01:55:23     T#1 extends Object declared in method <T#1>foo(T#1)
01:55:23     T#2 extends Object declared in method <T#2,S>foo(T#2)
01:55:23     S extends Object declared in method <T#2,S>foo(T#2)
01:55:23 1 error
01:55:23 1 warning
01:55:23 
01:55:23 
01:55:23 
01:55:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:24 --- javac err: ---
01:55:24 A.java:2: error: foo(Object) in Y1 cannot override <T>foo(T) in A
01:55:24 class Y1 extends A { @Override void foo(Object s) {} }
01:55:24                                     ^
01:55:24   attempting to assign weaker access privileges; was public
01:55:24   where T is a type-variable:
01:55:24     T extends Object declared in method <T>foo(T)
01:55:24 1 error
01:55:24 
01:55:24 
01:55:24 
01:55:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:25 --- javac err: ---
01:55:25 A.java:2: error: foo(Object[]) in Y2 cannot override <T>foo(T[]) in A
01:55:25 class Y2 extends A { @Override void foo(Object[] s) {} }
01:55:25                                     ^
01:55:25   attempting to assign weaker access privileges; was public
01:55:25   where T is a type-variable:
01:55:25     T extends Object declared in method <T>foo(T[])
01:55:25 1 error
01:55:25 
01:55:25 
01:55:25 
01:55:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:26 --- javac err: ---
01:55:26 A.java:2: error: foo(Class<Object>) in Y3 cannot override foo(Class<Object>) in A
01:55:26 class Y3 extends A { @Override void foo(Class<Object> s) {} }
01:55:26                                     ^
01:55:26   attempting to assign weaker access privileges; was public
01:55:26 1 error
01:55:26 
01:55:26 
01:55:26 
01:55:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:28 --- javac err: ---
01:55:28 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:28 abstract class X0 extends A implements I {}
01:55:28                                        ^
01:55:28 1 warning
01:55:28 
01:55:28 
01:55:28 
01:55:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:29 --- javac err: ---
01:55:29 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:29 abstract class X1 extends A implements I {}
01:55:29                                        ^
01:55:29 X.java:1: error: name clash: foo(Class<T#1>) in A and foo(Class<T#2>) in I have the same erasure, yet neither overrides the other
01:55:29 abstract class X1 extends A implements I {}
01:55:29          ^
01:55:29   where T#1,S,T#2 are type-variables:
01:55:29     T#1 extends Object declared in method <T#1,S>foo(Class<T#1>)
01:55:29     S extends Object declared in method <T#1,S>foo(Class<T#1>)
01:55:29     T#2 extends Object declared in method <T#2>foo(Class<T#2>)
01:55:29 1 error
01:55:29 1 warning
01:55:29 
01:55:29 
01:55:29 
01:55:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:30 --- javac err: ---
01:55:30 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:30 abstract class X2 extends A implements I {}
01:55:30                                        ^
01:55:30 X.java:1: error: name clash: foo(Class<T#1>) in A and foo(Class<T#2>) in I have the same erasure, yet neither overrides the other
01:55:30 abstract class X2 extends A implements I {}
01:55:30          ^
01:55:30   where T#1,T#2,S are type-variables:
01:55:30     T#1 extends Object declared in method <T#1>foo(Class<T#1>)
01:55:30     T#2 extends Object declared in method <T#2,S>foo(Class<T#2>)
01:55:30     S extends Object declared in method <T#2,S>foo(Class<T#2>)
01:55:30 1 error
01:55:30 1 warning
01:55:30 
01:55:30 
01:55:30 
01:55:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:31 --- javac err: ---
01:55:31 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:31 abstract class X3 extends A implements I {}
01:55:31                                        ^
01:55:31 X.java:1: error: name clash: foo(Class<T#1>) in A and foo(Class<T#2>) in I have the same erasure, yet neither overrides the other
01:55:31 abstract class X3 extends A implements I {}
01:55:31          ^
01:55:31   where T#1,S,T#2 are type-variables:
01:55:31     T#1 extends Object declared in method <T#1,S>foo(Class<T#1>)
01:55:31     S extends Object declared in method <T#1,S>foo(Class<T#1>)
01:55:31     T#2 extends Object declared in method <T#2>foo(Class<T#2>)
01:55:31 1 error
01:55:31 1 warning
01:55:31 
01:55:31 
01:55:31 
01:55:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:32 --- javac err: ---
01:55:32 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:32 abstract class X4 extends A implements I {}
01:55:32                                        ^
01:55:32 X.java:1: error: name clash: foo(Class<T#1>) in A and foo(Class<T#2>) in I have the same erasure, yet neither overrides the other
01:55:32 abstract class X4 extends A implements I {}
01:55:32          ^
01:55:32   where T#1,T#2,S are type-variables:
01:55:32     T#1 extends Object declared in method <T#1>foo(Class<T#1>)
01:55:32     T#2 extends Object declared in method <T#2,S>foo(Class<T#2>)
01:55:32     S extends Object declared in method <T#2,S>foo(Class<T#2>)
01:55:32 1 error
01:55:32 1 warning
01:55:32 
01:55:32 
01:55:32 
01:55:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:33 --- javac err: ---
01:55:33 X.java:1: warning: auxiliary class I in A.java should not be accessed from outside its own source file
01:55:33 class X5 extends A implements I { public <T> void foo(Class<T> s) {} }
01:55:33                               ^
01:55:33 X.java:1: error: name clash: foo(Class<T#1>) in X5 and foo(Class<T#2>) in A have the same erasure, yet neither overrides the other
01:55:33 class X5 extends A implements I { public <T> void foo(Class<T> s) {} }
01:55:33                                                   ^
01:55:33   where T#1,T#2,S are type-variables:
01:55:33     T#1 extends Object declared in method <T#1>foo(Class<T#1>)
01:55:33     T#2 extends Object declared in method <T#2,S>foo(Class<T#2>)
01:55:33     S extends Object declared in method <T#2,S>foo(Class<T#2>)
01:55:33 1 error
01:55:33 1 warning
01:55:33 
01:55:33 
01:55:33 
01:55:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:35 --- javac err: ---
01:55:35 X.java:1: warning: [rawtypes] found raw type: A
01:55:35 class X { void foo(A a) {} }
01:55:35                    ^
01:55:35   missing type arguments for generic class A<T>
01:55:35   where T is a type-variable:
01:55:35     T extends Object declared in class A
01:55:35 X.java:2: warning: [rawtypes] found raw type: A
01:55:35 class Y extends X { void foo(A a) {} }
01:55:35                              ^
01:55:35   missing type arguments for generic class A<T>
01:55:35   where T is a type-variable:
01:55:35     T extends Object declared in class A
01:55:35 2 warnings
01:55:35 
01:55:35 
01:55:35 
01:55:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:36 --- javac err: ---
01:55:36 X.java:1: warning: [rawtypes] found raw type: A
01:55:36 class X { void foo(A[] a) {} }
01:55:36                    ^
01:55:36   missing type arguments for generic class A<T>
01:55:36   where T is a type-variable:
01:55:36     T extends Object declared in class A
01:55:36 X.java:2: warning: [rawtypes] found raw type: A
01:55:36 class Y extends X { void foo(A[] a) {} }
01:55:36                              ^
01:55:36   missing type arguments for generic class A<T>
01:55:36   where T is a type-variable:
01:55:36     T extends Object declared in class A
01:55:36 2 warnings
01:55:36 
01:55:36 
01:55:36 
01:55:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:37 --- javac err: ---
01:55:37 X.java:2: warning: [rawtypes] found raw type: A
01:55:37 class Y extends X { void foo(A[] a) {} }
01:55:37                              ^
01:55:37   missing type arguments for generic class A<T>
01:55:37   where T is a type-variable:
01:55:37     T extends Object declared in class A
01:55:37 1 warning
01:55:37 
01:55:37 
01:55:37 
01:55:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:38 --- javac err: ---
01:55:38 X.java:2: warning: [rawtypes] found raw type: A
01:55:38 class Y extends X { void foo(A a) {} }
01:55:38                              ^
01:55:38   missing type arguments for generic class A<T>
01:55:38   where T is a type-variable:
01:55:38     T extends Object declared in class A
01:55:38 1 warning
01:55:38 
01:55:38 
01:55:38 
01:55:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:39 --- javac err: ---
01:55:39 X.java:1: warning: [rawtypes] found raw type: A
01:55:39 class X { void foo(A a) {} }
01:55:39                    ^
01:55:39   missing type arguments for generic class A<T>
01:55:39   where T is a type-variable:
01:55:39     T extends Object declared in class A
01:55:39 X.java:2: error: name clash: foo(A<String>) in Y and foo(A) in X have the same erasure, yet neither overrides the other
01:55:39 class Y extends X { void foo(A<String> a) {} }
01:55:39                          ^
01:55:39 1 error
01:55:39 1 warning
01:55:39 
01:55:39 
01:55:39 
01:55:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:40 --- javac err: ---
01:55:40 X.java:1: warning: [rawtypes] found raw type: A
01:55:40 class X { void foo(A[] a) {} }
01:55:40                    ^
01:55:40   missing type arguments for generic class A<T>
01:55:40   where T is a type-variable:
01:55:40     T extends Object declared in class A
01:55:40 X.java:2: error: name clash: foo(A<String>[]) in Y and foo(A[]) in X have the same erasure, yet neither overrides the other
01:55:40 class Y extends X { void foo(A<String>[] a) {} }
01:55:40                          ^
01:55:40 1 error
01:55:40 1 warning
01:55:40 
01:55:40 
01:55:40 
01:55:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:41 --- javac err: ---
01:55:41 X.java:3: warning: [rawtypes] found raw type: A
01:55:41 class Y { public void foo(A a) {} }
01:55:41                           ^
01:55:41   missing type arguments for generic class A<T>
01:55:41   where T is a type-variable:
01:55:41     T extends Object declared in class A
01:55:41 X.java:2: warning: [rawtypes] found raw type: A
01:55:41 interface I { void foo(A a); }
01:55:41                        ^
01:55:41   missing type arguments for generic class A<T>
01:55:41   where T is a type-variable:
01:55:41     T extends Object declared in class A
01:55:41 2 warnings
01:55:41 
01:55:42 
01:55:42 
01:55:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:43 --- javac err: ---
01:55:43 X.java:3: warning: [rawtypes] found raw type: A
01:55:43 class Y { public void foo(A[] a) {} }
01:55:43                           ^
01:55:43   missing type arguments for generic class A<T>
01:55:43   where T is a type-variable:
01:55:43     T extends Object declared in class A
01:55:43 X.java:2: warning: [rawtypes] found raw type: A
01:55:43 interface I { void foo(A[] a); }
01:55:43                        ^
01:55:43   missing type arguments for generic class A<T>
01:55:43   where T is a type-variable:
01:55:43     T extends Object declared in class A
01:55:43 2 warnings
01:55:43 
01:55:43 
01:55:43 
01:55:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:44 --- javac err: ---
01:55:44 X.java:3: warning: [rawtypes] found raw type: A
01:55:44 class Y { public void foo(A[] a) {} }
01:55:44                           ^
01:55:44   missing type arguments for generic class A<T>
01:55:44   where T is a type-variable:
01:55:44     T extends Object declared in class A
01:55:44 1 warning
01:55:44 
01:55:44 
01:55:44 
01:55:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:45 --- javac err: ---
01:55:45 X.java:3: warning: [rawtypes] found raw type: A
01:55:45 class Y { public void foo(A a) {} }
01:55:45                           ^
01:55:45   missing type arguments for generic class A<T>
01:55:45   where T is a type-variable:
01:55:45     T extends Object declared in class A
01:55:45 1 warning
01:55:45 
01:55:45 
01:55:45 
01:55:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:46 --- javac err: ---
01:55:46 X.java:1: error: name clash: foo(A<String>) in Y and foo(A) in I have the same erasure, yet neither overrides the other
01:55:46 abstract class X extends Y implements I { }
01:55:46          ^
01:55:46 X.java:2: warning: [rawtypes] found raw type: A
01:55:46 interface I { void foo(A a); }
01:55:46                        ^
01:55:46   missing type arguments for generic class A<T>
01:55:46   where T is a type-variable:
01:55:46     T extends Object declared in class A
01:55:46 1 error
01:55:46 1 warning
01:55:46 
01:55:46 
01:55:46 
01:55:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:47 --- javac err: ---
01:55:47 X.java:1: error: name clash: foo(A<String>[]) in Y and foo(A[]) in I have the same erasure, yet neither overrides the other
01:55:47 abstract class X extends Y implements I { }
01:55:47          ^
01:55:47 X.java:2: warning: [rawtypes] found raw type: A
01:55:47 interface I { void foo(A[] a); }
01:55:47                        ^
01:55:47   missing type arguments for generic class A<T>
01:55:47   where T is a type-variable:
01:55:47     T extends Object declared in class A
01:55:47 1 error
01:55:47 1 warning
01:55:47 
01:55:47 
01:55:47 
01:55:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:49 
01:55:49 
01:55:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:50 
01:55:50 
01:55:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:51 --- javac err: ---
01:55:51 X.java:3: error: name clash: test(X<Number>) in Z and test(X<? extends Number>) in Y have the same erasure, yet neither overrides the other
01:55:51 class Z extends Y { void test(X<Number> a) {} }
01:55:51                          ^
01:55:51 1 error
01:55:51 
01:55:51 
01:55:51 
01:55:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:52 --- javac err: ---
01:55:52 X.java:3: error: name clash: test(X<? extends Number>) in Z and test(X<Number>) in Y have the same erasure, yet neither overrides the other
01:55:52 class Z extends Y { void test(X<? extends Number> a) {} }
01:55:52                          ^
01:55:52 1 error
01:55:52 
01:55:52 
01:55:52 
01:55:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:53 --- javac err: ---
01:55:53 X.java:2: error: name clash: compareTo(Object) in X and compareTo(X) in Comparable have the same erasure, yet neither overrides the other
01:55:53 	public int compareTo(Object o) { return 0; }
01:55:53 	           ^
01:55:53 1 error
01:55:53 
01:55:53 
01:55:53 
01:55:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:55 
01:55:55 
01:55:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:56 
01:55:56 
01:55:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:55:57 --- javac err: ---
01:55:57 B.java:2: error: foo(Map<String,Class<?>>) in B cannot override foo(Map<String,Class<?>>) in A
01:55:57 	@Override void foo(java.util.Map<String, Class<?>> m) { } 
01:55:57 	               ^
01:55:57   attempting to assign weaker access privileges; was public
01:55:57 1 error
01:55:57 
01:56:00 --- javac err: ---
01:56:00 B.java:2: error: foo(Map<String,Class<?>>) in B cannot override foo(Map<String,Class<?>>) in A
01:56:00 	@Override void foo(java.util.Map<String, Class<?>> m) { } 
01:56:00 	               ^
01:56:00   attempting to assign weaker access privileges; was public
01:56:00 1 error
01:56:00 
01:56:00 
01:56:00 
01:56:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:01 --- javac err: ---
01:56:01 A.java:2: warning: [rawtypes] found raw type: List
01:56:01 class A { List getList() { return null; } }
01:56:01           ^
01:56:01   missing type arguments for generic class List<E>
01:56:01   where E is a type-variable:
01:56:01     E extends Object declared in interface List
01:56:01 1 warning
01:56:01 
01:56:01 
01:56:01 
01:56:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:02 --- javac err: ---
01:56:02 A.java:3: warning: [unchecked] getList() in B overrides getList() in A
01:56:02 class B extends A { @Override List getList() { return null; } }
01:56:02                                    ^
01:56:02   return type requires unchecked conversion from List to List<String>
01:56:02 A.java:3: warning: [rawtypes] found raw type: List
01:56:02 class B extends A { @Override List getList() { return null; } }
01:56:02                               ^
01:56:02   missing type arguments for generic class List<E>
01:56:02   where E is a type-variable:
01:56:02     E extends Object declared in interface List
01:56:02 2 warnings
01:56:02 
01:56:02 
01:56:02 
01:56:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:03 --- javac err: ---
01:56:03 A.java:5: error: methods foo(T) from A<String> and foo(String) from A<String> are inherited with the same signature
01:56:03 class B extends A<String> {}
01:56:03 ^
01:56:03   where T is a type-variable:
01:56:03     T extends Object declared in class A
01:56:03 1 error
01:56:03 
01:56:03 
01:56:03 
01:56:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:05 
01:56:05 
01:56:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:05 --- javac err: ---
01:56:05 A.java:5: error: name clash: m(E) in B and m(Object) in A have the same erasure, yet neither overrides the other
01:56:05 	public <E extends Object> void m(E e) {}
01:56:05 	                               ^
01:56:05   where E is a type-variable:
01:56:05     E extends Object declared in method <E>m(E)
01:56:05 1 error
01:56:05 
01:56:05 
01:56:05 
01:56:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:07 --- javac err: ---
01:56:07 A.java:8: error: name clash: m(E) in C and m(Object) in B have the same erasure, yet neither overrides the other
01:56:07 	public <E extends Object> void m(E e) {}
01:56:07 	                               ^
01:56:07   where E is a type-variable:
01:56:07     E extends Object declared in method <E>m(E)
01:56:07 1 error
01:56:07 
01:56:07 
01:56:07 
01:56:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:08 --- javac err: ---
01:56:08 X.java:10: warning: [unchecked] test() in B overrides <T>test() in A
01:56:08 	@Override Integer test() { return 1; }
01:56:08 	                  ^
01:56:08   return type requires unchecked conversion from Integer to T
01:56:08   where T is a type-variable:
01:56:08     T extends Number declared in method <T>test()
01:56:08 1 warning
01:56:08 
01:56:08 
01:56:08 
01:56:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:09 --- javac err: ---
01:56:09 X.java:10: warning: [unchecked] test() in B overrides <T>test() in A
01:56:09 	@Override Integer[] test() { return new Integer[] {2}; }
01:56:09 	                    ^
01:56:09   return type requires unchecked conversion from Integer[] to T[]
01:56:09   where T is a type-variable:
01:56:09     T extends Number declared in method <T>test()
01:56:09 1 warning
01:56:09 
01:56:09 
01:56:09 
01:56:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:10 --- javac err: ---
01:56:10 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:56:10 		System.out.println(new B().<Integer>test(new Integer(1)));
01:56:10 		                                         ^
01:56:10 1 warning
01:56:10 
01:56:10 
01:56:10 
01:56:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:11 
01:56:11 
01:56:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:13 --- javac err: ---
01:56:13 A.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated
01:56:13 			public Integer call() { return new Integer(1); }
01:56:13 			                               ^
01:56:13 1 warning
01:56:13 
01:56:13 
01:56:13 
01:56:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:14 --- javac err: ---
01:56:14 X.java:1: warning: [rawtypes] found raw type: X
01:56:14 interface X<T extends X> { T x(); }
01:56:14                       ^
01:56:14   missing type arguments for generic class X<T>
01:56:14   where T is a type-variable:
01:56:14     T extends X declared in interface X
01:56:14 X.java:2: warning: [rawtypes] found raw type: X
01:56:14 abstract class Y<S extends X> implements X<S> { public abstract S x(); }
01:56:14                            ^
01:56:14   missing type arguments for generic class X<T>
01:56:14   where T is a type-variable:
01:56:14     T extends X declared in interface X
01:56:14 X.java:3: warning: [rawtypes] found raw type: X
01:56:14 abstract class Z implements X { public abstract X x(); }
01:56:14                             ^
01:56:14   missing type arguments for generic class X<T>
01:56:14   where T is a type-variable:
01:56:14     T extends X declared in interface X
01:56:14 X.java:3: warning: [rawtypes] found raw type: X
01:56:14 abstract class Z implements X { public abstract X x(); }
01:56:14                                                 ^
01:56:14   missing type arguments for generic class X<T>
01:56:14   where T is a type-variable:
01:56:14     T extends X declared in interface X
01:56:14 4 warnings
01:56:14 
01:56:14 
01:56:14 
01:56:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:15 --- javac err: ---
01:56:15 X.java:1: warning: [rawtypes] found raw type: X
01:56:15 interface X<T extends X> { T[] x(); }
01:56:15                       ^
01:56:15   missing type arguments for generic class X<T>
01:56:15   where T is a type-variable:
01:56:15     T extends X declared in interface X
01:56:15 X.java:2: warning: [rawtypes] found raw type: X
01:56:15 abstract class Y<S extends X> implements X<S> { public abstract S[] x(); }
01:56:15                            ^
01:56:15   missing type arguments for generic class X<T>
01:56:15   where T is a type-variable:
01:56:15     T extends X declared in interface X
01:56:15 X.java:3: warning: [rawtypes] found raw type: X
01:56:15 abstract class Z implements X { public abstract X[] x(); }
01:56:15                             ^
01:56:15   missing type arguments for generic class X<T>
01:56:15   where T is a type-variable:
01:56:15     T extends X declared in interface X
01:56:15 X.java:3: warning: [rawtypes] found raw type: X
01:56:15 abstract class Z implements X { public abstract X[] x(); }
01:56:15                                                 ^
01:56:15   missing type arguments for generic class X<T>
01:56:15   where T is a type-variable:
01:56:15     T extends X declared in interface X
01:56:15 4 warnings
01:56:15 
01:56:15 
01:56:15 
01:56:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:16 --- javac err: ---
01:56:16 X.java:6: warning: [rawtypes] found raw type: D
01:56:16 			+ new D().test().getClass());
01:56:16 			      ^
01:56:16   missing type arguments for generic class D<U,V>
01:56:16   where U,V are type-variables:
01:56:16     U extends Object declared in class D
01:56:16     V extends Number declared in class D
01:56:16 X.java:12: warning: [rawtypes] found raw type: A
01:56:16 class B extends A {
01:56:16                 ^
01:56:16   missing type arguments for generic class A<T>
01:56:16   where T is a type-variable:
01:56:16     T extends Number declared in class A
01:56:16 X.java:13: warning: [rawtypes] found raw type: A
01:56:16 	A test() { return super.test(); }
01:56:16 	^
01:56:16   missing type arguments for generic class A<T>
01:56:16   where T is a type-variable:
01:56:16     T extends Number declared in class A
01:56:16 3 warnings
01:56:16 
01:56:16 
01:56:16 
01:56:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:17 
01:56:17 
01:56:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:19 --- javac err: ---
01:56:19 X.java:2: warning: [rawtypes] found raw type: AbstractMap
01:56:19 public class X extends java.util.AbstractMap {
01:56:19                                 ^
01:56:19   missing type arguments for generic class AbstractMap<K,V>
01:56:19   where K,V are type-variables:
01:56:19     K extends Object declared in class AbstractMap
01:56:19     V extends Object declared in class AbstractMap
01:56:19 X.java:3: warning: [rawtypes] found raw type: Set
01:56:19 	public java.util.Set entrySet() { return null; }
01:56:19 	                ^
01:56:19   missing type arguments for generic class Set<E>
01:56:19   where E is a type-variable:
01:56:19     E extends Object declared in interface Set
01:56:19 2 warnings
01:56:19 
01:56:19 
01:56:19 
01:56:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:20 --- javac err: ---
01:56:20 X.java:10: warning: [unchecked] test() in C overrides test() in A
01:56:20 	@Override A test() { return super.test(); }
01:56:20 	            ^
01:56:20   return type requires unchecked conversion from A to A<Integer>
01:56:20   where T is a type-variable:
01:56:20     T extends Number declared in class A
01:56:20 X.java:10: warning: [rawtypes] found raw type: A
01:56:20 	@Override A test() { return super.test(); }
01:56:20 	          ^
01:56:20   missing type arguments for generic class A<T>
01:56:20   where T is a type-variable:
01:56:20     T extends Number declared in class A
01:56:20 2 warnings
01:56:20 
01:56:20 
01:56:20 
01:56:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:21 
01:56:21 
01:56:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:22 --- javac err: ---
01:56:22 X.java:2: error: name clash: test() in Y and test() in X have the same erasure, yet neither overrides the other
01:56:22 class Y extends X { <T> void test() {} }
01:56:22                              ^
01:56:22 1 error
01:56:22 
01:56:22 
01:56:22 
01:56:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:24 
01:56:24 
01:56:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:25 --- javac err: ---
01:56:25 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
01:56:25 class Y<T> extends X<T> { void test(Object o, T t) {} }
01:56:25                                ^
01:56:25   where T is a type-variable:
01:56:25     T extends Object declared in class Y
01:56:25 1 error
01:56:25 
01:56:25 
01:56:25 
01:56:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:26 --- javac err: ---
01:56:26 X.java:11: error: name clash: setA(A) in InvertedPair and setA(B) in Pair have the same erasure, yet neither overrides the other
01:56:26 	public void setA(A a) {}
01:56:26 	            ^
01:56:26   where A,B are type-variables:
01:56:26     A extends Object declared in class InvertedPair
01:56:26     B extends Object declared in class InvertedPair
01:56:26 1 error
01:56:26 
01:56:26 
01:56:26 
01:56:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:27 --- javac err: ---
01:56:27 X.java:4: warning: [rawtypes] found raw type: I
01:56:27 interface I<T extends I> { T foo(); }
01:56:27                       ^
01:56:27   missing type arguments for generic class I<T>
01:56:27   where T is a type-variable:
01:56:27     T extends I declared in interface I
01:56:27 1 warning
01:56:27 
01:56:27 
01:56:27 
01:56:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:28 
01:56:28 
01:56:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:30 
01:56:30 
01:56:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:31 --- javac err: ---
01:56:31 X.java:1: error: hashCode() in X cannot override hashCode() in Object
01:56:31 interface X { long hashCode(); }
01:56:31                    ^
01:56:31   return type long is not compatible with int
01:56:31 1 error
01:56:31 
01:56:31 
01:56:31 
01:56:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:32 
01:56:32 
01:56:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:33 --- javac err: ---
01:56:33 X.java:3: error: types J and I are incompatible; both define foo(), but with unrelated return types
01:56:33 public class X<T extends I&J> {}
01:56:33                ^
01:56:33 1 error
01:56:33 
01:56:33 
01:56:33 
01:56:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:34 --- javac err: ---
01:56:34 X.java:3: error: foo() in A cannot implement foo() in I
01:56:34 public class X<T extends A&I> {}
01:56:34                ^
01:56:34   return type Object is not compatible with String
01:56:34 X.java:4: error: foo() in J clashes with foo() in I
01:56:34 interface J extends I { Object foo(); }
01:56:34                                ^
01:56:34   return type Object is not compatible with String
01:56:34 2 errors
01:56:34 
01:56:34 
01:56:34 
01:56:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:36 
01:56:36 
01:56:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:37 --- javac err: ---
01:56:37 X.java:1: warning: [rawtypes] found raw type: A
01:56:37 interface I { Number foo(A a); }
01:56:37                          ^
01:56:37   missing type arguments for generic class A<T>
01:56:37   where T is a type-variable:
01:56:37     T extends Object declared in class A
01:56:37 X.java:4: warning: [rawtypes] found raw type: J
01:56:37 public class X implements I, J {
01:56:37                              ^
01:56:37   missing type arguments for generic class J<T>
01:56:37   where T is a type-variable:
01:56:37     T extends Object declared in interface J
01:56:37 X.java:5: warning: [rawtypes] found raw type: A
01:56:37 	public Integer foo(A a) {return 1;}
01:56:37 	                   ^
01:56:37   missing type arguments for generic class A<T>
01:56:37   where T is a type-variable:
01:56:37     T extends Object declared in class A
01:56:37 X.java:8: warning: [rawtypes] found raw type: J
01:56:37 		J j = null;
01:56:37 		^
01:56:37   missing type arguments for generic class J<T>
01:56:37   where T is a type-variable:
01:56:37     T extends Object declared in interface J
01:56:37 4 warnings
01:56:37 
01:56:37 
01:56:37 
01:56:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:38 
01:56:38 
01:56:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:39 --- javac err: ---
01:56:39 B.java:1: warning: [rawtypes] found raw type: Comparable
01:56:39 interface I<E extends Comparable> { void test(E element); }
01:56:39                       ^
01:56:39   missing type arguments for generic class Comparable<T>
01:56:39   where T is a type-variable:
01:56:39     T extends Object declared in interface Comparable
01:56:39 1 warning
01:56:39 
01:56:39 
01:56:39 
01:56:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:40 --- javac err: ---
01:56:40 B.java:1: warning: [rawtypes] found raw type: Comparable
01:56:40 interface I<E extends Comparable> { void test(E element); }
01:56:40                       ^
01:56:40   missing type arguments for generic class Comparable<T>
01:56:40   where T is a type-variable:
01:56:40     T extends Object declared in interface Comparable
01:56:40 B.java:3: error: name clash: test(Comparable) in B and test(Integer) in I have the same erasure, yet neither overrides the other
01:56:40 public class B extends A implements I<Integer> { public void test(Comparable i) {} }
01:56:40                                                              ^
01:56:40 B.java:3: warning: [rawtypes] found raw type: Comparable
01:56:40 public class B extends A implements I<Integer> { public void test(Comparable i) {} }
01:56:40                                                                   ^
01:56:40   missing type arguments for generic class Comparable<T>
01:56:40   where T is a type-variable:
01:56:40     T extends Object declared in interface Comparable
01:56:40 1 error
01:56:40 2 warnings
01:56:40 
01:56:40 
01:56:40 
01:56:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:41 --- javac err: ---
01:56:41 B.java:3: error: name clash: test(Comparable) in B and test(Integer) in I have the same erasure, yet neither overrides the other
01:56:41 public class B extends A { public void test(Comparable i) {} }
01:56:41                                        ^
01:56:41 B.java:3: warning: [rawtypes] found raw type: Comparable
01:56:41 public class B extends A { public void test(Comparable i) {} }
01:56:41                                             ^
01:56:41   missing type arguments for generic class Comparable<T>
01:56:41   where T is a type-variable:
01:56:41     T extends Object declared in interface Comparable
01:56:41 1 error
01:56:41 1 warning
01:56:41 
01:56:41 
01:56:41 
01:56:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:42 --- javac err: ---
01:56:42 B.java:1: warning: [rawtypes] found raw type: Comparable
01:56:42 abstract class AA<E extends Comparable> { abstract void test(E element); }
01:56:42                             ^
01:56:42   missing type arguments for generic class Comparable<T>
01:56:42   where T is a type-variable:
01:56:42     T extends Object declared in interface Comparable
01:56:42 B.java:3: error: name clash: test(Comparable) in B and test(Integer) in AA have the same erasure, yet neither overrides the other
01:56:42 public class B extends A { public void test(Comparable i) {} }
01:56:42                                        ^
01:56:42 B.java:3: warning: [rawtypes] found raw type: Comparable
01:56:42 public class B extends A { public void test(Comparable i) {} }
01:56:42                                             ^
01:56:42   missing type arguments for generic class Comparable<T>
01:56:42   where T is a type-variable:
01:56:42     T extends Object declared in interface Comparable
01:56:42 1 error
01:56:42 2 warnings
01:56:42 
01:56:42 
01:56:42 
01:56:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:44 --- javac err: ---
01:56:44 E.java:3: error: name clash: compareTo(Object) in E and compareTo(E) in I have the same erasure, yet neither overrides the other
01:56:44 public class E extends F<E> { public int compareTo(Object o) { return 0; } }
01:56:44                                          ^
01:56:44 1 error
01:56:44 
01:56:44 
01:56:44 
01:56:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:45 --- javac err: ---
01:56:45 X.java:3: error: name clash: compareTo(Object) in X and compareTo(X) in Comparable have the same erasure, yet neither overrides the other
01:56:45 	public int compareTo(Object o) { return 0; }
01:56:45 	           ^
01:56:45 1 error
01:56:45 
01:56:45 
01:56:45 
01:56:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:46 --- javac err: ---
01:56:46 X.java:1: warning: [rawtypes] found raw type: Equivalent
01:56:46 class X implements Equivalent, EqualityComparable {
01:56:46                    ^
01:56:46   missing type arguments for generic class Equivalent<T>
01:56:46   where T is a type-variable:
01:56:46     T extends Object declared in interface Equivalent
01:56:46 X.java:1: warning: [rawtypes] found raw type: EqualityComparable
01:56:46 class X implements Equivalent, EqualityComparable {
01:56:46                                ^
01:56:46   missing type arguments for generic class EqualityComparable<T>
01:56:46   where T is a type-variable:
01:56:46     T extends Object declared in interface EqualityComparable
01:56:46 X.java:4: warning: [rawtypes] found raw type: Equivalent
01:56:46 abstract class Y implements Equivalent, EqualityComparable {}
01:56:46                             ^
01:56:46   missing type arguments for generic class Equivalent<T>
01:56:46   where T is a type-variable:
01:56:46     T extends Object declared in interface Equivalent
01:56:46 X.java:4: warning: [rawtypes] found raw type: EqualityComparable
01:56:46 abstract class Y implements Equivalent, EqualityComparable {}
01:56:46                                         ^
01:56:46   missing type arguments for generic class EqualityComparable<T>
01:56:46   where T is a type-variable:
01:56:46     T extends Object declared in interface EqualityComparable
01:56:46 4 warnings
01:56:46 
01:56:46 
01:56:46 
01:56:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:47 --- javac err: ---
01:56:47 X.java:1: warning: [rawtypes] found raw type: Equivalent
01:56:47 class X implements Equivalent, EqualityComparable {
01:56:47                    ^
01:56:47   missing type arguments for generic class Equivalent<T>
01:56:47   where T is a type-variable:
01:56:47     T extends Comparable declared in interface Equivalent
01:56:47 X.java:1: warning: [rawtypes] found raw type: EqualityComparable
01:56:47 class X implements Equivalent, EqualityComparable {
01:56:47                                ^
01:56:47   missing type arguments for generic class EqualityComparable<T>
01:56:47   where T is a type-variable:
01:56:47     T extends Number declared in interface EqualityComparable
01:56:47 X.java:2: warning: [rawtypes] found raw type: Comparable
01:56:47 	public boolean equalTo(Comparable other) { return true; }
01:56:47 	                       ^
01:56:47   missing type arguments for generic class Comparable<T>
01:56:47   where T is a type-variable:
01:56:47     T extends Object declared in interface Comparable
01:56:47 X.java:10: warning: [rawtypes] found raw type: Comparable
01:56:47 interface Equivalent<T extends Comparable> { boolean equalTo(T other); }
01:56:47                                ^
01:56:47   missing type arguments for generic class Comparable<T>
01:56:47   where T is a type-variable:
01:56:47     T extends Object declared in interface Comparable
01:56:47 X.java:5: warning: [rawtypes] found raw type: Equivalent
01:56:47 abstract class Y implements Equivalent, EqualityComparable {}
01:56:47                             ^
01:56:47   missing type arguments for generic class Equivalent<T>
01:56:47   where T is a type-variable:
01:56:47     T extends Comparable declared in interface Equivalent
01:56:47 X.java:5: warning: [rawtypes] found raw type: EqualityComparable
01:56:47 abstract class Y implements Equivalent, EqualityComparable {}
01:56:47                                         ^
01:56:47   missing type arguments for generic class EqualityComparable<T>
01:56:47   where T is a type-variable:
01:56:47     T extends Number declared in interface EqualityComparable
01:56:47 X.java:7: warning: [rawtypes] found raw type: Comparable
01:56:47 	public boolean equalTo(Comparable other) { return true; }
01:56:47 	                       ^
01:56:47   missing type arguments for generic class Comparable<T>
01:56:47   where T is a type-variable:
01:56:47     T extends Object declared in interface Comparable
01:56:47 7 warnings
01:56:47 
01:56:47 
01:56:47 
01:56:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:48 
01:56:48 
01:56:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:49 --- javac err: ---
01:56:49 X.java:1: warning: [rawtypes] found raw type: Comparable
01:56:49 class X<T extends Comparable, S extends Number> implements Equivalent<T>, EqualityComparable<S> {
01:56:49                   ^
01:56:49   missing type arguments for generic class Comparable<T>
01:56:49   where T is a type-variable:
01:56:49     T extends Object declared in interface Comparable
01:56:49 X.java:10: warning: [rawtypes] found raw type: Comparable
01:56:49 interface Equivalent<T extends Comparable> { boolean equalTo(T other); }
01:56:49                                ^
01:56:49   missing type arguments for generic class Comparable<T>
01:56:49   where T is a type-variable:
01:56:49     T extends Object declared in interface Comparable
01:56:49 X.java:5: warning: [rawtypes] found raw type: Comparable
01:56:49 abstract class Y<T extends Comparable, S extends Number> implements Equivalent<T>, EqualityComparable<S> {}
01:56:49                            ^
01:56:49   missing type arguments for generic class Comparable<T>
01:56:49   where T is a type-variable:
01:56:49     T extends Object declared in interface Comparable
01:56:49 X.java:6: warning: [rawtypes] found raw type: Comparable
01:56:49 class Z<U extends Comparable, V extends Number> extends Y<U, V> {
01:56:49                   ^
01:56:49   missing type arguments for generic class Comparable<T>
01:56:49   where T is a type-variable:
01:56:49     T extends Object declared in interface Comparable
01:56:49 4 warnings
01:56:49 
01:56:50 
01:56:50 
01:56:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:51 --- javac err: ---
01:56:51 Y.java:1: error: name clash: equalTo(Integer) in EqualityComparable and equalTo(String) in Equivalent have the same erasure, yet neither overrides the other
01:56:51 abstract class Y implements Equivalent<String>, EqualityComparable<Integer> {
01:56:51          ^
01:56:51 1 error
01:56:51 
01:56:51 
01:56:51 
01:56:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:52 --- javac err: ---
01:56:52 Y.java:1: error: name clash: equalTo(Integer) in EqualityComparable and equalTo(String) in Equivalent have the same erasure, yet neither overrides the other
01:56:52 abstract class Y implements Equivalent<String>, EqualityComparable<Integer> {
01:56:52          ^
01:56:52 Y.java:2: error: name clash: equalTo(Object) in Y and equalTo(Integer) in EqualityComparable have the same erasure, yet neither overrides the other
01:56:52 	public abstract boolean equalTo(Object other);
01:56:52 	                        ^
01:56:52 2 errors
01:56:52 
01:56:52 
01:56:52 
01:56:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:53 --- javac err: ---
01:56:53 Y.java:1: error: name clash: equalTo(Integer) in EqualityComparable and equalTo(String) in Equivalent have the same erasure, yet neither overrides the other
01:56:53 abstract class Y implements Equivalent<String>, EqualityComparable<Integer> {
01:56:53          ^
01:56:53 Y.java:2: error: name clash: class Y has two methods with the same erasure, yet neither overrides the other
01:56:53 	public abstract boolean equalTo(String other);
01:56:53 	                        ^
01:56:53   first method:  equalTo(String) in Equivalent
01:56:53   second method: equalTo(Integer) in EqualityComparable
01:56:53 2 errors
01:56:53 
01:56:53 
01:56:53 
01:56:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:54 --- javac err: ---
01:56:54 Y.java:1: error: name clash: equalTo(String) in Equivalent and equalTo(Integer) in EqualityComparable have the same erasure, yet neither overrides the other
01:56:54 abstract class Y implements EqualityComparable<Integer>, Equivalent<String> {
01:56:54          ^
01:56:54 Y.java:2: error: name clash: class Y has two methods with the same erasure, yet neither overrides the other
01:56:54 	public boolean equalTo(Integer other) { return true; }
01:56:54 	               ^
01:56:54   first method:  equalTo(Integer) in EqualityComparable
01:56:54   second method: equalTo(String) in Equivalent
01:56:54 2 errors
01:56:54 
01:56:54 
01:56:54 
01:56:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:55 --- javac err: ---
01:56:55 X.java:7: warning: [rawtypes] found raw type: A
01:56:55 interface I { void foo(A a); }
01:56:55                        ^
01:56:55   missing type arguments for generic class A<T>
01:56:55   where T is a type-variable:
01:56:55     T extends Object declared in class A
01:56:55 X.java:9: error: name clash: foo(A<String>) in K and foo(A) in I have the same erasure, yet neither overrides the other
01:56:55 interface K extends I { void foo(A<String> a); }
01:56:55                              ^
01:56:55 X.java:4: warning: [rawtypes] found raw type: A
01:56:55 class YYY implements J, I { public void foo(A a) {} }
01:56:55                                             ^
01:56:55   missing type arguments for generic class A<T>
01:56:55   where T is a type-variable:
01:56:55     T extends Object declared in class A
01:56:55 X.java:5: warning: [rawtypes] found raw type: A
01:56:55 class XXX implements I, J { public void foo(A a) {} }
01:56:55                                             ^
01:56:55   missing type arguments for generic class A<T>
01:56:55   where T is a type-variable:
01:56:55     T extends Object declared in class A
01:56:55 X.java:6: warning: [rawtypes] found raw type: A
01:56:55 class ZZZ implements K { public void foo(A a) {} }
01:56:55                                          ^
01:56:55   missing type arguments for generic class A<T>
01:56:55   where T is a type-variable:
01:56:55     T extends Object declared in class A
01:56:55 1 error
01:56:55 4 warnings
01:56:55 
01:56:55 
01:56:55 
01:56:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:56 --- javac err: ---
01:56:56 XX.java:1: error: name clash: foo(A<String>) in XX and foo(A) in I have the same erasure, yet neither overrides the other
01:56:56 public abstract class XX implements I, J { public abstract void foo(A<String> a); }
01:56:56                                                                 ^
01:56:56 XX.java:2: warning: [rawtypes] found raw type: A
01:56:56 interface I { void foo(A a); }
01:56:56                        ^
01:56:56   missing type arguments for generic class A<T>
01:56:56   where T is a type-variable:
01:56:56     T extends Object declared in class A
01:56:56 1 error
01:56:56 1 warning
01:56:56 
01:56:56 
01:56:56 
01:56:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:57 --- javac err: ---
01:56:57 XX.java:1: error: XX is not abstract and does not override abstract method foo(A) in I
01:56:57 public class XX implements I, J { public void foo(A<String> a) {} }
01:56:57        ^
01:56:57 XX.java:1: error: name clash: foo(A<String>) in XX and foo(A) in I have the same erasure, yet neither overrides the other
01:56:57 public class XX implements I, J { public void foo(A<String> a) {} }
01:56:57                                               ^
01:56:57 XX.java:4: warning: [rawtypes] found raw type: A
01:56:57 interface I { void foo(A a); }
01:56:57                        ^
01:56:57   missing type arguments for generic class A<T>
01:56:57   where T is a type-variable:
01:56:57     T extends Object declared in class A
01:56:57 XX.java:2: error: YY is not abstract and does not override abstract method foo(A) in I
01:56:57 class YY implements J, I { public void foo(A<String> a) {} }
01:56:57 ^
01:56:57 XX.java:2: error: name clash: foo(A<String>) in YY and foo(A) in I have the same erasure, yet neither overrides the other
01:56:57 class YY implements J, I { public void foo(A<String> a) {} }
01:56:57                                        ^
01:56:57 XX.java:3: error: ZZ is not abstract and does not override abstract method foo(A) in I
01:56:57 class ZZ implements K { public void foo(A<String> a) {} }
01:56:57 ^
01:56:57 XX.java:3: error: name clash: foo(A<String>) in ZZ and foo(A) in I have the same erasure, yet neither overrides the other
01:56:57 class ZZ implements K { public void foo(A<String> a) {} }
01:56:57                                     ^
01:56:57 XX.java:6: error: name clash: foo(A<String>) in K and foo(A) in I have the same erasure, yet neither overrides the other
01:56:57 interface K extends I { void foo(A<String> a); }
01:56:57                              ^
01:56:57 7 errors
01:56:57 1 warning
01:56:57 
01:56:57 
01:56:57 
01:56:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:58 --- javac err: ---
01:56:58 X.java:1: error: name clash: foo(A<String>) in Y and foo(A) in I have the same erasure, yet neither overrides the other
01:56:58 public abstract class X extends Y implements I { }
01:56:58                 ^
01:56:58 X.java:2: warning: [rawtypes] found raw type: A
01:56:58 interface I { void foo(A a); }
01:56:58                        ^
01:56:58   missing type arguments for generic class A<T>
01:56:58   where T is a type-variable:
01:56:58     T extends Object declared in class A
01:56:58 1 error
01:56:58 1 warning
01:56:58 
01:56:58 
01:56:58 
01:56:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:56:59 --- javac err: ---
01:56:59 X.java:3: warning: [rawtypes] found raw type: A
01:56:59 class Y { void foo(A a) {} }
01:56:59                    ^
01:56:59   missing type arguments for generic class A<T>
01:56:59   where T is a type-variable:
01:56:59     T extends Object declared in class A
01:56:59 X.java:1: error: foo(A) in Y cannot implement foo(A<String>) in I
01:56:59 public abstract class X extends Y implements I { }
01:56:59                 ^
01:56:59   attempting to assign weaker access privileges; was public
01:56:59 1 error
01:56:59 1 warning
01:56:59 
01:56:59 
01:56:59 
01:56:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:00 --- javac err: ---
01:57:00 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
01:57:00 public abstract class X extends Y implements I { }
01:57:00                 ^
01:57:00   where T#1,T#2,S are type-variables:
01:57:00     T#1 extends Object declared in method <T#1>foo(T#1)
01:57:00     T#2 extends Object declared in method <T#2,S>foo(T#2)
01:57:00     S extends Object declared in method <T#2,S>foo(T#2)
01:57:00 1 error
01:57:00 
01:57:00 
01:57:00 
01:57:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:01 
01:57:01 
01:57:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:02 --- javac err: ---
01:57:02 X.java:1: error: name clash: foo(A<?>) in X and foo(A<? extends Number>) in H have the same erasure, yet neither overrides the other
01:57:02 public class X extends H<Number> { void foo(A<?> a) {} }
01:57:02                                         ^
01:57:02 1 error
01:57:02 
01:57:02 
01:57:02 
01:57:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:03 
01:57:03 
01:57:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:04 
01:57:04 
01:57:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:06 --- javac err: ---
01:57:06 A.java:2: warning: [unchecked] test() in B overrides <T>test() in A
01:57:06 class B extends A { @Override Integer test() { return 1; } }
01:57:06                                       ^
01:57:06   return type requires unchecked conversion from Integer to T
01:57:06   where T is a type-variable:
01:57:06     T extends Number declared in method <T>test()
01:57:06 1 warning
01:57:06 
01:57:06 
01:57:06 
01:57:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:07 --- javac err: ---
01:57:07 A.java:3: warning: [unchecked] getList() in B overrides getList() in A
01:57:07 class B extends A { @Override List getList() { return null; } }
01:57:07                                    ^
01:57:07   return type requires unchecked conversion from List to List<String>
01:57:07 A.java:3: warning: [rawtypes] found raw type: List
01:57:07 class B extends A { @Override List getList() { return null; } }
01:57:07                               ^
01:57:07   missing type arguments for generic class List<E>
01:57:07   where E is a type-variable:
01:57:07     E extends Object declared in interface List
01:57:07 2 warnings
01:57:07 
01:57:07 
01:57:07 
01:57:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:08 --- javac err: ---
01:57:08 X.java:2: warning: [unchecked] x() in Y implements x() in X
01:57:08 abstract class Y<S> implements X<S> { public abstract X x(); }
01:57:08                                                         ^
01:57:08   return type requires unchecked conversion from X to X<S>
01:57:08   where T,S are type-variables:
01:57:08     T extends Object declared in interface X
01:57:08     S extends Object declared in class Y
01:57:08 X.java:2: warning: [rawtypes] found raw type: X
01:57:08 abstract class Y<S> implements X<S> { public abstract X x(); }
01:57:08                                                       ^
01:57:08   missing type arguments for generic class X<T>
01:57:08   where T is a type-variable:
01:57:08     T extends Object declared in interface X
01:57:08 X.java:3: warning: [rawtypes] found raw type: X
01:57:08 abstract class Z implements X { public abstract X x(); }
01:57:08                             ^
01:57:08   missing type arguments for generic class X<T>
01:57:08   where T is a type-variable:
01:57:08     T extends Object declared in interface X
01:57:08 X.java:3: warning: [rawtypes] found raw type: X
01:57:08 abstract class Z implements X { public abstract X x(); }
01:57:08                                                 ^
01:57:08   missing type arguments for generic class X<T>
01:57:08   where T is a type-variable:
01:57:08     T extends Object declared in interface X
01:57:08 4 warnings
01:57:08 
01:57:08 
01:57:08 
01:57:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:09 --- javac err: ---
01:57:09 X.java:2: warning: [unchecked] x() in Y implements x() in X
01:57:09 abstract class Y<S> implements X<S> { public abstract X[] x(); }
01:57:09                                                           ^
01:57:09   return type requires unchecked conversion from X[] to X<S>[]
01:57:09   where T,S are type-variables:
01:57:09     T extends Object declared in interface X
01:57:09     S extends Object declared in class Y
01:57:09 X.java:2: warning: [rawtypes] found raw type: X
01:57:09 abstract class Y<S> implements X<S> { public abstract X[] x(); }
01:57:09                                                       ^
01:57:09   missing type arguments for generic class X<T>
01:57:09   where T is a type-variable:
01:57:09     T extends Object declared in interface X
01:57:09 X.java:3: warning: [rawtypes] found raw type: X
01:57:09 abstract class Z implements X { public abstract X[] x(); }
01:57:09                             ^
01:57:09   missing type arguments for generic class X<T>
01:57:09   where T is a type-variable:
01:57:09     T extends Object declared in interface X
01:57:09 X.java:3: warning: [rawtypes] found raw type: X
01:57:09 abstract class Z implements X { public abstract X[] x(); }
01:57:09                                                 ^
01:57:09   missing type arguments for generic class X<T>
01:57:09   where T is a type-variable:
01:57:09     T extends Object declared in interface X
01:57:09 4 warnings
01:57:09 
01:57:09 
01:57:09 
01:57:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:10 --- javac err: ---
01:57:10 X.java:3: warning: foo(String...) in X implements foo(String[]) in I; overridden method has no '...'
01:57:10 class Y extends X implements I { }
01:57:10 ^
01:57:10 1 warning
01:57:10 
01:57:10 
01:57:10 
01:57:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:11 --- javac err: ---
01:57:11 X.java:3: warning: foo(String[]) in X implements foo(String...) in I; overriding method is missing '...'
01:57:11 class Y extends X implements I { }
01:57:11 ^
01:57:11 1 warning
01:57:11 
01:57:11 
01:57:11 
01:57:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:12 
01:57:12 
01:57:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:14 --- javac err: ---
01:57:14 X.java:1: warning: [rawtypes] found raw type: A
01:57:14 public class X { public A foo() { return null; } }
01:57:14                         ^
01:57:14   missing type arguments for generic class A<T>
01:57:14   where T is a type-variable:
01:57:14     T extends Object declared in class A
01:57:14 X.java:3: warning: [unchecked] foo() in X implements foo() in I
01:57:14 class Y extends X implements I { }
01:57:14 ^
01:57:14   return type requires unchecked conversion from A to A<String>
01:57:14 2 warnings
01:57:14 
01:57:14 
01:57:14 
01:57:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:15 --- javac err: ---
01:57:15 X.java:3: error: Y is not abstract and does not override abstract method <T>foo() in I
01:57:15 class Y extends X implements I { }
01:57:15 ^
01:57:15   where T is a type-variable:
01:57:15     T extends Object declared in method <T>foo()
01:57:15 X.java:3: warning: [unchecked] foo() in X implements <T>foo() in I
01:57:15 class Y extends X implements I { }
01:57:15 ^
01:57:15   return type requires unchecked conversion from Object to T
01:57:15   where T is a type-variable:
01:57:15     T extends Object declared in method <T>foo()
01:57:15 1 error
01:57:15 1 warning
01:57:15 
01:57:15 
01:57:15 
01:57:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:16 
01:57:16 
01:57:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:17 --- javac err: ---
01:57:17 X.java:4: error: name clash: id(B) in I and id(A) in C have the same erasure, yet neither overrides the other
01:57:17 abstract class E<A, B> extends C<A> implements I<B> {}
01:57:17          ^
01:57:17   where B,A are type-variables:
01:57:17     B extends Object declared in class E
01:57:17     A extends Object declared in class E
01:57:17 1 error
01:57:17 
01:57:17 
01:57:17 
01:57:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:18 --- javac err: ---
01:57:18 X.java:4: error: name clash: id(A) in C and id(B) in I have the same erasure, yet neither overrides the other
01:57:18 abstract class E<A, B> extends C<A> implements I<B> {}
01:57:18          ^
01:57:18   where A,B are type-variables:
01:57:18     A extends Object declared in class E
01:57:18     B extends Object declared in class E
01:57:18 1 error
01:57:18 
01:57:18 
01:57:18 
01:57:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:19 --- javac err: ---
01:57:19 X.java:1: error: reference to id is ambiguous
01:57:19 public class X { void test(E<Integer,Integer> e) { e.id(Integer.valueOf(2)); } }
01:57:19                                                     ^
01:57:19   both method id(B) in I and method id(A) in C match
01:57:19   where B,A are type-variables:
01:57:19     B extends Object declared in interface I
01:57:19     A extends Number declared in class C
01:57:19 1 error
01:57:19 
01:57:19 
01:57:19 
01:57:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:20 --- javac err: ---
01:57:20 X.java:1: error: reference to id is ambiguous
01:57:20 public class X { void test(E<Integer,Integer> e) { e.id(Integer.valueOf(111)); } }
01:57:20                                                     ^
01:57:20   both method id(A) in C and method id(B) in E match
01:57:20   where A,B are type-variables:
01:57:20     A extends Number declared in class C
01:57:20     B extends Object declared in class E
01:57:20 1 error
01:57:20 
01:57:20 
01:57:20 
01:57:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:22 --- javac err: ---
01:57:22 X.java:4: error: reference to id is ambiguous
01:57:22 		m.id(Integer.valueOf(111));
01:57:22 		 ^
01:57:22   both method id(A) in C and method id(B) in M match
01:57:22   where A,B are type-variables:
01:57:22     A extends Number declared in class C
01:57:22     B extends Object declared in class M
01:57:22 1 error
01:57:22 
01:57:22 
01:57:22 
01:57:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:23 --- javac err: ---
01:57:23 p/Y.java:4: warning: [rawtypes] found raw type: List
01:57:23 	List l = null;
01:57:23 	^
01:57:23   missing type arguments for generic class List<E>
01:57:23   where E is a type-variable:
01:57:23     E extends Object declared in interface List
01:57:23 p/Y.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:57:23 	public static <T> void foo(T... e) {}
01:57:23 	                                ^
01:57:23   where T is a type-variable:
01:57:23     T extends Object declared in method <T>foo(T...)
01:57:23 p/Z.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type List<T>
01:57:23 	public static <T> void foo(List<T>... e) {}
01:57:23 	                                      ^
01:57:23   where T is a type-variable:
01:57:23     T extends Object declared in method <T>foo(List<T>...)
01:57:23 p/X.java:6: warning: [unchecked] unchecked method invocation: method foo in class Z is applied to given types
01:57:23 	public X() { foo(data.l); }
01:57:23 	                ^
01:57:23   required: List<T>[]
01:57:23   found: List
01:57:23   where T is a type-variable:
01:57:23     T extends Object declared in method <T>foo(List<T>...)
01:57:23 p/X.java:6: warning: [unchecked] unchecked conversion
01:57:23 	public X() { foo(data.l); }
01:57:23 	                     ^
01:57:23   required: List<Object>
01:57:23   found:    List
01:57:23 p/X.java:6: warning: [unchecked] unchecked generic array creation for varargs parameter of type List<Object>[]
01:57:23 	public X() { foo(data.l); }
01:57:23 	                ^
01:57:23 6 warnings
01:57:23 
01:57:23 
01:57:23 
01:57:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:24 --- javac err: ---
01:57:24 p/Y.java:4: warning: [rawtypes] found raw type: List
01:57:24 	List l = null;
01:57:24 	^
01:57:24   missing type arguments for generic class List<E>
01:57:24   where E is a type-variable:
01:57:24     E extends Object declared in interface List
01:57:24 p/Y.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
01:57:24 	public static <T> void foo(T... e) {}
01:57:24 	                                ^
01:57:24   where T is a type-variable:
01:57:24     T extends Object declared in method <T>foo(T...)
01:57:24 p/Y.java:6: warning: [unchecked] Possible heap pollution from parameterized vararg type List<T>
01:57:24 	public static <T> void foo(List<T>... e) {}
01:57:24 	                                      ^
01:57:24   where T is a type-variable:
01:57:24     T extends Object declared in method <T>foo(List<T>...)
01:57:24 p/X.java:5: warning: [unchecked] unchecked method invocation: method foo in class Y is applied to given types
01:57:24 	public X() { foo(data.l); }
01:57:24 	                ^
01:57:24   required: List<T>[]
01:57:24   found: List
01:57:24   where T is a type-variable:
01:57:24     T extends Object declared in method <T>foo(List<T>...)
01:57:24 p/X.java:5: warning: [unchecked] unchecked conversion
01:57:24 	public X() { foo(data.l); }
01:57:24 	                     ^
01:57:24   required: List<Object>
01:57:24   found:    List
01:57:24 p/X.java:5: warning: [unchecked] unchecked generic array creation for varargs parameter of type List<Object>[]
01:57:24 	public X() { foo(data.l); }
01:57:24 	                ^
01:57:24 6 warnings
01:57:24 
01:57:24 
01:57:24 
01:57:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:25 --- javac err: ---
01:57:25 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:57:25 		m.id(new Integer(111), new Integer(112));
01:57:25 		     ^
01:57:25 X.java:3: warning: [deprecation] Integer(int) in Integer has been deprecated
01:57:25 		m.id(new Integer(111), new Integer(112));
01:57:25 		                       ^
01:57:25 2 warnings
01:57:25 
01:57:25 
01:57:25 
01:57:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:26 --- javac err: ---
01:57:26 X.java:3: error: reference to id is ambiguous
01:57:26 		m.id(Integer.valueOf(111));
01:57:26 		 ^
01:57:26   both method id(T1) in C and method id(T6) in M match
01:57:26   where T1,T6 are type-variables:
01:57:26     T1 extends Number declared in class C
01:57:26     T6 extends Object declared in class M
01:57:26 1 error
01:57:26 
01:57:26 
01:57:26 
01:57:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:27 --- javac err: ---
01:57:27 X.java:2: error: foo() in XS cannot override foo() in X
01:57:27 class XS extends X { @Override void foo() {} }
01:57:27                                     ^
01:57:27   overridden method is final
01:57:27 1 error
01:57:27 
01:57:27 
01:57:27 
01:57:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:29 --- javac err: ---
01:57:29 X.java:2: error: foo() in XS cannot override foo() in X
01:57:29 class XS extends X { @Override void foo() {} }
01:57:29                                     ^
01:57:29   attempting to assign weaker access privileges; was public
01:57:29 1 error
01:57:29 
01:57:29 
01:57:29 
01:57:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:30 --- javac err: ---
01:57:30 X.java:2: error: foo() in XS cannot override foo() in X
01:57:30 class XS extends X { @Override void foo() throws ClassNotFoundException {} }
01:57:30                                     ^
01:57:30   overridden method does not throw ClassNotFoundException
01:57:30 1 error
01:57:30 
01:57:30 
01:57:30 
01:57:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:31 --- javac err: ---
01:57:31 X.java:2: error: foo() in XS cannot override foo() in X
01:57:31 class XS extends X { @Override int foo() {} }
01:57:31                                    ^
01:57:31   return type int is not compatible with void
01:57:31 X.java:2: error: method does not override or implement a method from a supertype
01:57:31 class XS extends X { @Override int foo() {} }
01:57:31                      ^
01:57:31 2 errors
01:57:31 
01:57:31 
01:57:31 
01:57:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:32 --- javac err: ---
01:57:32 X.java:7: warning: [rawtypes] found raw type: Class
01:57:32   public Foo get(Class c) { return null; }
01:57:32                  ^
01:57:32   missing type arguments for generic class Class<T>
01:57:32   where T is a type-variable:
01:57:32     T extends Object declared in class Class
01:57:32 1 warning
01:57:32 
01:57:32 
01:57:32 
01:57:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:33 --- javac err: ---
01:57:33 X.java:5: error: cannot find symbol
01:57:33    Zork z;
01:57:33    ^
01:57:33   symbol:   class Zork
01:57:33   location: class X
01:57:33 1 error
01:57:33 
01:57:33 
01:57:33 
01:57:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:34 
01:57:34 
01:57:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:36 --- javac err: ---
01:57:36 X1.java:3: error: name clash: putAll(Map<String,String>) in X1 and putAll(Map<? extends String,? extends String>) in HashMap have the same erasure, yet neither overrides the other
01:57:36     public Object putAll(Map<String,String> a) { return null; }
01:57:36                   ^
01:57:36 X1.java:2: warning: [serial] serializable class X1 has no definition of serialVersionUID
01:57:36 public class X1 extends LinkedHashMap<String, String> {
01:57:36        ^
01:57:36 1 error
01:57:36 1 warning
01:57:36 
01:57:36 
01:57:36 
01:57:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:37 --- javac err: ---
01:57:37 X2.java:2: error: name clash: foo(I<String>) in X2 and foo(I<? extends String>) in Y have the same erasure, yet neither overrides the other
01:57:37     public Object foo(I<String> z) { return null; }
01:57:37                   ^
01:57:37 1 error
01:57:37 
01:57:37 
01:57:37 
01:57:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:38 --- javac err: ---
01:57:38 X3.java:2: error: name clash: foo(I<String>) in X3 and foo(I<? extends String>) in Y have the same erasure, yet neither overrides the other
01:57:38     public void foo(I<String> z) {}
01:57:38                 ^
01:57:38 1 error
01:57:38 
01:57:38 
01:57:38 
01:57:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:39 --- javac err: ---
01:57:39 X4.java:2: error: name clash: foo(I<String>) in X4 and foo(I<? extends String>) in Y have the same erasure, yet neither overrides the other
01:57:39     public String foo(I<String> z) { return null; }
01:57:39                   ^
01:57:39 1 error
01:57:39 
01:57:39 
01:57:39 
01:57:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:40 --- javac err: ---
01:57:40 X5.java:2: error: name clash: foo(I<String>) in X5 and foo(I<? extends String>) in Y have the same erasure, yet neither overrides the other
01:57:40     public Object foo(I<String> z) { return null; }
01:57:40                   ^
01:57:40 1 error
01:57:40 
01:57:40 
01:57:40 
01:57:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:41 --- javac err: ---
01:57:41 X6.java:2: error: name clash: foo(I<String>) in X6 and foo(I<? extends String>) in Y have the same erasure, yet neither overrides the other
01:57:41     public void foo(I<String> z) {}
01:57:41                 ^
01:57:41 1 error
01:57:41 
01:57:41 
01:57:41 
01:57:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:42 --- javac err: ---
01:57:42 X7.java:2: error: name clash: foo(I<String>) in X7 and foo(I<? extends String>) in Y have the same erasure, yet neither overrides the other
01:57:42     public String foo(I<String> z) { return null; }
01:57:42                   ^
01:57:42 1 error
01:57:42 
01:57:42 
01:57:42 
01:57:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:43 --- javac err: ---
01:57:43 X8.java:2: error: name clash: foo(I<String>) in X8 and foo(I<? extends String>) in Y have the same erasure, yet neither overrides the other
01:57:43     public Object foo(I<String> z) { return null; }
01:57:43                   ^
01:57:43 1 error
01:57:43 
01:57:43 
01:57:43 
01:57:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:44 --- javac err: ---
01:57:44 X.java:7: error: name clash: id(A) and id(T) have the same erasure
01:57:44 	@Override A id(A x) { return x; }
01:57:44 	            ^
01:57:44   where T is a type-variable:
01:57:44     T extends A declared in class Y
01:57:44 X.java:6: error: name clash: id(T) in Y and id(A) in X have the same erasure, yet neither overrides the other
01:57:44 	@Override T id(T x) { return x; }
01:57:44 	            ^
01:57:44   where T is a type-variable:
01:57:44     T extends A declared in class Y
01:57:44 X.java:7: warning: [unchecked] id(A) in Y overrides id(T#1) in X
01:57:44 	@Override A id(A x) { return x; }
01:57:44 	            ^
01:57:44   return type requires unchecked conversion from A to T#2
01:57:44   where T#1,T#2 are type-variables:
01:57:44     T#1 extends Object declared in class X
01:57:44     T#2 extends A declared in class Y
01:57:44 2 errors
01:57:44 1 warning
01:57:44 
01:57:44 
01:57:44 
01:57:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:45 --- javac err: ---
01:57:45 X.java:5: error: methods id(T#1) from X<T#2> and id(A) from X<T#2> are inherited with the same signature
01:57:45 class Y<T extends A> extends X<T> {}
01:57:45 ^
01:57:45   where T#1,T#2 are type-variables:
01:57:45     T#1 extends Object declared in class X
01:57:45     T#2 extends A declared in class Y
01:57:45 1 error
01:57:45 
01:57:45 
01:57:45 
01:57:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:46 --- javac err: ---
01:57:46 X.java:3: error: name clash: <N>foo() and <S>foo() have the same erasure
01:57:46 	public static <N extends B> N foo() { System.out.print("B"); return null; }
01:57:46 	                              ^
01:57:46   where N,S are type-variables:
01:57:46     N extends B declared in method <N>foo()
01:57:46     S extends A declared in method <S>foo()
01:57:46 X.java:7: warning: [static] static method should be qualified by type name, X, instead of by an expression
01:57:46 		new X().<B>foo();
01:57:46 		       ^
01:57:46 1 error
01:57:46 1 warning
01:57:46 
01:57:46 
01:57:46 
01:57:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:47 --- javac err: ---
01:57:47 X.java:3: error: name clash: <N>foo() and <S>foo() have the same erasure
01:57:47 	public static <N extends B> N foo() { System.out.print("B"); return null; }
01:57:47 	                              ^
01:57:47   where N,S are type-variables:
01:57:47     N extends B declared in method <N>foo()
01:57:47     S extends A declared in method <S>foo()
01:57:47 1 error
01:57:47 
01:57:47 
01:57:47 
01:57:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:48 --- javac err: ---
01:57:48 X.java:4: error: method foo(Object) is already defined in class X.C1
01:57:48 		Z foo(Object o) {  return null; } // duplicate
01:57:48 		  ^
01:57:48 X.java:8: error: name clash: <T#1>foo(Object) and <T#2>foo(Object) have the same erasure
01:57:48 		<T extends Z> T foo(Object o) {  return null; } // duplicate
01:57:48 		                ^
01:57:48   where T#1,T#2 are type-variables:
01:57:48     T#1 extends Z declared in method <T#1>foo(Object)
01:57:48     T#2 extends Y declared in method <T#2>foo(Object)
01:57:48 X.java:12: error: method foo(Object) is already defined in class X.C3
01:57:48 		A<Z> foo(Object o) {  return null; } // duplicate
01:57:48 		     ^
01:57:48 X.java:16: error: method foo(Object) is already defined in class X.C4
01:57:48 		<T extends Z> T foo(Object o) {  return null; } // duplicate
01:57:48 		                ^
01:57:48 4 errors
01:57:48 
01:57:48 
01:57:48 
01:57:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:49 --- javac err: ---
01:57:49 X.java:4: error: name clash: foo(A<Z>) and foo(A<Y>) have the same erasure
01:57:49 		A<Z> foo(A<Z> o) {  return null; } // duplicate
01:57:49 		     ^
01:57:49 X.java:8: error: name clash: <T#1>foo(A<Z>) and <T#2>foo(A<Y>) have the same erasure
01:57:49 		<T extends Z> T foo(A<Z> o) {  return null; } // ok
01:57:49 		                ^
01:57:49   where T#1,T#2 are type-variables:
01:57:49     T#1 extends Z declared in method <T#1>foo(A<Z>)
01:57:49     T#2 extends Y declared in method <T#2>foo(A<Y>)
01:57:49 2 errors
01:57:49 
01:57:49 
01:57:49 
01:57:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:50 --- javac err: ---
01:57:50 X.java:4: error: name clash: <T#1>foo(Object) and <T#2,U>foo(Object) have the same erasure
01:57:50 		<T extends Z> T foo(Object o) {  return null; } // ok
01:57:50 		                ^
01:57:50   where T#1,T#2,U are type-variables:
01:57:50     T#1 extends Z declared in method <T#1>foo(Object)
01:57:50     T#2 extends Y declared in method <T#2,U>foo(Object)
01:57:50     U extends Object declared in method <T#2,U>foo(Object)
01:57:50 1 error
01:57:50 
01:57:50 
01:57:50 
01:57:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:52 --- javac err: ---
01:57:52 X.java:3: error: name clash: <N#1>a(A<Number>) and <N#2>a(A<String>) have the same erasure
01:57:52 		 <N> Object a(A<Number> n) { return null; }
01:57:52 		            ^
01:57:52   where N#1,N#2 are type-variables:
01:57:52     N#1 extends Object declared in method <N#1>a(A<Number>)
01:57:52     N#2 extends B declared in method <N#2>a(A<String>)
01:57:52 X.java:5: error: name clash: <N#1>b(A<Number>) and <N#2>b(A<String>) have the same erasure
01:57:52 		 <N extends B> B b(A<Number> n) { return null; }
01:57:52 		                 ^
01:57:52   where N#1,N#2 are type-variables:
01:57:52     N#1 extends B declared in method <N#1>b(A<Number>)
01:57:52     N#2 extends B declared in method <N#2>b(A<String>)
01:57:52 X.java:7: error: name clash: c(A<Number>) and c(A<String>) have the same erasure
01:57:52 		 B c(A<Number> n) { return null; }
01:57:52 		   ^
01:57:52 3 errors
01:57:52 
01:57:52 
01:57:52 
01:57:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:53 --- javac err: ---
01:57:53 X.java:3: error: name clash: <N#1>a(A<Number>) and <N#2>a(A<String>) have the same erasure
01:57:53 		 <N> B a(A<Number> n) { return null; }
01:57:53 		       ^
01:57:53   where N#1,N#2 are type-variables:
01:57:53     N#1 extends Object declared in method <N#1>a(A<Number>)
01:57:53     N#2 extends B declared in method <N#2>a(A<String>)
01:57:53 1 error
01:57:53 
01:57:53 
01:57:53 
01:57:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:54 --- javac err: ---
01:57:54 X.java:3: error: name clash: <N#1>b(A<Number>) and <N#2>b(A<String>) have the same erasure
01:57:54 		 <N extends B> B b(A<Number> n) { return null; }
01:57:54 		                 ^
01:57:54   where N#1,N#2 are type-variables:
01:57:54     N#1 extends B declared in method <N#1>b(A<Number>)
01:57:54     N#2 extends B declared in method <N#2>b(A<String>)
01:57:54 1 error
01:57:54 
01:57:54 
01:57:54 
01:57:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:55 --- javac err: ---
01:57:55 X.java:3: error: name clash: c(A<Number>) and c(A<String>) have the same erasure
01:57:55 		 B c(A<Number> n) { return null; }
01:57:55 		   ^
01:57:55 1 error
01:57:55 
01:57:55 
01:57:55 
01:57:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:56 --- javac err: ---
01:57:56 X.java:3: error: name clash: <N#1>a(A<Number>) and <N#2>a(A<Number>) have the same erasure
01:57:56 		 <N> Object a(A<Number> n) { return null; }
01:57:56 		            ^
01:57:56   where N#1,N#2 are type-variables:
01:57:56     N#1 extends Object declared in method <N#1>a(A<Number>)
01:57:56     N#2 extends B declared in method <N#2>a(A<Number>)
01:57:56 X.java:5: error: name clash: <N#1>b(A<String>) and <N#2>b(A<Number>) have the same erasure
01:57:56 		 <N> Object b(A<String> n) { return null; }
01:57:56 		            ^
01:57:56   where N#1,N#2 are type-variables:
01:57:56     N#1 extends Object declared in method <N#1>b(A<String>)
01:57:56     N#2 extends B declared in method <N#2>b(A<Number>)
01:57:56 2 errors
01:57:56 
01:57:56 
01:57:56 
01:57:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:57 --- javac err: ---
01:57:57 X.java:3: error: name clash: <N#1>a(A<Number>) and <N#2>a(A<Number>) have the same erasure
01:57:57 		 <N> B a(A<Number> n) { return null; }
01:57:57 		       ^
01:57:57   where N#1,N#2 are type-variables:
01:57:57     N#1 extends Object declared in method <N#1>a(A<Number>)
01:57:57     N#2 extends B declared in method <N#2>a(A<Number>)
01:57:57 X.java:5: error: name clash: <N#1>b(A<String>) and <N#2>b(A<Number>) have the same erasure
01:57:57 		 <N> B b(A<String> n) { return null; }
01:57:57 		       ^
01:57:57   where N#1,N#2 are type-variables:
01:57:57     N#1 extends Object declared in method <N#1>b(A<String>)
01:57:57     N#2 extends B declared in method <N#2>b(A<Number>)
01:57:57 2 errors
01:57:57 
01:57:57 
01:57:57 
01:57:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:58 --- javac err: ---
01:57:58 X.java:3: error: method <N>a(A<Number>) is already defined in class X
01:57:58 		 <N extends B> B a(A<Number> n) { return null; }
01:57:58 		                 ^
01:57:58   where N is a type-variable:
01:57:58     N extends B declared in method <N>a(A<Number>)
01:57:58 X.java:5: error: method <N>b(A<Number>) is already defined in class X
01:57:58 		 <N extends B> B b(A<Number> n) { return null; }
01:57:58 		                 ^
01:57:58   where N is a type-variable:
01:57:58     N extends B declared in method <N>b(A<Number>)
01:57:58 2 errors
01:57:58 
01:57:58 
01:57:58 
01:57:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:57:59 --- javac err: ---
01:57:59 X.java:3: error: method a(A<Number>) is already defined in class X
01:57:59 		 B a(A<Number> n) { return null; }
01:57:59 		   ^
01:57:59 X.java:5: error: method b(A<Number>) is already defined in class X
01:57:59 		 B b(A<Number> n) { return null; }
01:57:59 		   ^
01:57:59 2 errors
01:57:59 
01:57:59 
01:57:59 
01:57:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:00 --- javac err: ---
01:58:00 X.java:1: error: X is not abstract and does not override abstract method <T>foo(T) in I
01:58:00 public class X implements I {
01:58:00        ^
01:58:00   where T is a type-variable:
01:58:00     T extends Object declared in method <T>foo(T)
01:58:00 1 error
01:58:00 
01:58:00 
01:58:00 
01:58:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:01 --- javac err: ---
01:58:01 X.java:3: error: name clash: foo(A<Integer>) and foo(A<String>) have the same erasure
01:58:01 	void foo(A<Integer> a) {}
01:58:01 	     ^
01:58:01 1 error
01:58:01 
01:58:01 
01:58:01 
01:58:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:02 --- javac err: ---
01:58:02 X.java:3: error: name clash: foo(A<Integer>) and foo(A<String>) have the same erasure
01:58:02 	Object foo(A<Integer> a) { return null; }
01:58:02 	       ^
01:58:02 1 error
01:58:02 
01:58:02 
01:58:02 
01:58:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:03 --- javac err: ---
01:58:03 A.java:2: warning: [rawtypes] found raw type: A
01:58:03 	public A test() { return null; }
01:58:03 	       ^
01:58:03   missing type arguments for generic class A<T>
01:58:03   where T is a type-variable:
01:58:03     T extends Object declared in class A
01:58:03 1 warning
01:58:03 
01:58:04 
01:58:04 
01:58:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:05 --- javac err: ---
01:58:05 A.java:7: warning: [unchecked] test() in B overrides <U>test() in A
01:58:05 	@Override public B test() { return null; }
01:58:05 	                   ^
01:58:05   return type requires unchecked conversion from B to A<U>
01:58:05   where U is a type-variable:
01:58:05     U extends Object declared in method <U>test()
01:58:05 A.java:8: warning: [unchecked] test2() in B overrides <U>test2() in A
01:58:05 	@Override public A test2() { return null; }
01:58:05 	                   ^
01:58:05   return type requires unchecked conversion from A to A<U>
01:58:05   where U is a type-variable:
01:58:05     U extends Object declared in method <U>test2()
01:58:05 A.java:8: warning: [rawtypes] found raw type: A
01:58:05 	@Override public A test2() { return null; }
01:58:05 	                 ^
01:58:05   missing type arguments for generic class A<T>
01:58:05   where T is a type-variable:
01:58:05     T extends Object declared in class A
01:58:05 A.java:9: warning: [unchecked] test3() in B overrides <U>test3() in A
01:58:05 	@Override public A<X> test3() { return null; }
01:58:05 	                      ^
01:58:05   return type requires unchecked conversion from A<X> to A<U>
01:58:05   where U is a type-variable:
01:58:05     U extends Object declared in method <U>test3()
01:58:05 4 warnings
01:58:05 
01:58:05 
01:58:05 
01:58:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:06 --- javac err: ---
01:58:06 X.java:2: warning: [rawtypes] found raw type: A
01:58:06 	void test(A a) { B b = a.foo(); }
01:58:06 	          ^
01:58:06   missing type arguments for generic class A<T>
01:58:06   where T is a type-variable:
01:58:06     T extends Object declared in class A
01:58:06 X.java:2: error: incompatible types: A cannot be converted to B
01:58:06 	void test(A a) { B b = a.foo(); }
01:58:06 	                            ^
01:58:06 X.java:3: error: incompatible types: no instance(s) of type variable(s) U exist so that A<U> conforms to B
01:58:06 	void test2(A<X> a) { B b = a.foo(); }
01:58:06 	                                ^
01:58:06   where U is a type-variable:
01:58:06     U extends Object declared in method <U>foo()
01:58:06 X.java:10: warning: [unchecked] foo() in B overrides <U>foo() in A
01:58:06 	@Override B foo() { return null; }
01:58:06 	            ^
01:58:06   return type requires unchecked conversion from B to A<U>
01:58:06   where U is a type-variable:
01:58:06     U extends Object declared in method <U>foo()
01:58:06 2 errors
01:58:06 2 warnings
01:58:06 
01:58:06 
01:58:06 
01:58:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:07 --- javac err: ---
01:58:07 X.java:3: error: name clash: <T>a(T) and a(Object) have the same erasure
01:58:07 	<T> T a(T x) {  return null; }
01:58:07 	      ^
01:58:07   where T is a type-variable:
01:58:07     T extends Object declared in method <T>a(T)
01:58:07 1 error
01:58:07 
01:58:07 
01:58:07 
01:58:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:08 --- javac err: ---
01:58:08 X.java:3: error: name clash: <T>aaa(T) and <T1,T2>aaa(X) have the same erasure
01:58:08 	<T extends X> T aaa(T x) {  return null; }
01:58:08 	                ^
01:58:08   where T,T1,T2 are type-variables:
01:58:08     T extends X declared in method <T>aaa(T)
01:58:08     T1 extends Object declared in method <T1,T2>aaa(X)
01:58:08     T2 extends Object declared in method <T1,T2>aaa(X)
01:58:08 X.java:5: error: name clash: <T#1>aa(T#1) and <T#2>aa(X) have the same erasure
01:58:08 	<T extends X> T aa(T x) {  return null; }
01:58:08 	                ^
01:58:08   where T#1,T#2 are type-variables:
01:58:08     T#1 extends X declared in method <T#1>aa(T#1)
01:58:08     T#2 extends Object declared in method <T#2>aa(X)
01:58:08 X.java:7: error: name clash: <T>a(T) and a(X) have the same erasure
01:58:08 	<T extends X> T a(T x) {  return null; }
01:58:08 	                ^
01:58:08   where T is a type-variable:
01:58:08     T extends X declared in method <T>a(T)
01:58:08 X.java:9: error: name clash: <T#1,S>z(X) and <T#2>z(X) have the same erasure
01:58:08 	<T, S> Object z(X x) { return null; }
01:58:08 	              ^
01:58:08   where T#1,S,T#2 are type-variables:
01:58:08     T#1 extends Object declared in method <T#1,S>z(X)
01:58:08     S extends Object declared in method <T#1,S>z(X)
01:58:08     T#2 extends Object declared in method <T#2>z(X)
01:58:08 4 errors
01:58:08 
01:58:08 
01:58:08 
01:58:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:09 --- javac err: ---
01:58:09 X.java:3: error: method foo(X<T>) is already defined in class X
01:58:09 		 <S> String foo(X<T> s) { return null; }
01:58:09 		            ^
01:58:09   where T is a type-variable:
01:58:09     T extends Object declared in class X
01:58:09 1 error
01:58:09 
01:58:09 
01:58:09 
01:58:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:10 --- javac err: ---
01:58:10 X.java:3: error: method <T1>dupT() is already defined in class X
01:58:10 		<T2 extends X<T2>> Object dupT() {return null;}
01:58:10 		                          ^
01:58:10   where T1 is a type-variable:
01:58:10     T1 extends X<T1> declared in method <T1>dupT()
01:58:10 1 error
01:58:10 
01:58:10 
01:58:10 
01:58:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:11 --- javac err: ---
01:58:11 X.java:3: error: name clash: <T#1>a(A<Object>) and <T#2>a(A<T#2>) have the same erasure
01:58:11 	<T> String a(A<Object> o) {return null;}
01:58:11 	           ^
01:58:11   where T#1,T#2 are type-variables:
01:58:11     T#1 extends Object declared in method <T#1>a(A<Object>)
01:58:11     T#2 extends Object declared in method <T#2>a(A<T#2>)
01:58:11 X.java:5: error: name clash: aa(A<Object>) and <T>aa(A<T>) have the same erasure
01:58:11 	String aa(A<Object> o) {return null;}
01:58:11 	       ^
01:58:11   where T is a type-variable:
01:58:11     T extends Object declared in method <T>aa(A<T>)
01:58:11 2 errors
01:58:11 
01:58:11 
01:58:11 
01:58:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:12 --- javac err: ---
01:58:12 X.java:3: warning: [rawtypes] found raw type: A
01:58:12 		A a = new C();
01:58:12 		^
01:58:12   missing type arguments for generic class A<T>
01:58:12   where T is a type-variable:
01:58:12     T extends Object declared in interface A
01:58:12 X.java:4: warning: [unchecked] unchecked call to f(T) as a member of the raw type A
01:58:12 		try { a.f(new Object()); } catch (ClassCastException e) {
01:58:12 		         ^
01:58:12   where T is a type-variable:
01:58:12     T extends Object declared in interface A
01:58:12 2 warnings
01:58:12 
01:58:12 
01:58:12 
01:58:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:14 
01:58:14 
01:58:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:15 
01:58:15 
01:58:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:16 
01:58:16 
01:58:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:17 
01:58:17 
01:58:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:19 --- javac err: ---
01:58:19 X.java:7: error: name clash: foo(A) and <T>foo(T) have the same erasure
01:58:19 	void foo(A a) {}
01:58:19 	     ^
01:58:19   where A,T are type-variables:
01:58:19     A extends Object declared in class X
01:58:19     T extends Object declared in method <T>foo(T)
01:58:19 X.java:9: error: name clash: <T#1>foo2(A) and <T#2>foo2(T#2) have the same erasure
01:58:19 	<T> void foo2(A a) {}
01:58:19 	         ^
01:58:19   where T#1,A,T#2 are type-variables:
01:58:19     T#1 extends Object declared in method <T#1>foo2(A)
01:58:19     A extends Object declared in class X
01:58:19     T#2 extends Object declared in method <T#2>foo2(T#2)
01:58:19 2 errors
01:58:19 
01:58:19 
01:58:19 
01:58:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:20 --- javac err: ---
01:58:20 X.java:3: error: reference to foo is ambiguous
01:58:20 		new X<Object>().foo("X");
01:58:20 		               ^
01:58:20   both method foo(A) in Y and method <T>foo(T) in X match
01:58:20   where A,T are type-variables:
01:58:20     A extends Object declared in class Y
01:58:20     T extends Object declared in method <T>foo(T)
01:58:20 X.java:4: error: reference to foo2 is ambiguous
01:58:20 		new X<Object>().foo2("X");
01:58:20 		               ^
01:58:20   both method <T#1>foo2(A) in Y and method <T#2>foo2(T#2) in X match
01:58:20   where T#1,A,T#2 are type-variables:
01:58:20     T#1 extends Object declared in method <T#1>foo2(A)
01:58:20     A extends Object declared in class Y
01:58:20     T#2 extends Object declared in method <T#2>foo2(T#2)
01:58:20 X.java:6: error: name clash: foo(T) in X and foo(A) in Y have the same erasure, yet neither overrides the other
01:58:20 	<T> T foo(T t) {return null;}
01:58:20 	      ^
01:58:20   where T,A are type-variables:
01:58:20     T extends Object declared in method <T>foo(T)
01:58:20     A extends Object declared in class X
01:58:20 X.java:7: error: name clash: foo2(T) in X and foo2(A) in Y have the same erasure, yet neither overrides the other
01:58:20 	<T> T foo2(T t) {return null;}
01:58:20 	      ^
01:58:20   where T,A are type-variables:
01:58:20     T extends Object declared in method <T>foo2(T)
01:58:20     A extends Object declared in class X
01:58:20 4 errors
01:58:20 
01:58:20 
01:58:20 
01:58:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:21 
01:58:21 
01:58:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:22 
01:58:22 
01:58:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:23 --- javac err: ---
01:58:23 I.java:5: warning: [rawtypes] found raw type: Iterator
01:58:23 		public void method(Iterator iter) {}
01:58:23 		                   ^
01:58:23   missing type arguments for generic class Iterator<E>
01:58:23   where E is a type-variable:
01:58:23     E extends Object declared in interface Iterator
01:58:23 1 warning
01:58:23 
01:58:24 
01:58:24 
01:58:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:25 --- javac err: ---
01:58:25 I2.java:5: warning: [rawtypes] found raw type: Iterator
01:58:25 		public void method(Iterator[] iter) {}
01:58:25 		                   ^
01:58:25   missing type arguments for generic class Iterator<E>
01:58:25   where E is a type-variable:
01:58:25     E extends Object declared in interface Iterator
01:58:25 1 warning
01:58:25 
01:58:25 
01:58:25 
01:58:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:26 --- javac err: ---
01:58:26 I3.java:4: error: TestClass is not abstract and does not override abstract method method(Iterator<Object>[]) in I3
01:58:26 	public static class TestClass implements I3 {
01:58:26 	              ^
01:58:26 I3.java:5: warning: [rawtypes] found raw type: Iterator
01:58:26 		public void method(Iterator[][] iter) {}
01:58:26 		                   ^
01:58:26   missing type arguments for generic class Iterator<E>
01:58:26   where E is a type-variable:
01:58:26     E extends Object declared in interface Iterator
01:58:26 1 error
01:58:26 1 warning
01:58:26 
01:58:26 
01:58:26 
01:58:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:27 --- javac err: ---
01:58:27 Try.java:9: warning: [rawtypes] found raw type: Ex
01:58:27 		Ex ex2 = ex;
01:58:27 		^
01:58:27   missing type arguments for generic class Ex<C>
01:58:27   where C is a type-variable:
01:58:27     C extends Object declared in class Ex
01:58:27 Try.java:10: warning: [unchecked] unchecked call to <M>one(C,M) as a member of the raw type Ex
01:58:27 		ex2.one("eclipse", Integer.valueOf(1));
01:58:27 		       ^
01:58:27   where M,C are type-variables:
01:58:27     M extends Object declared in method <M>one(C,M)
01:58:27     C extends Object declared in class Ex
01:58:27 Try.java:11: warning: [unchecked] unchecked call to <M>two(M) as a member of the raw type Ex
01:58:27 		ex2.two(Integer.valueOf(1));
01:58:27 		       ^
01:58:27   where M is a type-variable:
01:58:27     M extends Object declared in method <M>two(M)
01:58:27 Try.java:12: warning: [unchecked] unchecked call to three(C) as a member of the raw type Ex
01:58:27 		ex2.three("eclipse");
01:58:27 		         ^
01:58:27   where C is a type-variable:
01:58:27     C extends Object declared in class Ex
01:58:27 Try.java:13: warning: [unchecked] unchecked call to <M>four(C) as a member of the raw type Ex
01:58:27 		ex2.four("eclipse");
01:58:27 		        ^
01:58:27   where M,C are type-variables:
01:58:27     M extends Object declared in method <M>four(C)
01:58:27     C extends Object declared in class Ex
01:58:27 5 warnings
01:58:27 
01:58:27 
01:58:27 
01:58:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:29 --- javac err: ---
01:58:29 Errors.java:5: error: reference to five is ambiguous
01:58:29 		ex.five("eclipse");
01:58:29 		  ^
01:58:29   both method <TM>five(TC) in Top and method five(C) in Ex match
01:58:29   where TM,TC,C are type-variables:
01:58:29     TM extends Object declared in method <TM>five(TC)
01:58:29     TC extends Object declared in class Top
01:58:29     C extends Object declared in class Ex
01:58:29 Errors.java:6: error: reference to six is ambiguous
01:58:29 		ex.six("eclipse");
01:58:29 		  ^
01:58:29   both method six(TC) in Top and method <M>six(C) in Ex match
01:58:29   where TC,M,C are type-variables:
01:58:29     TC extends Object declared in class Top
01:58:29     M extends Object declared in method <M>six(C)
01:58:29     C extends Object declared in class Ex
01:58:29 Errors.java:7: warning: [rawtypes] found raw type: Ex
01:58:29 		Ex ex2 = ex;
01:58:29 		^
01:58:29   missing type arguments for generic class Ex<C>
01:58:29   where C is a type-variable:
01:58:29     C extends Object declared in class Ex
01:58:29 Errors.java:9: error: reference to five is ambiguous
01:58:29 		ex2.five("eclipse");
01:58:29 		   ^
01:58:29   both method <TM>five(TC) in Top and method five(C) in Ex match
01:58:29   where TM,TC,C are type-variables:
01:58:29     TM extends Object declared in method <TM>five(TC)
01:58:29     TC extends Object declared in class Top
01:58:29     C extends Object declared in class Ex
01:58:29 Errors.java:9: warning: [unchecked] unchecked call to <TM>five(TC) as a member of the raw type Top
01:58:29 		ex2.five("eclipse");
01:58:29 		        ^
01:58:29   where TM,TC are type-variables:
01:58:29     TM extends Object declared in method <TM>five(TC)
01:58:29     TC extends Object declared in class Top
01:58:29 Errors.java:10: error: reference to six is ambiguous
01:58:29 		ex2.six("eclipse");
01:58:29 		   ^
01:58:29   both method six(TC) in Top and method <M>six(C) in Ex match
01:58:29   where TC,M,C are type-variables:
01:58:29     TC extends Object declared in class Top
01:58:29     M extends Object declared in method <M>six(C)
01:58:29     C extends Object declared in class Ex
01:58:29 Errors.java:10: warning: [unchecked] unchecked call to six(TC) as a member of the raw type Top
01:58:29 		ex2.six("eclipse");
01:58:29 		       ^
01:58:29   where TC is a type-variable:
01:58:29     TC extends Object declared in class Top
01:58:29 Errors.java:20: error: name clash: five(C) in Ex and five(C) in Top have the same erasure, yet neither overrides the other
01:58:29 	@Override void five(C cEx) {}
01:58:29 	               ^
01:58:29   where C is a type-variable:
01:58:29     C extends Object declared in class Ex
01:58:29 Errors.java:20: error: method does not override or implement a method from a supertype
01:58:29 	@Override void five(C cEx) {}
01:58:29 	^
01:58:29 Errors.java:21: error: name clash: six(C) in Ex and six(C) in Top have the same erasure, yet neither overrides the other
01:58:29 	@Override <M> void six(C cEx) {}
01:58:29 	                   ^
01:58:29   where C is a type-variable:
01:58:29     C extends Object declared in class Ex
01:58:29 Errors.java:21: error: method does not override or implement a method from a supertype
01:58:29 	@Override <M> void six(C cEx) {}
01:58:29 	^
01:58:29 8 errors
01:58:29 3 warnings
01:58:29 
01:58:29 
01:58:29 
01:58:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:30 --- javac err: ---
01:58:30 X.java:6: warning: [rawtypes] found raw type: IStructuredContentProvider
01:58:30 public class X implements IStructuredContentProvider {
01:58:30                           ^
01:58:30   missing type arguments for generic class IStructuredContentProvider<I,E>
01:58:30   where I,E are type-variables:
01:58:30     I extends Object declared in interface IStructuredContentProvider
01:58:30     E extends I declared in interface IStructuredContentProvider
01:58:30 1 warning
01:58:30 
01:58:30 
01:58:30 
01:58:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:31 
01:58:31 
01:58:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:32 --- javac err: ---
01:58:32 X.java:8: warning: [rawtypes] found raw type: IStructuredContentProvider
01:58:32 public class X implements IStructuredContentProvider {
01:58:32                           ^
01:58:32   missing type arguments for generic class IStructuredContentProvider<I,E>
01:58:32   where I,E are type-variables:
01:58:32     I extends Object declared in interface IStructuredContentProvider
01:58:32     E extends List<String> declared in interface IStructuredContentProvider
01:58:32 X.java:12: warning: [rawtypes] found raw type: List
01:58:32     public List[] getElements(Object inputElement) {
01:58:32            ^
01:58:32   missing type arguments for generic class List<E>
01:58:32   where E is a type-variable:
01:58:32     E extends Object declared in interface List
01:58:32 X.java:18: warning: [rawtypes] found raw type: List
01:58:32     public List[] getChildren(List parent) {
01:58:32                               ^
01:58:32   missing type arguments for generic class List<E>
01:58:32   where E is a type-variable:
01:58:32     E extends Object declared in interface List
01:58:32 X.java:18: warning: [rawtypes] found raw type: List
01:58:32     public List[] getChildren(List parent) {
01:58:32            ^
01:58:32   missing type arguments for generic class List<E>
01:58:32   where E is a type-variable:
01:58:32     E extends Object declared in interface List
01:58:32 4 warnings
01:58:32 
01:58:33 
01:58:33 
01:58:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:34 
01:58:34 
01:58:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:35 
01:58:35 
01:58:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:36 
01:58:36 
01:58:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:37 --- javac err: ---
01:58:37 X.java:2: error: X is not abstract and does not override abstract method <N>x3() in I
01:58:37 public class X implements I<A> {
01:58:37        ^
01:58:37   where N is a type-variable:
01:58:37     N extends Object declared in method <N>x3()
01:58:37 X.java:4: error: name clash: x2() in X and x2() in I have the same erasure, yet neither overrides the other
01:58:37     public <N extends Number> void x2() {}
01:58:37                                    ^
01:58:37 X.java:5: error: name clash: x3() in X and x3() in I have the same erasure, yet neither overrides the other
01:58:37     public <N extends Number> void x3() {}
01:58:37                                    ^
01:58:37 3 errors
01:58:37 
01:58:37 
01:58:37 
01:58:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:38 --- javac err: ---
01:58:38 BooleanFactory.java:6: warning: [deprecation] newInstance() in Class has been deprecated
01:58:38 		try { return c.newInstance(); } catch(Exception e) { return null; }
01:58:38 		              ^
01:58:38   where T is a type-variable:
01:58:38     T extends Object declared in class Class
01:58:38 1 warning
01:58:38 
01:58:38 
01:58:38 
01:58:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:39 --- javac err: ---
01:58:39 D.java:2: error: name clash: m(Number) in D and m(Integer) in A have the same erasure, yet neither overrides the other
01:58:39 	@Override void m(Number t) {}
01:58:39 	               ^
01:58:39 D.java:2: error: method does not override or implement a method from a supertype
01:58:39 	@Override void m(Number t) {}
01:58:39 	^
01:58:39 2 errors
01:58:39 
01:58:39 
01:58:39 
01:58:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:41 
01:58:41 
01:58:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:42 
01:58:42 
01:58:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:43 
01:58:43 
01:58:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:44 
01:58:44 
01:58:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:46 --- javac err: ---
01:58:46 NumericArray4.java:5: error: method does not override or implement a method from a supertype
01:58:46 	@Override public <U> void add(Number n) {}
01:58:46 	^
01:58:46 1 error
01:58:46 
01:58:46 
01:58:46 
01:58:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:47 --- javac err: ---
01:58:47 NumericArray5.java:5: error: method does not override or implement a method from a supertype
01:58:47 	@Override public void add(Number n, Integer i) {}
01:58:47 	^
01:58:47 1 error
01:58:47 
01:58:47 
01:58:47 
01:58:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:48 --- javac err: ---
01:58:48 I.java:2: error: method does not override or implement a method from a supertype
01:58:48 interface J extends I { @Override void clone(); }
01:58:48                         ^
01:58:48 1 error
01:58:48 
01:58:48 
01:58:48 
01:58:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:49 --- javac err: ---
01:58:49 I.java:1: error: method does not override or implement a method from a supertype
01:58:49 interface I { @Override void clone(); }
01:58:49               ^
01:58:49 1 error
01:58:49 
01:58:49 
01:58:49 
01:58:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:50 --- javac err: ---
01:58:50 A.java:3: error: hashCode() in I cannot override hashCode() in Object
01:58:50 	float hashCode();
01:58:50 	      ^
01:58:50   return type float is not compatible with int
01:58:50 A.java:6: error: hashCode() in Object cannot implement hashCode() in I
01:58:50 abstract class A implements J {}
01:58:50          ^
01:58:50   return type int is not compatible with float
01:58:50 2 errors
01:58:50 
01:58:50 
01:58:50 
01:58:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:51 --- javac err: ---
01:58:51 A.java:2: error: name clash: foo() in B and foo() in A have the same erasure, yet neither overrides the other
01:58:51 class B extends A { @Override <T1, S1 extends J & I<S1>> void foo() { } }
01:58:51                                                               ^
01:58:51 A.java:2: error: method does not override or implement a method from a supertype
01:58:51 class B extends A { @Override <T1, S1 extends J & I<S1>> void foo() { } }
01:58:51                     ^
01:58:51 A.java:3: error: name clash: foo() in C and foo() in A have the same erasure, yet neither overrides the other
01:58:51 class C extends A { @Override <T2, S2 extends J & I> void foo() { } }
01:58:51                                                           ^
01:58:51 A.java:3: error: method does not override or implement a method from a supertype
01:58:51 class C extends A { @Override <T2, S2 extends J & I> void foo() { } }
01:58:51                     ^
01:58:51 A.java:3: warning: [rawtypes] found raw type: I
01:58:51 class C extends A { @Override <T2, S2 extends J & I> void foo() { } }
01:58:51                                                   ^
01:58:51   missing type arguments for generic class I<TT>
01:58:51   where TT is a type-variable:
01:58:51     TT extends Object declared in interface I
01:58:51 4 errors
01:58:51 1 warning
01:58:51 
01:58:51 
01:58:51 
01:58:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:52 
01:58:52 
01:58:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:53 --- javac err: ---
01:58:53 A.java:2: error: method does not override or implement a method from a supertype
01:58:53 class B<V> extends A<V> { @Override <T1, S1 extends K & I<T1>> void foo(V v, T1 t, S1 s) { } }
01:58:53                           ^
01:58:53 1 error
01:58:53 
01:58:53 
01:58:53 
01:58:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:54 
01:58:54 
01:58:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:55 --- javac err: ---
01:58:55 A.java:3: error: method <T,S>foo() is already defined in class A
01:58:55 	<T, S extends I<T> & J> void foo() { }
01:58:55 	                             ^
01:58:55   where T,S are type-variables:
01:58:55     T extends Object declared in method <T,S>foo()
01:58:55     S extends J,I<T> declared in method <T,S>foo()
01:58:55 1 error
01:58:55 
01:58:55 
01:58:55 
01:58:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:56 --- javac err: ---
01:58:56 A.java:3: error: name clash: <T#1,S#1>foo() and <T#2,S#2>foo() have the same erasure
01:58:56 	<T, S extends I<T> & K> void foo() { }
01:58:56 	                             ^
01:58:56   where T#1,S#1,T#2,S#2 are type-variables:
01:58:56     T#1 extends Object declared in method <T#1,S#1>foo()
01:58:56     S#1 extends I<T#1>,K declared in method <T#1,S#1>foo()
01:58:56     T#2 extends Object declared in method <T#2,S#2>foo()
01:58:56     S#2 extends J,I<T#2> declared in method <T#2,S#2>foo()
01:58:56 1 error
01:58:56 
01:58:56 
01:58:56 
01:58:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:57 --- javac err: ---
01:58:57 X.java:2: warning: [deprecation] Integer(int) in Integer has been deprecated
01:58:57 	Object o = new A<Integer>().foo(new Integer(1));
01:58:57 	                                ^
01:58:57 1 warning
01:58:57 
01:58:57 
01:58:57 
01:58:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:59 
01:58:59 
01:58:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:58:59 
01:58:59 
01:58:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:00 --- javac err: ---
01:59:00 A.java:2: warning: [rawtypes] found raw type: A
01:59:00 class B extends A { void x(A<String> s) {} }
01:59:00                 ^
01:59:00   missing type arguments for generic class A<E>
01:59:00   where E is a type-variable:
01:59:00     E extends Object declared in class A
01:59:00 A.java:2: error: name clash: x(A<String>) in B and x(A) in A have the same erasure, yet neither overrides the other
01:59:00 class B extends A { void x(A<String> s) {} }
01:59:00                          ^
01:59:00 A.java:3: warning: [rawtypes] found raw type: A
01:59:00 class C extends A { @Override void x(A s) {} }
01:59:00                 ^
01:59:00   missing type arguments for generic class A<E>
01:59:00   where E is a type-variable:
01:59:00     E extends Object declared in class A
01:59:00 A.java:3: warning: [rawtypes] found raw type: A
01:59:00 class C extends A { @Override void x(A s) {} }
01:59:00                                      ^
01:59:00   missing type arguments for generic class A<E>
01:59:00   where E is a type-variable:
01:59:00     E extends Object declared in class A
01:59:00 A.java:4: warning: [rawtypes] found raw type: A
01:59:00 class D extends A { void x(A<Object> s) {} }
01:59:00                 ^
01:59:00   missing type arguments for generic class A<E>
01:59:00   where E is a type-variable:
01:59:00     E extends Object declared in class A
01:59:00 A.java:4: error: name clash: x(A<Object>) in D and x(A) in A have the same erasure, yet neither overrides the other
01:59:00 class D extends A { void x(A<Object> s) {} }
01:59:00                          ^
01:59:00 2 errors
01:59:00 4 warnings
01:59:00 
01:59:00 
01:59:00 
01:59:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:01 --- javac err: ---
01:59:01 HashOrder.java:2: warning: [unchecked] create() in HashOrder overrides <U>create() in DoubleHash
01:59:01 	public static HashOrder create() { return null; }
01:59:01 	                        ^
01:59:01   return type requires unchecked conversion from HashOrder to DoubleHash<U>
01:59:01   where U is a type-variable:
01:59:01     U extends Object declared in method <U>create()
01:59:01 1 warning
01:59:01 
01:59:01 
01:59:01 
01:59:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:02 --- javac err: ---
01:59:02 X.java:3: error: <S#1>bar() in X cannot implement <S#2>bar() in I
01:59:02 	public <S> A<U> bar() { return null; }
01:59:02 	                ^
01:59:02   return type A<U> is not compatible with A<S#1>
01:59:02   where S#1,U,S#2 are type-variables:
01:59:02     S#1 extends Object declared in method <S#1>bar()
01:59:02     U extends Object declared in class X
01:59:02     S#2 extends Object declared in method <S#2>bar()
01:59:02 X.java:2: warning: [unchecked] foo() in X implements <T>foo() in I
01:59:02 	public A<String> foo() { return null; }
01:59:02 	                 ^
01:59:02   return type requires unchecked conversion from A<String> to A<T>
01:59:02   where T is a type-variable:
01:59:02     T extends Object declared in method <T>foo()
01:59:02 1 error
01:59:02 1 warning
01:59:02 
01:59:02 
01:59:02 
01:59:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:03 --- javac err: ---
01:59:03 V.java:1: warning: [unchecked] foo() in V overrides <T>foo() in U
01:59:03 public class V extends U { @Override public C<B> foo() { return null; } }
01:59:03                                                  ^
01:59:03   return type requires unchecked conversion from C<B> to C<T>
01:59:03   where T is a type-variable:
01:59:03     T extends A declared in method <T>foo()
01:59:03 1 warning
01:59:03 
01:59:03 
01:59:03 
01:59:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:04 
01:59:04 
01:59:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:06 
01:59:06 
01:59:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:07 
01:59:07 
01:59:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:08 --- javac err: ---
01:59:08 A.java:1: error: A is not abstract and does not override abstract method <U>foo4(U,M) in I
01:59:08 public class A<T1 extends A.M> implements I<T1> {
01:59:08        ^
01:59:08   where U is a type-variable:
01:59:08     U extends Number declared in method <U>foo4(U,M)
01:59:08 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
01:59:08 	public void foo4(Number n, T1 m) {}
01:59:08 	            ^
01:59:08   where T1,U are type-variables:
01:59:08     T1 extends M declared in class A
01:59:08     U extends Number declared in method <U>foo4(U,M)
01:59:08 2 errors
01:59:08 
01:59:08 
01:59:08 
01:59:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:09 --- javac err: ---
01:59:09 Parent.java:3: warning: [rawtypes] found raw type: Collection
01:59:09 	static void staticCase1(Collection c) {}
01:59:09 	                        ^
01:59:09   missing type arguments for generic class Collection<E>
01:59:09   where E is a type-variable:
01:59:09     E extends Object declared in interface Collection
01:59:09 Parent.java:5: warning: [rawtypes] found raw type: Collection
01:59:09 	void instanceCase1(Collection c) {}
01:59:09 	                   ^
01:59:09   missing type arguments for generic class Collection<E>
01:59:09   where E is a type-variable:
01:59:09     E extends Object declared in interface Collection
01:59:09 Parent.java:9: error: name clash: staticCase1(Collection<String>) in Child and staticCase1(Collection) in Parent have the same erasure, yet neither hides the other
01:59:09 	static void staticCase1(Collection<String> c) {}
01:59:09 	            ^
01:59:09 Parent.java:10: warning: [rawtypes] found raw type: Collection
01:59:09 	static void staticCase2(Collection c) {}
01:59:09 	                        ^
01:59:09   missing type arguments for generic class Collection<E>
01:59:09   where E is a type-variable:
01:59:09     E extends Object declared in interface Collection
01:59:09 Parent.java:11: error: name clash: instanceCase1(Collection<String>) in Child and instanceCase1(Collection) in Parent have the same erasure, yet neither overrides the other
01:59:09 	void instanceCase1(Collection<String> c) {}
01:59:09 	     ^
01:59:09 Parent.java:12: warning: [rawtypes] found raw type: Collection
01:59:09 	@Override void instanceCase2(Collection c) {}
01:59:09 	                             ^
01:59:09   missing type arguments for generic class Collection<E>
01:59:09   where E is a type-variable:
01:59:09     E extends Object declared in interface Collection
01:59:09 2 errors
01:59:09 4 warnings
01:59:09 
01:59:09 
01:59:09 
01:59:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:11 --- javac err: ---
01:59:11 Parent.java:3: warning: [rawtypes] found raw type: Collection
01:59:11 	static void staticMismatchCase1(Collection c) {}
01:59:11 	                                ^
01:59:11   missing type arguments for generic class Collection<E>
01:59:11   where E is a type-variable:
01:59:11     E extends Object declared in interface Collection
01:59:11 Parent.java:5: warning: [rawtypes] found raw type: Collection
01:59:11 	void mismatchCase1(Collection c) {}
01:59:11 	                   ^
01:59:11   missing type arguments for generic class Collection<E>
01:59:11   where E is a type-variable:
01:59:11     E extends Object declared in interface Collection
01:59:11 Parent.java:9: error: staticMismatchCase1(Collection) in Child cannot override staticMismatchCase1(Collection) in Parent
01:59:11 	void staticMismatchCase1(Collection c) {}
01:59:11 	     ^
01:59:11   overridden method is static
01:59:11 Parent.java:9: warning: [rawtypes] found raw type: Collection
01:59:11 	void staticMismatchCase1(Collection c) {}
01:59:11 	                         ^
01:59:11   missing type arguments for generic class Collection<E>
01:59:11   where E is a type-variable:
01:59:11     E extends Object declared in interface Collection
01:59:11 Parent.java:10: error: staticMismatchCase2(Collection<String>) in Child cannot override staticMismatchCase2(Collection<String>) in Parent
01:59:11 	void staticMismatchCase2(Collection<String> c) {}
01:59:11 	     ^
01:59:11   overridden method is static
01:59:11 Parent.java:11: error: mismatchCase1(Collection) in Child cannot override mismatchCase1(Collection) in Parent
01:59:11 	static void mismatchCase1(Collection c) {}
01:59:11 	            ^
01:59:11   overriding method is static
01:59:11 Parent.java:11: warning: [rawtypes] found raw type: Collection
01:59:11 	static void mismatchCase1(Collection c) {}
01:59:11 	                          ^
01:59:11   missing type arguments for generic class Collection<E>
01:59:11   where E is a type-variable:
01:59:11     E extends Object declared in interface Collection
01:59:11 Parent.java:12: error: mismatchCase2(Collection<String>) in Child cannot override mismatchCase2(Collection<String>) in Parent
01:59:11 	static void mismatchCase2(Collection<String> c) {}
01:59:11 	            ^
01:59:11   overriding method is static
01:59:11 4 errors
01:59:11 4 warnings
01:59:11 
01:59:11 
01:59:11 
01:59:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:12 --- javac err: ---
01:59:12 X.java:1: error: foo(Object) in CX cannot implement foo(U) in IX
01:59:12 public abstract class X<V> extends CX<V> implements IX<V> {}
01:59:12                 ^
01:59:12   overriding method is static
01:59:12   where U is a type-variable:
01:59:12     U extends Object declared in interface IX
01:59:12 X.java:3: warning: [rawtypes] found raw type: CX
01:59:12 abstract class X2 extends CX implements IX {}
01:59:12                           ^
01:59:12   missing type arguments for generic class CX<T>
01:59:12   where T is a type-variable:
01:59:12     T extends Object declared in class CX
01:59:12 X.java:3: warning: [rawtypes] found raw type: IX
01:59:12 abstract class X2 extends CX implements IX {}
01:59:12                                         ^
01:59:12   missing type arguments for generic class IX<U>
01:59:12   where U is a type-variable:
01:59:12     U extends Object declared in interface IX
01:59:12 X.java:3: error: foo(Object) in CX cannot implement foo(U) in IX
01:59:12 abstract class X2 extends CX implements IX {}
01:59:12          ^
01:59:12   overriding method is static
01:59:12   where U is a type-variable:
01:59:12     U extends Object declared in interface IX
01:59:12 2 errors
01:59:12 2 warnings
01:59:12 
01:59:12 
01:59:12 
01:59:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:13 --- javac err: ---
01:59:13 X.java:1: error: X is not abstract and does not override abstract method <A>copyData(A) in I
01:59:13 public class X implements I { public <T extends Object & Data> void copyData(T data) {} }
01:59:13        ^
01:59:13   where A is a type-variable:
01:59:13     A extends Data declared in method <A>copyData(A)
01:59:13 1 error
01:59:13 
01:59:13 
01:59:13 
01:59:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:14 
01:59:14 
01:59:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:15 --- javac err: ---
01:59:15 X.java:14: error: cannot find symbol
01:59:15     Zork z;
01:59:15     ^
01:59:15   symbol:   class Zork
01:59:15   location: class X
01:59:15 X.java:11: warning: [unchecked] doStuff() in Interface4 overrides <P>doStuff() in Interface3
01:59:15     Collection<Interface2> doStuff();
01:59:15                            ^
01:59:15   return type requires unchecked conversion from Collection<Interface2> to Collection<P>
01:59:15   where P is a type-variable:
01:59:15     P extends Interface1 declared in method <P>doStuff()
01:59:15 1 error
01:59:15 1 warning
01:59:15 
01:59:15 
01:59:15 
01:59:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:17 --- javac err: ---
01:59:17 X.java:2: error: X is not abstract and does not override abstract method run() in Runnable
01:59:17 public class X<T0> extends ArrayList<T0> implements I<T0>,Runnable {
01:59:17        ^
01:59:17 X.java:5: error: incompatible types: Object cannot be converted to T0
01:59:17 		this.add(new Object());
01:59:17 		         ^
01:59:17   where T0 is a type-variable:
01:59:17     T0 extends Object declared in class X
01:59:17 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
01:59:17 public class X<T0> extends ArrayList<T0> implements I<T0>,Runnable {
01:59:17        ^
01:59:17 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:59:17 2 errors
01:59:17 1 warning
01:59:17 
01:59:17 
01:59:17 
01:59:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:18 --- javac err: ---
01:59:18 X.java:3: error: List cannot be inherited with different arguments: <java.lang.String> and <java.lang.Thread>
01:59:18 abstract class X2 extends X3 implements List<String> {}
01:59:18          ^
01:59:18 X.java:2: error: X is not abstract and does not override abstract method subList(int,int) in List
01:59:18 public class X extends X2 {}
01:59:18        ^
01:59:18 2 errors
01:59:18 
01:59:18 
01:59:18 
01:59:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:19 
01:59:19 
01:59:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:21 --- javac err: ---
01:59:21 DataSet.java:4: warning: [rawtypes] found raw type: List
01:59:21 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:21                                            ^
01:59:21   missing type arguments for generic class List<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface List
01:59:21 DataSet.java:4: warning: [rawtypes] found raw type: Iterator
01:59:21 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:21                                                  ^
01:59:21   missing type arguments for generic class Iterator<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface Iterator
01:59:21 DataSet.java:4: error: DataSet is not abstract and does not override abstract method toArray(Object[]) in List
01:59:21 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:21 ^
01:59:21 DataSet.java:6: error: name clash: toArray(S[]) in DataSet and toArray(Object[]) in List have the same erasure, yet neither overrides the other
01:59:21 	public <S> S[] toArray(S[] s) {
01:59:21 	               ^
01:59:21   where S is a type-variable:
01:59:21     S extends Object declared in method <S>toArray(S[])
01:59:21 DataSet.java:12: warning: [rawtypes] found raw type: Collection
01:59:21 	public boolean addAll(Collection c) {	return false; }
01:59:21 	                      ^
01:59:21   missing type arguments for generic class Collection<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface Collection
01:59:21 DataSet.java:13: warning: [rawtypes] found raw type: Collection
01:59:21 	public boolean addAll(int index, Collection c) {	return false; }
01:59:21 	                                 ^
01:59:21   missing type arguments for generic class Collection<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface Collection
01:59:21 DataSet.java:16: warning: [rawtypes] found raw type: Collection
01:59:21 	public boolean containsAll(Collection c) { return false; }
01:59:21 	                           ^
01:59:21   missing type arguments for generic class Collection<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface Collection
01:59:21 DataSet.java:20: warning: [rawtypes] found raw type: Iterator
01:59:21 	public Iterator iterator() {	return null; }
01:59:21 	       ^
01:59:21   missing type arguments for generic class Iterator<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface Iterator
01:59:21 DataSet.java:22: warning: [rawtypes] found raw type: ListIterator
01:59:21 	public ListIterator listIterator() {	return null; }
01:59:21 	       ^
01:59:21   missing type arguments for generic class ListIterator<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface ListIterator
01:59:21 DataSet.java:23: warning: [rawtypes] found raw type: ListIterator
01:59:21 	public ListIterator listIterator(int index) {	return null; }
01:59:21 	       ^
01:59:21   missing type arguments for generic class ListIterator<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface ListIterator
01:59:21 DataSet.java:26: warning: [rawtypes] found raw type: Collection
01:59:21 	public boolean removeAll(Collection c) {	return false; }
01:59:21 	                         ^
01:59:21   missing type arguments for generic class Collection<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface Collection
01:59:21 DataSet.java:27: warning: [rawtypes] found raw type: Collection
01:59:21 	public boolean retainAll(Collection c) {	return false; }
01:59:21 	                         ^
01:59:21   missing type arguments for generic class Collection<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface Collection
01:59:21 
01:59:21 
01:59:21 DataSet.java:30: warning: [rawtypes] found raw type: List
01:59:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:21 	public List subList(int fromIndex, int toIndex) {	return null; }
01:59:21 	       ^
01:59:21   missing type arguments for generic class List<E>
01:59:21   where E is a type-variable:
01:59:21     E extends Object declared in interface List
01:59:21 DataSet.java:4: warning: [serial] serializable class DataSet has no definition of serialVersionUID
01:59:21 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:21 ^
01:59:21 2 errors
01:59:21 12 warnings
01:59:21 
01:59:22 --- javac err: ---
01:59:22 DataSet.java:4: warning: [rawtypes] found raw type: List
01:59:22 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:22                                            ^
01:59:22   missing type arguments for generic class List<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface List
01:59:22 DataSet.java:4: warning: [rawtypes] found raw type: Iterator
01:59:22 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:22                                                  ^
01:59:22   missing type arguments for generic class Iterator<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface Iterator
01:59:22 DataSet.java:4: error: DataSet is not abstract and does not override abstract method toArray(Object[]) in List
01:59:22 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:22 ^
01:59:22 DataSet.java:12: warning: [rawtypes] found raw type: Collection
01:59:22 	public boolean addAll(Collection c) {	return false; }
01:59:22 	                      ^
01:59:22   missing type arguments for generic class Collection<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface Collection
01:59:22 DataSet.java:13: warning: [rawtypes] found raw type: Collection
01:59:22 	public boolean addAll(int index, Collection c) {	return false; }
01:59:22 	                                 ^
01:59:22   missing type arguments for generic class Collection<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface Collection
01:59:22 DataSet.java:16: warning: [rawtypes] found raw type: Collection
01:59:22 	public boolean containsAll(Collection c) { return false; }
01:59:22 	                           ^
01:59:22   missing type arguments for generic class Collection<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface Collection
01:59:22 DataSet.java:20: warning: [rawtypes] found raw type: Iterator
01:59:22 	public Iterator iterator() {	return null; }
01:59:22 	       ^
01:59:22   missing type arguments for generic class Iterator<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface Iterator
01:59:22 DataSet.java:22: warning: [rawtypes] found raw type: ListIterator
01:59:22 	public ListIterator listIterator() {	return null; }
01:59:22 	       ^
01:59:22   missing type arguments for generic class ListIterator<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface ListIterator
01:59:22 DataSet.java:23: warning: [rawtypes] found raw type: ListIterator
01:59:22 	public ListIterator listIterator(int index) {	return null; }
01:59:22 	       ^
01:59:22   missing type arguments for generic class ListIterator<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface ListIterator
01:59:22 DataSet.java:26: warning: [rawtypes] found raw type: Collection
01:59:22 	public boolean removeAll(Collection c) {	return false; }
01:59:22 	                         ^
01:59:22   missing type arguments for generic class Collection<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface Collection
01:59:22 DataSet.java:27: warning: [rawtypes] found raw type: Collection
01:59:22 	public boolean retainAll(Collection c) {	return false; }
01:59:22 	                         ^
01:59:22   missing type arguments for generic class Collection<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface Collection
01:59:22 
01:59:22 
01:59:22 DataSet.java:30: warning: [rawtypes] found raw type: List
01:59:22 	public List subList(int fromIndex, int toIndex) {	return null; }
01:59:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:22 	       ^
01:59:22   missing type arguments for generic class List<E>
01:59:22   where E is a type-variable:
01:59:22     E extends Object declared in interface List
01:59:22 DataSet.java:4: warning: [serial] serializable class DataSet has no definition of serialVersionUID
01:59:22 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:22 ^
01:59:22 1 error
01:59:22 12 warnings
01:59:22 
01:59:23 --- javac err: ---
01:59:23 DataSet.java:9: error: name clash: toArray(Object[]) and <S>toArray(S[]) have the same erasure
01:59:23 	public Object[] toArray(Object[] o) {
01:59:23 	                ^
01:59:23   where S is a type-variable:
01:59:23     S extends Object declared in method <S>toArray(S[])
01:59:23 DataSet.java:4: warning: [rawtypes] found raw type: List
01:59:23 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:23                                            ^
01:59:23   missing type arguments for generic class List<E>
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface List
01:59:23 DataSet.java:4: warning: [rawtypes] found raw type: Iterator
01:59:23 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:23                                                  ^
01:59:23   missing type arguments for generic class Iterator<E>
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface Iterator
01:59:23 DataSet.java:6: error: name clash: toArray(S[]) in DataSet and toArray(Object[]) in List have the same erasure, yet neither overrides the other
01:59:23 	public <S> S[] toArray(S[] s) {
01:59:23 	               ^
01:59:23   where S is a type-variable:
01:59:23     S extends Object declared in method <S>toArray(S[])
01:59:23 DataSet.java:14: warning: [rawtypes] found raw type: Collection
01:59:23 	public boolean addAll(Collection c) {	return false; }
01:59:23 	                      ^
01:59:23   missing type arguments for generic class Collection<E>
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface Collection
01:59:23 DataSet.java:15: warning: [rawtypes] found raw type: Collection
01:59:23 	public boolean addAll(int index, Collection c) {	return false; }
01:59:23 	                                 ^
01:59:23   missing type arguments for generic class Collection<E>
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface Collection
01:59:23 DataSet.java:18: warning: [rawtypes] found raw type: Collection
01:59:23 	public boolean containsAll(Collection c) { return false; }
01:59:23 	                           ^
01:59:23   missing type arguments for generic class Collection<E>
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface Collection
01:59:23 DataSet.java:22: warning: [rawtypes] found raw type: Iterator
01:59:23 	public Iterator iterator() {	return null; }
01:59:23 	       ^
01:59:23   missing type arguments for generic class Iterator<E>
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface Iterator
01:59:23 DataSet.java:24: warning: [rawtypes] found raw type: ListIterator
01:59:23 	public ListIterator listIterator() {	return null; }
01:59:23 	       ^
01:59:23   missing type arguments for generic class ListIterator<E>
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface ListIterator
01:59:23 DataSet.java:25: warning: [rawtypes] found raw type: ListIterator
01:59:23 	public ListIterator listIterator(int index) {	return null; }
01:59:23 	       ^
01:59:23   missing type arguments for generic class ListIterator<E>
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface ListIterator
01:59:23 DataSet.java:28: warning: [rawtypes] found raw type: Collection
01:59:23 	public boolean removeAll(Collection c) {	return false; }
01:59:23 
01:59:23 	                         ^
01:59:23 
01:59:23   missing type arguments for generic class Collection<E>
01:59:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface Collection
01:59:23 DataSet.java:29: warning: [rawtypes] found raw type: Collection
01:59:23 	public boolean retainAll(Collection c) {	return false; }
01:59:23 	                         ^
01:59:23   missing type arguments for generic class Collection<E>
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface Collection
01:59:23 DataSet.java:32: warning: [rawtypes] found raw type: List
01:59:23 	public List subList(int fromIndex, int toIndex) {	return null; }
01:59:23 	       ^
01:59:23   missing type arguments for generic class List<E>
01:59:23   where E is a type-variable:
01:59:23     E extends Object declared in interface List
01:59:23 DataSet.java:4: warning: [serial] serializable class DataSet has no definition of serialVersionUID
01:59:23 class DataSet<T extends Number> implements List, Iterator, Serializable {
01:59:23 ^
01:59:23 2 errors
01:59:23 12 warnings
01:59:23 
01:59:25 --- javac err: ---
01:59:25 X.java:7: warning: [rawtypes] found raw type: Y
01:59:25   void foo(Y[] array)
01:59:25            ^
01:59:25   missing type arguments for generic class Y<T>
01:59:25   where T is a type-variable:
01:59:25     T extends Object declared in class Y
01:59:25 X.java:9: error: incompatible types: List<Y> cannot be converted to Collection<? extends Y<X>>
01:59:25     y.addAll(Arrays.asList(array));
01:59:25                           ^
01:59:25 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
01:59:25 1 error
01:59:25 1 warning
01:59:25 
01:59:25 
01:59:25 
01:59:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:26 --- javac err: ---
01:59:26 ProblemClass.java:7: error: ProblemClass is not abstract and does not override abstract method <A>doIt(Collection<A>) in SuperInterface
01:59:26 public class ProblemClass implements SuperInterface {
01:59:26        ^
01:59:26   where A is a type-variable:
01:59:26     A extends JLabel declared in method <A>doIt(Collection<A>)
01:59:26 ProblemClass.java:8: error: name clash: doIt(Collection<? extends JLabel>) in ProblemClass and doIt(Collection<A>) in SuperInterface have the same erasure, yet neither overrides the other
01:59:26    public void doIt(Collection<? extends JLabel> as) {
01:59:26                ^
01:59:26   where A is a type-variable:
01:59:26     A extends JLabel declared in method <A>doIt(Collection<A>)
01:59:26 2 errors
01:59:26 
01:59:26 
01:59:26 
01:59:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:28 
01:59:28 
01:59:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:29 
01:59:29 
01:59:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:30 
01:59:30 
01:59:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:32 --- javac err: ---
01:59:32 Y.java:4: error: name clash: removeAll(Collection<T>) in Y and removeAll(Collection<? extends E>) in X have the same erasure, yet neither overrides the other
01:59:32   <T extends E> boolean removeAll(Collection<T> c) {
01:59:32                         ^
01:59:32   where T,E are type-variables:
01:59:32     T extends E declared in method <T>removeAll(Collection<T>)
01:59:32     E extends Object declared in class Y
01:59:32 1 error
01:59:32 
01:59:32 
01:59:32 
01:59:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:33 --- javac err: ---
01:59:33 X.java:6: error: name clash: getX(List<String>) and getX(List<Integer>) have the same erasure
01:59:33     String getX(List<String> l) {
01:59:33            ^
01:59:33 X.java:14: error: method getX(List<Integer>) is already defined in class Y
01:59:33     String getX(List<Integer> l) {
01:59:33            ^
01:59:33 2 errors
01:59:33 
01:59:33 
01:59:33 
01:59:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:34 --- javac err: ---
01:59:34 X.java:26: error: bar() in Grandchild cannot override bar() in Implementation
01:59:34 		public ReturnLeaf bar() {
01:59:34 		                  ^
01:59:34   overridden method is final
01:59:34 1 error
01:59:34 
01:59:34 
01:59:34 
01:59:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:35 
01:59:35 
01:59:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:36 
01:59:36 
01:59:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:37 
01:59:37 
01:59:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:39 
01:59:39 
01:59:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:40 --- javac err: ---
01:59:40 X.java:25: warning: [rawtypes] found raw type: Grandchild
01:59:40 		new Grandchild();
01:59:40 		    ^
01:59:40   missing type arguments for generic class Grandchild<V>
01:59:40   where V is a type-variable:
01:59:40     V extends Object declared in class Grandchild
01:59:40 1 warning
01:59:40 
01:59:40 
01:59:40 
01:59:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:41 --- javac err: ---
01:59:41 X.java:26: error: bar() in Grandchild cannot override bar() in Implementation
01:59:41 		public ReturnLeaf bar() {
01:59:41 		                  ^
01:59:41   overridden method is final
01:59:41 1 error
01:59:41 
01:59:41 
01:59:41 
01:59:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:42 --- javac err: ---
01:59:42 X.java:25: warning: [rawtypes] found raw type: Grandchild
01:59:42 		new Grandchild();
01:59:42 		    ^
01:59:42   missing type arguments for generic class Grandchild<V>
01:59:42   where V is a type-variable:
01:59:42     V extends Object declared in class Grandchild
01:59:42 1 warning
01:59:42 
01:59:42 
01:59:42 
01:59:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:43 --- javac err: ---
01:59:43 X.java:25: warning: [rawtypes] found raw type: Grandchild
01:59:43 		new Grandchild();
01:59:43 		    ^
01:59:43   missing type arguments for generic class Grandchild<V>
01:59:43   where V is a type-variable:
01:59:43     V extends Object declared in class Grandchild
01:59:43 1 warning
01:59:43 
01:59:44 
01:59:44 
01:59:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:45 --- javac err: ---
01:59:45 X.java:27: warning: [rawtypes] found raw type: Grandchild
01:59:45 		new Grandchild();
01:59:45 		    ^
01:59:45   missing type arguments for generic class Grandchild<V>
01:59:45   where V is a type-variable:
01:59:45     V extends Object declared in class Grandchild
01:59:45 1 warning
01:59:45 
01:59:45 
01:59:45 
01:59:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:46 --- javac err: ---
01:59:46 X.java:27: warning: [rawtypes] found raw type: Grandchild
01:59:46 		new Grandchild();
01:59:46 		    ^
01:59:46   missing type arguments for generic class Grandchild<V>
01:59:46   where V is a type-variable:
01:59:46     V extends Object declared in class Grandchild
01:59:46 1 warning
01:59:46 
01:59:46 
01:59:46 
01:59:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:47 
01:59:47 
01:59:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:48 
01:59:48 
01:59:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:49 
01:59:49 
01:59:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:50 --- javac err: ---
01:59:50 X.java:2: error: cannot find symbol
01:59:50   Zork foo() {}
01:59:50   ^
01:59:50   symbol:   class Zork
01:59:50   location: class Y
01:59:50 1 error
01:59:50 
01:59:50 
01:59:50 
01:59:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:51 
01:59:51 
01:59:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:52 
01:59:52 
01:59:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:53 
01:59:53 
01:59:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:55 --- javac err: ---
01:59:55 X.java:6: error: methods e(S) from X.M<String,String> and e(T) from X.M<String,String> are inherited with the same signature
01:59:55 	class N extends M<String, String> {}
01:59:55 	^
01:59:55   where S,T are type-variables:
01:59:55     S extends Object declared in class X.M
01:59:55     T extends CharSequence declared in class X.M
01:59:55 1 error
01:59:55 
01:59:55 
01:59:55 
01:59:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:56 --- javac err: ---
01:59:56 Bar.java:3: error: name clash: getThing(E) and getThing(V) have the same erasure
01:59:56 	boolean getThing(E e) { return true; }
01:59:56 	        ^
01:59:56   where E,V are type-variables:
01:59:56     E extends Object declared in class Foo
01:59:56     V extends Object declared in class Foo
01:59:56 1 error
01:59:56 
01:59:56 
01:59:56 
01:59:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:57 
01:59:57 
01:59:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:58 --- javac err: ---
01:59:58 X.java:4: error: X is not abstract and does not override abstract method foo(Integer,Y<String>,Y<String>) in I
01:59:58 public class X implements I {
01:59:58        ^
01:59:58 X.java:5: error: name clash: foo(Integer,Y<String>,Y) in X and foo(Integer,Y<String>,Y<String>) in I have the same erasure, yet neither overrides the other
01:59:58   public void foo(Integer i, Y<String> l1, Y l2) {
01:59:58               ^
01:59:58 X.java:5: warning: [rawtypes] found raw type: Y
01:59:58   public void foo(Integer i, Y<String> l1, Y l2) {
01:59:58                                            ^
01:59:58   missing type arguments for generic class Y<T>
01:59:58   where T is a type-variable:
01:59:58     T extends Object declared in class Y
01:59:58 2 errors
01:59:58 1 warning
01:59:58 
01:59:58 
01:59:58 
01:59:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
01:59:59 --- javac err: ---
01:59:59 X.java:5: warning: [rawtypes] found raw type: Y
01:59:59   public void foo(Integer i, Y l1, Y l2) {
01:59:59                              ^
01:59:59   missing type arguments for generic class Y<T>
01:59:59   where T is a type-variable:
01:59:59     T extends Object declared in class Y
01:59:59 X.java:5: warning: [rawtypes] found raw type: Y
01:59:59   public void foo(Integer i, Y l1, Y l2) {
01:59:59                                    ^
01:59:59   missing type arguments for generic class Y<T>
01:59:59   where T is a type-variable:
01:59:59     T extends Object declared in class Y
01:59:59 2 warnings
01:59:59 
01:59:59 
01:59:59 
01:59:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:00 
02:00:00 
02:00:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:02 
02:00:02 
02:00:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:03 
02:00:03 
02:00:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:05 --- javac err: ---
02:00:05 X.java:13: warning: [unchecked] foo() in B overrides <U>foo() in A
02:00:05     Enum<?> foo() {
02:00:05             ^
02:00:05   return type requires unchecked conversion from Enum<?> to U
02:00:05   where U,T are type-variables:
02:00:05     U extends T declared in method <U>foo()
02:00:05     T extends Object declared in class A
02:00:05 1 warning
02:00:05 
02:00:05 
02:00:05 
02:00:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:06 --- javac err: ---
02:00:06 X.java:5: warning: [unchecked] foo(Object,Object) in X implements foo(Object,V) in I
02:00:06   public Object foo(Object o, Object v) { return null; }
02:00:06                 ^
02:00:06   return type requires unchecked conversion from Object to U#2
02:00:06   where V,U#1,U#2 are type-variables:
02:00:06     V extends Object declared in interface I
02:00:06     U#1 extends Object declared in interface I
02:00:06     U#2 extends Object declared in class X
02:00:06 1 warning
02:00:06 
02:00:06 
02:00:06 
02:00:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:07 --- javac err: ---
02:00:07 X.java:4: error: X is not abstract and does not override abstract method foo(Object,V) in I
02:00:07 public class X<U extends Z, V> implements I<U, V> {
02:00:07        ^
02:00:07   where V,U are type-variables:
02:00:07     V extends Object declared in class X
02:00:07     U extends Z declared in class X
02:00:07 X.java:5: error: foo(Object,Object) in X cannot implement foo(Object,V) in I
02:00:07   public Object foo(Object o, Object v) { return null; }
02:00:07                 ^
02:00:07   return type Object is not compatible with U#2
02:00:07   where V,U#1,U#2 are type-variables:
02:00:07     V extends Object declared in interface I
02:00:07     U#1 extends Object declared in interface I
02:00:07     U#2 extends Z declared in class X
02:00:07 2 errors
02:00:07 
02:00:07 
02:00:07 
02:00:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:08 --- javac err: ---
02:00:08 X.java:5: warning: [unchecked] foo(Object,Object) in X implements foo(Object,V) in I
02:00:08   public Z<Object> foo(Object o, Object v) { return null; }
02:00:08                    ^
02:00:08   return type requires unchecked conversion from Z<Object> to Z<U#2>
02:00:08   where V,U#1,U#2 are type-variables:
02:00:08     V extends Object declared in interface I
02:00:08     U#1 extends Object declared in interface I
02:00:08     U#2 extends Object declared in class X
02:00:08 1 warning
02:00:08 
02:00:08 
02:00:08 
02:00:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:09 --- javac err: ---
02:00:09 X.java:7: warning: [unchecked] foo(Object,Object) in X overrides foo(Object,V) in I
02:00:09   Object foo(Object o, Object v);
02:00:09          ^
02:00:09   return type requires unchecked conversion from Object to U#2
02:00:09   where V,U#1,U#2 are type-variables:
02:00:09     V extends Object declared in interface I
02:00:09     U#1 extends Object declared in interface I
02:00:09     U#2 extends Object declared in interface X
02:00:09 X.java:6: error: foo() in X clashes with foo() in I
02:00:09   Object foo();
02:00:09          ^
02:00:09   return type Object is not compatible with U#2
02:00:09   where U#1,U#2 are type-variables:
02:00:09     U#1 extends Object declared in interface I
02:00:09     U#2 extends Object declared in interface X
02:00:09 1 error
02:00:09 1 warning
02:00:09 
02:00:09 
02:00:09 
02:00:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:10 --- javac err: ---
02:00:10 X.java:5: error: X is not abstract and does not override abstract method foo2(I<? extends Object>) in I
02:00:10 public class X<U> implements I<U> {
02:00:10        ^
02:00:10   where U is a type-variable:
02:00:10     U extends Object declared in class X
02:00:10 X.java:7: error: foo2(I<?>) in X cannot implement foo2(I<? extends Object>) in I
02:00:10   public Object foo2(I<?> p) { return null; }
02:00:10                 ^
02:00:10   return type Object is not compatible with U#2
02:00:10   where U#1,U#2 are type-variables:
02:00:10     U#1 extends Object declared in interface I
02:00:10     U#2 extends Object declared in class X
02:00:10 X.java:6: error: foo(I<? extends Object>) in X cannot implement foo(I<?>) in I
02:00:10   public Object foo(I<? extends Object> p) { return null; }
02:00:10                 ^
02:00:10   return type Object is not compatible with U#2
02:00:10   where U#1,U#2 are type-variables:
02:00:10     U#1 extends Object declared in interface I
02:00:10     U#2 extends Object declared in class X
02:00:10 3 errors
02:00:10 
02:00:10 
02:00:10 
02:00:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:11 --- javac err: ---
02:00:11 A.java:8: error: foo() in B cannot override foo() in A
02:00:11   Object foo() { return null; } // cannot override foo(), incompatible return type error
02:00:11          ^
02:00:11   return type Object is not compatible with U#2
02:00:11   where U#1,U#2 are type-variables:
02:00:11     U#1 extends Object declared in class A
02:00:11     U#2 extends Object declared in class B
02:00:11 A.java:7: error: method does not override or implement a method from a supertype
02:00:11   @Override // does not override error
02:00:11   ^
02:00:11 A.java:10: warning: [unchecked] foo(Object) in B overrides foo(U#1) in A
02:00:11   Object foo(Object one) { return null; } // unchecked conversion warning
02:00:11          ^
02:00:11   return type requires unchecked conversion from Object to U#2
02:00:11   where U#1,U#2 are type-variables:
02:00:11     U#1 extends Object declared in class A
02:00:11     U#2 extends Object declared in class B
02:00:11 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
02:00:11   Object foo(Object one, U two) { return null; }
02:00:11          ^
02:00:11   where U is a type-variable:
02:00:11     U extends Object declared in class B
02:00:11 A.java:11: error: method does not override or implement a method from a supertype
02:00:11   @Override // does not override error
02:00:11   ^
02:00:11 A.java:16: error: foo(U#1) in C cannot override foo(U#2) in A
02:00:11   Object foo(U one) { return null; } // cannot override foo(U), incompatible return type error
02:00:11          ^
02:00:11   return type Object is not compatible with U#1
02:00:11   where U#1,U#2 are type-variables:
02:00:11     U#1 extends Object declared in class C
02:00:11     U#2 extends Object declared in class A
02:00:11 A.java:15: error: method does not override or implement a method from a supertype
02:00:11   @Override // does not override error
02:00:11   ^
02:00:11 A.java:18: error: foo(U#1,U#1) in C cannot override foo(U#2,U#2) in A
02:00:11   Object foo(U one, U two) { return null; } // cannot override foo(U), incompatible return type error
02:00:11          ^
02:00:11   return type Object is not compatible with U#1
02:00:11   where U#1,U#2 are type-variables:
02:00:11     U#1 extends Object declared in class C
02:00:11     U#2 extends Object declared in class A
02:00:11 A.java:17: error: method does not override or implement a method from a supertype
02:00:11   @Override // does not override error
02:00:11   ^
02:00:11 8 errors
02:00:11 1 warning
02:00:11 
02:00:11 
02:00:11 
02:00:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:12 --- javac err: ---
02:00:12 A.java:5: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
02:00:12   A foo(Number n);
02:00:12     ^
02:00:12   return type requires unchecked conversion from A to T
02:00:12   where T is a type-variable:
02:00:12     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:12 1 warning
02:00:12 
02:00:12 
02:00:12 
02:00:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:14 --- javac err: ---
02:00:14 X.java:10: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
02:00:14   A foo(Number n);
02:00:14     ^
02:00:14   return type requires unchecked conversion from A to T
02:00:14   where T is a type-variable:
02:00:14     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:14 X.java:3: warning: [unchecked] foo(Number) in X2 implements <T>foo(Number) in I
02:00:14   public A foo(Number n) { return null; }
02:00:14            ^
02:00:14   return type requires unchecked conversion from A to T
02:00:14   where T is a type-variable:
02:00:14     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:14 2 warnings
02:00:14 
02:00:14 
02:00:14 
02:00:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:15 --- javac err: ---
02:00:15 X.java:10: warning: [unchecked] foo(Number) in E overrides <T>foo(Number) in D
02:00:15   @Override abstract A foo(Number n);
02:00:15                        ^
02:00:15   return type requires unchecked conversion from A to T
02:00:15   where T is a type-variable:
02:00:15     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:15 X.java:1: warning: [unchecked] foo(Number) in E overrides <T>foo(Number) in D
02:00:15 public abstract class X extends E {}
02:00:15                 ^
02:00:15   return type requires unchecked conversion from A to T
02:00:15   where T is a type-variable:
02:00:15     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:15 X.java:3: warning: [unchecked] foo(Number) in X2 overrides <T>foo(Number) in D
02:00:15   @Override public A foo(Number n) { return null; }
02:00:15                      ^
02:00:15   return type requires unchecked conversion from A to T
02:00:15   where T is a type-variable:
02:00:15     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:15 X.java:5: warning: [unchecked] foo(Number) in E overrides <T>foo(Number) in D
02:00:15 abstract class Y extends X {}
02:00:15          ^
02:00:15   return type requires unchecked conversion from A to T
02:00:15   where T is a type-variable:
02:00:15     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:15 4 warnings
02:00:15 
02:00:15 
02:00:15 
02:00:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:16 --- javac err: ---
02:00:16 X.java:6: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
02:00:16   XX foo(Number n);
02:00:16      ^
02:00:16   return type requires unchecked conversion from XX to T
02:00:16   where T is a type-variable:
02:00:16     T extends Y<T>,Cloneable declared in method <T>foo(Number)
02:00:16 1 warning
02:00:16 
02:00:16 
02:00:16 
02:00:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:17 --- javac err: ---
02:00:17 X.java:6: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
02:00:17   A<XX> foo(Number n);
02:00:17         ^
02:00:17   return type requires unchecked conversion from A<XX> to A<T>
02:00:17   where T is a type-variable:
02:00:17     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:17 1 warning
02:00:17 
02:00:17 
02:00:17 
02:00:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:18 --- javac err: ---
02:00:18 X.java:3: warning: [unchecked] foo(Number) in X implements <T>foo(Number) in I
02:00:18   public XX foo(Number n) { return null; }
02:00:18             ^
02:00:18   return type requires unchecked conversion from XX to T
02:00:18   where T is a type-variable:
02:00:18     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:18 X.java:9: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
02:00:18   XX foo(Number n);
02:00:18      ^
02:00:18   return type requires unchecked conversion from XX to T
02:00:18   where T is a type-variable:
02:00:18     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:18 2 warnings
02:00:18 
02:00:18 
02:00:18 
02:00:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:19 --- javac err: ---
02:00:19 X.java:1: error: types K and J are incompatible; both define foo(java.lang.Number), but with unrelated return types
02:00:19 public abstract class X implements J, K {}
02:00:19                 ^
02:00:19 X.java:6: warning: [unchecked] foo(Number) in J overrides <T>foo(Number) in I
02:00:19   XX foo(Number n);
02:00:19      ^
02:00:19   return type requires unchecked conversion from XX to T
02:00:19   where T is a type-variable:
02:00:19     T extends Exception,Cloneable declared in method <T>foo(Number)
02:00:19 1 error
02:00:19 1 warning
02:00:19 
02:00:19 
02:00:19 
02:00:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:20 --- javac err: ---
02:00:20 X.java:9: error: name clash: compareTo(Object) in X and compareTo(Charset) in Comparable have the same erasure, yet neither overrides the other
02:00:20   public int compareTo(Object obj) {
02:00:20              ^
02:00:20 1 error
02:00:20 
02:00:20 
02:00:20 
02:00:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:22 --- javac err: ---
02:00:22 Concrete.java:1: error: Concrete is not abstract and does not override abstract method foo(String) in Generic
02:00:22 public class Concrete extends Abstract {
02:00:22        ^
02:00:22 1 error
02:00:22 
02:00:22 
02:00:22 
02:00:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:24 
02:00:24 
02:00:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:26 
02:00:26 
02:00:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:27 
02:00:27 
02:00:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:28 --- javac err: ---
02:00:28 PurebredCatShopImpl.java:6: error: name clash: getPets() in CatShop and getPets() in PetShop have the same erasure, yet neither overrides the other
02:00:28 	<V extends Pet> List<? extends Cat> getPets();
02:00:28 	                                    ^
02:00:28 PurebredCatShopImpl.java:10: warning: [unchecked] getPets() in CatShopImpl implements <V>getPets() in CatShop
02:00:28 	public List<Pet> getPets() { return null; }
02:00:28 	                 ^
02:00:28   return type requires unchecked conversion from List<Pet> to List<? extends Cat>
02:00:28   where V is a type-variable:
02:00:28     V extends Pet declared in method <V>getPets()
02:00:28 PurebredCatShopImpl.java:12: warning: [unchecked] getPets() in CatShopImpl implements <V>getPets() in CatShop
02:00:28 class PurebredCatShopImpl extends CatShopImpl implements PurebredCatShop {}
02:00:28 ^
02:00:28   return type requires unchecked conversion from List<Pet> to List<? extends Cat>
02:00:28   where V is a type-variable:
02:00:28     V extends Pet declared in method <V>getPets()
02:00:28 1 error
02:00:28 2 warnings
02:00:28 
02:00:28 
02:00:28 
02:00:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:29 --- javac err: ---
02:00:29 BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other
02:00:29 class BaseImpl extends Base<String> { public void setValue(String object) {} }
02:00:29                                                   ^
02:00:29   first method:  setValue(String) in BaseInterface
02:00:29   second method: setValue(Object) in Base
02:00:29 1 error
02:00:29 
02:00:29 ----------------------------------------
02:00:29 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test145 - 10
02:00:29 BaseImpl.java [
02:00:29 abstract class Base<Tvalue> implements BaseInterface<Tvalue>{ public void setValue(Object object) {} }
02:00:29 interface BaseInterface<Tvalue> { void setValue(Tvalue object); }
02:00:29 class BaseImpl extends Base<String> { public void setValue(String object) {} }
02:00:29 ]
02:00:29 
02:00:29 
02:00:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:30 --- javac err: ---
02:00:30 BugB.java:2: warning: [rawtypes] found raw type: C
02:00:30 abstract class B extends A<C> { <S> void get(C<S> type) {} }
02:00:30                            ^
02:00:30   missing type arguments for generic class C<T>
02:00:30   where T is a type-variable:
02:00:30     T extends Object declared in class C
02:00:30 BugB.java:3: warning: [rawtypes] found raw type: C
02:00:30 class B2 extends A<C> { <S> void get(C<S> type) {} }
02:00:30                    ^
02:00:30   missing type arguments for generic class C<T>
02:00:30   where T is a type-variable:
02:00:30     T extends Object declared in class C
02:00:30 2 warnings
02:00:30 
02:00:30 
02:00:30 
02:00:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:31 --- javac err: ---
02:00:31 X.java:7: error: name clash: foo(Object) in X1 and foo(T) in Y have the same erasure, yet neither overrides the other
02:00:31 	public <Ignored> void foo(Object o) {}
02:00:31 	                      ^
02:00:31   where T is a type-variable:
02:00:31     T extends Object declared in class X1
02:00:31 X.java:12: error: name clash: class X4 has two methods with the same erasure, yet neither overrides the other
02:00:31 	@Override public void foo(Number o) {}
02:00:31 	                      ^
02:00:31   first method:  foo(Number) in Y
02:00:31   second method: foo(String) in J
02:00:31 2 errors
02:00:31 
02:00:31 
02:00:31 
02:00:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:33 --- javac err: ---
02:00:33 Y.java:2: error: Y is not abstract and does not override abstract method <T>go(A<T>) in X
02:00:33 class Y extends X {
02:00:33 ^
02:00:33   where T is a type-variable:
02:00:33     T extends Object declared in method <T>go(A<T>)
02:00:33 Y.java:3: error: name clash: go(A) in Y and go(A<T>) in X have the same erasure, yet neither overrides the other
02:00:33 	@Override <T extends Object> T go(A a) { return null; }
02:00:33 	                               ^
02:00:33   where T is a type-variable:
02:00:33     T extends Object declared in method <T>go(A<T>)
02:00:33 Y.java:3: error: method does not override or implement a method from a supertype
02:00:33 	@Override <T extends Object> T go(A a) { return null; }
02:00:33 	^
02:00:33 Y.java:3: warning: [rawtypes] found raw type: A
02:00:33 	@Override <T extends Object> T go(A a) { return null; }
02:00:33 	                                  ^
02:00:33   missing type arguments for generic class A<T>
02:00:33   where T is a type-variable:
02:00:33     T extends Object declared in class A
02:00:33 3 errors
02:00:33 1 warning
02:00:33 
02:00:33 
02:00:33 
02:00:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:34 --- javac err: ---
02:00:34 A.java:2: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
02:00:34 	void a(X x) {}
02:00:34 	       ^
02:00:34 A.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
02:00:34 	void b(Y<Integer> y) {}
02:00:34 	       ^
02:00:34 A.java:4: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
02:00:34 	static void c(X x) {}
02:00:34 	              ^
02:00:34 A.java:5: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
02:00:34 	static void d(Y<Integer> y) {}
02:00:34 	              ^
02:00:34 B.java:2: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
02:00:34 	static void a(X x) {}
02:00:34 	              ^
02:00:34 B.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
02:00:34 	static void b(Y<String> y) {}
02:00:34 	              ^
02:00:34 B.java:4: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
02:00:34 	static void c(X x) {}
02:00:34 	              ^
02:00:34 B.java:5: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
02:00:34 	static void d(Y<String> y) {}
02:00:34 	              ^
02:00:34 B2.java:2: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
02:00:34 	static void b(Y<Integer> y) {}
02:00:34 	              ^
02:00:34 B2.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
02:00:34 	static void d(Y<Integer> y) {}
02:00:34 	              ^
02:00:34 C.java:2: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
02:00:34 	@Override void a(X x) {}
02:00:34 	                 ^
02:00:34 C.java:3: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
02:00:34 	void b(Y<String> y) {}
02:00:34 	       ^
02:00:34 C.java:4: warning: auxiliary class X in C2.java should not be accessed from outside its own source file
02:00:34 	void c(X x) {}
02:00:34 	       ^
02:00:34 C.java:5: warning: auxiliary class Y in C2.java should not be accessed from outside its own source file
02:00:34 	void d(Y<String> y) {}
02:00:34 	       ^
02:00:34 B.java:2: error: a(X) in B cannot override a(X) in A
02:00:34 	static void a(X x) {}
02:00:34 	            ^
02:00:34   overriding method is static
02:00:34 B.java:3: error: name clash: b(Y<String>) in B and b(Y<Integer>) in A have the same erasure, yet neither hides the other
02:00:34 	static void b(Y<String> y) {}
02:00:34 	            ^
02:00:34 B.java:5: error: name clash: d(Y<String>) in B and d(Y<Integer>) in A have the same erasure, yet neither hides the other
02:00:34 	static void d(Y<String> y) {}
02:00:34 	            ^
02:00:34 B2.java:2: error: b(Y<Integer>) in B2 cannot override b(Y<Integer>) in A
02:00:34 	static void b(Y<Integer> y) {}
02:00:34 	            ^
02:00:34   overriding method is static
02:00:34 C.java:3: error: name clash: b(Y<String>) in C and b(Y<Integer>) in A have the same erasure, yet neither overrides the other
02:00:34 	void b(Y<String> y) {}
02:00:34 	     ^
02:00:34 C.java:4: error: c(X) in C cannot override c(X) in A
02:00:34 	void c(X x) {}
02:00:34 	     ^
02:00:34   overridden method is static
02:00:34 C.java:5: error: name clash: d(Y<String>) in C and d(Y<Integer>) in A have the same erasure, yet neither overrides the other
02:00:34 	void d(Y<String> y) {}
02:00:34 	     ^
02:00:34 C2.java:3: error: d(Y<Integer>) in C2 cannot override d(Y<Integer>) in A
02:00:34 	void d(Y<Integer> y) {}
02:00:34 	     ^
02:00:34   overridden method is static
02:00:34 8 errors
02:00:34 14 warnings
02:00:34 
02:00:34 
02:00:34 
02:00:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:35 --- javac err: ---
02:00:35 X.java:7: error: name clash: method3(X.D1<String>,X.D1<String>,X.D1<String>) and method3(X.D1<String>,X.D1<String>,X.D1<Date>) have the same erasure
02:00:35 	public MyT<Void> method3(D1<String> harg, D1<String> oarg, D1<String> date){
02:00:35 	                 ^
02:00:35 X.java:11: warning: [rawtypes] found raw type: X.D1
02:00:35 	public MyT<Void> method3(D1<String> harg, D1<String> oarg, D1<java.util.Date> date, D1 ... notUsed){
02:00:35 	                                                                                    ^
02:00:35   missing type arguments for generic class X.D1<T>
02:00:35   where T is a type-variable:
02:00:35     T extends Object declared in class X.D1
02:00:35 X.java:15: warning: [rawtypes] found raw type: X.D2
02:00:35 	public MyT<Void> method3(D1<String> harg, D1<String> oarg, D1<String> date, D2 ... notUsed){
02:00:35 	                                                                            ^
02:00:35   missing type arguments for generic class X.D2<T>
02:00:35   where T is a type-variable:
02:00:35     T extends Object declared in class X.D2
02:00:35 1 error
02:00:35 2 warnings
02:00:35 
02:00:35 
02:00:35 
02:00:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:36 --- javac err: ---
02:00:36 X.java:5: warning: [rawtypes] found raw type: X.D1
02:00:36 	public static MyT<Void> method3(D1<String> harg, D1<String> oarg, D1<java.util.Date> date, D1... notUsed) {
02:00:36 	                                                                                           ^
02:00:36   missing type arguments for generic class X.D1<T>
02:00:36   where T is a type-variable:
02:00:36     T extends Object declared in class X.D1
02:00:36 X.java:11: warning: [rawtypes] found raw type: X.D2
02:00:36 	public static MyT<Void> method3(D1<String> harg, D1<String> oarg, D1<String> date, D2... notUsed) {
02:00:36 	                                                                                   ^
02:00:36   missing type arguments for generic class X.D2<T>
02:00:36   where T is a type-variable:
02:00:36     T extends Object declared in class X.D2
02:00:36 2 warnings
02:00:36 
02:00:36 
02:00:36 
02:00:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:38 
02:00:38 
02:00:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:39 --- javac err: ---
02:00:39 test/impl/SubOneImpl.java:3: warning: [rawtypes] found raw type: SubOne
02:00:39 public abstract class SubOneImpl extends SuperTypeExtendImpl implements test.intf.SubOne
02:00:39                                                                                  ^
02:00:39   missing type arguments for generic class SubOne<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubOne
02:00:39 test/impl/SubOneImpl.java:5: warning: [rawtypes] found raw type: SubOne
02:00:39     public SubOneImpl plus(test.intf.SubOne attribute)
02:00:39                                     ^
02:00:39   missing type arguments for generic class SubOne<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubOne
02:00:39 test/impl/SubOneImpl.java:9: warning: [rawtypes] found raw type: SubTwo
02:00:39     public SubTwoImpl plus(SubTwo attribute)
02:00:39                            ^
02:00:39   missing type arguments for generic class SubTwo<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubTwo
02:00:39 test/impl/SuperTypeExtend.java:4: warning: [rawtypes] found raw type: SuperType
02:00:39 public interface SuperTypeExtend extends test.intf.SuperType
02:00:39                                                   ^
02:00:39   missing type arguments for generic class SuperType<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SuperType
02:00:39 test/impl/SuperTypeExtend.java:6: warning: [rawtypes] found raw type: SubOne
02:00:39     public SuperTypeExtend plus(SubOne addend);
02:00:39                                 ^
02:00:39   missing type arguments for generic class SubOne<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubOne
02:00:39 test/impl/SuperTypeExtend.java:7: warning: [rawtypes] found raw type: SubTwo
02:00:39     public SuperTypeExtend plus(SubTwo addend);
02:00:39                                 ^
02:00:39   missing type arguments for generic class SubTwo<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubTwo
02:00:39 test/intf/SuperType.java:4: warning: [rawtypes] found raw type: SubOne
02:00:39     public SuperType<Owner> plus(SubOne addend);
02:00:39                                  ^
02:00:39   missing type arguments for generic class SubOne<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubOne
02:00:39 test/intf/SuperType.java:5: warning: [rawtypes] found raw type: SubTwo
02:00:39     public SuperType<Owner> plus(SubTwo addend);
02:00:39                                  ^
02:00:39   missing type arguments for generic class SubTwo<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubTwo
02:00:39 test/intf/SubOne.java:4: warning: [rawtypes] found raw type: SubOne
02:00:39     public SubOne<Owner> plus(SubOne addend);
02:00:39                               ^
02:00:39   missing type arguments for generic class SubOne<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubOne
02:00:39 test/intf/SubOne.java:5: warning: [rawtypes] found raw type: SubTwo
02:00:39     public SubTwo<Owner> plus(SubTwo addend);
02:00:39                               ^
02:00:39   missing type arguments for generic class SubTwo<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubTwo
02:00:39 test/intf/SubTwo.java:4: warning: [rawtypes] found raw type: SubOne
02:00:39     public SubTwo<Owner> plus(SubOne addend);
02:00:39                               ^
02:00:39   missing type arguments for generic class SubOne<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubOne
02:00:39 test/intf/SubTwo.java:5: warning: [rawtypes] found raw type: SubTwo
02:00:39     public SubTwo<Owner> plus(SubTwo addend);
02:00:39                               ^
02:00:39   missing type arguments for generic class SubTwo<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubTwo
02:00:39 test/impl/SubTwoImpl.java:4: warning: [rawtypes] found raw type: SubTwo
02:00:39 test.intf.SubTwo
02:00:39          ^
02:00:39   missing type arguments for generic class SubTwo<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubTwo
02:00:39 test/impl/SubTwoImpl.java:6: warning: [rawtypes] found raw type: SubOne
02:00:39     public SubTwoImpl plus(SubOne attribute)
02:00:39                            ^
02:00:39   missing type arguments for generic class SubOne<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubOne
02:00:39 test/impl/SubTwoImpl.java:10: warning: [rawtypes] found raw type: SubTwo
02:00:39     public SubTwoImpl plus(test.intf.SubTwo attribute)
02:00:39                                     ^
02:00:39   missing type arguments for generic class SubTwo<Owner>
02:00:39   where Owner is a type-variable:
02:00:39     Owner extends Object declared in interface SubTwo
02:00:39 15 warnings
02:00:39 
02:00:39 
02:00:39 
02:00:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:40 --- javac err: ---
02:00:40 test/impl/SubOneImpl.java:2: warning: [rawtypes] found raw type: SubOne
02:00:40 public abstract class SubOneImpl extends SuperTypeExtendImpl implements test.impl.SubOne {
02:00:40                                                                                  ^
02:00:40   missing type arguments for generic class SubOne<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubOne
02:00:40 test/impl/SubOneImpl.java:3: warning: [rawtypes] found raw type: SubOne
02:00:40 	public SubOneImpl plus(test.impl.SubOne attribute) {
02:00:40 	                                ^
02:00:40   missing type arguments for generic class SubOne<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubOne
02:00:40 test/impl/SubOneImpl.java:6: warning: [rawtypes] found raw type: SubTwo
02:00:40 	public SubTwoImpl plus(SubTwo attribute) {
02:00:40 	                       ^
02:00:40   missing type arguments for generic class SubTwo<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubTwo
02:00:40 test/impl/SubOneImpl.java:23: warning: [rawtypes] found raw type: SuperType
02:00:40 interface SuperTypeExtend extends test.impl.SuperType {
02:00:40                                            ^
02:00:40   missing type arguments for generic class SuperType<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SuperType
02:00:40 test/impl/SubOneImpl.java:24: warning: [rawtypes] found raw type: SubOne
02:00:40 	public SuperTypeExtend plus(SubOne addend);
02:00:40 	                            ^
02:00:40   missing type arguments for generic class SubOne<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubOne
02:00:40 test/impl/SubOneImpl.java:25: warning: [rawtypes] found raw type: SubTwo
02:00:40 	public SuperTypeExtend plus(SubTwo addend);
02:00:40 	                            ^
02:00:40   missing type arguments for generic class SubTwo<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubTwo
02:00:40 test/impl/SubOneImpl.java:42: warning: [rawtypes] found raw type: SubOne
02:00:40 	public SuperType<Owner> plus(SubOne addend);
02:00:40 	                             ^
02:00:40   missing type arguments for generic class SubOne<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubOne
02:00:40 test/impl/SubOneImpl.java:43: warning: [rawtypes] found raw type: SubTwo
02:00:40 	public SuperType<Owner> plus(SubTwo addend);
02:00:40 	                             ^
02:00:40   missing type arguments for generic class SubTwo<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubTwo
02:00:40 test/impl/SubOneImpl.java:32: warning: [rawtypes] found raw type: SubOne
02:00:40 	public SubOne<Owner> plus(SubOne addend);
02:00:40 	                          ^
02:00:40   missing type arguments for generic class SubOne<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubOne
02:00:40 test/impl/SubOneImpl.java:33: warning: [rawtypes] found raw type: SubTwo
02:00:40 	public SubTwo<Owner> plus(SubTwo addend);
02:00:40 	                          ^
02:00:40   missing type arguments for generic class SubTwo<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubTwo
02:00:40 test/impl/SubOneImpl.java:37: warning: [rawtypes] found raw type: SubOne
02:00:40 	public SubTwo<Owner> plus(SubOne addend);
02:00:40 	                          ^
02:00:40   missing type arguments for generic class SubOne<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubOne
02:00:40 test/impl/SubOneImpl.java:38: warning: [rawtypes] found raw type: SubTwo
02:00:40 	public SubTwo<Owner> plus(SubTwo addend);
02:00:40 	                          ^
02:00:40   missing type arguments for generic class SubTwo<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubTwo
02:00:40 test/impl/SubOneImpl.java:14: warning: [rawtypes] found raw type: SubTwo
02:00:40 abstract class SubTwoImpl extends SuperTypeExtendImpl implements test.impl.SubTwo {
02:00:40                                                                           ^
02:00:40   missing type arguments for generic class SubTwo<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubTwo
02:00:40 test/impl/SubOneImpl.java:15: warning: [rawtypes] found raw type: SubOne
02:00:40 	public SubTwoImpl plus(SubOne attribute) {
02:00:40 	                       ^
02:00:40   missing type arguments for generic class SubOne<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubOne
02:00:40 test/impl/SubOneImpl.java:18: warning: [rawtypes] found raw type: SubTwo
02:00:40 	public SubTwoImpl plus(test.impl.SubTwo attribute) {
02:00:40 	                                ^
02:00:40   missing type arguments for generic class SubTwo<Owner>
02:00:40   where Owner is a type-variable:
02:00:40     Owner extends Object declared in interface SubTwo
02:00:40 15 warnings
02:00:40 
02:00:40 
02:00:40 
02:00:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:41 --- javac err: ---
02:00:41 X.java:9: error: types J and I are incompatible; both define foo(), but with unrelated return types
02:00:41 public abstract class X implements I, J {
02:00:41                 ^
02:00:41 1 error
02:00:41 
02:00:41 
02:00:41 
02:00:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:42 --- javac err: ---
02:00:42 X.java:10: error: types J and I are incompatible; both define foo(), but with unrelated return types
02:00:42 public abstract class X implements I, J {
02:00:42                 ^
02:00:42 1 error
02:00:42 
02:00:42 
02:00:42 
02:00:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:43 --- javac err: ---
02:00:43 X.java:7: error: types B and A are incompatible; both define foo(), but with unrelated return types
02:00:43 interface C extends A, B {}
02:00:43 ^
02:00:43 1 error
02:00:43 
02:00:43 
02:00:43 
02:00:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:44 --- javac err: ---
02:00:44 X.java:17: error: types BFoo and AFoo are incompatible; both define bar(), but with unrelated return types
02:00:44 public abstract class X extends Root implements AFoo, BFoo {
02:00:44                 ^
02:00:44 1 error
02:00:44 
02:00:44 
02:00:44 
02:00:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:46 --- javac err: ---
02:00:46 X.java:15: error: types BFoo and AFoo are incompatible; both define bar(), but with unrelated return types
02:00:46 public abstract class X extends Root implements AFoo, BFoo {}
02:00:46                 ^
02:00:46 X.java:17: error: Z is not abstract and does not override abstract method bar() in AFoo
02:00:46 class Z extends X {}
02:00:46 ^
02:00:46 2 errors
02:00:46 
02:00:46 
02:00:46 
02:00:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:47 
02:00:47 
02:00:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:48 --- javac err: ---
02:00:48 Concrete.java:10: warning: [rawtypes] found raw type: AbstractImpl
02:00:48 class Concrete extends AbstractImpl{}
02:00:48                        ^
02:00:48   missing type arguments for generic class AbstractImpl<Owner>
02:00:48   where Owner is a type-variable:
02:00:48     Owner extends Object declared in class AbstractImpl
02:00:48 1 warning
02:00:48 
02:00:48 
02:00:48 
02:00:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:49 --- javac err: ---
02:00:49 Concrete.java:8: warning: [rawtypes] found raw type: HalfGenericSuper
02:00:49 class HalfConcrete extends HalfGenericSuper {}
02:00:49                            ^
02:00:49   missing type arguments for generic class HalfGenericSuper<Owner>
02:00:49   where Owner is a type-variable:
02:00:49     Owner extends Object declared in class HalfGenericSuper
02:00:49 Concrete.java:9: warning: [rawtypes] found raw type: AbstractImpl
02:00:49 class Concrete extends AbstractImpl{}
02:00:49                        ^
02:00:49   missing type arguments for generic class AbstractImpl<Owner>
02:00:49   where Owner is a type-variable:
02:00:49     Owner extends Object declared in class AbstractImpl
02:00:49 2 warnings
02:00:49 
02:00:49 
02:00:49 
02:00:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:50 --- javac err: ---
02:00:50 Concrete.java:4: error: HalfGenericSuper is not abstract and does not override abstract method foo(String) in SuperAbstract
02:00:50 class HalfGenericSuper<Owner> extends SuperAbstract<Owner, String> {
02:00:50 ^
02:00:50 Concrete.java:5: error: foo(String) in HalfGenericSuper cannot override foo(Type) in SuperAbstract
02:00:50 	@Override Object foo(String other) { return null; }
02:00:50 	                 ^
02:00:50   return type Object is not compatible with String
02:00:50   where Type is a type-variable:
02:00:50     Type extends Object declared in class SuperAbstract
02:00:50 Concrete.java:5: error: method does not override or implement a method from a supertype
02:00:50 	@Override Object foo(String other) { return null; }
02:00:50 	^
02:00:50 Concrete.java:7: warning: [rawtypes] found raw type: HalfGenericSuper
02:00:50 class Concrete extends HalfGenericSuper{}
02:00:50                        ^
02:00:50   missing type arguments for generic class HalfGenericSuper<Owner>
02:00:50   where Owner is a type-variable:
02:00:50     Owner extends Object declared in class HalfGenericSuper
02:00:50 3 errors
02:00:50 1 warning
02:00:50 
02:00:50 
02:00:50 
02:00:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:51 --- javac err: ---
02:00:51 Concrete.java:12: error: Concrete is not abstract and does not override abstract method foo(String) in I
02:00:51 class Concrete extends HalfConcrete implements I<Object, String> {}
02:00:51 ^
02:00:51 1 error
02:00:51 
02:00:51 
02:00:51 
02:00:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:52 --- javac err: ---
02:00:52 X.java:2: error: foo() in Y cannot override foo() in X
02:00:52 class Y extends X { @Override int foo() { return 1; } }
02:00:52                                   ^
02:00:52   return type int is not compatible with void
02:00:52 X.java:2: error: method does not override or implement a method from a supertype
02:00:52 class Y extends X { @Override int foo() { return 1; } }
02:00:52                     ^
02:00:52 2 errors
02:00:52 
02:00:52 
02:00:52 
02:00:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:53 --- javac err: ---
02:00:53 X.java:1: error: name clash: foo(Object) in A and foo(String) in I have the same erasure, yet neither overrides the other
02:00:53 class X extends A implements I<String> {}
02:00:53 ^
02:00:53 1 error
02:00:53 
02:00:53 
02:00:53 
02:00:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:55 
02:00:55 
02:00:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:56 --- javac err: ---
02:00:56 X.java:1: warning: [rawtypes] found raw type: Y
02:00:56 class X<T> extends Y {
02:00:56                    ^
02:00:56   missing type arguments for generic class Y<T>
02:00:56   where T is a type-variable:
02:00:56     T extends Object declared in class Y
02:00:56 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
02:00:56 	@Override <V> void foo(M m) { }
02:00:56 	                   ^
02:00:56 X.java:2: error: method does not override or implement a method from a supertype
02:00:56 	@Override <V> void foo(M m) { }
02:00:56 	^
02:00:56 X.java:2: warning: [rawtypes] found raw type: Y.M
02:00:56 	@Override <V> void foo(M m) { }
02:00:56 	                       ^
02:00:56   missing type arguments for generic class Y<T>.M<V>
02:00:56   where V,T are type-variables:
02:00:56     V extends Object declared in class Y.M
02:00:56     T extends Object declared in class Y
02:00:56 X.java:3: error: name clash: bar() in X and bar() in Y have the same erasure, yet neither overrides the other
02:00:56 	@Override <V> M bar() { return null; }
02:00:56 	                ^
02:00:56 X.java:3: error: method does not override or implement a method from a supertype
02:00:56 	@Override <V> M bar() { return null; }
02:00:56 	^
02:00:56 X.java:3: warning: [rawtypes] found raw type: Y.M
02:00:56 	@Override <V> M bar() { return null; }
02:00:56 	              ^
02:00:56   missing type arguments for generic class Y<T>.M<V>
02:00:56   where V,T are type-variables:
02:00:56     V extends Object declared in class Y.M
02:00:56     T extends Object declared in class Y
02:00:56 4 errors
02:00:56 3 warnings
02:00:56 
02:00:56 
02:00:56 
02:00:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:57 --- javac err: ---
02:00:57 X.java:6: warning: [rawtypes] found raw type: I
02:00:57 		public R foo(A a, I i) { return null; }
02:00:57 		                  ^
02:00:57   missing type arguments for generic class I<S>
02:00:57   where S is a type-variable:
02:00:57     S extends Object declared in interface I
02:00:57 X.java:6: warning: [rawtypes] found raw type: R
02:00:57 		public R foo(A a, I i) { return null; }
02:00:57 		       ^
02:00:57   missing type arguments for generic class R<T>
02:00:57   where T is a type-variable:
02:00:57     T extends Object declared in class R
02:00:57 2 warnings
02:00:57 
02:00:57 
02:00:57 
02:00:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:58 --- javac err: ---
02:00:58 X.java:3: warning: [rawtypes] found raw type: I
02:00:58 		public R foo(X<String>.B b, I i) { return null; }
02:00:58 		                            ^
02:00:58   missing type arguments for generic class I<S>
02:00:58   where S is a type-variable:
02:00:58     S extends Object declared in interface I
02:00:58 X.java:3: warning: [rawtypes] found raw type: R
02:00:58 		public R foo(X<String>.B b, I i) { return null; }
02:00:58 		       ^
02:00:58   missing type arguments for generic class R<T>
02:00:58   where T is a type-variable:
02:00:58     T extends Object declared in class R
02:00:58 2 warnings
02:00:58 
02:00:58 
02:00:58 
02:00:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:00:59 
02:00:59 
02:00:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:00 
02:01:00 
02:01:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:01 
02:01:01 
02:01:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:02 
02:01:02 
02:01:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:03 --- javac err: ---
02:01:03 X.java:1: error: X is not abstract and does not override abstract method m() in Y
02:01:03 class X extends Y implements I { }
02:01:03 ^
02:01:03 1 error
02:01:03 
02:01:03 
02:01:03 
02:01:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:04 --- javac err: ---
02:01:04 A.java:1: warning: [overrides] Class A overrides equals, but neither it nor any superclass overrides hashCode method
02:01:04 class A {
02:01:04 ^
02:01:04 1 warning
02:01:04 
02:01:04 
02:01:04 
02:01:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:05 
02:01:05 
02:01:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:06 --- javac err: ---
02:01:06 X.java:3: warning: [rawtypes] found raw type: LinkedHashMap
02:01:06 class A extends LinkedHashMap {
02:01:06                 ^
02:01:06   missing type arguments for generic class LinkedHashMap<K,V>
02:01:06   where K,V are type-variables:
02:01:06     K extends Object declared in class LinkedHashMap
02:01:06     V extends Object declared in class LinkedHashMap
02:01:06 X.java:4: warning: [rawtypes] found raw type: Collection
02:01:06 	public A foo(Collection c) { return this; }
02:01:06 	             ^
02:01:06   missing type arguments for generic class Collection<E>
02:01:06   where E is a type-variable:
02:01:06     E extends Object declared in interface Collection
02:01:06 X.java:3: warning: [serial] serializable class A has no definition of serialVersionUID
02:01:06 class A extends LinkedHashMap {
02:01:06 ^
02:01:06 X.java:7: error: name clash: foo(Collection<?>) in X and foo(Collection) in A have the same erasure, yet neither overrides the other
02:01:06 	@Override public X foo(Collection<?> c) { return this; }
02:01:06 	                   ^
02:01:06 X.java:6: warning: [serial] serializable class X has no definition of serialVersionUID
02:01:06 class X extends A implements I {
02:01:06 ^
02:01:06 1 error
02:01:06 4 warnings
02:01:06 
02:01:06 
02:01:06 
02:01:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:08 
02:01:08 
02:01:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:09 --- javac err: ---
02:01:09 X.java:2: warning: [rawtypes] found raw type: Class
02:01:09 	public Object getAdapter(Class clazz);	
02:01:09 	                         ^
02:01:09   missing type arguments for generic class Class<T>
02:01:09   where T is a type-variable:
02:01:09     T extends Object declared in class Class
02:01:09 X.java:5: error: X is not abstract and does not override abstract method getAdapter(Class) in Adaptable
02:01:09 public class X implements Adaptable {
02:01:09        ^
02:01:09 X.java:7: error: name clash: getAdapter(Class<?>) in X and getAdapter(Class) in Adaptable have the same erasure, yet neither overrides the other
02:01:09 	public Object getAdapter(Class<?> clazz) {
02:01:09 	              ^
02:01:09 X.java:6: error: method does not override or implement a method from a supertype
02:01:09 	@Override
02:01:09 	^
02:01:09 3 errors
02:01:09 1 warning
02:01:09 
02:01:09 
02:01:09 
02:01:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:10 --- javac err: ---
02:01:10 X.java:5: error: invalid method declaration; return type required
02:01:10 	foo() { return null; }
02:01:10 	^
02:01:10 1 error
02:01:10 
02:01:10 
02:01:10 
02:01:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:11 --- javac err: ---
02:01:11 B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file
02:01:11 class B extends A implements I {}
02:01:11                 ^
02:01:11 B2.java:1: warning: auxiliary class A2 in I.java should not be accessed from outside its own source file
02:01:11 class B2 extends A2 implements I {}
02:01:11                  ^
02:01:11 I.java:13: error: A2 is not abstract and does not override abstract method p() in A2
02:01:11 class A2 {
02:01:11 ^
02:01:11 B.java:1: error: B is not abstract and does not override abstract method p() in A
02:01:11 class B extends A implements I {}
02:01:11 ^
02:01:11 B2.java:1: error: B2 is not abstract and does not override abstract method p() in I
02:01:11 class B2 extends A2 implements I {}
02:01:11 ^
02:01:11 3 errors
02:01:11 2 warnings
02:01:11 
02:01:12 --- javac err: ---
02:01:12 B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file
02:01:12 class B extends A implements I {}
02:01:12                 ^
02:01:12 B2.java:1: error: cannot find symbol
02:01:12 class B2 extends A2 implements I {}
02:01:12                  ^
02:01:12   symbol: class A2
02:01:12 B.java:1: error: B is not abstract and does not override abstract method p() in A
02:01:12 class B extends A implements I {}
02:01:12 ^
02:01:12 B2.java:1: error: B2 is not abstract and does not override abstract method p() in I
02:01:12 class B2 extends A2 implements I {}
02:01:12 ^
02:01:12 3 errors
02:01:12 1 warning
02:01:12 
02:01:12 
02:01:12 
02:01:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:13 --- javac err: ---
02:01:13 B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file
02:01:13 class B extends A implements I {}
02:01:13                 ^
02:01:13 B2.java:1: warning: auxiliary class A2 in I.java should not be accessed from outside its own source file
02:01:13 class B2 extends A2 implements I {}
02:01:13                  ^
02:01:13 B.java:1: error: B is not abstract and does not override abstract method m() in I
02:01:13 class B extends A implements I {}
02:01:13 ^
02:01:13 B2.java:1: error: B2 is not abstract and does not override abstract method m() in I
02:01:13 class B2 extends A2 implements I {}
02:01:13 ^
02:01:13 2 errors
02:01:13 2 warnings
02:01:13 
02:01:14 --- javac err: ---
02:01:14 B.java:1: warning: auxiliary class A in I.java should not be accessed from outside its own source file
02:01:14 class B extends A implements I {}
02:01:14                 ^
02:01:14 B2.java:1: warning: auxiliary class A2 in I.java should not be accessed from outside its own source file
02:01:14 class B2 extends A2 implements I {}
02:01:14                  ^
02:01:14 B.java:1: error: B is not abstract and does not override abstract method m() in I
02:01:14 class B extends A implements I {}
02:01:14 ^
02:01:14 B2.java:1: error: B2 is not abstract and does not override abstract method m() in I
02:01:14 class B2 extends A2 implements I {}
02:01:14 ^
02:01:14 2 errors
02:01:14 2 warnings
02:01:14 
02:01:14 
02:01:14 
02:01:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:15 --- javac err: ---
02:01:15 X.java:8: warning: [rawtypes] found raw type: G
02:01:15 	@Override void a(G g) {}
02:01:15 	                 ^
02:01:15   missing type arguments for generic class G<T2>
02:01:15   where T2 is a type-variable:
02:01:15     T2 extends Object declared in class G
02:01:15 X.java:10: warning: [rawtypes] found raw type: G
02:01:15 	@Override void c(G g) {}
02:01:15 	                 ^
02:01:15   missing type arguments for generic class G<T2>
02:01:15   where T2 is a type-variable:
02:01:15     T2 extends Object declared in class G
02:01:15 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
02:01:15 	@Override <T extends C, S extends G<C>> void d(S gc) {}
02:01:15 	                                             ^
02:01:15   where S#1,T#1,S#2,T#2 are type-variables:
02:01:15     S#1 extends G<C> declared in method <T#1,S#1>d(S#1)
02:01:15     T#1 extends C declared in method <T#1,S#1>d(S#1)
02:01:15     S#2 extends G<T#2> declared in method <T#2,S#2>d(S#2)
02:01:15     T#2 extends C declared in method <T#2,S#2>d(S#2)
02:01:15 X.java:11: error: method does not override or implement a method from a supertype
02:01:15 	@Override <T extends C, S extends G<C>> void d(S gc) {}
02:01:15 	^
02:01:15 2 errors
02:01:15 2 warnings
02:01:15 
02:01:15 
02:01:15 
02:01:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:17 --- javac err: ---
02:01:17 A.java:9: warning: [unchecked] a() in B overrides <T>a() in A
02:01:17 	@Override A a() { return null; }
02:01:17 	            ^
02:01:17   return type requires unchecked conversion from A to T
02:01:17   where T is a type-variable:
02:01:17     T extends A<Number> declared in method <T>a()
02:01:17 A.java:9: warning: [rawtypes] found raw type: A
02:01:17 	@Override A a() { return null; }
02:01:17 	          ^
02:01:17   missing type arguments for generic class A<U>
02:01:17   where U is a type-variable:
02:01:17     U extends Number declared in class A
02:01:17 A.java:11: warning: [unchecked] x() in B overrides <T>x() in A
02:01:17 	@Override Integer x() { return 1; }
02:01:17 	                  ^
02:01:17   return type requires unchecked conversion from Integer to T
02:01:17   where T is a type-variable:
02:01:17     T extends Object declared in method <T>x()
02:01:17 A.java:12: warning: [unchecked] y() in B overrides <T>y() in A
02:01:17 	@Override Integer y() { return 1; }
02:01:17 	                  ^
02:01:17   return type requires unchecked conversion from Integer to T
02:01:17   where T is a type-variable:
02:01:17     T extends Number declared in method <T>y()
02:01:17 A.java:13: warning: [unchecked] z() in B overrides <T>z() in A
02:01:17 	@Override Integer z() { return 1; }
02:01:17 	                  ^
02:01:17   return type requires unchecked conversion from Integer to T
02:01:17   where T is a type-variable:
02:01:17     T extends Integer declared in method <T>z()
02:01:17 A.java:15: warning: [rawtypes] found raw type: A
02:01:17 class C extends A {
02:01:17                 ^
02:01:17   missing type arguments for generic class A<U>
02:01:17   where U is a type-variable:
02:01:17     U extends Number declared in class A
02:01:17 A.java:16: warning: [rawtypes] found raw type: A
02:01:17 	@Override A a() { return null; }
02:01:17 	          ^
02:01:17   missing type arguments for generic class A<U>
02:01:17   where U is a type-variable:
02:01:17     U extends Number declared in class A
02:01:17 7 warnings
02:01:17 
02:01:17 
02:01:17 
02:01:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:18 --- javac err: ---
02:01:18 A.java:3: error: A is not abstract and does not override abstract method hello() in I
02:01:18 class A implements I, J {}
02:01:18 ^
02:01:18 1 error
02:01:18 
02:01:18 
02:01:18 
02:01:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:19 
02:01:19 
02:01:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:20 --- javac err: ---
02:01:20 X.java:14: error: name clash: f(List<Integer>) and f(List<String>) have the same erasure
02:01:20 double f(List<Integer> l) {return 0;}
02:01:20        ^
02:01:20 X.java:6: error: name clash: f(List<Integer>) in Y and f(List<String>) in X have the same erasure, yet neither overrides the other
02:01:20     double f(List<Integer> l) {return 0;}
02:01:20            ^
02:01:20 2 errors
02:01:20 
02:01:20 
02:01:20 
02:01:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:21 --- javac err: ---
02:01:21 Y.java:5: warning: [rawtypes] found raw type: Y
02:01:21 class Z extends Y {}
02:01:21                 ^
02:01:21   missing type arguments for generic class Y<T>
02:01:21   where T is a type-variable:
02:01:21     T extends Number declared in class Y
02:01:21 1 warning
02:01:21 
02:01:21 
02:01:21 
02:01:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:22 --- javac err: ---
02:01:22 X.java:22: error: foo() in Y cannot implement foo() in Interface
02:01:22 	@Override public void foo() throws ClassNotFoundException, CloneNotSupportedException {}
02:01:22 	                      ^
02:01:22   overridden method does not throw ClassNotFoundException
02:01:22 X.java:25: error: foo() in Z cannot override foo() in AbstractClass1
02:01:22 	@Override public void foo() throws CloneNotSupportedException, InterruptedException {}
02:01:22 	                      ^
02:01:22   overridden method does not throw InterruptedException
02:01:22 X.java:28: error: foo() in All cannot implement foo() in Interface
02:01:22 	@Override public void foo() throws ClassNotFoundException, CloneNotSupportedException, InterruptedException {}
02:01:22 	                      ^
02:01:22   overridden method does not throw ClassNotFoundException
02:01:22 3 errors
02:01:22 
02:01:22 
02:01:22 
02:01:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:23 --- javac err: ---
02:01:23 p1/B.java:3: error: foo() in B cannot override foo() in A
02:01:23 	@Override public int foo() { return 0; }
02:01:23 	                     ^
02:01:23   return type int is not compatible with void
02:01:23 1 error
02:01:23 
02:01:23 
02:01:23 
02:01:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:24 --- javac err: ---
02:01:24 p1/B.java:3: error: foo() in B cannot hide foo() in A
02:01:24 	public static int foo() { return 0; }
02:01:24 	                  ^
02:01:24   return type int is not compatible with void
02:01:24 1 error
02:01:24 
02:01:24 
02:01:24 
02:01:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:25 --- javac err: ---
02:01:25 p1/B.java:3: error: foo() in B cannot override foo() in A
02:01:25 	public static int foo() { return 0; }
02:01:25 	                  ^
02:01:25   overriding method is static
02:01:25 1 error
02:01:25 
02:01:25 
02:01:25 
02:01:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:26 --- javac err: ---
02:01:26 p1/B.java:3: error: foo() in B cannot override foo() in C
02:01:26 	@Override public int foo() { return 0; }
02:01:26 	                     ^
02:01:26   overridden method is static
02:01:26 p1/B.java:3: error: method does not override or implement a method from a supertype
02:01:26 	@Override public int foo() { return 0; }
02:01:26 	^
02:01:26 2 errors
02:01:26 
02:01:26 
02:01:26 
02:01:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:27 --- javac err: ---
02:01:27 p1/B.java:3: error: foo() in B cannot override foo() in C
02:01:27 	public int foo() { return 0; }
02:01:27 	           ^
02:01:27   overridden method is static
02:01:27 1 error
02:01:27 
02:01:27 
02:01:27 
02:01:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:28 --- javac err: ---
02:01:28 p1/B.java:3: error: foo() in B cannot override foo() in A
02:01:28 	@Override public int foo() { return 0; }
02:01:28 	                     ^
02:01:28   overridden method is static
02:01:28 1 error
02:01:28 
02:01:28 
02:01:28 
02:01:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:29 --- javac err: ---
02:01:29 p1/B.java:3: error: foo() in B cannot override foo() in C
02:01:29 	public static int foo() { return 0; }
02:01:29 	                  ^
02:01:29   overriding method is static
02:01:29 1 error
02:01:29 
02:01:29 
02:01:29 
02:01:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:30 --- javac err: ---
02:01:30 p1/B.java:3: error: foo() in B cannot override foo() in C
02:01:30 	public static int foo() { return 0; }
02:01:30 	                  ^
02:01:30   overriding method is static
02:01:30 1 error
02:01:30 
02:01:30 
02:01:30 
02:01:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:32 
02:01:32 
02:01:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:33 
02:01:33 
02:01:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:34 --- javac err: ---
02:01:34 X.java:4: error: name clash: foo(Collection<String>) and foo(Collection) have the same erasure
02:01:34 	double foo(Collection<String> bar) {return 0; }
02:01:34 	       ^
02:01:34 X.java:3: warning: [rawtypes] found raw type: Collection
02:01:34 	int foo(Collection bar) { return 0; }
02:01:34 	        ^
02:01:34   missing type arguments for generic class Collection<E>
02:01:34   where E is a type-variable:
02:01:34     E extends Object declared in interface Collection
02:01:34 1 error
02:01:34 1 warning
02:01:34 
02:01:34 
02:01:34 
02:01:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:35 --- javac err: ---
02:01:35 A.java:4: error: types J<CAP#1> and K<T3> are incompatible; both define get(), but with unrelated return types
02:01:35 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}
02:01:35             ^
02:01:35   where T3 is a type-variable:
02:01:35     T3 extends K<T3>,J<? extends I> declared in interface A
02:01:35   where CAP#1 is a fresh type-variable:
02:01:35 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test201 - 10
02:01:35     CAP#1 extends I from capture of ? extends I
02:01:35 A.java [
02:01:35 interface I {}
02:01:35 A.java:5: error: types K<T4> and J<CAP#1> are incompatible; both define get(), but with unrelated return types
02:01:35 interface J<T1> { J<T1> get(); }
02:01:35 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}
02:01:35             ^
02:01:35 interface K<T2 extends J<? extends I>> { T2 get(); }
02:01:35   where T4 is a type-variable:
02:01:35 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}
02:01:35     T4 extends J<? extends I>,K<T4> declared in interface B
02:01:35 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}
02:01:35 ]
02:01:35   where CAP#1 is a fresh type-variable:
02:01:35     CAP#1 extends I from capture of ? extends I
02:01:35 2 errors
02:01:35 
02:01:35 ----------------------------------------
02:01:35 
02:01:35 
02:01:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:36 --- javac err: ---
02:01:36 SubClass.java:4: warning: [rawtypes] found raw type: AbstractSuperClass
02:01:36 abstract class AbstractSuperClass<T1 extends AbstractSuperClass> implements MyInterface<T1> {
02:01:36                                              ^
02:01:36   missing type arguments for generic class AbstractSuperClass<T1>
02:01:36   where T1 is a type-variable:
02:01:36     T1 extends AbstractSuperClass declared in class AbstractSuperClass
02:01:36 1 warning
02:01:36 
02:01:36 
02:01:36 
02:01:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:38 --- javac err: ---
02:01:38 X.java:5: warning: [rawtypes] found raw type: Y
02:01:38 class X implements Y {
02:01:38                    ^
02:01:38   missing type arguments for generic class Y<T>
02:01:38   where T is a type-variable:
02:01:38     T extends I declared in interface Y
02:01:38 1 warning
02:01:38 
02:01:38 
02:01:38 
02:01:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:39 --- javac err: ---
02:01:39 OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other
02:01:39 public List<V> put(final K arg0, final List<V> arg1) {
02:01:39                ^
02:01:39   first method:  put(K,List<V>) in Map
02:01:39   second method: put(K,V) in OverrideBug
02:01:39   where K,V are type-variables:
02:01:39     K extends Object declared in class OverrideBug
02:01:39     V extends Object declared in class OverrideBug
02:01:39 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test204 - 10
02:01:39 OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List<V>) in Map have the same erasure, yet neither overOverrideBug.java [
02:01:39 rides the other
02:01:39 import java.util.List;
02:01:39 interface Map<K, V> {
02:01:39 public List<V> put(final K arg0, final V arg1) {
02:01:39 	public V put(K key, V value);
02:01:39                ^
02:01:39 }
02:01:39   where K,V are type-variables:
02:01:39 public class OverrideBug<K, V> implements Map<K, List<V>> {
02:01:39     K extends Object declared in class OverrideBug
02:01:39 public List<V> put(final K arg0, final List<V> arg1) {
02:01:39     V extends Object declared in class OverrideBug
02:01:39     return null;
02:01:39 2 errors
02:01:39 }
02:01:39 
02:01:39 public List<V> put(final K arg0, final V arg1) {
02:01:39     return null;
02:01:39 }
02:01:39 ----------------------------------------
02:01:39 }
02:01:39 ]
02:01:39 
02:01:39 
02:01:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:40 --- javac err: ---
02:01:40 OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other
02:01:40 public List<V> put(final K arg0, final List<V> arg1) {
02:01:40                ^
02:01:40   first method:  put(K,List<V>) in Map
02:01:40   second method: put(K,V) in OverrideBug
02:01:40   where K,V are type-variables:
02:01:40     K extends Object declared in class OverrideBug
02:01:40     V extends Object declared in class OverrideBug
02:01:40 OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List<V>) in Map have the same erasure, yet neither overrides the other
02:01:40 public V put(final K arg0, final V arg1) {
02:01:40          ^
02:01:40   where K,V are type-variables:
02:01:40     K extends Object declared in class OverrideBug
02:01:40     V extends Object declared in class OverrideBug
02:01:40 2 errors
02:01:40 
02:01:40 
02:01:40 
02:01:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:41 
02:01:41 
02:01:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:43 
02:01:43 
02:01:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:44 
02:01:44 
02:01:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:45 
02:01:45 
02:01:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:47 
02:01:47 
02:01:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:48 --- javac err: ---
02:01:48 Concrete.java:1: error: cannot find symbol
02:01:48 class Bar extends Zork {}
02:01:48                   ^
02:01:48   symbol: class Zork
02:01:48 1 error
02:01:48 
02:01:48 
02:01:48 
02:01:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:49 --- javac err: ---
02:01:49 ErasureTest.java:7: error: cannot find symbol
02:01:49 public class ErasureTest extends Zork implements Interface1<String>, Interface2<Double> {
02:01:49                                  ^
02:01:49   symbol: class Zork
02:01:49 ErasureTest.java:8: error: name clash: class ErasureTest has two methods with the same erasure, yet neither overrides the other
02:01:49     public void hello(String greeting) { }
02:01:49                 ^
02:01:49   first method:  hello(String) in Interface1
02:01:49   second method: hello(Double) in Interface2
02:01:49 ErasureTest.java:9: error: name clash: class ErasureTest has two methods with the same erasure, yet neither overrides the other
02:01:49     public int hello(Double greeting) {
02:01:49                ^
02:01:49   first method:  hello(Double) in Interface2
02:01:49   second method: hello(String) in Interface1
02:01:49 3 errors
02:01:49 
02:01:49 
02:01:49 
02:01:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:50 --- javac err: ---
02:01:50 SomeClass.java:10: error: name clash: class SomeClass has two methods with the same erasure, yet neither overrides the other
02:01:50 	public boolean equalTo(String other) {
02:01:50 	               ^
02:01:50   first method:  equalTo(String) in Equivalent
02:01:50   second method: equalTo(Integer) in EqualityComparable
02:01:50 SomeClass.java:13: error: name clash: class SomeClass has two methods with the same erasure, yet neither overrides the other
02:01:50 	public boolean equalTo(Integer other) {
02:01:50 	               ^
02:01:50   first method:  equalTo(Integer) in EqualityComparable
02:01:50   second method: equalTo(String) in Equivalent
02:01:50 2 errors
02:01:50 
02:01:50 
02:01:50 
02:01:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:51 --- javac err: ---
02:01:51 Derived.java:10: error: name clash: class Derived has two methods with the same erasure, yet neither overrides the other
02:01:51     public Integer foo(Integer x) {
02:01:51                    ^
02:01:51   first method:  foo(Integer) in Interface
02:01:51   second method: foo(String) in Base
02:01:51 1 error
02:01:51 
02:01:51 
02:01:51 
02:01:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:54 
02:01:54 
02:01:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:56 
02:01:56 
02:01:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:01:59 
02:01:59 
02:01:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:01 
02:02:01 
02:02:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:03 
02:02:03 
02:02:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:04 
02:02:04 
02:02:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:05 --- javac err: ---
02:02:05 X.java:8: error: name clash: class X has two methods with the same erasure, yet neither overrides the other
02:02:05     public boolean equalTo(String other) {
02:02:05                    ^
02:02:05   first method:  equalTo(String) in EqualityComparable
02:02:05   second method: equalTo(Object) in Base
02:02:05 1 error
02:02:05 
02:02:05 
02:02:05 
02:02:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:06 
02:02:06 
02:02:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:09 
02:02:09 
02:02:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:11 
02:02:11 
02:02:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:13 --- javac err: ---
02:02:13 X.java:3: warning: [cast] redundant cast to O
02:02:13 		O o = (O) a.foo();
02:02:13 		      ^
02:02:13 1 warning
02:02:13 
02:02:14 
02:02:14 
02:02:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:16 --- javac err: ---
02:02:16 Activator.java:2: warning: [rawtypes] found raw type: ServiceReference
02:02:16     public void start(BundleContext context, ServiceReference ref) {
02:02:16                                              ^
02:02:16   missing type arguments for generic class ServiceReference<S>
02:02:16   where S is a type-variable:
02:02:16     S extends Object declared in interface ServiceReference
02:02:16 Activator.java:3: warning: [unchecked] unchecked method invocation: method getService in interface BundleContext is applied to given types
02:02:16         Runnable r = context.getService(ref);
02:02:16                                        ^
02:02:16   required: ServiceReference<S>
02:02:16   found: ServiceReference
02:02:16   where S is a type-variable:
02:02:16     S extends Object declared in method <S>getService(ServiceReference<S>)
02:02:16 Activator.java:3: warning: [unchecked] unchecked conversion
02:02:16         Runnable r = context.getService(ref);
02:02:16                                         ^
02:02:16   required: ServiceReference<S>
02:02:16   found:    ServiceReference
02:02:16   where S is a type-variable:
02:02:16     S extends Object declared in method <S>getService(ServiceReference<S>)
02:02:16 Activator.java:3: error: incompatible types: Object cannot be converted to Runnable
02:02:16         Runnable r = context.getService(ref);
02:02:16                                        ^
02:02:16 1 error
02:02:16 3 warnings
02:02:16 
02:02:16 
02:02:16 
02:02:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:17 --- javac err: ---
02:02:17 A.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
02:02:17 	public static <T> B<T> asList(T... tab) {
02:02:17 	                                   ^
02:02:17   where T is a type-variable:
02:02:17     T extends Object declared in method <T>asList(T...)
02:02:17 1 warning
02:02:17 
02:02:18 ----------------------------------------
02:02:18 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test330435 - 10
02:02:18 X.java [
02:02:18 public class X {
02:02:18 	String[] foo(Object[] args) {
02:02:18 		String[] a = A.asList(args).toArray(new String[0]);
02:02:18 		return a;
02:02:18 	}
02:02:18 }
02:02:18 ]
02:02:18 
02:02:18 
02:02:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:21 --- javac err: ---
02:02:21 X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>
02:02:21         Y.foo(new Properties());
02:02:21               ^
02:02:21 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:02:21 1 error
02:02:21 
02:02:21 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test330445 - 10
02:02:21 ----------------------------------------
02:02:21 X.java [
02:02:21 import java.util.Properties;
02:02:21 public class X {
02:02:21     static void bar(Object[] args) {
02:02:21         Y.foo(new Properties());
02:02:21     }
02:02:21 }
02:02:21 ]
02:02:21 
02:02:21 
02:02:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:24 --- javac err: ---
02:02:24 X.java:6: warning: [rawtypes] found raw type: Comparator
02:02:24 		Comparator comparator = new Comparator() {
02:02:24 		^
02:02:24   missing type arguments for generic class Comparator<T>
02:02:24   where T is a type-variable:
02:02:24     T extends Object declared in interface Comparator
02:02:24 X.java:6: warning: [rawtypes] found raw type: Comparator
02:02:24 		Comparator comparator = new Comparator() {
02:02:24 		                            ^
02:02:24   missing type arguments for generic class Comparator<T>
02:02:24   where T is a type-variable:
02:02:24     T extends Object declared in interface Comparator
02:02:24 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#test331446 - 10
02:02:24 X.java [
02:02:24 X.java:12: warning: [rawtypes] found raw type: ArrayList
02:02:24 import java.util.ArrayList;
02:02:24 import java.util.Comparator;
02:02:24 
02:02:24 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
02:02:24 public class X {
02:02:24 	public static void testAmbiguity() {
02:02:24 		                                          ^
02:02:24 		Comparator comparator = new Comparator() {
02:02:24   missing type arguments for generic class ArrayList<E>
02:02:24 			
02:02:24   where E is a type-variable:
02:02:24 			public int compare(Object o1, Object o2) {
02:02:24 				return 0;
02:02:24     E extends Object declared in class ArrayList
02:02:24 			}
02:02:24 		};
02:02:24 X.java:12: warning: [rawtypes] found raw type: ArrayList
02:02:24 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
02:02:24 	}
02:02:24 }
02:02:24 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
02:02:24 
02:02:24 ]
02:02:24 		                                                           ^
02:02:24   missing type arguments for generic class ArrayList<E>
02:02:24   where E is a type-variable:
02:02:24     E extends Object declared in class ArrayList
02:02:24 X.java:12: error: reference to assertEquals is ambiguous
02:02:24 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
02:02:24 		    ^
02:02:24   both method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>) in Test and method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2) in Test match
02:02:24   where T#1,T#2 are type-variables:
02:02:24     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)
02:02:24     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)
02:02:24 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types
02:02:24 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
02:02:24 		                 ^
02:02:24   required: String,Comparator<T>,List<T>,List<T>
02:02:24   found: String,Comparator,ArrayList,ArrayList
02:02:24   where T is a type-variable:
02:02:24     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)
02:02:24 X.java:12: warning: [unchecked] unchecked conversion
02:02:24 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
02:02:24 		                          ^
02:02:24   required: Comparator<T>
02:02:24   found:    Comparator
02:02:24   where T is a type-variable:
02:02:24     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)
02:02:24 X.java:12: warning: [unchecked] unchecked conversion
02:02:24 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
02:02:24 		                                      ^
02:02:24   required: List<T>
02:02:24   found:    ArrayList
02:02:24   where T is a type-variable:
02:02:24     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)
02:02:24 X.java:12: warning: [unchecked] unchecked conversion
02:02:24 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
02:02:24 		                                                       ^
02:02:24   required: List<T>
02:02:24   found:    ArrayList
02:02:24   where T is a type-variable:
02:02:24     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)
02:02:24 1 error
02:02:24 8 warnings
02:02:24 
02:02:24 ----------------------------------------
02:02:24 
02:02:24 
02:02:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:25 --- javac err: ---
02:02:25 Test.java:6: warning: [rawtypes] found raw type: Comparator
02:02:25 			Comparator comparator, List expected, List actual) {
02:02:25 			^
02:02:25   missing type arguments for generic class Comparator<T>
02:02:25   where T is a type-variable:
02:02:25     T extends Object declared in interface Comparator
02:02:25 Test.java:6: warning: [rawtypes] found raw type: List
02:02:25 			Comparator comparator, List expected, List actual) {
02:02:25 			                       ^
02:02:25   missing type arguments for generic class List<E>
02:02:25   where E is a type-variable:
02:02:25     E extends Object declared in interface List
02:02:25 Test.java:6: warning: [rawtypes] found raw type: List
02:02:25 			Comparator comparator, List expected, List actual) {
02:02:25 			                                      ^
02:02:25   missing type arguments for generic class List<E>
02:02:25   where E is a type-variable:
02:02:25     E extends Object declared in interface List
02:02:25 Test.java:15: warning: [rawtypes] found raw type: Comparator
02:02:25 			Comparator comparator, Object expected, Object actual) {
02:02:25 			^
02:02:25   missing type arguments for generic class Comparator<T>
02:02:25   where T is a type-variable:
02:02:25     T extends Object declared in interface Comparator
02:02:25 Test.java:16: warning: [unchecked] unchecked call to compare(T,T) as a member of the raw type Comparator
02:02:25 		if (comparator.compare(expected, actual) == 0) {
02:02:25 		                      ^
02:02:25   where T is a type-variable:
02:02:25     T extends Object declared in interface Comparator
02:02:25 5 warnings
02:02:25 
02:02:26 --- javac err: ---
02:02:26 X.java:6: warning: [rawtypes] found raw type: Comparator
02:02:26 		Comparator comparator = new Comparator() {
02:02:26 		^
02:02:26   missing type arguments for generic class Comparator<T>
02:02:26   where T is a type-variable:
02:02:26     T extends Object declared in interface Comparator
02:02:26 X.java:6: warning: [rawtypes] found raw type: Comparator
02:02:26 		Comparator comparator = new Comparator() {
02:02:26 		                            ^
02:02:26   missing type arguments for generic class Comparator<T>
02:02:26   where T is a type-variable:
02:02:26     T extends Object declared in interface Comparator
02:02:26 X.java:12: warning: [rawtypes] found raw type: ArrayList
02:02:26 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
02:02:26 		                                          ^
02:02:26   missing type arguments for generic class ArrayList<E>
02:02:26   where E is a type-variable:
02:02:26     E extends Object declared in class ArrayList
02:02:26 X.java:12: warning: [rawtypes] found raw type: ArrayList
02:02:26 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());
02:02:26 		                                                           ^
02:02:26   missing type arguments for generic class ArrayList<E>
02:02:26   where E is a type-variable:
02:02:26     E extends Object declared in class ArrayList
02:02:26 4 warnings
02:02:26 
02:02:26 
02:02:26 
02:02:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:29 --- javac err: ---
02:02:29 Client.java:2: warning: auxiliary class List in Project.java should not be accessed from outside its own source file
02:02:29     Client(List l) {
02:02:29            ^
02:02:29 1 warning
02:02:29 
02:02:29 
02:02:29 
02:02:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:31 --- javac err: ---
02:02:31 Client.java:2: warning: auxiliary class List in Project.java should not be accessed from outside its own source file
02:02:31     Client(List l) {
02:02:31            ^
02:02:31 Client.java:2: warning: [rawtypes] found raw type: List
02:02:31     Client(List l) {
02:02:31            ^
02:02:31   missing type arguments for generic class List<T>
02:02:31   where T is a type-variable:
02:02:31     T extends Object declared in class List
02:02:31 Client.java:3: warning: [unchecked] unchecked method invocation: method foo in class Project is applied to given types
02:02:31         Project.foo(l);
02:02:31                    ^
02:02:31   required: List<T>
02:02:31   found: List
02:02:31   where T is a type-variable:
02:02:31     T extends Object declared in method <T>foo(List<T>)
02:02:31 Client.java:3: warning: [unchecked] unchecked conversion
02:02:31         Project.foo(l);
02:02:31                     ^
02:02:31   required: List<T>
02:02:31   found:    List
02:02:31   where T is a type-variable:
02:02:31     T extends Object declared in method <T>foo(List<T>)
02:02:31 4 warnings
02:02:31 
02:02:31 
02:02:31 
02:02:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:33 --- javac err: ---
02:02:33 Client.java:2: warning: auxiliary class List in Project.java should not be accessed from outside its own source file
02:02:33     Client(List l) {
02:02:33            ^
02:02:33 Client.java:2: warning: [rawtypes] found raw type: List
02:02:33     Client(List l) {
02:02:33            ^
02:02:33   missing type arguments for generic class List<T>
02:02:33   where T is a type-variable:
02:02:33     T extends Object declared in class List
02:02:33 Client.java:3: warning: [unchecked] unchecked method invocation: method foo in class Project is applied to given types
02:02:33         Project.foo(l);
02:02:33                    ^
02:02:33   required: List<T>
02:02:33   found: List
02:02:33   where T is a type-variable:
02:02:33     T extends Object declared in method <T>foo(List<T>)
02:02:33 Client.java:3: warning: [unchecked] unchecked conversion
02:02:33         Project.foo(l);
02:02:33                     ^
02:02:33   required: List<T>
02:02:33   found:    List
02:02:33   where T is a type-variable:
02:02:33     T extends Object declared in method <T>foo(List<T>)
02:02:33 4 warnings
02:02:33 
02:02:34 
02:02:34 
02:02:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:36 --- javac err: ---
02:02:36 Client.java:3: warning: [rawtypes] found raw type: InternalEList
02:02:36 		InternalEList e = (InternalEList) fm;
02:02:36 		^
02:02:36   missing type arguments for generic class InternalEList<E>
02:02:36   where E is a type-variable:
02:02:36     E extends Object declared in interface InternalEList
02:02:36 1 warning
02:02:36 
02:02:37 
02:02:37 
02:02:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:39 --- javac err: ---
02:02:39 Client.java:3: warning: [rawtypes] found raw type: InternalEList
02:02:39 		InternalEList e = (InternalEList) fm;
02:02:39 		^
02:02:39   missing type arguments for generic class InternalEList<E>
02:02:39   where E is a type-variable:
02:02:39     E extends Object declared in interface InternalEList
02:02:39 1 warning
02:02:39 
02:02:39 
02:02:39 
02:02:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:40 --- javac err: ---
02:02:40 X.java:6: error: name clash: foo(X<Integer>) in J and foo(X<Number>) in I have the same erasure, yet neither overrides the other
02:02:40     void foo(X<Integer> p);
02:02:40          ^
02:02:40 1 error
02:02:40 
02:02:40 
02:02:40 
02:02:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:42 
02:02:42 
02:02:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:43 --- javac err: ---
02:02:43 TwoWayDTOAdapter.java:2: error: name clash: convert(B) in TwoWayDTOAdapter and convert(A) in DTOAdapter have the same erasure, yet neither overrides the other
02:02:43     public A convert(B b);
02:02:43              ^
02:02:43   where B,A are type-variables:
02:02:43     B extends Object declared in interface TwoWayDTOAdapter
02:02:43     A extends Object declared in interface TwoWayDTOAdapter
02:02:43 TestAdapter.java:2: error: name clash: class TestAdapter has two methods with the same erasure, yet neither overrides the other
02:02:43     public Long convert(Integer b) {
02:02:43                 ^
02:02:43   first method:  convert(Integer) in TwoWayDTOAdapter
02:02:43   second method: convert(Long) in DTOAdapter
02:02:43 TestAdapter.java:5: error: name clash: class TestAdapter has two methods with the same erasure, yet neither overrides the other
02:02:43     public Integer convert(Long a) {
02:02:43                    ^
02:02:43   first method:  convert(Long) in DTOAdapter
02:02:43   second method: convert(Integer) in TwoWayDTOAdapter
02:02:43 3 errors
02:02:43 
02:02:43 
02:02:43 
02:02:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:44 --- javac err: ---
02:02:44 Sub.java:6: error: name clash: foo(A<Integer>) in Sub and foo(A<Number>) in Super have the same erasure, yet neither hides the other
02:02:44 	 public static void foo(A<Integer> p) {}
02:02:44 	                    ^
02:02:44 1 error
02:02:44 
02:02:44 
02:02:44 
02:02:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:45 --- javac err: ---
02:02:45 X.java:7: error: methods f(T) from B<String> and f(String) from A<String> are inherited with the same signature
02:02:45 public class X extends B<String> {
02:02:45        ^
02:02:45   where T is a type-variable:
02:02:45     T extends Object declared in class B
02:02:45 X.java:9: error: reference to f is ambiguous
02:02:45         x.f("");
02:02:45          ^
02:02:45   both method f(String) in A and method f(T) in B match
02:02:45   where T is a type-variable:
02:02:45     T extends Object declared in class B
02:02:45 2 errors
02:02:45 
02:02:45 
02:02:45 
02:02:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:46 --- javac err: ---
02:02:46 X.java:9: error: cannot find symbol
02:02:46         Zork z;
02:02:46         ^
02:02:46   symbol:   class Zork
02:02:46   location: class X
02:02:46 1 error
02:02:46 
02:02:46 
02:02:46 
02:02:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:47 
02:02:47 
02:02:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:48 
02:02:48 
02:02:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:49 
02:02:49 
02:02:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:50 --- javac err: ---
02:02:50 X.java:9: error: reference to f is ambiguous
02:02:50 		super.f(s);
02:02:50 		     ^
02:02:50   both method f(String) in A and method f(T) in B match
02:02:50   where T is a type-variable:
02:02:50     T extends Object declared in class B
02:02:50 1 error
02:02:50 
02:02:50 
02:02:50 
02:02:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:51 --- javac err: ---
02:02:51 X.java:9: warning: [rawtypes] found raw type: List
02:02:51 int get(List l);      // name clash error here
02:02:51         ^
02:02:51   missing type arguments for generic class List<E>
02:02:51   where E is a type-variable:
02:02:51     E extends Object declared in interface List
02:02:51 1 warning
02:02:51 
02:02:52 
02:02:52 
02:02:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:53 --- javac err: ---
02:02:53 X.java:11: error: cannot find symbol
02:02:53     public void d(Zork z);
02:02:53                   ^
02:02:53   symbol:   class Zork
02:02:53   location: interface X
02:02:53 X.java:5: warning: [rawtypes] found raw type: List
02:02:53     void c(List i, List<String> j);
02:02:53            ^
02:02:53   missing type arguments for generic class List<E>
02:02:53   where E is a type-variable:
02:02:53     E extends Object declared in interface List
02:02:53 X.java:8: error: name clash: a(List<String>,List) in X and a(List<String>,List<String>) in I have the same erasure, yet neither overrides the other
02:02:53     public void a(List<String> i, List j);
02:02:53                 ^
02:02:53 X.java:8: warning: [rawtypes] found raw type: List
02:02:53     public void a(List<String> i, List j);
02:02:53                                   ^
02:02:53   missing type arguments for generic class List<E>
02:02:53   where E is a type-variable:
02:02:53     E extends Object declared in interface List
02:02:53 X.java:9: warning: [rawtypes] found raw type: List
02:02:53     public void b(List i, List j);
02:02:53                   ^
02:02:53   missing type arguments for generic class List<E>
02:02:53   where E is a type-variable:
02:02:53     E extends Object declared in interface List
02:02:53 X.java:9: warning: [rawtypes] found raw type: List
02:02:53     public void b(List i, List j);
02:02:53                           ^
02:02:53   missing type arguments for generic class List<E>
02:02:53   where E is a type-variable:
02:02:53     E extends Object declared in interface List
02:02:53 X.java:10: warning: [rawtypes] found raw type: List
02:02:53     public void c(List i, List j);
02:02:53                   ^
02:02:53   missing type arguments for generic class List<E>
02:02:53   where E is a type-variable:
02:02:53     E extends Object declared in interface List
02:02:53 X.java:10: warning: [rawtypes] found raw type: List
02:02:53     public void c(List i, List j);
02:02:53                           ^
02:02:53   missing type arguments for generic class List<E>
02:02:53   where E is a type-variable:
02:02:53     E extends Object declared in interface List
02:02:53 2 errors
02:02:53 6 warnings
02:02:53 
02:02:53 
02:02:53 
02:02:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:54 --- javac err: ---
02:02:54 X.java:6: error: name clash: doTest(Integer,List<String>,List) in Impl and doTest(Integer,List<String>,List<String>) in IFtest have the same erasure, yet neither overrides the other
02:02:54     public void doTest(Integer i, List<String> iList, List iList2);
02:02:54                 ^
02:02:54 X.java:6: warning: [rawtypes] found raw type: List
02:02:54     public void doTest(Integer i, List<String> iList, List iList2);
02:02:54                                                       ^
02:02:54   missing type arguments for generic class List<E>
02:02:54   where E is a type-variable:
02:02:54     E extends Object declared in interface List
02:02:54 1 error
02:02:54 1 warning
02:02:54 
02:02:54 
02:02:54 
02:02:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:55 --- javac err: ---
02:02:55 X.java:10: error: = expected
02:02:55     Zork z;
02:02:55           ^
02:02:55 1 error
02:02:55 
02:02:55 
02:02:55 
02:02:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:56 --- javac err: ---
02:02:56 X.java:10: error: = expected
02:02:56     Zork z;
02:02:56           ^
02:02:56 1 error
02:02:56 
02:02:56 
02:02:56 
02:02:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:57 --- javac err: ---
02:02:57 X.java:10: error: cannot find symbol
02:02:57     Zork z;
02:02:57     ^
02:02:57   symbol:   class Zork
02:02:57   location: class Action<T>
02:02:57   where T is a type-variable:
02:02:57     T extends Object declared in class Action
02:02:57 X.java:7: error: name clash: e(Action<S>) in Y and e(Action<T#2>) in X have the same erasure, yet neither overrides the other
02:02:57 interface E extends X, Y {
02:02:57 ^
02:02:57   where S,T#1,T#2 are type-variables:
02:02:57     S extends Object declared in method <S,T#1>e(Action<S>)
02:02:57     T#1 extends Object declared in method <S,T#1>e(Action<S>)
02:02:57     T#2 extends Object declared in method <T#2>e(Action<T#2>)
02:02:57 2 errors
02:02:57 
02:02:57 
02:02:57 
02:02:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:58 --- javac err: ---
02:02:58 X.java:3: error: name clash: <S,T#1>e(Action<S>) and <T#2>e(Action<T#2>) have the same erasure
02:02:58     <S, T> S e(Action<S> t);
02:02:58              ^
02:02:58   where S,T#1,T#2 are type-variables:
02:02:58     S extends Object declared in method <S,T#1>e(Action<S>)
02:02:58     T#1 extends Object declared in method <S,T#1>e(Action<S>)
02:02:58     T#2 extends Object declared in method <T#2>e(Action<T#2>)
02:02:58 1 error
02:02:58 
02:02:58 
02:02:58 
02:02:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:02:59 
02:02:59 
02:02:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:00 --- javac err: ---
02:03:00 X.java:5: error: name clash: <T#1>foo() and <T#2>foo() have the same erasure
02:03:00 	 public <T extends Set> T foo() { return null; }
02:03:00 	                          ^
02:03:00   where T#1,T#2 are type-variables:
02:03:00     T#1 extends Set declared in method <T#1>foo()
02:03:00     T#2 extends List declared in method <T#2>foo()
02:03:00 X.java:6: error: cannot find symbol
02:03:00 	 Zork z;
02:03:00 	 ^
02:03:00   symbol:   class Zork
02:03:00   location: class X
02:03:00 X.java:4: warning: [rawtypes] found raw type: List
02:03:00     public <T extends List> T foo() { return null; }
02:03:00                       ^
02:03:00   missing type arguments for generic class List<E>
02:03:00   where E is a type-variable:
02:03:00     E extends Object declared in interface List
02:03:00 X.java:5: warning: [rawtypes] found raw type: Set
02:03:00 	 public <T extends Set> T foo() { return null; }
02:03:00 	                   ^
02:03:00   missing type arguments for generic class Set<E>
02:03:00   where E is a type-variable:
02:03:00     E extends Object declared in interface Set
02:03:00 2 errors
02:03:00 2 warnings
02:03:00 
02:03:00 
02:03:00 
02:03:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:02 --- javac err: ---
02:03:02 X.java:5: error: name clash: same(List<String>) and same(List<Integer>) have the same erasure
02:03:02 	 public String same(List<String> b) { return null; }
02:03:02 	               ^
02:03:02 X.java:6: error: cannot find symbol
02:03:02 	 Zork z;
02:03:02 	 ^
02:03:02   symbol:   class Zork
02:03:02   location: class X
02:03:02 2 errors
02:03:02 
02:03:02 
02:03:02 
02:03:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:03 --- javac err: ---
02:03:03 X.java:4: error: name clash: doIt(List<CharSequence>) and doIt(List<String>) have the same erasure
02:03:03 	 public static CharSequence doIt(final List<CharSequence> arg) { return null; }
02:03:03 	                            ^
02:03:03 X.java:5: error: cannot find symbol
02:03:03 	 Zork z;
02:03:03 	 ^
02:03:03   symbol:   class Zork
02:03:03   location: class X
02:03:03 2 errors
02:03:03 
02:03:03 
02:03:03 
02:03:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:04 --- javac err: ---
02:03:04 X.java:4: error: name clash: <T#1>same(Collection<? extends T#1>) and <T#2>same(Collection<? extends T#2>) have the same erasure
02:03:04 	 protected static <T extends Number> T same(Collection<? extends T> p_col) { return null; }
02:03:04 	                                       ^
02:03:04   where T#1,T#2 are type-variables:
02:03:04     T#1 extends Number declared in method <T#1>same(Collection<? extends T#1>)
02:03:04     T#2 extends String declared in method <T#2>same(Collection<? extends T#2>)
02:03:04 X.java:5: error: cannot find symbol
02:03:04 	 Zork z;
02:03:04 	 ^
02:03:04   symbol:   class Zork
02:03:04   location: class X
02:03:04 2 errors
02:03:04 
02:03:04 
02:03:04 
02:03:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:05 --- javac err: ---
02:03:05 X.java:4: error: name clash: foo(List<Integer>) and foo(List<String>) have the same erasure
02:03:05 	 public static int foo(List<Integer> x) { return 2; }
02:03:05 	                   ^
02:03:05 X.java:5: error: cannot find symbol
02:03:05 	 Zork z;
02:03:05 	 ^
02:03:05   symbol:   class Zork
02:03:05   location: class X
02:03:05 2 errors
02:03:05 
02:03:05 
02:03:05 
02:03:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:06 --- javac err: ---
02:03:06 X.java:4: error: name clash: getFirst(ArrayList<Integer>) and getFirst(ArrayList<String>) have the same erasure
02:03:06 	 public Integer getFirst (ArrayList<Integer> ss) { return ss.get(0); }
02:03:06 	                ^
02:03:06 X.java:5: error: cannot find symbol
02:03:06 	 Zork z;
02:03:06 	 ^
02:03:06   symbol:   class Zork
02:03:06   location: class X
02:03:06 2 errors
02:03:06 
02:03:06 
02:03:06 
02:03:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:07 --- javac err: ---
02:03:07 X.java:4: error: name clash: <R#1>forAccountSet(List<R#1>) and <R#2>forAccountSet(List) have the same erasure
02:03:07 	 public static <R extends Object> ChildX<R> forAccountSet(List<R> list) { return null; }
02:03:07 	                                            ^
02:03:07   where R#1,R#2 are type-variables:
02:03:07     R#1 extends Object declared in method <R#1>forAccountSet(List<R#1>)
02:03:07     R#2 extends Object declared in method <R#2>forAccountSet(List)
02:03:07 X.java:5: error: cannot find symbol
02:03:07 	 Zork z;
02:03:07 	 ^
02:03:07   symbol:   class Zork
02:03:07   location: class X<Z>
02:03:07   where Z is a type-variable:
02:03:07     Z extends Object declared in class X
02:03:07 X.java:3: warning: [rawtypes] found raw type: List
02:03:07     public static <R extends Object> X<R> forAccountSet(List list) { return null; }
02:03:07                                                         ^
02:03:07   missing type arguments for generic class List<E>
02:03:07   where E is a type-variable:
02:03:07     E extends Object declared in interface List
02:03:07 2 errors
02:03:07 1 warning
02:03:07 
02:03:07 
02:03:07 
02:03:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:09 --- javac err: ---
02:03:09 X.java:4: error: name clash: doIt(Collection<int[][]>) and doIt(Collection<int[]>) have the same erasure
02:03:09 	 public static int[][] doIt(Collection<int[][]> col) { return new int[0][0]; }
02:03:09 	                       ^
02:03:09 X.java:6: error: name clash: doIt2(Collection<int[][]>) and doIt2(Collection<int[]>) have the same erasure
02:03:09 	 public int[][] doIt2(Collection<int[][]> col) { return new int[0][0]; }
02:03:09 	                ^
02:03:09 X.java:7: error: cannot find symbol
02:03:09 	 Zork z;
02:03:09 	 ^
02:03:09   symbol:   class Zork
02:03:09   location: class X<Z>
02:03:09   where Z is a type-variable:
02:03:09     Z extends Object declared in class X
02:03:09 3 errors
02:03:09 
02:03:09 
02:03:09 
02:03:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:10 --- javac err: ---
02:03:10 Test.java:6: error: cannot find symbol
02:03:10 	 Zork z;
02:03:10 	 ^
02:03:10   symbol:   class Zork
02:03:10   location: class Test<Key,Value>
02:03:10   where Key,Value are type-variables:
02:03:10     Key extends Object declared in class Test
02:03:10     Value extends Object declared in class Test
02:03:10 Test.java:4: error: name clash: put(Key,Value) in Test and put(Key,Collection<Value>) in HashMap have the same erasure, yet neither overrides the other
02:03:10     public Collection<Value> put(Key k, Value v) { return null; }
02:03:10                              ^
02:03:10   where Key,Value are type-variables:
02:03:10     Key extends Object declared in class Test
02:03:10     Value extends Object declared in class Test
02:03:10 Test.java:5: error: name clash: get(Key) in Test and get(Object) in HashMap have the same erasure, yet neither overrides the other
02:03:10 	 public Collection<Value> get(Key k) { return null; }
02:03:10 	                          ^
02:03:10   where Key is a type-variable:
02:03:10     Key extends Object declared in class Test
02:03:10 Test.java:3: warning: [serial] serializable class Test has no definition of serialVersionUID
02:03:10 public class Test<Key, Value> extends HashMap<Key, Collection<Value>> {
02:03:10        ^
02:03:10 3 errors
02:03:10 1 warning
02:03:10 
02:03:10 
02:03:10 
02:03:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:11 --- javac err: ---
02:03:11 ErasureBug.java:7: error: name clash: output(List) and output(List<String>) have the same erasure
02:03:11     public String output(List doubles) {
02:03:11                   ^
02:03:11 ErasureBug.java:7: warning: [rawtypes] found raw type: List
02:03:11     public String output(List doubles) {
02:03:11                          ^
02:03:11   missing type arguments for generic class List<E>
02:03:11   where E is a type-variable:
02:03:11     E extends Object declared in interface List
02:03:11 ErasureBug.java:10: warning: [rawtypes] found raw type: ArrayList
02:03:11 	 public static void main(String[] args) { new ErasureBug().output(new ArrayList()); }
02:03:11 	                                                                      ^
02:03:11   missing type arguments for generic class ArrayList<E>
02:03:11   where E is a type-variable:
02:03:11     E extends Object declared in class ArrayList
02:03:11 ErasureBug.java:10: warning: [unchecked] unchecked method invocation: method output in class ErasureBug is applied to given types
02:03:11 	 public static void main(String[] args) { new ErasureBug().output(new ArrayList()); }
02:03:11 	                                                                 ^
02:03:11   required: List<String>
02:03:11   found: ArrayList
02:03:11 ErasureBug.java:10: warning: [unchecked] unchecked conversion
02:03:11 	 public static void main(String[] args) { new ErasureBug().output(new ArrayList()); }
02:03:11 	                                                                  ^
02:03:11   required: List<String>
02:03:11   found:    ArrayList
02:03:11 1 error
02:03:11 4 warnings
02:03:11 
02:03:11 
02:03:11 
02:03:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:12 --- javac err: ---
02:03:12 X.java:4: warning: [rawtypes] found raw type: Y
02:03:12 interface Z extends X, Y {}  
02:03:12                        ^
02:03:12   missing type arguments for generic class Y<K>
02:03:12   where K is a type-variable:
02:03:12     K extends Object declared in interface Y
02:03:12 X.java:5: error: Foo is not abstract and does not override abstract method m() in Y
02:03:12 class Foo implements Z {
02:03:12 ^
02:03:12 X.java:6: error: name clash: m() in Foo and m() in Y have the same erasure, yet neither overrides the other
02:03:12 	public <T> List<T> m() {
02:03:12 	                   ^
02:03:12 2 errors
02:03:12 1 warning
02:03:12 
02:03:12 
02:03:12 
02:03:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:14 
02:03:14 
02:03:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:15 
02:03:15 
02:03:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:17 
02:03:17 
02:03:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:18 
02:03:18 
02:03:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:19 
02:03:19 
02:03:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:20 
02:03:20 
02:03:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:22 --- javac err: ---
02:03:22 A.java:5: warning: [rawtypes] found raw type: Iterable
02:03:22     Iterable getIterable();
02:03:22     ^
02:03:22   missing type arguments for generic class Iterable<T>
02:03:22   where T is a type-variable:
02:03:22     T extends Object declared in interface Iterable
02:03:22 A.java:9: warning: [rawtypes] found raw type: Collection
02:03:22     public Collection getIterable() { return null; }
02:03:22            ^
02:03:22   missing type arguments for generic class Collection<E>
02:03:22   where E is a type-variable:
02:03:22     E extends Object declared in interface Collection
02:03:22 A.java:13: warning: [rawtypes] found raw type: List
02:03:22     public List getIterable() { return null; }
02:03:22            ^
02:03:22   missing type arguments for generic class List<E>
02:03:22   where E is a type-variable:
02:03:22     E extends Object declared in interface List
02:03:22 3 warnings
02:03:22 
02:03:22 
02:03:22 
02:03:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:23 --- javac err: ---
02:03:23 A.java:5: warning: [rawtypes] found raw type: Iterable
02:03:23     abstract Iterable getIterable();
02:03:23              ^
02:03:23   missing type arguments for generic class Iterable<T>
02:03:23   where T is a type-variable:
02:03:23     T extends Object declared in interface Iterable
02:03:23 A.java:9: warning: [rawtypes] found raw type: Collection
02:03:23     public Collection getIterable() { return null; }
02:03:23            ^
02:03:23   missing type arguments for generic class Collection<E>
02:03:23   where E is a type-variable:
02:03:23     E extends Object declared in interface Collection
02:03:23 A.java:13: warning: [rawtypes] found raw type: List
02:03:23     public List getIterable() { return null; }
02:03:23            ^
02:03:23   missing type arguments for generic class List<E>
02:03:23   where E is a type-variable:
02:03:23     E extends Object declared in interface List
02:03:23 3 warnings
02:03:23 
02:03:23 
02:03:23 
02:03:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:24 
02:03:24 
02:03:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:25 
02:03:25 
02:03:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:27 
02:03:27 
02:03:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:28 --- javac err: ---
02:03:28 TestClass.java:9: error: method() in B cannot override method() in A
02:03:28         public B method() {
02:03:28                  ^
02:03:28   overridden method is final
02:03:28 1 error
02:03:28 
02:03:28 
02:03:28 
02:03:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:29 --- javac err: ---
02:03:29 mfi.java:2: error: modifier transient not allowed here
02:03:29     public transient void a(Throwable throwable);
02:03:29                           ^
02:03:29 mfa.java:1: error: mfa is not abstract and does not override abstract method a(Throwable) in mfi
02:03:29 final class mfa implements mfi {
02:03:29       ^
02:03:29 2 errors
02:03:29 
02:03:29 
02:03:29 
02:03:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:30 --- javac err: ---
02:03:30 A.java:9: warning: [unchecked] bar(Object) in A.C overrides <E,F>bar(F) in A.B
02:03:30         public String bar(Object x) {
02:03:30                       ^
02:03:30   return type requires unchecked conversion from String to E
02:03:30   where E,F are type-variables:
02:03:30     E extends Object declared in method <E,F>bar(F)
02:03:30     F extends E declared in method <E,F>bar(F)
02:03:30 1 warning
02:03:30 
02:03:30 
02:03:30 
02:03:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:31 
02:03:31 
02:03:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:32 --- javac err: ---
02:03:32 SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo
02:03:32     protected SimpleResult test(AbstractResult request) {
02:03:32                            ^
02:03:32   return type requires unchecked conversion from SimpleResult to Response#2
02:03:32   where Request,Response#1,Response#2 are type-variables:
02:03:32     Request extends AbstractResult declared in class AbstractDemo
02:03:32     Response#1 extends AbstractResult declared in class AbstractDemo
02:03:32     Response#2 extends AbstractResult declared in class SimpleDemo
02:03:32 1 warning
02:03:32 
02:03:32 ----------------------------------------
02:03:32 org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest#testBug536978_comment2 - 10
02:03:32 SimpleDemo.java [
02:03:32 abstract interface AbstractResult {
02:03:32 	public abstract int test();
02:03:32 }
02:03:32 
02:03:32 abstract class AbstractDemo<Request extends AbstractResult, Response extends AbstractResult> {
02:03:32 	protected abstract Response test(Request request);
02:03:32 }
02:03:32 
02:03:32 interface SimpleResult extends AbstractResult {};
02:03:32 
02:03:32 class Result1 implements SimpleResult {
02:03:32     public int test() { return 1; }
02:03:32 }
02:03:32 class OtherResult implements AbstractResult {
02:03:32     public int test() { return 2; }
02:03:32 }
02:03:32 
02:03:32 public class SimpleDemo<Request extends AbstractResult, Response extends AbstractResult> 
02:03:32 extends AbstractDemo<Request, Response> {
02:03:32 
02:03:32     @Override
02:03:32     protected SimpleResult test(AbstractResult request) {
02:03:32         return new Result1();
02:03:32     }
02:03:32     
02:03:32     public static void main(String... args) {
02:03:32         AbstractDemo<OtherResult,OtherResult> demo = new SimpleDemo<OtherResult,OtherResult>();
02:03:32         OtherResult result = demo.test(new OtherResult());
02:03:32     }
02:03:32 
02:03:32 }
02:03:32 
02:03:32 ]
02:03:32 
02:03:32 
02:03:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:34 --- javac err: ---
02:03:34 SimpleDemo.java:25: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo
02:03:34 	protected AbstractResult test(AbstractResult request) {
02:03:34 	                         ^
02:03:34   return type requires unchecked conversion from AbstractResult to Response#2
02:03:34   where Request,Response#1,Response#2 are type-variables:
02:03:34     Request extends AbstractResult declared in class AbstractDemo
02:03:34     Response#1 extends AbstractResult declared in class AbstractDemo
02:03:34     Response#2 extends AbstractResult declared in class SimpleDemo
02:03:34 1 warning
02:03:34 
02:03:34 
02:03:34 
02:03:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:34 ***************************************************************************
02:03:34 * Comparison with Sun Javac compiler for class AnnotationTest (null tests)
02:03:34 ***************************************************************************
02:03:35 
02:03:35 
02:03:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:36 --- javac err: ---
02:03:36 X.java:1: error: annotation @Foo is missing a default value for the element 'value'
02:03:36 public @Foo class X {
02:03:36        ^
02:03:36 1 error
02:03:36 
02:03:36 
02:03:36 
02:03:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:37 --- javac err: ---
02:03:37 Foo.java:2: error: type of element Foo is cyclic
02:03:37 	Bar value();
02:03:37 	    ^
02:03:37 1 error
02:03:37 
02:03:38 --- javac err: ---
02:03:38 X.java:3: error: type of element Nested is cyclic
02:03:38 	N2 nest();
02:03:38 	   ^
02:03:38 1 error
02:03:38 
02:03:38 
02:03:38 
02:03:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:39 --- javac err: ---
02:03:39 Foo.java:2: error: type of element Foo is cyclic
02:03:39 	Foo value();
02:03:39 	    ^
02:03:39 1 error
02:03:39 
02:03:39 
02:03:39 
02:03:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:40 --- javac err: ---
02:03:40 Foo.java:1: error: interface expected here
02:03:40 public @interface Foo extends Object {
02:03:40                               ^
02:03:40 1 error
02:03:40 
02:03:40 
02:03:40 
02:03:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:41 --- javac err: ---
02:03:41 Foo.java:1: error: '{' expected
02:03:41 public @interface Foo implements Cloneable {
02:03:41                      ^
02:03:41 1 error
02:03:41 
02:03:41 
02:03:41 
02:03:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:42 --- javac err: ---
02:03:42 Foo.java:2: error: elements in annotation type declarations cannot declare formal parameters
02:03:42 	String value(int i);
02:03:42 	                 ^
02:03:42 1 error
02:03:42 
02:03:42 
02:03:42 
02:03:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:43 --- javac err: ---
02:03:43 Foo.java:2: error: elements in annotation type declarations cannot be generic methods
02:03:43 	<T> T value();
02:03:43 	 ^
02:03:43 Foo.java:2: error: invalid type for annotation type element
02:03:43 	<T> T value();
02:03:43 	    ^
02:03:43 2 errors
02:03:43 
02:03:43 
02:03:43 
02:03:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:44 --- javac err: ---
02:03:44 X.java:3: error: invalid type for annotation type element
02:03:44 	Runnable value();
02:03:44 	^
02:03:44 1 error
02:03:44 
02:03:44 
02:03:44 
02:03:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:45 --- javac err: ---
02:03:45 X.java:3: error: <identifier> expected
02:03:45 	value();
02:03:45 	     ^
02:03:45 1 error
02:03:45 
02:03:45 
02:03:45 
02:03:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:46 --- javac err: ---
02:03:46 X.java:1: error: incompatible types: Object cannot be converted to Annotation
02:03:46 @Object
02:03:46  ^
02:03:46 1 error
02:03:46 
02:03:46 
02:03:46 
02:03:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:47 --- javac err: ---
02:03:47 X.java:1: error: Foo is not a repeatable annotation type
02:03:47 @Foo @Foo
02:03:47      ^
02:03:47 1 error
02:03:47 
02:03:47 
02:03:47 
02:03:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:49 
02:03:49 
02:03:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:50 --- javac err: ---
02:03:50 X.java:1: error: annotation @Foo is missing a default value for the element 'foo'
02:03:50 @Foo("hello") public class X {
02:03:50 ^
02:03:50 1 error
02:03:50 
02:03:50 
02:03:50 
02:03:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:51 --- javac err: ---
02:03:51 X.java:1: error: annotation @Foo is missing a default value for the element 'foo'
02:03:51 @Foo(
02:03:51 ^
02:03:51 1 error
02:03:51 
02:03:51 
02:03:51 
02:03:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:52 
02:03:52 
02:03:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:53 --- javac err: ---
02:03:53 X.java:8: error: cannot find symbol
02:03:53 @Author(@Name(first="Joe",last="Hacker")) 
02:03:53         ^
02:03:53   symbol:   method value()
02:03:53   location: @interface Author
02:03:53 X.java:8: error: annotation @Author is missing a default value for the element 'name'
02:03:53 @Author(@Name(first="Joe",last="Hacker")) 
02:03:53 ^
02:03:53 2 errors
02:03:53 
02:03:53 
02:03:53 
02:03:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:54 --- javac err: ---
02:03:54 X.java:10: error: duplicate element 'last' in annotation @Name.
02:03:54 	@Author(name = @Name(first="Bill", last="Yboy", last="dup")) 
02:03:54 	                                                ^
02:03:54 1 error
02:03:54 
02:03:54 
02:03:54 
02:03:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:55 --- javac err: ---
02:03:55 X.java:6: error: duplicate element 'last' in annotation @Name.
02:03:55 	@Name(first="Bill", last="Yboy", last="dup")
02:03:55 	                                 ^
02:03:55 1 error
02:03:55 
02:03:55 
02:03:55 
02:03:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:56 --- javac err: ---
02:03:56 X.java:2: error: expression not allowed as annotation value
02:03:56 	Class value() default X.clazz();
02:03:56 	                             ^
02:03:56 X.java:6: error: expression not allowed as annotation value
02:03:56 	@Foo( clazz() )
02:03:56 	           ^
02:03:56 X.java:2: warning: [rawtypes] found raw type: Class
02:03:56 	Class value() default X.clazz();
02:03:56 	^
02:03:56   missing type arguments for generic class Class<T>
02:03:56   where T is a type-variable:
02:03:56     T extends Object declared in class Class
02:03:56 X.java:8: warning: [rawtypes] found raw type: Class
02:03:56 	static Class clazz() { return X.class; }
02:03:56 	       ^
02:03:56   missing type arguments for generic class Class<T>
02:03:56   where T is a type-variable:
02:03:56     T extends Object declared in class Class
02:03:56 2 errors
02:03:56 2 warnings
02:03:56 
02:03:56 
02:03:56 
02:03:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:57 --- javac err: ---
02:03:57 X.java:2: error: expression not allowed as annotation value
02:03:57 	int value() default X.val();
02:03:57 	                         ^
02:03:57 X.java:6: error: expression not allowed as annotation value
02:03:57 	@Foo( val() )
02:03:57 	         ^
02:03:57 2 errors
02:03:57 
02:03:57 
02:03:57 
02:03:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:58 --- javac err: ---
02:03:58 X.java:2: error: expression not allowed as annotation value
02:03:58 	String value() default X.val();
02:03:58 	                            ^
02:03:58 X.java:6: error: expression not allowed as annotation value
02:03:58 	@Foo( val() )
02:03:58 	         ^
02:03:58 2 errors
02:03:58 
02:03:58 
02:03:58 
02:03:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:03:59 --- javac err: ---
02:03:59 X.java:2: error: element value must be a constant expression
02:03:59 	String[] value() default null;
02:03:59 	                         ^
02:03:59 X.java:6: error: element value must be a constant expression
02:03:59 	@Foo( null )
02:03:59 	      ^
02:03:59 2 errors
02:03:59 
02:03:59 
02:03:59 
02:03:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:00 
02:04:00 
02:04:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:03 
02:04:03 
02:04:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:05 
02:04:05 
02:04:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:07 
02:04:07 
02:04:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:10 
02:04:10 
02:04:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:12 
02:04:12 
02:04:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:14 
02:04:14 
02:04:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:16 
02:04:16 
02:04:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:19 
02:04:19 
02:04:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:21 
02:04:21 
02:04:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:23 
02:04:23 
02:04:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:26 
02:04:26 
02:04:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:28 
02:04:28 
02:04:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:29 --- javac err: ---
02:04:29 Foo.java:2: warning: [rawtypes] found raw type: Class
02:04:29 	Class value() default Object.class;
02:04:29 	^
02:04:29   missing type arguments for generic class Class<T>
02:04:29   where T is a type-variable:
02:04:29     T extends Object declared in class Class
02:04:29 1 warning
02:04:29 
02:04:31 
02:04:31 
02:04:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:32 --- javac err: ---
02:04:32 Foo.java:3: warning: [rawtypes] found raw type: Class
02:04:32 	Class type();
02:04:32 	^
02:04:32   missing type arguments for generic class Class<T>
02:04:32   where T is a type-variable:
02:04:32     T extends Object declared in class Class
02:04:32 1 warning
02:04:32 
02:04:33 
02:04:33 
02:04:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:34 --- javac err: ---
02:04:34 Foo.java:3: warning: [rawtypes] found raw type: Class
02:04:34 	Class type();
02:04:34 	^
02:04:34   missing type arguments for generic class Class<T>
02:04:34   where T is a type-variable:
02:04:34     T extends Object declared in class Class
02:04:34 1 warning
02:04:34 
02:04:35 
02:04:35 
02:04:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:36 --- javac err: ---
02:04:36 X.java:2: error: modifier native not allowed here
02:04:36 	native int id() default 0;
02:04:36 	           ^
02:04:36 1 error
02:04:36 
02:04:36 
02:04:36 
02:04:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:38 --- javac err: ---
02:04:38 X.java:2: error: modifier strictfp not allowed here
02:04:38 	strictfp double val() default 0.1;
02:04:38 	                ^
02:04:38 X.java:3: error: modifier synchronized not allowed here
02:04:38 	synchronized String id() default "zero";
02:04:38 	                    ^
02:04:38 2 errors
02:04:38 
02:04:38 
02:04:38 
02:04:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:39 --- javac err: ---
02:04:39 X.java:2: error: = expected
02:04:39 	int[] tab;
02:04:39 	         ^
02:04:39 1 error
02:04:39 
02:04:39 
02:04:39 
02:04:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:39 --- javac err: ---
02:04:39 X.java:2: error: non-static method value() cannot be referenced from a static context
02:04:39 	int[] tab = value();
02:04:39 	            ^
02:04:39 1 error
02:04:39 
02:04:39 
02:04:39 
02:04:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:41 
02:04:41 
02:04:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:42 --- javac err: ---
02:04:42 X.java:2: error: = expected
02:04:42 	int value;
02:04:42 	         ^
02:04:42 1 error
02:04:42 
02:04:42 
02:04:42 
02:04:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:43 --- javac err: ---
02:04:43 X.java:2: error: modifier protected not allowed here
02:04:43 	protected int value = 0;
02:04:43 	              ^
02:04:43 1 error
02:04:43 
02:04:43 
02:04:43 
02:04:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:44 --- javac err: ---
02:04:44 X.java:2: error: incompatible types: possible lossy conversion from long to int
02:04:44     int id () default 10L; 
02:04:44                       ^
02:04:44 X.java:3: error: incompatible types: possible lossy conversion from long to int
02:04:44     int[] ids() default { 10L };
02:04:44                           ^
02:04:44 X.java:4: error: expression not allowed as annotation value
02:04:44     Class cls() default new Object();
02:04:44                         ^
02:04:44 X.java:4: warning: [rawtypes] found raw type: Class
02:04:44     Class cls() default new Object();
02:04:44     ^
02:04:44   missing type arguments for generic class Class<T>
02:04:44   where T is a type-variable:
02:04:44     T extends Object declared in class Class
02:04:44 3 errors
02:04:44 1 warning
02:04:44 
02:04:44 
02:04:44 
02:04:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:45 --- javac err: ---
02:04:45 X.java:10: error: expression not allowed as annotation value
02:04:45     @I(val = bar()) void foo() {
02:04:45                 ^
02:04:45 1 error
02:04:45 
02:04:45 
02:04:45 
02:04:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:46 
02:04:46 
02:04:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:47 --- javac err: ---
02:04:47 X.java:6: error: element value must be a constant expression
02:04:47      @I(value={false, X.class != null }) void foo() {
02:04:47                               ^
02:04:47 1 error
02:04:47 
02:04:47 
02:04:47 
02:04:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:48 --- javac err: ---
02:04:48 X.java:12: error: annotation type not applicable to this kind of declaration
02:04:48 	public @MyAnn void something() { }	
02:04:48 	       ^
02:04:48 1 error
02:04:48 
02:04:48 
02:04:48 
02:04:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:49 
02:04:49 
02:04:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:51 
02:04:51 
02:04:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:52 
02:04:52 
02:04:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:53 
02:04:53 
02:04:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:54 
02:04:54 
02:04:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:55 
02:04:55 
02:04:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:57 
02:04:57 
02:04:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:58 
02:04:58 
02:04:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:04:59 
02:04:59 
02:04:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:00 
02:05:00 
02:05:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:01 
02:05:01 
02:05:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:03 
02:05:03 
02:05:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:04 
02:05:04 
02:05:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:05 
02:05:05 
02:05:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:07 
02:05:07 
02:05:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:08 --- javac err: ---
02:05:08 X.java:2: warning: [rawtypes] found raw type: Class
02:05:08     Class[] classes();
02:05:08     ^
02:05:08   missing type arguments for generic class Class<T>
02:05:08   where T is a type-variable:
02:05:08     T extends Object declared in class Class
02:05:08 1 warning
02:05:08 
02:05:08 
02:05:08 
02:05:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:09 
02:05:09 
02:05:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:10 --- javac err: ---
02:05:10 X.java:2: error: incompatible types: possible lossy conversion from long to int
02:05:10     int value() default 0L;
02:05:10                         ^
02:05:10 1 error
02:05:10 
02:05:10 
02:05:10 
02:05:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:11 
02:05:11 
02:05:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:12 
02:05:12 
02:05:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:13 --- javac err: ---
02:05:13 X.java:8: error: annotation @I is missing a default value for the element 'obs'
02:05:13     @I(ids = {{1 , 2}, { 3 }}) public void foo(){
02:05:13     ^
02:05:13 X.java:2: error: invalid type for annotation type element
02:05:13     int[][] ids();
02:05:13        ^
02:05:13 X.java:3: error: invalid type for annotation type element
02:05:13     Object[][] obs();
02:05:13           ^
02:05:13 3 errors
02:05:13 
02:05:13 
02:05:13 
02:05:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:14 --- javac err: ---
02:05:14 X.java:7: error: annotation @I is missing a default value for the element 'clone'
02:05:14     @I(hashCode = 0) public void foo(){
02:05:14     ^
02:05:14 X.java:2: error: annotation type Annotation declares an element with the same name as method hashCode()
02:05:14 	int hashCode();
02:05:14 	    ^
02:05:14 X.java:3: error: invalid type for annotation type element
02:05:14 	Object clone();
02:05:14 	^
02:05:14 X.java:3: error: annotation type Object declares an element with the same name as method clone()
02:05:14 	Object clone();
02:05:14 	       ^
02:05:14 4 errors
02:05:14 
02:05:14 
02:05:14 
02:05:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:15 --- javac err: ---
02:05:15 X.java:5: error: no annotation member hashCode in I
02:05:15     @I(hashCode = 0) public void foo(){
02:05:15        ^
02:05:15 1 error
02:05:15 
02:05:15 
02:05:15 
02:05:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:17 --- javac err: ---
02:05:17 X.java:18: warning: [rawtypes] found raw type: Class
02:05:17     Class[] classes() default I.class;
02:05:17     ^
02:05:17   missing type arguments for generic class Class<T>
02:05:17   where T is a type-variable:
02:05:17     T extends Object declared in class Class
02:05:17 1 warning
02:05:17 
02:05:17 
02:05:17 
02:05:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:18 --- javac err: ---
02:05:18 X.java:18: warning: [rawtypes] found raw type: Class
02:05:18     Class _class() default I.class;
02:05:18     ^
02:05:18   missing type arguments for generic class Class<T>
02:05:18   where T is a type-variable:
02:05:18     T extends Object declared in class Class
02:05:18 1 warning
02:05:18 
02:05:18 
02:05:18 
02:05:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:19 --- javac err: ---
02:05:19 X.java:4: error: repeated annotation target
02:05:19 @Target ({FIELD, FIELD})
02:05:19                  ^
02:05:19 X.java:13: error: annotation type not applicable to this kind of declaration
02:05:19 @Tgt( foo = { E.BLEU, E.BLEU}, bar = { 0, 0} )
02:05:19 ^
02:05:19 2 errors
02:05:19 
02:05:19 
02:05:19 
02:05:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:20 --- javac err: ---
02:05:20 X.java:1: error: modifier private not allowed here
02:05:20 private @interface TestAnnot {
02:05:20          ^
02:05:20 1 error
02:05:20 
02:05:20 
02:05:20 
02:05:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:21 --- javac err: ---
02:05:21 X.java:13: error: method does not override or implement a method from a supertype
02:05:21 	@Override
02:05:21 	^
02:05:21 1 error
02:05:21 
02:05:21 
02:05:21 
02:05:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:22 --- javac err: ---
02:05:22 X.java:2: error: <identifier> expected
02:05:22 	X() {}
02:05:22 	 ^
02:05:22 1 error
02:05:22 
02:05:22 
02:05:22 
02:05:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:24 
02:05:24 
02:05:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:25 
02:05:25 
02:05:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:26 
02:05:26 
02:05:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:29 
02:05:29 
02:05:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:31 
02:05:31 
02:05:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:34 
02:05:34 
02:05:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:35 
02:05:35 
02:05:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:36 --- javac err: ---
02:05:36 X.java:4: error: annotation type not applicable to this kind of declaration
02:05:36 @I public class X {}
02:05:36 ^
02:05:36 1 error
02:05:36 
02:05:36 
02:05:36 
02:05:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:37 
02:05:37 
02:05:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:38 --- javac err: ---
02:05:38 X.java:9: error: annotation type not applicable to this kind of declaration
02:05:38 	void foo(@Annot int i) {
02:05:38 	         ^
02:05:38 1 error
02:05:38 
02:05:38 
02:05:38 
02:05:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:39 
02:05:39 
02:05:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:41 
02:05:41 
02:05:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:42 --- javac err: ---
02:05:42 X.java:8: error: annotation type not applicable to this kind of declaration
02:05:42     @Marker static int i = 123;
02:05:42     ^
02:05:42 1 error
02:05:42 
02:05:42 
02:05:42 
02:05:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:43 
02:05:43 
02:05:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:44 --- javac err: ---
02:05:44 X.java:4: error: annotation type not applicable to this kind of declaration
02:05:44 @Inherited
02:05:44 ^
02:05:44 X.java:8: warning: [deprecation] A in unnamed package has been deprecated
02:05:44 class B extends A {
02:05:44                 ^
02:05:44 1 error
02:05:44 1 warning
02:05:44 
02:05:44 
02:05:44 
02:05:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:46 --- javac err: ---
02:05:46 X.java:1: error: annotation type not applicable to this kind of declaration
02:05:46 @I public class X {}
02:05:46 ^
02:05:46 1 error
02:05:46 
02:05:46 
02:05:46 
02:05:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:47 
02:05:47 
02:05:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:49 --- javac err: ---
02:05:49 X.java:18: warning: [rawtypes] found raw type: Class
02:05:49 			Class c = X.class;
02:05:49 			^
02:05:49   missing type arguments for generic class Class<T>
02:05:49   where T is a type-variable:
02:05:49     T extends Object declared in class Class
02:05:49 X.java:21: warning: [unchecked] unchecked call to getMethod(String,Class<?>...) as a member of the raw type Class
02:05:49 			Method method = c.getMethod("foo", Integer.TYPE, Integer.TYPE, Integer.TYPE);
02:05:49 			                           ^
02:05:49 2 warnings
02:05:49 
02:05:49 
02:05:49 
02:05:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:50 --- javac err: ---
02:05:50 X.java:2: error: = expected
02:05:50 	int id default 0;
02:05:50 	       ^
02:05:50 1 error
02:05:50 
02:05:50 
02:05:50 
02:05:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:51 --- javac err: ---
02:05:51 X.java:2: error: = expected
02:05:51 	int id default 0;
02:05:51 	       ^
02:05:51 1 error
02:05:51 
02:05:51 
02:05:51 
02:05:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:52 --- javac err: ---
02:05:52 X.java:18: warning: [rawtypes] found raw type: Class
02:05:52         Class c();
02:05:52         ^
02:05:52   missing type arguments for generic class Class<T>
02:05:52   where T is a type-variable:
02:05:52     T extends Object declared in class Class
02:05:52 1 warning
02:05:52 
02:05:52 
02:05:52 
02:05:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:53 
02:05:53 
02:05:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:54 --- javac err: ---
02:05:54 X.java:3: error: cannot find symbol
02:05:54 @Target(Element)
02:05:54         ^
02:05:54   symbol: variable Element
02:05:54 1 error
02:05:54 
02:05:54 
02:05:54 
02:05:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:56 
02:05:56 
02:05:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:58 
02:05:58 
02:05:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:05:59 --- javac err: ---
02:05:59 X.java:13: warning: [rawtypes] found raw type: Class
02:05:59 	Class[] classArrayValue();
02:05:59 	^
02:05:59   missing type arguments for generic class Class<T>
02:05:59   where T is a type-variable:
02:05:59     T extends Object declared in class Class
02:05:59 X.java:25: warning: [rawtypes] found raw type: Class
02:05:59 	Class classValue();
02:05:59 	^
02:05:59   missing type arguments for generic class Class<T>
02:05:59   where T is a type-variable:
02:05:59     T extends Object declared in class Class
02:05:59 2 warnings
02:05:59 
02:06:00 
02:06:00 
02:06:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:01 
02:06:01 
02:06:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:02 --- javac err: ---
02:06:02 X.java:2: error: incompatible types: <null> cannot be converted to int
02:06:02     int[] bar() default null;
02:06:02                         ^
02:06:02 1 error
02:06:02 
02:06:02 
02:06:02 
02:06:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:03 --- javac err: ---
02:06:03 X.java:4: error: incompatible types: <null> cannot be converted to int
02:06:03 @Ann(bar=null) class X {}
02:06:03          ^
02:06:03 1 error
02:06:03 
02:06:03 
02:06:03 
02:06:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:04 --- javac err: ---
02:06:04 X.java:4: error: annotation value must be an annotation
02:06:04     Foo[] foo() default null;
02:06:04                         ^
02:06:04 X.java:7: error: annotation value must be an annotation
02:06:04 @Bar(foo=null)
02:06:04          ^
02:06:04 2 errors
02:06:04 
02:06:04 
02:06:04 
02:06:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:05 --- javac err: ---
02:06:05 X.java:4: error: annotation value must be an annotation
02:06:05     Foo[] foo() default "";
02:06:05                         ^
02:06:05 X.java:7: error: annotation value must be an annotation
02:06:05 @Bar(foo="")
02:06:05          ^
02:06:05 2 errors
02:06:05 
02:06:05 
02:06:05 
02:06:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:06 --- javac err: ---
02:06:06 X.java:21: warning: [rawtypes] found raw type: Class
02:06:06 		Class c = SubKlass.class;
02:06:06 		^
02:06:06   missing type arguments for generic class Class<T>
02:06:06   where T is a type-variable:
02:06:06     T extends Object declared in class Class
02:06:06 X.java:31: warning: [rawtypes] found raw type: Class
02:06:06 			Class[] i = c.getInterfaces();
02:06:06 			^
02:06:06   missing type arguments for generic class Class<T>
02:06:06   where T is a type-variable:
02:06:06     T extends Object declared in class Class
02:06:06 2 warnings
02:06:06 
02:06:06 
02:06:06 
02:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:06 
02:06:06 
02:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:07 --- javac err: ---
02:06:07 X.java:4: error: cannot find symbol
02:06:07 @Annot(foo1=zzz)
02:06:07             ^
02:06:07   symbol: variable zzz
02:06:07 1 error
02:06:07 
02:06:07 
02:06:07 
02:06:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:08 --- javac err: ---
02:06:08 X.java:4: error: expression not allowed as annotation value
02:06:08 @Annot( foo = new String(){} )
02:06:08               ^
02:06:08 1 error
02:06:08 
02:06:08 
02:06:08 
02:06:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:09 --- javac err: ---
02:06:09 X.java:4: error: cannot find symbol
02:06:09 @Annot( foo = M.class )
02:06:09               ^
02:06:09   symbol: class M
02:06:09 X.java:2: warning: [rawtypes] found raw type: Class
02:06:09 	Class foo();
02:06:09 	^
02:06:09   missing type arguments for generic class Class<T>
02:06:09   where T is a type-variable:
02:06:09     T extends Object declared in class Class
02:06:09 1 error
02:06:09 1 warning
02:06:09 
02:06:09 
02:06:09 
02:06:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:11 --- javac err: ---
02:06:11 X.java:5: error: cannot find symbol
02:06:11 @Annot(foo = M.class, bar = baz()+s)
02:06:11              ^
02:06:11   symbol: class M
02:06:11 X.java:5: error: expression not allowed as annotation value
02:06:11 @Annot(foo = M.class, bar = baz()+s)
02:06:11                                  ^
02:06:11 X.java:11: error: cannot select from a type variable
02:06:11 	@Annot(foo = T.class, bar = s)
02:06:11 	              ^
02:06:11 X.java:11: error: element value must be a constant expression
02:06:11 	@Annot(foo = T.class, bar = s)
02:06:11 	                            ^
02:06:11 X.java:2: warning: [rawtypes] found raw type: Class
02:06:11 	Class foo();
02:06:11 	^
02:06:11   missing type arguments for generic class Class<T>
02:06:11   where T is a type-variable:
02:06:11     T extends Object declared in class Class
02:06:11 4 errors
02:06:11 1 warning
02:06:11 
02:06:11 
02:06:11 
02:06:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:12 --- javac err: ---
02:06:12 Y.java:3: error: cannot find symbol
02:06:12 	Zork z;
02:06:12 	^
02:06:12   symbol:   class Zork
02:06:12   location: class Y
02:06:12 Y.java:2: warning: [deprecation] X in unnamed package has been deprecated
02:06:12 	X x;
02:06:12 	^
02:06:12 1 error
02:06:12 1 warning
02:06:12 
02:06:12 
02:06:12 
02:06:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:13 --- javac err: ---
02:06:13 Y.java:3: error: cannot find symbol
02:06:13 	Zork z;
02:06:13 	^
02:06:13   symbol:   class Zork
02:06:13   location: class Y
02:06:13 Y.java:2: warning: [deprecation] X in unnamed package has been deprecated
02:06:13 	X x;
02:06:13 	^
02:06:13 1 error
02:06:13 1 warning
02:06:13 
02:06:13 
02:06:13 
02:06:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:14 --- javac err: ---
02:06:14 Y.java:3: error: cannot find symbol
02:06:14 	Zork z;
02:06:14 	^
02:06:14   symbol:   class Zork
02:06:14   location: class Y
02:06:14 1 error
02:06:14 
02:06:14 
02:06:14 
02:06:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:15 --- javac err: ---
02:06:15 Y.java:3: error: cannot find symbol
02:06:15 	Zork z;
02:06:15 	^
02:06:15   symbol:   class Zork
02:06:15   location: class Y
02:06:15 Y.java:1: warning: [deprecation] X in unnamed package has been deprecated
02:06:15 public class Y extends X {
02:06:15                        ^
02:06:15 1 error
02:06:15 1 warning
02:06:15 
02:06:15 
02:06:15 
02:06:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:16 --- javac err: ---
02:06:16 Y.java:3: error: cannot find symbol
02:06:16 	Zork z;
02:06:16 	^
02:06:16   symbol:   class Zork
02:06:16   location: class Y
02:06:16 Y.java:1: warning: [deprecation] X in unnamed package has been deprecated
02:06:16 public class Y extends X {
02:06:16                        ^
02:06:16 1 error
02:06:16 1 warning
02:06:16 
02:06:16 
02:06:16 
02:06:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:17 --- javac err: ---
02:06:17 X.java:11: error: cannot find symbol
02:06:17   Zork z;
02:06:17   ^
02:06:17   symbol:   class Zork
02:06:17   location: class X
02:06:17 X.java:4: warning: [dep-ann] deprecated item is not annotated with @Deprecated
02:06:17 	public static class Y {
02:06:17 	              ^
02:06:17 X.java:7: warning: [dep-ann] deprecated item is not annotated with @Deprecated
02:06:17 	int i;
02:06:17 	    ^
02:06:17 X.java:9: warning: [dep-ann] deprecated item is not annotated with @Deprecated
02:06:17 	public void flag() {}
02:06:17 	            ^
02:06:17 X.java:2: warning: [dep-ann] deprecated item is not annotated with @Deprecated
02:06:17 public class X {
02:06:17        ^
02:06:17 1 error
02:06:17 4 warnings
02:06:17 
02:06:17 
02:06:17 
02:06:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:18 --- javac err: ---
02:06:18 X.java:20: warning: [rawtypes] found raw type: Class
02:06:18            Method method = X.class.getDeclaredMethod("aMethod", new Class[]{});
02:06:18                                                                     ^
02:06:18   missing type arguments for generic class Class<T>
02:06:18   where T is a type-variable:
02:06:18     T extends Object declared in class Class
02:06:18 1 warning
02:06:18 
02:06:18 
02:06:18 
02:06:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:19 --- javac err: ---
02:06:19 X.java:13: error: cannot find symbol
02:06:19   Zork z;
02:06:19   ^
02:06:19   symbol:   class Zork
02:06:19   location: class X
02:06:19 1 error
02:06:19 
02:06:19 
02:06:19 
02:06:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:20 --- javac err: ---
02:06:20 X.java:13: error: cannot find symbol
02:06:20   Zork z;
02:06:20   ^
02:06:20   symbol:   class Zork
02:06:20   location: class X
02:06:20 1 error
02:06:20 
02:06:20 
02:06:20 
02:06:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:22 
02:06:22 
02:06:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:23 --- javac err: ---
02:06:23 X.java:2: error: = expected
02:06:23    Zork z;
02:06:23          ^
02:06:23 1 error
02:06:23 
02:06:23 
02:06:23 
02:06:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:24 --- javac err: ---
02:06:24 Y.java:4: error: cannot find symbol
02:06:24    Zork z;
02:06:24    ^
02:06:24   symbol:   class Zork
02:06:24   location: class Y
02:06:24 Y.java:1: warning: [deprecation] X in unnamed package has been deprecated
02:06:24 public class Y extends X {
02:06:24                        ^
02:06:24 1 error
02:06:24 1 warning
02:06:24 
02:06:24 
02:06:24 
02:06:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:25 --- javac err: ---
02:06:25 X.java:11: error: cannot find symbol
02:06:25    Zork z;
02:06:25    ^
02:06:25   symbol:   class Zork
02:06:25   location: class X
02:06:25 X.java:4: warning: [rawtypes] found raw type: List
02:06:25     void foo(List list) {
02:06:25              ^
02:06:25   missing type arguments for generic class List<E>
02:06:25   where E is a type-variable:
02:06:25     E extends Object declared in interface List
02:06:25 X.java:5: warning: [unchecked] unchecked conversion
02:06:25         List<String> ls1 = list;
02:06:25                            ^
02:06:25   required: List<String>
02:06:25   found:    List
02:06:25 1 error
02:06:25 2 warnings
02:06:25 
02:06:25 
02:06:25 
02:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:26 --- javac err: ---
02:06:26 X.java:7: error: cannot find symbol
02:06:26    Zork z;
02:06:26    ^
02:06:26   symbol:   class Zork
02:06:26   location: class X
02:06:26 X.java:5: warning: [rawtypes] found raw type: HashMap
02:06:26 		Map<String, String>[] map = new HashMap[10];
02:06:26 		                                ^
02:06:26   missing type arguments for generic class HashMap<K,V>
02:06:26   where K,V are type-variables:
02:06:26     K extends Object declared in class HashMap
02:06:26     V extends Object declared in class HashMap
02:06:26 1 error
02:06:26 1 warning
02:06:26 
02:06:26 
02:06:26 
02:06:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:27 
02:06:27 
02:06:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:28 --- javac err: ---
02:06:28 X.java:4: error: cannot find symbol
02:06:28     Zork z;
02:06:28     ^
02:06:28   symbol:   class Zork
02:06:28   location: class X
02:06:28 1 error
02:06:28 
02:06:28 
02:06:28 
02:06:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:30 --- javac err: ---
02:06:30 X.java:7: warning: [deprecation] deprecated() in W has been deprecated
02:06:30 		W.deprecated();
02:06:30 		 ^
02:06:30 X.java:8: warning: [rawtypes] found raw type: Vector
02:06:30 		List<X> l = new Vector();
02:06:30 		                ^
02:06:30   missing type arguments for generic class Vector<E>
02:06:30   where E is a type-variable:
02:06:30     E extends Object declared in class Vector
02:06:30 X.java:8: warning: [unchecked] unchecked conversion
02:06:30 		List<X> l = new Vector();
02:06:30 		            ^
02:06:30   required: List<X>
02:06:30   found:    Vector
02:06:30 X.java:18: warning: [serial] serializable class X.S has no definition of serialVersionUID
02:06:30 	class S implements Serializable {
02:06:30 	^
02:06:30 X.java:14: warning: [finally] finally clause cannot complete normally
02:06:30 		}
02:06:30 		^
02:06:30 5 warnings
02:06:30 
02:06:30 
02:06:30 
02:06:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:31 --- javac err: ---
02:06:31 X.java:24: error: cannot find symbol
02:06:31 		Zork dummy;
02:06:31 		^
02:06:31   symbol:   class Zork
02:06:31   location: class X.S
02:06:31 1 error
02:06:31 
02:06:31 
02:06:31 
02:06:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:32 --- javac err: ---
02:06:32 X.java:29: error: cannot find symbol
02:06:32 		Zork dummy;
02:06:32 		^
02:06:32   symbol:   class Zork
02:06:32   location: class X.S
02:06:32 1 error
02:06:32 
02:06:32 
02:06:32 
02:06:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:33 --- javac err: ---
02:06:33 X.java:2: error: class, interface, or enum expected
02:06:33 import java.util.List;
02:06:33 ^
02:06:33 1 error
02:06:33 
02:06:33 
02:06:33 
02:06:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:34 --- javac err: ---
02:06:34 X.java:7: error: cannot find symbol
02:06:34 		Zork z;
02:06:34 		^
02:06:34   symbol:   class Zork
02:06:34   location: class X
02:06:34 1 error
02:06:34 
02:06:34 
02:06:34 
02:06:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:35 --- javac err: ---
02:06:35 X.java:8: warning: [deprecation] deprecated() in W has been deprecated
02:06:35 		W.deprecated();
02:06:35 		 ^
02:06:35 X.java:9: warning: [rawtypes] found raw type: Vector
02:06:35 		List<X> l = new Vector();
02:06:35 		                ^
02:06:35   missing type arguments for generic class Vector<E>
02:06:35   where E is a type-variable:
02:06:35     E extends Object declared in class Vector
02:06:35 X.java:9: warning: [unchecked] unchecked conversion
02:06:35 		List<X> l = new Vector();
02:06:35 		            ^
02:06:35   required: List<X>
02:06:35   found:    Vector
02:06:35 X.java:16: error: cannot find symbol
02:06:35 		Zork z;
02:06:35 		^
02:06:35   symbol:   class Zork
02:06:35   location: class X
02:06:35 X.java:19: warning: [serial] serializable class X.S has no definition of serialVersionUID
02:06:35 	class S implements Serializable {
02:06:35 	^
02:06:35 1 error
02:06:35 4 warnings
02:06:35 
02:06:35 
02:06:35 
02:06:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:36 --- javac err: ---
02:06:36 X.java:3: error: cannot find symbol
02:06:36 	Zork z;
02:06:36 	^
02:06:36   symbol:   class Zork
02:06:36   location: class X
02:06:36 1 error
02:06:36 
02:06:36 
02:06:36 
02:06:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:37 --- javac err: ---
02:06:37 X.java:3: error: cannot find symbol
02:06:37 	Zork z;
02:06:37 	^
02:06:37   symbol:   class Zork
02:06:37   location: class X
02:06:37 1 error
02:06:37 
02:06:37 
02:06:37 
02:06:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:38 --- javac err: ---
02:06:38 X.java:5: error: static methods cannot be annotated with @Override
02:06:38   @Override
02:06:38   ^
02:06:38 1 error
02:06:38 
02:06:38 
02:06:38 
02:06:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:40 --- javac err: ---
02:06:40 X.java:13: error: generic array creation
02:06:40 		Class<? extends Throwable>[] c1 = {};
02:06:40 		                                  ^
02:06:40 X.java:14: error: generic array creation
02:06:40 		Class<? super Throwable>[] c2 = {};
02:06:40 		                                ^
02:06:40 2 errors
02:06:40 
02:06:40 
02:06:40 
02:06:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:41 --- javac err: ---
02:06:41 p/OldStuff.java:6: error: cannot find symbol
02:06:41   Zork z;
02:06:41   ^
02:06:41   symbol:   class Zork
02:06:41   location: class OldStuff
02:06:41 1 error
02:06:41 
02:06:41 
02:06:41 
02:06:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:42 --- javac err: ---
02:06:42 p/OldStuff.java:6: error: cannot find symbol
02:06:42   Zork z;
02:06:42   ^
02:06:42   symbol:   class Zork
02:06:42   location: class OldStuff
02:06:42 1 error
02:06:42 
02:06:42 
02:06:42 
02:06:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:43 
02:06:43 
02:06:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:44 --- javac err: ---
02:06:44 p/OldStuff.java:6: error: cannot find symbol
02:06:44   Zork z;
02:06:44   ^
02:06:44   symbol:   class Zork
02:06:44   location: class OldStuff
02:06:44 X.java:1: warning: [deprecation] OldStuff in p has been deprecated
02:06:44 public class X extends p.OldStuff {
02:06:44                         ^
02:06:44 1 error
02:06:44 1 warning
02:06:44 
02:06:44 
02:06:44 
02:06:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:45 --- javac err: ---
02:06:45 X.java:3: error: cannot find symbol
02:06:45 	Zork z;
02:06:45 	^
02:06:45   symbol:   class Zork
02:06:45   location: class X
02:06:45 X.java:38: error: package junit.framework does not exist
02:06:45 	public static junit.framework.Test suite() {
02:06:45 	                             ^
02:06:45 X.java:34: warning: [unchecked] unchecked conversion
02:06:45 		List<Exception> problems= new TestIntrospector(EverythingWrong.class).validateTestMethods();
02:06:45 		                                                                                         ^
02:06:45   required: List<Exception>
02:06:45   found:    List
02:06:45 X.java:50: warning: [rawtypes] found raw type: Class
02:06:45 	TestIntrospector(Class c) {}
02:06:45 	                 ^
02:06:45   missing type arguments for generic class Class<T>
02:06:45   where T is a type-variable:
02:06:45     T extends Object declared in class Class
02:06:45 X.java:51: warning: [rawtypes] found raw type: List
02:06:45 	List validateTestMethods() { return null; }
02:06:45 	^
02:06:45   missing type arguments for generic class List<E>
02:06:45   where E is a type-variable:
02:06:45     E extends Object declared in interface List
02:06:45 2 errors
02:06:45 3 warnings
02:06:45 
02:06:45 
02:06:45 
02:06:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:46 --- javac err: ---
02:06:46 X.java:8: error: illegal forward reference
02:06:46   @Annot(foo=zzz, bar = yyy)
02:06:46              ^
02:06:46 1 error
02:06:46 
02:06:46 
02:06:46 
02:06:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:48 
02:06:48 
02:06:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:49 
02:06:49 
02:06:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:50 --- javac err: ---
02:06:50 X.java:3: error: annotation type declaration not allowed here
02:06:50 		 @interface Bar {
02:06:50 		  ^
02:06:50 1 error
02:06:50 
02:06:50 
02:06:50 
02:06:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:51 --- javac err: ---
02:06:51 X.java:6: error: element value must be a constant expression
02:06:51 		@Annot(foo = kkk)
02:06:51 		             ^
02:06:51 1 error
02:06:51 
02:06:51 
02:06:51 
02:06:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:52 
02:06:52 
02:06:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:53 
02:06:53 
02:06:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:54 
02:06:54 
02:06:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:56 
02:06:56 
02:06:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:57 
02:06:57 
02:06:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:58 
02:06:58 
02:06:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:59 
02:06:59 
02:06:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:06:59 
02:06:59 
02:06:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:00 --- javac err: ---
02:07:00 X.java:6: warning: unreachable catch clause
02:07:00 		} catch(AX e) {
02:07:00 		  ^
02:07:00   thrown type BX has already been caught
02:07:00 1 warning
02:07:00 
02:07:00 
02:07:00 
02:07:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:01 
02:07:01 
02:07:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:01 
02:07:01 
02:07:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:01 
02:07:01 
02:07:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:02 
02:07:02 
02:07:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:03 
02:07:03 
02:07:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:04 --- javac err: ---
02:07:04 Y.java:1: error: cannot find symbol
02:07:04 public class Y extends Zork {
02:07:04                        ^
02:07:04   symbol: class Zork
02:07:04 1 error
02:07:04 
02:07:04 
02:07:04 
02:07:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:05 
02:07:05 
02:07:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:05 
02:07:05 
02:07:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:07 --- javac err: ---
02:07:07 X.java:32: warning: [rawtypes] found raw type: Class
02:07:07 	Class classValue() default EnumClass.class;
02:07:07 	^
02:07:07   missing type arguments for generic class Class<T>
02:07:07   where T is a type-variable:
02:07:07     T extends Object declared in class Class
02:07:07 X.java:44: warning: [rawtypes] found raw type: Class
02:07:07 	Class[] classArrayValue() default {X.class, EnumClass.class};
02:07:07 	^
02:07:07   missing type arguments for generic class Class<T>
02:07:07   where T is a type-variable:
02:07:07     T extends Object declared in class Class
02:07:07 X.java:174: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:07:07 	public X(@ParameterAnnotation(value="ParameterAnnotation") @Deprecated() String param1, @ParameterAnnotation(value="ParameterAnnotation") String param2) {
02:07:07 	                                                                                ^
02:07:07 X.java:238: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:07:07 	public void method(@ParameterAnnotation(value="ParameterAnnotation") @Deprecated() String param1, @ParameterAnnotation(value="ParameterAnnotation") String param2){
02:07:07 	                                                                                          ^
02:07:07 4 warnings
02:07:07 
02:07:07 
02:07:07 
02:07:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:08 --- javac err: ---
02:07:08 X.java:2: error: invalid method declaration; return type required
02:07:08 	public foo(@Deprecated() String s) {
02:07:08 	       ^
02:07:08 1 error
02:07:08 
02:07:08 
02:07:08 
02:07:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:09 --- javac err: ---
02:07:09 X.java:2: error: method does not override or implement a method from a supertype
02:07:09 	@Override I clone();
02:07:09 	^
02:07:09 1 error
02:07:09 
02:07:09 
02:07:09 
02:07:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:10 
02:07:10 
02:07:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:11 --- javac err: ---
02:07:11 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
02:07:11 public class X extends Exception {
02:07:11        ^
02:07:11 1 warning
02:07:11 
02:07:11 
02:07:11 
02:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:11 
02:07:11 
02:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:12 
02:07:12 
02:07:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:12 
02:07:12 
02:07:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:13 
02:07:13 
02:07:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:14 
02:07:14 
02:07:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:16 
02:07:16 
02:07:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:17 --- javac err: ---
02:07:17 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated
02:07:17   public static final Integer zzz = new Integer(0);
02:07:17                                     ^
02:07:17 1 warning
02:07:17 
02:07:17 
02:07:17 
02:07:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:18 
02:07:18 
02:07:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:19 
02:07:19 
02:07:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:20 --- javac err: ---
02:07:20 X.java:7: warning: [rawtypes] found raw type: Class
02:07:20     Class c = X.class;
02:07:20     ^
02:07:20   missing type arguments for generic class Class<T>
02:07:20   where T is a type-variable:
02:07:20     T extends Object declared in class Class
02:07:20 1 warning
02:07:20 
02:07:21 
02:07:21 
02:07:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:22 --- javac err: ---
02:07:22 X.java:7: warning: [rawtypes] found raw type: Class
02:07:22     Class c = X.class;
02:07:22     ^
02:07:22   missing type arguments for generic class Class<T>
02:07:22   where T is a type-variable:
02:07:22     T extends Object declared in class Class
02:07:22 1 warning
02:07:22 
02:07:22 
02:07:22 
02:07:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:23 --- javac err: ---
02:07:23 Y.java:6: error: cannot find symbol
02:07:23 	public void initialize(Zork z, String s) {
02:07:23 	                       ^
02:07:23   symbol:   class Zork
02:07:23   location: class Y
02:07:23 Y.java:9: error: cannot find symbol
02:07:23 	public void initialize(Zork z, String s, Thread t) {
02:07:23 	                       ^
02:07:23   symbol:   class Zork
02:07:23   location: class Y
02:07:23 Y.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
02:07:23 	public void initialize(Zork z, String s) {
02:07:23 	            ^
02:07:23 2 errors
02:07:23 1 warning
02:07:23 
02:07:23 
02:07:23 
02:07:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:24 --- javac err: ---
02:07:24 Y.java:6: error: cannot find symbol
02:07:24 	public Zork initialize;
02:07:24 	       ^
02:07:24   symbol:   class Zork
02:07:24   location: class Y
02:07:24 X.java:3: warning: [deprecation] initialize in Y has been deprecated
02:07:24 		int i = y.initialize;
02:07:24 		         ^
02:07:24 Y.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
02:07:24 	public Zork initialize;
02:07:24 	            ^
02:07:24 1 error
02:07:24 2 warnings
02:07:24 
02:07:24 
02:07:24 
02:07:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:25 --- javac err: ---
02:07:25 Y.java:6: error: cannot find symbol
02:07:25 	public class initialize extends Zork {
02:07:25 	                                ^
02:07:25   symbol:   class Zork
02:07:25   location: class Y
02:07:25 X.java:3: warning: [deprecation] Y.initialize in Y has been deprecated
02:07:25 		Y.initialize i;
02:07:25 		 ^
02:07:25 Y.java:6: warning: [dep-ann] deprecated item is not annotated with @Deprecated
02:07:25 	public class initialize extends Zork {
02:07:25 	       ^
02:07:25 1 error
02:07:25 2 warnings
02:07:25 
02:07:25 
02:07:25 
02:07:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:26 --- javac err: ---
02:07:26 X.java:4: warning: [deprecation] A in p has been deprecated
02:07:26 	void foo(A a) {
02:07:26 	         ^
02:07:26 X.java:5: error: cannot find symbol
02:07:26 		Zork z;
02:07:26 		^
02:07:26   symbol:   class Zork
02:07:26   location: class X
02:07:26 X.java:10: warning: [deprecation] A in p has been deprecated
02:07:26 	A a;
02:07:26 	^
02:07:26 1 error
02:07:26 2 warnings
02:07:26 
02:07:26 
02:07:26 
02:07:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:27 --- javac err: ---
02:07:27 p1/X.java:5: error: cannot find symbol
02:07:27 		Zork z;
02:07:27 		^
02:07:27   symbol:   class Zork
02:07:27   location: class X.Y
02:07:27 1 error
02:07:27 
02:07:27 
02:07:27 
02:07:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:28 --- javac err: ---
02:07:28 p1/X.java:5: error: cannot find symbol
02:07:28 	Zork z;
02:07:28 	^
02:07:28   symbol:   class Zork
02:07:28   location: class X
02:07:28 1 error
02:07:28 
02:07:28 
02:07:28 
02:07:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:29 --- javac err: ---
02:07:29 X.java:4: error: 'new' not allowed in an annotation
02:07:29 @A1(values = new int[] { 1, 2 })
02:07:29                  ^
02:07:29 1 error
02:07:29 
02:07:29 
02:07:29 
02:07:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:32 --- javac err: ---
02:07:32 ./A2.class: warning: Cannot find annotation method 'm2()' in type 'A1'
02:07:32 1 warning
02:07:32 
02:07:32 
02:07:32 
02:07:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:36 --- javac err: ---
02:07:36 /tmp/comptest/run.1584245034298/regression/bin2/X.class: warning: Cannot find annotation method 'value()' in type 'A': class file for A not found
02:07:36 1 warning
02:07:36 
02:07:36 
02:07:36 
02:07:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:40 --- javac err: ---
02:07:40 /tmp/comptest/run.1584245034298/regression/bin2/X.class: warning: Cannot find annotation method 'value()' in type 'A': class file for A not found
02:07:40 1 warning
02:07:40 
02:07:40 
02:07:40 
02:07:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:42 
02:07:42 
02:07:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:43 --- javac err: ---
02:07:43 A.java:2: error: type of element A is cyclic
02:07:43 	A circular1();
02:07:43 	  ^
02:07:43 1 error
02:07:43 
02:07:44 --- javac err: ---
02:07:44 A.java:2: error: type of element A is cyclic
02:07:44 	B circular2();
02:07:44 	  ^
02:07:44 A.java:3: error: type of element A is cyclic
02:07:44 	A circular1();
02:07:44 	  ^
02:07:44 2 errors
02:07:44 
02:07:45 --- javac err: ---
02:07:45 A.java:2: error: type of element A is cyclic
02:07:45 	A circular1();
02:07:45 	  ^
02:07:45 A.java:3: error: type of element A is cyclic
02:07:45 	B circular2();
02:07:45 	  ^
02:07:45 2 errors
02:07:45 
02:07:45 
02:07:45 
02:07:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:46 --- javac err: ---
02:07:46 X.java:5: error: annotation type not applicable to this kind of declaration
02:07:46 	@Override
02:07:46 	^
02:07:46 X.java:8: error: static methods cannot be annotated with @Override
02:07:46     @Override
02:07:46     ^
02:07:46 2 errors
02:07:46 
02:07:46 
02:07:46 
02:07:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:47 --- javac err: ---
02:07:47 X.java:9: error: cannot find symbol
02:07:47 	Zork z;
02:07:47 	^
02:07:47   symbol:   class Zork
02:07:47   location: class X
02:07:47 X.java:7: warning: [cast] redundant cast to String
02:07:47 		String s = (String) "hello";
02:07:47 		           ^
02:07:47 1 error
02:07:47 1 warning
02:07:47 
02:07:47 
02:07:47 
02:07:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:48 --- javac err: ---
02:07:48 X.java:5: error: an enum annotation value must be an enum constant
02:07:48     public MyEnum theValue() default null;
02:07:48                                      ^
02:07:48 1 error
02:07:48 
02:07:48 
02:07:48 
02:07:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:49 --- javac err: ---
02:07:49 p/X.java:3: error: method does not override or implement a method from a supertype
02:07:49 	@Override
02:07:49 	^
02:07:49 1 error
02:07:49 
02:07:49 
02:07:49 
02:07:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:50 --- javac err: ---
02:07:50 X.java:5: error: annotation value not of an allowable type
02:07:50 @Anno(b = {})
02:07:50           ^
02:07:50 X.java:7: error: incompatible types: int cannot be converted to String
02:07:50 	@Anno(c = { 0 })
02:07:50 	            ^
02:07:50 2 errors
02:07:50 
02:07:50 
02:07:50 
02:07:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:52 
02:07:52 
02:07:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:53 --- javac err: ---
02:07:53 X.java:2: error: annotation type Object declares an element with the same name as method clone()
02:07:53   int clone();
02:07:53       ^
02:07:53 X.java:3: error: annotation type Object declares an element with the same name as method finalize()
02:07:53   String finalize();
02:07:53          ^
02:07:53 X.java:4: error: getClass() in X cannot override getClass() in Object
02:07:53   boolean getClass();
02:07:53           ^
02:07:53   overridden method is final
02:07:53 X.java:5: error: notify() in X cannot override notify() in Object
02:07:53   long notify();
02:07:53        ^
02:07:53   overridden method is final
02:07:53 X.java:6: error: notifyAll() in X cannot override notifyAll() in Object
02:07:53   double notifyAll();
02:07:53          ^
02:07:53   overridden method is final
02:07:53 X.java:7: error: wait() in X cannot override wait() in Object
02:07:53   float wait();
02:07:53         ^
02:07:53   overridden method is final
02:07:53 6 errors
02:07:53 
02:07:53 
02:07:53 
02:07:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:54 --- javac err: ---
02:07:54 X.java:2: error: annotation type Annotation declares an element with the same name as method hashCode()
02:07:54   char hashCode();
02:07:54        ^
02:07:54 X.java:3: error: annotation type Annotation declares an element with the same name as method annotationType()
02:07:54   int annotationType();
02:07:54       ^
02:07:54 X.java:4: warning: [rawtypes] found raw type: Class
02:07:54   Class toString();
02:07:54   ^
02:07:54   missing type arguments for generic class Class<T>
02:07:54   where T is a type-variable:
02:07:54     T extends Object declared in class Class
02:07:54 X.java:4: error: annotation type Annotation declares an element with the same name as method toString()
02:07:54   Class toString();
02:07:54         ^
02:07:54 3 errors
02:07:54 1 warning
02:07:54 
02:07:54 
02:07:54 
02:07:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:55 --- javac err: ---
02:07:55 X.java:4: error: cannot find symbol
02:07:55  private NonExisting bar;
02:07:55          ^
02:07:55   symbol:   class NonExisting
02:07:55   location: class X
02:07:55 X.java:2: error: cannot find symbol
02:07:55  @Ann(m=Object)
02:07:55         ^
02:07:55   symbol:   variable Object
02:07:55   location: class X
02:07:55 2 errors
02:07:55 
02:07:55 
02:07:55 
02:07:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:56 --- javac err: ---
02:07:56 X.java:4: error: cannot find symbol
02:07:56 	private NonExisting bar(){}
02:07:56 	        ^
02:07:56   symbol:   class NonExisting
02:07:56   location: class X
02:07:56 X.java:2: error: expression not allowed as annotation value
02:07:56 	@Ann(m=Object())
02:07:56 	             ^
02:07:56 2 errors
02:07:56 
02:07:56 
02:07:56 
02:07:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:57 --- javac err: ---
02:07:57 X.java:4: error: cannot find symbol
02:07:57 	private NonExisting bar(NonExisting ne){}
02:07:57 	                        ^
02:07:57   symbol:   class NonExisting
02:07:57   location: class X
02:07:57 X.java:4: error: cannot find symbol
02:07:57 	private NonExisting bar(NonExisting ne){}
02:07:57 	        ^
02:07:57   symbol:   class NonExisting
02:07:57   location: class X
02:07:57 X.java:2: error: expression not allowed as annotation value
02:07:57 	@Ann(m=bar(null))
02:07:57 	          ^
02:07:57 3 errors
02:07:57 
02:07:57 
02:07:57 
02:07:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:58 --- javac err: ---
02:07:58 X.java:4: error: cannot find symbol
02:07:58 	private NonExisting bar(NonExisting ne){}
02:07:58 	                        ^
02:07:58   symbol:   class NonExisting
02:07:58   location: class X
02:07:58 X.java:4: error: cannot find symbol
02:07:58 	private NonExisting bar(NonExisting ne){}
02:07:58 	        ^
02:07:58   symbol:   class NonExisting
02:07:58   location: class X
02:07:58 X.java:2: error: expression not allowed as annotation value
02:07:58 	@Ann(m=foo())
02:07:58 	          ^
02:07:58 3 errors
02:07:58 
02:07:58 
02:07:58 
02:07:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:07:59 --- javac err: ---
02:07:59 X.java:4: error: cannot find symbol
02:07:59 	private NonExisting bar(){}
02:07:59 	        ^
02:07:59   symbol:   class NonExisting
02:07:59   location: class X
02:07:59 X.java:2: error: expression not allowed as annotation value
02:07:59 	@Ann(m=bar())
02:07:59 	          ^
02:07:59 2 errors
02:07:59 
02:07:59 
02:07:59 
02:07:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:00 --- javac err: ---
02:08:00 X.java:3: error: cannot find symbol
02:08:00  private NonExisting foo;
02:08:00          ^
02:08:00   symbol:   class NonExisting
02:08:00   location: class X
02:08:00 X.java:4: error: cannot find symbol
02:08:00  private NonExisting bar;
02:08:00          ^
02:08:00   symbol:   class NonExisting
02:08:00   location: class X
02:08:00 2 errors
02:08:00 
02:08:00 
02:08:00 
02:08:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:01 --- javac err: ---
02:08:01 X.java:9: error: an enum annotation value must be an enum constant
02:08:01 @MyAnnotation(X.FOO) class MyClass {
02:08:01                ^
02:08:01 1 error
02:08:01 
02:08:01 
02:08:01 
02:08:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:02 --- javac err: ---
02:08:02 X.java:9: error: an enum annotation value must be an enum constant
02:08:02 @MyAnnotation(value=X.FOO) class MyClass {
02:08:02                      ^
02:08:02 1 error
02:08:02 
02:08:02 
02:08:02 
02:08:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:04 --- javac err: ---
02:08:04 X.java:9: error: an enum annotation value must be an enum constant
02:08:04 @MyAnnotation(value= { X.FOO }) class MyClass {
02:08:04                         ^
02:08:04 1 error
02:08:04 
02:08:04 
02:08:04 
02:08:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:05 --- javac err: ---
02:08:05 X.java:9: error: an enum annotation value must be an enum constant
02:08:05 @MyAnnotation(value= { null }) class MyClass {
02:08:05                        ^
02:08:05 1 error
02:08:05 
02:08:05 
02:08:05 
02:08:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:06 --- javac err: ---
02:08:06 X.java:12: error: incompatible types: MyEnum[] cannot be converted to MyEnum
02:08:06        @MyAnnotation(values=myValues) 
02:08:06                             ^
02:08:06 X.java:16: warning: [rawtypes] found raw type: Class
02:08:06                 MyAnnotation sluck = X.class.getMethod("dothetrick", new Class[0]).getAnnotation(MyAnnotation.class);
02:08:06                                                                          ^
02:08:06   missing type arguments for generic class Class<T>
02:08:06   where T is a type-variable:
02:08:06     T extends Object declared in class Class
02:08:06 1 error
02:08:06 1 warning
02:08:06 
02:08:06 
02:08:06 
02:08:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:07 --- javac err: ---
02:08:07 X.java:9: error: incompatible types: int[] cannot be converted to int
02:08:07        @MyAnnotation(values=myValues) 
02:08:07                             ^
02:08:07 X.java:13: warning: [rawtypes] found raw type: Class
02:08:07                 MyAnnotation sluck = X.class.getMethod("dothetrick", new Class[0]).getAnnotation(MyAnnotation.class);
02:08:07                                                                          ^
02:08:07   missing type arguments for generic class Class<T>
02:08:07   where T is a type-variable:
02:08:07     T extends Object declared in class Class
02:08:07 1 error
02:08:07 1 warning
02:08:07 
02:08:07 
02:08:07 
02:08:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:07 
02:08:07 
02:08:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:09 
02:08:09 
02:08:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:10 --- javac err: ---
02:08:10 X.java:3: warning: [rawtypes] found raw type: MyConstructor
02:08:10   void bar(MyConstructor constructor, Class<Ann> ann) {
02:08:10            ^
02:08:10   missing type arguments for generic class MyConstructor<V>
02:08:10   where V is a type-variable:
02:08:10     V extends Object declared in class MyConstructor
02:08:10 X.java:4: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type MyConstructor
02:08:10     constructor.getAnnotation(ann).message();
02:08:10                              ^
02:08:10   where T is a type-variable:
02:08:10     T extends Annotation declared in method <T>getAnnotation(Class<T>)
02:08:10 X.java:4: error: cannot find symbol
02:08:10     constructor.getAnnotation(ann).message();
02:08:10                                   ^
02:08:10   symbol:   method message()
02:08:10   location: interface Annotation
02:08:10 1 error
02:08:10 2 warnings
02:08:10 
02:08:10 
02:08:10 
02:08:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:10 
02:08:10 
02:08:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:11 --- javac err: ---
02:08:11 X.java:4: warning: [rawtypes] found raw type: Constructor
02:08:11   void bar(Constructor constructor, Class<Ann> ann) {
02:08:11            ^
02:08:11   missing type arguments for generic class Constructor<T>
02:08:11   where T is a type-variable:
02:08:11     T extends Object declared in class Constructor
02:08:11 X.java:5: warning: [unchecked] unchecked call to <T>getAnnotation(Class<T>) as a member of the raw type Constructor
02:08:11     constructor.getAnnotation(ann).message();
02:08:11                              ^
02:08:11   where T is a type-variable:
02:08:11     T extends Annotation declared in method <T>getAnnotation(Class<T>)
02:08:11 X.java:5: error: cannot find symbol
02:08:11     constructor.getAnnotation(ann).message();
02:08:11                                   ^
02:08:11   symbol:   method message()
02:08:11   location: interface Annotation
02:08:11 1 error
02:08:11 2 warnings
02:08:11 
02:08:11 
02:08:11 
02:08:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:12 --- javac err: ---
02:08:12 X.java:2: error: annotation value must be an annotation
02:08:12         @MyB1(MyA2.XX)
02:08:12                   ^
02:08:12 1 error
02:08:12 
02:08:12 
02:08:12 
02:08:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:13 --- javac err: ---
02:08:13 X.java:2: error: annotation value must be an annotation
02:08:13         @MyB1({MyA2.XX})
02:08:13                    ^
02:08:13 1 error
02:08:13 
02:08:13 
02:08:13 
02:08:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:14 --- javac err: ---
02:08:14 X.java:2: error: annotation value must be an annotation
02:08:14         @MyB1(null)
02:08:14               ^
02:08:14 1 error
02:08:14 
02:08:14 
02:08:14 
02:08:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:15 --- javac err: ---
02:08:15 X.java:2: error: annotation value must be an annotation
02:08:15         @MyB1({null})
02:08:15                ^
02:08:15 1 error
02:08:15 
02:08:15 
02:08:15 
02:08:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:17 
02:08:17 
02:08:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:18 
02:08:18 
02:08:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:19 --- javac err: ---
02:08:19 X.java:4: error: illegal start of type
02:08:19   }
02:08:19   ^
02:08:19 1 error
02:08:19 
02:08:19 
02:08:19 
02:08:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:20 --- javac err: ---
02:08:20 X.java:6: error: cannot find symbol
02:08:20     @Annot(value={x}, classe={Zork.class,zork})
02:08:20                   ^
02:08:20   symbol:   variable x
02:08:20   location: class X
02:08:20 X.java:6: error: cannot find symbol
02:08:20     @Annot(value={x}, classe={Zork.class,zork})
02:08:20                               ^
02:08:20   symbol:   class Zork
02:08:20   location: class X
02:08:20 X.java:6: error: cannot find symbol
02:08:20     @Annot(value={x}, classe={Zork.class,zork})
02:08:20                                          ^
02:08:20   symbol:   variable zork
02:08:20   location: class X
02:08:20 3 errors
02:08:20 
02:08:20 
02:08:20 
02:08:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:21 --- javac err: ---
02:08:21 X.java:1: error: annotation type X cannot be generic
02:08:21 public @interface X<T> {}
02:08:21                     ^
02:08:21 1 error
02:08:21 
02:08:21 
02:08:21 
02:08:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:22 --- javac err: ---
02:08:22 Y.java:2: error: cannot find symbol
02:08:22 	Zork z;
02:08:22 	^
02:08:22   symbol:   class Zork
02:08:22   location: class Y
02:08:22 1 error
02:08:22 
02:08:22 
02:08:22 
02:08:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:23 --- javac err: ---
02:08:23 X.java:5: error: cannot find symbol
02:08:23 	Zork z;
02:08:23 	^
02:08:23   symbol:   class Zork
02:08:23   location: class X
02:08:23 1 error
02:08:23 
02:08:23 
02:08:23 
02:08:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:24 
02:08:24 
02:08:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:25 
02:08:25 
02:08:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:26 
02:08:26 
02:08:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:27 --- javac err: ---
02:08:27 X.java:5: error: cannot find symbol
02:08:27 		return Zork;
02:08:27 		       ^
02:08:27   symbol:   variable Zork
02:08:27   location: class X
02:08:27 1 error
02:08:27 
02:08:27 
02:08:27 
02:08:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:28 --- javac err: ---
02:08:28 X.java:4: error: cannot find symbol
02:08:28 		return Zork;
02:08:28 		       ^
02:08:28   symbol:   variable Zork
02:08:28   location: class X
02:08:28 1 error
02:08:28 
02:08:28 
02:08:28 
02:08:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:30 --- javac err: ---
02:08:30 X.java:4: error: cannot find symbol
02:08:30                 ArrayList al = null;
02:08:30                 ^
02:08:30   symbol:   class ArrayList
02:08:30   location: class X
02:08:30 1 error
02:08:30 
02:08:30 
02:08:30 
02:08:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:31 --- javac err: ---
02:08:31 X.java:7: error: cannot find symbol
02:08:31 	ArrayList bar() {
02:08:31 	^
02:08:31   symbol:   class ArrayList
02:08:31   location: class X
02:08:31 1 error
02:08:31 
02:08:31 
02:08:31 
02:08:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:32 --- javac err: ---
02:08:32 X.java:2: error: cannot find symbol
02:08:32 public class X<B extends ArrayList> {
02:08:32                          ^
02:08:32   symbol: class ArrayList
02:08:32 1 error
02:08:32 
02:08:32 
02:08:32 
02:08:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:33 
02:08:33 
02:08:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:34 --- javac err: ---
02:08:34 X.java:4: error: cannot find symbol
02:08:34 	Zork z;
02:08:34 	^
02:08:34   symbol:   class Zork
02:08:34   location: class Y
02:08:34 1 error
02:08:34 
02:08:34 
02:08:34 
02:08:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:35 --- javac err: ---
02:08:35 X.java:1: error: cannot find symbol
02:08:35 @Deprecated @Zork
02:08:35              ^
02:08:35   symbol: class Zork
02:08:35 1 error
02:08:35 
02:08:35 
02:08:35 
02:08:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:36 
02:08:36 
02:08:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:38 --- javac err: ---
02:08:38 X.java:3: error: cannot inherit from final String
02:08:38     class SMember extends String {}  
02:08:38                           ^
02:08:38 X.java:4: error: expression not allowed as annotation value
02:08:38     @Annot(value = new SMember())
02:08:38                    ^
02:08:38 X.java:7: error: expression not allowed as annotation value
02:08:38             new X(){
02:08:38             ^
02:08:38 X.java:3: warning: [serial] serializable class X.SMember has no definition of serialVersionUID
02:08:38     class SMember extends String {}  
02:08:38     ^
02:08:38 X.java:2: warning: [serial] serializable class X has no definition of serialVersionUID
02:08:38 public final class X implements Serializable {
02:08:38              ^
02:08:38 3 errors
02:08:38 2 warnings
02:08:38 
02:08:38 
02:08:38 
02:08:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:39 
02:08:39 
02:08:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:40 
02:08:40 
02:08:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:41 
02:08:41 
02:08:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:42 
02:08:42 
02:08:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:43 
02:08:43 
02:08:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:44 
02:08:44 
02:08:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:45 --- javac err: ---
02:08:45 TestAnnotation.java:2: warning: [rawtypes] found raw type: Class
02:08:45 	Class targetItem() default void.class;
02:08:45 	^
02:08:45   missing type arguments for generic class Class<T>
02:08:45   where T is a type-variable:
02:08:45     T extends Object declared in class Class
02:08:45 1 warning
02:08:45 
02:08:47 
02:08:47 
02:08:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:48 --- javac err: ---
02:08:48 TestAnnotation.java:2: error: incompatible types: Class<Void> cannot be converted to String
02:08:48 	String targetItem() default void.class;
02:08:48 	                                ^
02:08:48 1 error
02:08:48 
02:08:48 
02:08:48 
02:08:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:49 --- javac err: ---
02:08:49 X.java:1: error: cannot find symbol
02:08:49 @Zork
02:08:49  ^
02:08:49   symbol: class Zork
02:08:49 1 error
02:08:49 
02:08:49 
02:08:49 
02:08:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:50 --- javac err: ---
02:08:50 X.java:2: error: cannot find symbol
02:08:50 @Zork
02:08:50  ^
02:08:50   symbol: class Zork
02:08:50 1 error
02:08:50 
02:08:50 
02:08:50 
02:08:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:51 --- javac err: ---
02:08:51 X.java:2: error: cannot find symbol
02:08:51 @Zork
02:08:51  ^
02:08:51   symbol: class Zork
02:08:51 1 error
02:08:51 
02:08:51 
02:08:51 
02:08:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:52 --- javac err: ---
02:08:52 X.java:2: error: cannot find symbol
02:08:52 	public void foo(@Deprecated @Zork @Annot(2) int i) {}
02:08:52 	                             ^
02:08:52   symbol:   class Zork
02:08:52   location: class X
02:08:52 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:08:52 	public void foo(@Deprecated @Zork @Annot(2) int i) {}
02:08:52 	                                                ^
02:08:52 1 error
02:08:52 1 warning
02:08:52 
02:08:52 
02:08:52 
02:08:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:53 --- javac err: ---
02:08:53 X.java:2: error: cannot find symbol
02:08:53 	public void foo(@Deprecated @Zork @Annot(2) int i) {}
02:08:53 	                             ^
02:08:53   symbol:   class Zork
02:08:53   location: class X
02:08:53 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:08:53 	public void foo(@Deprecated @Zork @Annot(2) int i) {}
02:08:53 	                                                ^
02:08:53 1 error
02:08:53 1 warning
02:08:53 
02:08:53 
02:08:53 
02:08:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:54 --- javac err: ---
02:08:54 X.java:2: error: cannot find symbol
02:08:54 	public void foo(@Deprecated int j, @Zork @Annot(3) int i) {}
02:08:54 	                                    ^
02:08:54   symbol:   class Zork
02:08:54   location: class X
02:08:54 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:08:54 	public void foo(@Deprecated int j, @Zork @Annot(3) int i) {}
02:08:54 	                                ^
02:08:54 1 error
02:08:54 1 warning
02:08:54 
02:08:54 
02:08:54 
02:08:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:55 --- javac err: ---
02:08:55 X.java:2: error: incompatible types: String cannot be converted to int
02:08:55 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
02:08:55 	                                          ^
02:08:55 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:08:55 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
02:08:55 	                                ^
02:08:55 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:08:55 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
02:08:55 	                                                              ^
02:08:55 1 error
02:08:55 2 warnings
02:08:55 
02:08:55 
02:08:55 
02:08:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:56 --- javac err: ---
02:08:56 X.java:2: error: incompatible types: String cannot be converted to int
02:08:56 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
02:08:56 	                                          ^
02:08:56 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:08:56 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
02:08:56 	                                ^
02:08:56 X.java:2: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:08:56 	public void foo(@Deprecated int j, @Annot("") @Deprecated int i) {}
02:08:56 	                                                              ^
02:08:56 1 error
02:08:56 2 warnings
02:08:56 
02:08:56 
02:08:56 
02:08:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:58 
02:08:58 
02:08:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:08:59 --- javac err: ---
02:08:59 X.java:8: error: method does not override or implement a method from a supertype
02:08:59 	@Override
02:08:59 	^
02:08:59 1 error
02:08:59 
02:08:59 
02:08:59 
02:08:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:00 --- javac err: ---
02:09:00 Jpf.java:12: warning: [rawtypes] found raw type: Class
02:09:00 		Class type();
02:09:00 		^
02:09:00   missing type arguments for generic class Class<T>
02:09:00   where T is a type-variable:
02:09:00     T extends Object declared in class Class
02:09:00 1 warning
02:09:00 
02:09:00 
02:09:00 
02:09:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:01 
02:09:01 
02:09:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:03 --- javac err: ---
02:09:03 Annot.java:2: warning: [rawtypes] found raw type: Class
02:09:03 	Class value();
02:09:03 	^
02:09:03   missing type arguments for generic class Class<T>
02:09:03   where T is a type-variable:
02:09:03     T extends Object declared in class Class
02:09:03 1 warning
02:09:03 
02:09:04 
02:09:04 
02:09:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:06 
02:09:06 
02:09:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:09 
02:09:09 
02:09:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:10 
02:09:10 
02:09:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:10 ----------
02:09:10 1. ERROR in testpack\package-info.java (at line 1)
02:09:10 	@javax.xml.bind.annotation.XmlSchema(namespace = "test")
02:09:10 	 ^^^^^^^^^^^^^^
02:09:10 javax.xml.bind cannot be resolved to a type
02:09:10 ----------
02:09:10 
02:09:10 
02:09:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:11 --- javac err: ---
02:09:11 p/package-info.java:2: error: Deprecated is not a repeatable annotation type
02:09:11 @Deprecated
02:09:11 ^
02:09:11 1 error
02:09:11 
02:09:11 
02:09:11 
02:09:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:12 
02:09:12 
02:09:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:13 --- javac err: ---
02:09:13 X.java:8: error: an enum annotation value must be an enum constant
02:09:13 	@Anno1(true ? E.E1 : E.E2)
02:09:13 	            ^
02:09:13 X.java:9: error: expression not allowed as annotation value
02:09:13 	@Anno2(bar())
02:09:13 	          ^
02:09:13 2 errors
02:09:13 
02:09:13 
02:09:13 
02:09:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:14 
02:09:14 
02:09:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:15 --- javac err: ---
02:09:15 Test.java:3: error: type of element Anno is cyclic
02:09:15 		Anno value();
02:09:15 		     ^
02:09:15 1 error
02:09:15 
02:09:15 
02:09:15 
02:09:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:16 
02:09:16 
02:09:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:16 
02:09:16 
02:09:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:18 
02:09:18 
02:09:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:19 
02:09:19 
02:09:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:20 
02:09:20 
02:09:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:21 
02:09:21 
02:09:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:22 
02:09:22 
02:09:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:22 
02:09:22 
02:09:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:22 
02:09:22 
02:09:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:22 
02:09:22 
02:09:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:23 --- javac err: ---
02:09:23 A.java:4: error: cannot find symbol
02:09:23 	protected void paintComponent(Graphics g) {   }
02:09:23 	                              ^
02:09:23   symbol:   class Graphics
02:09:23   location: class A
02:09:23 A.java:2: warning: [serial] serializable class A has no definition of serialVersionUID
02:09:23 public class A extends JComponent {
02:09:23        ^
02:09:23 1 error
02:09:23 1 warning
02:09:23 
02:09:23 
02:09:23 
02:09:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:24 --- javac err: ---
02:09:24 A.java:6: error: cannot find symbol
02:09:24     public Zork test;
02:09:24            ^
02:09:24   symbol:   class Zork
02:09:24   location: class A
02:09:24 1 error
02:09:24 
02:09:24 
02:09:24 
02:09:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:25 
02:09:25 
02:09:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:26 
02:09:26 
02:09:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:28 
02:09:28 
02:09:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:28 
02:09:28 
02:09:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:28 
02:09:28 
02:09:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:28 
02:09:28 
02:09:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:29 
02:09:29 
02:09:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:30 
02:09:30 
02:09:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:32 
02:09:32 
02:09:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:33 --- javac err: ---
02:09:33 X.java:4: warning: [rawtypes] found raw type: ArrayList
02:09:33 	void foo(ArrayList arg) {
02:09:33 	         ^
02:09:33   missing type arguments for generic class ArrayList<E>
02:09:33   where E is a type-variable:
02:09:33     E extends Object declared in class ArrayList
02:09:33 X.java:9: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:09:33 			boolean a= arg.add(1), b= arg.add(1);
02:09:33 			        ^
02:09:33 X.java:9: warning: [deprecation] @Deprecated annotation has no effect on this variable declaration
02:09:33 			boolean a= arg.add(1), b= arg.add(1);
02:09:33 			                       ^
02:09:33 3 warnings
02:09:33 
02:09:33 
02:09:33 
02:09:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:35 
02:09:35 
02:09:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:36 
02:09:36 
02:09:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:38 
02:09:38 
02:09:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:39 --- javac err: ---
02:09:39 X.java:1: error: QUERY has private access in X
02:09:39 @A(name = X.QUERY_NAME, query = X.QUERY)
02:09:39                                  ^
02:09:39 1 error
02:09:39 
02:09:39 
02:09:39 
02:09:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:40 
02:09:40 
02:09:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:41 
02:09:41 
02:09:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:42 
02:09:42 
02:09:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:43 --- javac err: ---
02:09:43 A.java:10: warning: [unchecked] Possible heap pollution from parameterized vararg type Class<? super Object>
02:09:43 	public final Object build(Class<? super Object>... objects) {
02:09:43 	                                                   ^
02:09:43 1 warning
02:09:43 
02:09:43 
02:09:43 
02:09:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:44 --- javac err: ---
02:09:44 X.java:2: error: cannot find symbol
02:09:44 @Outer(nest= {@Nested()})
02:09:44                ^
02:09:44   symbol: class Nested
02:09:44 1 error
02:09:44 
02:09:44 
02:09:44 
02:09:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:45 --- javac err: ---
02:09:45 xy/X.java:1: error: class, interface, or enum expected
02:09:45 public final synchronized @Foo private package xy;
02:09:45                                        ^
02:09:45 1 error
02:09:45 
02:09:45 
02:09:45 
02:09:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:46 --- javac err: ---
02:09:46 xy/X.java:1: error: class, interface, or enum expected
02:09:46 public final synchronized private package xy;
02:09:46                                   ^
02:09:46 1 error
02:09:46 
02:09:46 
02:09:46 
02:09:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:46 
02:09:46 
02:09:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:46 
02:09:46 
02:09:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:47 --- javac err: ---
02:09:47 X.java:3: error: Illegal static declaration in inner class X.Y
02:09:47 		 @interface Bar {
02:09:47 		  ^
02:09:47   modifier 'static' is only allowed in constant variable declarations
02:09:47 1 error
02:09:47 
02:09:47 
02:09:47 
02:09:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:48 --- javac err: ---
02:09:48 X.java:3: error: Illegal static declaration in inner class X.Y
02:09:48 		interface Bar {
02:09:48 		^
02:09:48   modifier 'static' is only allowed in constant variable declarations
02:09:48 1 error
02:09:48 
02:09:48 
02:09:48 
02:09:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:49 --- javac err: ---
02:09:49 X.java:8: error: package XXThread does not exist
02:09:49 @Annot1(value = XXThread.State.BLOCKED, value2 = 42)
02:09:49                         ^
02:09:49 X.java:8: error: an enum annotation value must be an enum constant
02:09:49 @Annot1(value = XXThread.State.BLOCKED, value2 = 42)
02:09:49                               ^
02:09:49 X.java:9: error: package XYThread does not exist
02:09:49 @Annot2(value = XYThread.State.BLOCKED)
02:09:49                         ^
02:09:49 X.java:9: error: an enum annotation value must be an enum constant
02:09:49 @Annot2(value = XYThread.State.BLOCKED)
02:09:49                               ^
02:09:49 4 errors
02:09:49 
02:09:49 
02:09:49 
02:09:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:50 --- javac err: ---
02:09:50 p/package-info.java:1: error: annotation type not applicable to this kind of declaration
02:09:50 @PackageAnnot("p123456")
02:09:50 ^
02:09:50 1 error
02:09:50 
02:09:50 
02:09:50 
02:09:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:51 --- javac err: ---
02:09:51 A.java:8: error: cannot find symbol
02:09:51   @C(b={},i=42)
02:09:51      ^
02:09:51   symbol:   method b()
02:09:51   location: @interface C
02:09:51 1 error
02:09:51 
02:09:51 
02:09:51 
02:09:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:52 --- javac err: ---
02:09:52 X.java:18: error: annotation type not applicable to this kind of declaration
02:09:52 	@LV E4,
02:09:52 	^
02:09:52 X.java:24: error: annotation type not applicable to this kind of declaration
02:09:52 	@LV Y y14;
02:09:52 	^
02:09:52 2 errors
02:09:52 
02:09:52 
02:09:52 
02:09:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:53 --- javac err: ---
02:09:53 p/package-info.java:1: error: annotation type not applicable to this kind of declaration
02:09:53 @X(name="HELLO")
02:09:53 ^
02:09:53 1 error
02:09:53 
02:09:53 
02:09:53 
02:09:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:54 --- javac err: ---
02:09:54 p/package-info.java:1: error: annotation type not applicable to this kind of declaration
02:09:54 @X(name="HELLO")
02:09:54 ^
02:09:54 1 error
02:09:54 
02:09:54 
02:09:54 
02:09:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:56 
02:09:56 
02:09:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:57 --- javac err: ---
02:09:57 X.java:1: error: cannot find symbol
02:09:57 @Bar(String)
02:09:57      ^
02:09:57   symbol: variable String
02:09:57 1 error
02:09:57 
02:09:57 
02:09:57 
02:09:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:57 
02:09:57 
02:09:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:58 
02:09:58 
02:09:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:58 
02:09:58 
02:09:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:09:59 --- javac err: ---
02:09:59 p/A.java:13: warning: [varargs] Redundant SafeVarargs annotation. Varargs element type Object is reifiable.
02:09:59 	@SafeVarargs	private final void foo3(Object... o){}}
02:09:59 	            	                   ^
02:09:59 1 warning
02:09:59 
02:09:59 
02:09:59 
02:09:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:00 
02:10:00 
02:10:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:01 
02:10:01 
02:10:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:03 
02:10:03 
02:10:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:04 --- javac err: ---
02:10:04 snippet/Bug366003.java:13: error: class, interface, or enum expected
02:10:04 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:04 ^
02:10:04 snippet/Bug366003.java:13: error: class, interface, or enum expected
02:10:04 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:04                                ^
02:10:04 snippet/Bug366003.java:13: error: class, interface, or enum expected
02:10:04 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:04                                                                ^
02:10:04 3 errors
02:10:04 
02:10:04 
02:10:04 
02:10:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:05 --- javac err: ---
02:10:05 snippet/Bug366003.java:5: error: ';' expected
02:10:05 @Blah Object bar(@BlahBlah String s1) {         foo(null); // cannot pass
02:10:05                 ^
02:10:05 snippet/Bug366003.java:5: error: ';' expected
02:10:05 @Blah Object bar(@BlahBlah String s1) {         foo(null); // cannot pass
02:10:05                                     ^
02:10:05 snippet/Bug366003.java:6: error: not a statement
02:10:05 null argument         @Blah String s= null; // cannot assign null value     
02:10:05 ^
02:10:05 snippet/Bug366003.java:6: error: ';' expected
02:10:05 null argument         @Blah String s= null; // cannot assign null value     
02:10:05     ^
02:10:05 snippet/Bug366003.java:6: error: illegal start of expression
02:10:05 null argument         @Blah String s= null; // cannot assign null value     
02:10:05                       ^
02:10:05 snippet/Bug366003.java:6: error: ';' expected
02:10:05 null argument         @Blah String s= null; // cannot assign null value     
02:10:05                                   ^
02:10:05 snippet/Bug366003.java:11: error: illegal start of expression
02:10:05 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:05                       ^
02:10:05 snippet/Bug366003.java:11: error: ')' expected
02:10:05 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:05                                      ^
02:10:05 snippet/Bug366003.java:11: error: not a statement
02:10:05 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:05                                       ^
02:10:05 snippet/Bug366003.java:11: error: ';' expected
02:10:05 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:05                                           ^
02:10:05 snippet/Bug366003.java:11: error: <identifier> expected
02:10:05 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:05                                                     ^
02:10:05 snippet/Bug366003.java:11: error: illegal start of type
02:10:05 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:05                                                      ^
02:10:05 snippet/Bug366003.java:11: error: ';' expected
02:10:05 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:05                                                               ^
02:10:05 snippet/Bug366003.java:11: error: ';' expected
02:10:05 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:05                                                                            ^
02:10:05 snippet/Bug366003.java:11: error: reached end of file while parsing
02:10:05 org.eclipse.User.User(@NonNull String name, int uid, @Nullable String email)
02:10:05                                                                             ^
02:10:05 15 errors
02:10:05 
02:10:05 
02:10:05 
02:10:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:06 --- javac err: ---
02:10:06 snippet/Bug366003.java:5: error: <identifier> expected
02:10:06 org.User(@Bla String a)
02:10:06         ^
02:10:06 snippet/Bug366003.java:5: error: reached end of file while parsing
02:10:06 org.User(@Bla String a)
02:10:06                        ^
02:10:06 2 errors
02:10:06 
02:10:06 
02:10:06 
02:10:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:07 --- javac err: ---
02:10:07 snippet/Bug366003.java:7: error: not a statement
02:10:07 			e } catch (@Blah Exception eSecond) {
02:10:07 			^
02:10:07 snippet/Bug366003.java:7: error: ';' expected
02:10:07 			e } catch (@Blah Exception eSecond) {
02:10:07 			 ^
02:10:07 snippet/Bug366003.java:8: error: not a statement
02:10:07 			e }
02:10:07 			^
02:10:07 snippet/Bug366003.java:8: error: ';' expected
02:10:07 			e }
02:10:07 			 ^
02:10:07 4 errors
02:10:07 
02:10:07 
02:10:07 
02:10:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:08 --- javac err: ---
02:10:08 snippet/Bug366003.java:4: error: <identifier> expected
02:10:08         @Blah org.User(@Bla String str){}
02:10:08                       ^
02:10:08 1 error
02:10:08 
02:10:08 
02:10:08 
02:10:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:09 
02:10:09 
02:10:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:10 --- javac err: ---
02:10:10 Try.java:3: error: <identifier> expected
02:10:10 	@Try t();
02:10:10 	      ^
02:10:10 Try.java:4: error: <identifier> expected
02:10:10 	@Try u();
02:10:10 	      ^
02:10:10 2 errors
02:10:10 
02:10:10 
02:10:10 
02:10:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:11 --- javac err: ---
02:10:11 Try.java:2: error: <identifier> expected
02:10:11 	@Try t();
02:10:11 	      ^
02:10:11 1 error
02:10:11 
02:10:11 
02:10:11 
02:10:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:12 
02:10:12 
02:10:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:13 
02:10:13 
02:10:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:15 
02:10:15 
02:10:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:16 
02:10:16 
02:10:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:16 
02:10:16 
02:10:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:17 
02:10:17 
02:10:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:17 
02:10:17 
02:10:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:18 --- javac err: ---
02:10:18 CCETest.java:3: error: annotation value not of an allowable type
02:10:18 @Retention({RetentionPolicy.CLASS, RetentionPolicy.RUNTIME})
02:10:18            ^
02:10:18 1 error
02:10:18 
02:10:18 
02:10:18 
02:10:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:19 --- javac err: ---
02:10:19 A.java:9: error: ';' expected
02:10:19 	}
02:10:19 	 ^
02:10:19 A.java:11: error: class, interface, or enum expected
02:10:19 }
02:10:19 ^
02:10:19 2 errors
02:10:19 
02:10:19 
02:10:19 
02:10:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:21 
02:10:21 
02:10:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:22 
02:10:22 
02:10:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:23 
02:10:23 
02:10:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:24 
02:10:24 
02:10:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:25 
02:10:25 
02:10:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:26 
02:10:26 
02:10:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:27 
02:10:27 
02:10:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:28 
02:10:28 
02:10:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:30 
02:10:30 
02:10:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:31 
02:10:31 
02:10:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:33 
02:10:33 
02:10:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:34 
02:10:34 
02:10:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:35 
02:10:35 
02:10:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:36 --- javac err: ---
02:10:36 ExampleTest.java:6: error: incompatible types: Class<Object> cannot be converted to String
02:10:36 	 @MethodSource(Object.class)
02:10:36 	                     ^
02:10:36 1 error
02:10:36 
02:10:36 
02:10:36 
02:10:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:38 
02:10:38 
02:10:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:38 ***************************************************************************
02:10:38 * Comparison with Sun Javac compiler for class EnclosingMethodAttributeTest (null tests)
02:10:38 ***************************************************************************
02:10:39 
02:10:39 
02:10:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:40 
02:10:40 
02:10:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:42 --- javac err: ---
02:10:42 X.java:9: warning: [rawtypes] found raw type: Class
02:10:42                 Class cc = localClass.getClass();
02:10:42                 ^
02:10:42   missing type arguments for generic class Class<T>
02:10:42   where T is a type-variable:
02:10:42     T extends Object declared in class Class
02:10:42 1 warning
02:10:42 
02:10:42 
02:10:42 
02:10:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 ***************************************************************************
02:10:43 * Comparison with Sun Javac compiler for class ClassFileReaderTest_1_5 (null tests)
02:10:43 ***************************************************************************
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 
02:10:43 
02:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:43 ***************************************************************************
02:10:43 * Comparison with Sun Javac compiler for class GenericTypeSignatureTest (null tests)
02:10:43 ***************************************************************************
02:10:45 test001: Not possible to launch Sun javac compilation!
02:10:45 
02:10:45 
02:10:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:46 test002: Not possible to launch Sun javac compilation!
02:10:46 
02:10:46 
02:10:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:47 test003: Not possible to launch Sun javac compilation!
02:10:47 
02:10:47 
02:10:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:48 --- javac err: ---
02:10:48 X.java:1: warning: [rawtypes] found raw type: B
02:10:48 public class X <T extends Object & p.B> extends p.A<T> {
02:10:48                                     ^
02:10:48   missing type arguments for generic class B<T>
02:10:48   where T is a type-variable:
02:10:48     T extends Object declared in interface B
02:10:48 1 warning
02:10:48 
02:10:48 test004: Not possible to launch Sun javac compilation!
02:10:48 
02:10:48 
02:10:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:49 --- javac err: ---
02:10:49 X.java:1: warning: [rawtypes] found raw type: B
02:10:49 public class X <T extends Object & p.B & p.C> extends p.A<T> {
02:10:49                                     ^
02:10:49   missing type arguments for generic class B<T>
02:10:49   where T is a type-variable:
02:10:49     T extends Object declared in interface B
02:10:49 X.java:1: warning: [rawtypes] found raw type: C
02:10:49 public class X <T extends Object & p.B & p.C> extends p.A<T> {
02:10:49                                           ^
02:10:49   missing type arguments for generic class C<T>
02:10:49   where T is a type-variable:
02:10:49     T extends Object declared in interface C
02:10:49 2 warnings
02:10:49 
02:10:49 test005: Not possible to launch Sun javac compilation!
02:10:49 
02:10:49 
02:10:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:50 
02:10:50 
02:10:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:52 
02:10:52 
02:10:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:53 
02:10:53 
02:10:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:54 
02:10:54 
02:10:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:55 --- javac err: ---
02:10:55 X.java:8: warning: [rawtypes] found raw type: X.MX
02:10:55 void foo(X.MX mx) {
02:10:55           ^
02:10:55   missing type arguments for generic class X<T>.MX<U>
02:10:55   where U,T are type-variables:
02:10:55     U extends Object declared in class X.MX
02:10:55     T extends Object declared in class X
02:10:55 1 warning
02:10:55 
02:10:56 
02:10:56 
02:10:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:57 
02:10:57 
02:10:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:58 --- javac err: ---
02:10:58 X.java:8: warning: [rawtypes] found raw type: X.MX
02:10:58   void foo(X.MX mx) {			// no signature
02:10:58             ^
02:10:58   missing type arguments for generic class X<T>.MX<U>
02:10:58   where U,T are type-variables:
02:10:58     U extends Object declared in class X.MX
02:10:58     T extends Object declared in class X
02:10:58 1 warning
02:10:58 
02:10:58 
02:10:58 
02:10:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:10:59 
02:10:59 
02:10:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:01 
02:11:01 
02:11:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:02 
02:11:02 
02:11:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:03 
02:11:03 
02:11:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:05 
02:11:05 
02:11:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:06 --- javac err: ---
02:11:06 X.java:8: warning: [rawtypes] found raw type: X.Holder
02:11:06     void bar(X.Holder h) {} // n/a
02:11:06               ^
02:11:06   missing type arguments for generic class X<K>.Holder
02:11:06   where K is a type-variable:
02:11:06     K extends Key declared in class X
02:11:06 1 warning
02:11:06 
02:11:06 
02:11:06 
02:11:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:07 --- javac err: ---
02:11:07 X.java:15: warning: [rawtypes] found raw type: Local
02:11:07     		Local foo3() { return null; }
02:11:07     		^
02:11:07   missing type arguments for generic class Local<U>
02:11:07   where U is a type-variable:
02:11:07     U extends Object declared in class Local
02:11:07 1 warning
02:11:07 
02:11:07 
02:11:07 
02:11:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:08 
02:11:08 
02:11:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:09 
02:11:09 
02:11:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:09 ***************************************************************************
02:11:09 * Comparison with Sun Javac compiler for class InternalHexFloatTest (null tests)
02:11:09 ***************************************************************************
02:11:09 
02:11:09 
02:11:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:09 
02:11:09 
02:11:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:10 
02:11:10 
02:11:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:12 
02:11:12 
02:11:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:13 
02:11:13 
02:11:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:14 --- javac err: ---
02:11:14 X.java:3: error: floating point number too small
02:11:14         System.out.println(0X000.eP-5000F);
02:11:14                            ^
02:11:14 1 error
02:11:14 
02:11:14 
02:11:14 
02:11:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:15 --- javac err: ---
02:11:15 X.java:3: error: floating point number too large
02:11:15         System.out.println(0X000.eP5000F);
02:11:15                            ^
02:11:15 1 error
02:11:15 
02:11:15 
02:11:15 
02:11:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:11:15 ***************************************************************************
02:11:15 * Comparison with Sun Javac compiler for class JavadocTest_1_5 (null tests)
02:11:15 ***************************************************************************
02:11:34 --- javac err: ---
02:11:34 X.java:7: error: <identifier> expected
02:11:34  public class X<T, , V> {}
02:11:34                   ^
02:11:34 1 error
02:11:34 
02:11:35 --- javac err: ---
02:11:35 X.java:7: error: > expected
02:11:35  public class X<T, U, V extend Exception> {}
02:11:35                        ^
02:11:35 1 error
02:11:35 
02:11:49 --- javac err: ---
02:11:49 X.java:10: error: <identifier> expected
02:11:49 	public <T, , V> void foo(int val, Object obj) {}
02:11:49 	          ^
02:11:49 1 error
02:11:49 
02:11:50 --- javac err: ---
02:11:50 X.java:10: error: cannot find symbol
02:11:50 	public <T, U, V extends Exceptions> void foo(int val, Object obj) {}
02:11:50 	                        ^
02:11:50   symbol:   class Exceptions
02:11:50   location: class X
02:11:50 1 error
02:11:50 
02:12:02 --- javac err: ---
02:12:02 DefaultInformationControl.java:17: warning: [dep-ann] deprecated item is not annotated with @Deprecated
02:12:02 		String updatePresentation(String hoverInfo, int maxWidth, int maxHeight);
02:12:02 		       ^
02:12:02 1 warning
02:12:02 
02:12:33 ----------------------------------------
02:12:33 org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug247037a - 10
02:12:33 pack/package-info.java [
02:12:33 /**
02:12:33  * {@inheritDoc}
02:12:33  * @since {@inheritDoc}
02:12:33  * @blah {@inheritDoc}
02:12:33  */
02:12:33 package pack;
02:12:33 
02:12:33 ]
02:12:34 ----------------------------------------
02:12:34 org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug247037b - 10
02:12:34 pack/package-info.java [
02:12:34 /**
02:12:34  * @return {@inheritDoc}
02:12:34  * @param blah {@inheritDoc}
02:12:34  */
02:12:34 package pack;
02:12:34 
02:12:34 ]
02:12:35 ----------------------------------------
02:12:35 org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug284333 - 10
02:12:35 goo/bar/package-info.java [
02:12:35 /**
02:12:35 */
02:12:35 package goo.bar;
02:12:35 
02:12:35 ]
02:12:35 foo/bar/ClassInSamePackage.java [
02:12:35 package foo.bar;
02:12:35 public class ClassInSamePackage {
02:12:35 	public static int SOME_FIELD; 
02:12:35 }
02:12:35 
02:12:35 ]
02:12:35 foo/bar/goo/ClassInSubPackage.java [
02:12:35 package foo.bar.goo;
02:12:35 public class ClassInSubPackage {
02:12:35 	public static void foo() { 
02:12:35    }
02:12:35 }
02:12:35 
02:12:35 ]
02:12:35 foo/ClassInEnclosingPackage.java [
02:12:35 package foo;
02:12:35 public class ClassInEnclosingPackage {
02:12:35 	public static int SOME_FIELD; 
02:12:35 }
02:12:35 
02:12:35 ]
02:12:35 foo/bar/package-info.java [
02:12:35 /**
02:12:35  * @see ClassInSamePackage#SOME_FIELD
02:12:35  * @see foo.bar.ClassInSamePackage#SOME_FIELD
02:12:35  * @see ClassInSamePackage#SOME_FIELD
02:12:35  * @see ClassInSubPackage#foo
02:12:35  * @see foo.bar.goo.ClassInSubPackage#foo
02:12:35  * @see ClassInSubPackage#foo
02:12:35  * @see ClassInEnclosingPackage
02:12:35  * @see foo.ClassInEnclosingPackage
02:12:35  * @see ClassInEnclosingPackage
02:12:35  * @see foo.bar
02:12:35  * @see goo.bar
02:12:35  * @see foo.bar.goo
02:12:35  */
02:12:35 package foo.bar;
02:12:35 
02:12:35 ]
02:12:36 ----------------------------------------
02:12:36 org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5#testBug284333a - 10
02:12:36 goo/bar/package-info.java [
02:12:36 /**
02:12:36 */
02:12:36 package goo.bar;
02:12:36 
02:12:36 ]
02:12:36 foo/bar/ClassInSamePackage.java [
02:12:36 package foo.bar;
02:12:36 public class ClassInSamePackage {
02:12:36 	public static int SOME_FIELD; 
02:12:36 }
02:12:36 
02:12:36 ]
02:12:36 foo/bar/goo/ClassInSubPackage.java [
02:12:36 package foo.bar.goo;
02:12:36 public class ClassInSubPackage {
02:12:36 	public static void foo() { 
02:12:36    }
02:12:36 }
02:12:36 
02:12:36 ]
02:12:36 foo/ClassInEnclosingPackage.java [
02:12:36 package foo;
02:12:36 public class ClassInEnclosingPackage {
02:12:36 	public static int SOME_FIELD; 
02:12:36 }
02:12:36 
02:12:36 ]
02:12:36 foo/bar/NotAPackageInfo.java [
02:12:36 package foo.bar;
02:12:36 /**
02:12:36  * @see ClassInSamePackage#SOME_FIELD
02:12:36  * @see foo.bar.ClassInSamePackage#SOME_FIELD
02:12:36  * @see ClassInSamePackage#SOME_FIELD
02:12:36  */
02:12:36  public class NotAPackageInfo {
02:12:36 /**
02:12:36  * @see ClassInSubPackage#foo
02:12:36  * @see foo.bar.goo.ClassInSubPackage#foo
02:12:36  * @see ClassInSubPackage#foo
02:12:36  */
02:12:36 	public static int SOME_FIELD = 0;
02:12:36 /**
02:12:36  * @see ClassInEnclosingPackage
02:12:36  * @see foo.ClassInEnclosingPackage
02:12:36  * @see ClassInEnclosingPackage
02:12:36  */
02:12:36  	public static void foo() {
02:12:36 	}
02:12:36 	 }
02:12:36 
02:12:36 ]
02:13:21 ***************************************************************************
02:13:21 * Comparison with Sun Javac compiler for class BatchCompilerTest (null tests)
02:13:21 ***************************************************************************
02:13:21 
02:13:21 
02:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:21 
02:13:21 
02:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:21 
02:13:21 
02:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:21 
02:13:21 
02:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:21 
02:13:21 
02:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:21 
02:13:21 
02:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:21 
02:13:21 
02:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:21 
02:13:21 
02:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:22 
02:13:22 
02:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:24 
02:13:24 
02:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:25 
02:13:25 
02:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:28 
02:13:28 
02:13:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:28 
02:13:28 
02:13:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:29 --- javac err: ---
02:13:29 /tmp/comptest/run.1584245034298/regression/Y.java:3: error: cannot find symbol
02:13:29     System.out.println(X.CONST);
02:13:29                         ^
02:13:29   symbol:   variable CONST
02:13:29   location: class X
02:13:29 1 error
02:13:29 
02:13:29 
02:13:29 
02:13:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:31 --- javac err: ---
02:13:31 /tmp/comptest/run.1584245034298/regression/src3/Z.java:2: error: cannot find symbol
02:13:31   X x;
02:13:31   ^
02:13:31   symbol:   class X
02:13:31   location: class Z
02:13:31 1 error
02:13:31 
02:13:31 
02:13:31 
02:13:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:33 --- javac err: ---
02:13:33 /tmp/comptest/run.1584245034298/regression/src3/W.java:2: error: cannot find symbol
02:13:33   X x;
02:13:33   ^
02:13:33   symbol:   class X
02:13:33   location: class W
02:13:33 1 error
02:13:33 
02:13:33 
02:13:33 
02:13:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:34 --- javac err: ---
02:13:34 /tmp/comptest/run.1584245034298/regression/src3/Z.java:3: error: cannot find symbol
02:13:34   Y y;
02:13:34   ^
02:13:34   symbol:   class Y
02:13:34   location: class Z
02:13:34 1 error
02:13:34 
02:13:34 
02:13:34 
02:13:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:35 
02:13:35 
02:13:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:37 
02:13:37 
02:13:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:38 
02:13:38 
02:13:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:40 
02:13:40 
02:13:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:41 
02:13:41 
02:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:42 
02:13:42 
02:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 ***************************************************************************
02:13:43 * Comparison with Sun Javac compiler for class NullAnnotationBatchCompilerTest (null tests)
02:13:43 ***************************************************************************
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 
02:13:43 
02:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:43 ***************************************************************************
02:13:43 * Comparison with Sun Javac compiler for class ConcurrentBatchCompilerTest (null tests)
02:13:43 ***************************************************************************
02:13:48 
02:13:48 
02:13:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:48 ***************************************************************************
02:13:48 * Comparison with Sun Javac compiler for class ExternalizeStringLiterals15Test (null tests)
02:13:48 ***************************************************************************
02:13:50 
02:13:50 
02:13:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:51 
02:13:51 
02:13:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:52 
02:13:52 
02:13:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:53 
02:13:53 
02:13:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:54 
02:13:54 
02:13:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:56 
02:13:56 
02:13:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:57 ----------------------------------------
02:13:57 org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test#test007 - 10
02:13:57 X.java [
02:13:57 public class X {
02:13:57 	@Annot({
02:13:57 		@A(name = "name", //$NON-NLS-1$
02:13:57  		value = "Test") //$NON-NLS-1$
02:13:57 	})
02:13:57 	@X2("") //$NON-NLS-1$
02:13:57 	void foo() {
02:13:57 	}
02:13:57 }
02:13:57 @interface Annot {
02:13:57 	A[] value();
02:13:57 }
02:13:57 @interface A {
02:13:57 	String name();
02:13:57 	String value();
02:13:57 }
02:13:57 @interface X2 {
02:13:57 	String value();
02:13:57 }
02:13:57 ]
02:13:57 
02:13:57 
02:13:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:57 ***************************************************************************
02:13:57 * Comparison with Sun Javac compiler for class Deprecated15Test (null tests)
02:13:57 ***************************************************************************
02:13:58 --- javac err: ---
02:13:58 Y.java:3: error: cannot find symbol
02:13:58   Zork z;
02:13:58   ^
02:13:58   symbol:   class Zork
02:13:58   location: class Y
02:13:58 p/X.java:5: warning: [dep-ann] deprecated item is not annotated with @Deprecated
02:13:58 public class X<T> {
02:13:58        ^
02:13:58 Y.java:5: warning: [rawtypes] found raw type: X
02:13:58     X x;
02:13:58     ^
02:13:58   missing type arguments for generic class X<T>
02:13:58   where T is a type-variable:
02:13:58     T extends Object declared in class X
02:13:58 Y.java:5: warning: [deprecation] X in p has been deprecated
02:13:58     X x;
02:13:58     ^
02:13:58 Y.java:6: warning: [rawtypes] found raw type: X
02:13:58     X[] xs = { x };
02:13:58     ^
02:13:58   missing type arguments for generic class X<T>
02:13:58   where T is a type-variable:
02:13:58     T extends Object declared in class X
02:13:58 Y.java:6: warning: [deprecation] X in p has been deprecated
02:13:58     X[] xs = { x };
02:13:58     ^
02:13:58 Y.java:9: warning: [rawtypes] found raw type: X
02:13:58     p.X x;
02:13:58      ^
02:13:58   missing type arguments for generic class X<T>
02:13:58   where T is a type-variable:
02:13:58     T extends Object declared in class X
02:13:58 Y.java:9: warning: [deprecation] X in p has been deprecated
02:13:58     p.X x;
02:13:58      ^
02:13:58 Y.java:10: warning: [rawtypes] found raw type: X
02:13:58     p.X[] xs = { x };
02:13:58      ^
02:13:58   missing type arguments for generic class X<T>
02:13:58   where T is a type-variable:
02:13:58     T extends Object declared in class X
02:13:58 Y.java:10: warning: [deprecation] X in p has been deprecated
02:13:58     p.X[] xs = { x };
02:13:58      ^
02:13:58 1 error
02:13:58 9 warnings
02:13:58 
02:13:58 
02:13:58 
02:13:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:13:59 --- javac err: ---
02:13:59 p/M1.java:4: warning: [deprecation] N1.N2 in N1 has been deprecated
02:13:59     a.N1.N2.N3 m = null;
02:13:59         ^
02:13:59 1 warning
02:13:59 
02:13:59 
02:13:59 
02:13:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:00 
02:14:00 
02:14:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:01 --- javac err: ---
02:14:01 test1/E02.java:4: warning: [deprecation] x in E01 has been deprecated
02:14:01 		System.out.println(E01.x);
02:14:01 		                      ^
02:14:01 test1/E02.java:5: warning: [deprecation] y in E01 has been deprecated
02:14:01 		System.out.println(E01.y);
02:14:01 		                      ^
02:14:01 2 warnings
02:14:01 
02:14:01 
02:14:01 
02:14:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:02 --- javac err: ---
02:14:02 p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
02:14:02 package p1;
02:14:02         ^
02:14:02 1 warning
02:14:02 
02:14:02 
02:14:02 
02:14:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:03 --- javac err: ---
02:14:03 test1/E02.java:3: warning: [deprecation] E01 in test1 has been deprecated
02:14:03 	public void foo(E01 arg) {
02:14:03 	                ^
02:14:03 1 warning
02:14:03 
02:14:03 
02:14:03 
02:14:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:03 ***************************************************************************
02:14:03 * Comparison with Sun Javac compiler for class InnerEmulationTest_1_5 (null tests)
02:14:03 ***************************************************************************
02:14:05 --- javac err: ---
02:14:05 X.java:4: warning: [rawtypes] found raw type: Entry
02:14:05 	public void foo(Collection<? extends Map.Entry> args) { /* dummy */ }
02:14:05 	                                        ^
02:14:05   missing type arguments for generic class Entry<K,V>
02:14:05   where K,V are type-variables:
02:14:05     K extends Object declared in interface Entry
02:14:05     V extends Object declared in interface Entry
02:14:05 1 warning
02:14:05 
02:14:05 
02:14:05 
02:14:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:06 --- javac err: ---
02:14:06 p/X.java:11: warning: [rawtypes] found raw type: D
02:14:06 	<E extends Object & A.B<E, Map.Entry<E, C.D>>> void foo(E e) {}
02:14:06 	                                         ^
02:14:06   missing type arguments for generic class D<U,T>
02:14:06   where U,T are type-variables:
02:14:06     U extends Object declared in class D
02:14:06     T extends Object declared in class D
02:14:06 1 warning
02:14:06 
02:14:06 
02:14:06 
02:14:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:07 
02:14:07 
02:14:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:08 --- javac err: ---
02:14:08 p/X.java:5: warning: [rawtypes] found raw type: Entry
02:14:08 	Collection<Map.Entry> field;
02:14:08 	              ^
02:14:08   missing type arguments for generic class Entry<K,V>
02:14:08   where K,V are type-variables:
02:14:08     K extends Object declared in interface Entry
02:14:08     V extends Object declared in interface Entry
02:14:08 1 warning
02:14:08 
02:14:08 
02:14:08 
02:14:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:10 --- javac err: ---
02:14:10 p/X.java:10: warning: [rawtypes] found raw type: D
02:14:10 public class X extends C.D implements A.B {
02:14:10                         ^
02:14:10   missing type arguments for generic class D<U,T>
02:14:10   where U,T are type-variables:
02:14:10     U extends Object declared in class D
02:14:10     T extends Object declared in class D
02:14:10 p/X.java:10: warning: [rawtypes] found raw type: B
02:14:10 public class X extends C.D implements A.B {
02:14:10                                        ^
02:14:10   missing type arguments for generic class B<U,T>
02:14:10   where U,T are type-variables:
02:14:10     U extends Object declared in interface B
02:14:10     T extends Object declared in interface B
02:14:10 2 warnings
02:14:10 
02:14:10 
02:14:10 
02:14:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:11 
02:14:11 
02:14:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:12 --- javac err: ---
02:14:12 p/X.java:5: warning: [rawtypes] found raw type: Entry
02:14:12 	public void foo(Map.Entry args) { /* dummy */ }
02:14:12 	                   ^
02:14:12   missing type arguments for generic class Entry<K,V>
02:14:12   where K,V are type-variables:
02:14:12     K extends Object declared in interface Entry
02:14:12     V extends Object declared in interface Entry
02:14:12 1 warning
02:14:12 
02:14:12 
02:14:12 
02:14:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:13 --- javac err: ---
02:14:13 X.java:4: warning: [rawtypes] found raw type: Entry
02:14:13 	<U extends List<?>, T extends Map.Entry> X(List<U> lu, T t) {
02:14:13 	                                 ^
02:14:13   missing type arguments for generic class Entry<K,V>
02:14:13   where K,V are type-variables:
02:14:13     K extends Object declared in interface Entry
02:14:13     V extends Object declared in interface Entry
02:14:13 1 warning
02:14:13 
02:14:13 
02:14:13 
02:14:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:14 --- javac err: ---
02:14:14 X.java:3: warning: [rawtypes] found raw type: Entry
02:14:14 public class X<T extends Object & Comparable<? super Map.Entry>> {}
02:14:14                                                         ^
02:14:14   missing type arguments for generic class Entry<K,V>
02:14:14   where K,V are type-variables:
02:14:14     K extends Object declared in interface Entry
02:14:14     V extends Object declared in interface Entry
02:14:14 1 warning
02:14:14 
02:14:14 
02:14:14 
02:14:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:15 
02:14:15 
02:14:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:17 
02:14:17 
02:14:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:18 
02:14:18 
02:14:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:19 
02:14:19 
02:14:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:20 
02:14:20 
02:14:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:21 
02:14:21 
02:14:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:21 ***************************************************************************
02:14:21 * Comparison with Sun Javac compiler for class AssignmentTest_1_5 (null tests)
02:14:21 ***************************************************************************
02:14:23 --- javac err: ---
02:14:23 X.java:5: error: incompatible types: double cannot be converted to Integer
02:14:23 		value += test;
02:14:23 		         ^
02:14:23 1 error
02:14:23 
02:14:23 
02:14:23 
02:14:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:24 --- javac err: ---
02:14:24 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
02:14:24 		Byte b = new Byte((byte)1);
02:14:24 		         ^
02:14:24 1 warning
02:14:24 
02:14:24 
02:14:24 
02:14:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:25 --- javac err: ---
02:14:25 X.java:3: warning: [deprecation] Long(long) in Long has been deprecated
02:14:25 		Long _long = new Long(44);
02:14:25 		             ^
02:14:25 1 warning
02:14:25 
02:14:25 
02:14:25 
02:14:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:26 --- javac err: ---
02:14:26 X.java:3: warning: [deprecation] Byte(byte) in Byte has been deprecated
02:14:26 		Byte b = new Byte((byte)1);
02:14:26 		         ^
02:14:26 1 warning
02:14:26 
02:14:26 
02:14:26 
02:14:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:27 --- javac err: ---
02:14:27 X.java:5: error: incompatible types: long cannot be converted to Integer
02:14:27 		value &= test;
02:14:27 		         ^
02:14:27 1 error
02:14:27 
02:14:27 
02:14:27 
02:14:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:29 --- javac err: ---
02:14:29 X.java:5: error: incompatible types: long cannot be converted to Integer
02:14:29 		value |= test;
02:14:29 		         ^
02:14:29 1 error
02:14:29 
02:14:29 
02:14:29 
02:14:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:30 
02:14:30 
02:14:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:31 --- javac err: ---
02:14:31 X.java:5: error: incompatible types: float cannot be converted to Integer
02:14:31 		value += test;
02:14:31 		         ^
02:14:31 1 error
02:14:31 
02:14:31 
02:14:31 
02:14:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:32 
02:14:32 
02:14:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:33 
02:14:33 
02:14:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:35 --- javac err: ---
02:14:35 X.java:5: error: incompatible types: long cannot be converted to Integer
02:14:35 		value += test;
02:14:35 		         ^
02:14:35 1 error
02:14:35 
02:14:35 
02:14:35 
02:14:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:36 --- javac err: ---
02:14:36 X.java:5: error: bad operand types for binary operator '+'
02:14:36 		value += test;
02:14:36 		      ^
02:14:36   first type:  Integer
02:14:36   second type: boolean
02:14:36 1 error
02:14:36 
02:14:36 
02:14:36 
02:14:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:37 
02:14:37 
02:14:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:38 
02:14:38 
02:14:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:40 
02:14:40 
02:14:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:40 ***************************************************************************
02:14:40 * Comparison with Sun Javac compiler for class InnerClass15Test (null tests)
02:14:40 ***************************************************************************
02:14:41 --- javac err: ---
02:14:41 X.java:3: error: class X is already defined in package unnamed package
02:14:41 		class X {}
02:14:41 		^
02:14:41 1 error
02:14:41 
02:14:41 
02:14:41 
02:14:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:42 --- javac err: ---
02:14:42 p1/BrownBox.java:4: error: cannot find symbol
02:14:42     public static class BlackCat extends Cat {}
02:14:42                                          ^
02:14:42   symbol:   class Cat
02:14:42   location: interface BrownBox
02:14:42 1 error
02:14:42 
02:14:42 
02:14:42 
02:14:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:43 --- javac err: ---
02:14:43 p1/BrownBox.java:4: error: cyclic inheritance involving BlackCat
02:14:43     public static class BlackCat extends Cat {}
02:14:43                   ^
02:14:43 1 error
02:14:43 
02:14:43 
02:14:43 
02:14:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:44 --- javac err: ---
02:14:44 p1/BrownBox.java:4: error: cyclic inheritance involving BlackCat
02:14:44     public static class BlackCat extends GreenBox.Cat {}
02:14:44                   ^
02:14:44 1 error
02:14:44 
02:14:44 
02:14:44 
02:14:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:45 --- javac err: ---
02:14:45 cycle/X.java:2: error: cyclic inheritance involving X
02:14:45 class X extends Y {}
02:14:45 ^
02:14:45 1 error
02:14:45 
02:14:45 
02:14:45 
02:14:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:46 --- javac err: ---
02:14:46 cycle/X.java:2: error: cyclic inheritance involving X
02:14:46 class X extends Y {}
02:14:46 ^
02:14:46 1 error
02:14:46 
02:14:46 
02:14:46 
02:14:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:47 --- javac err: ---
02:14:47 X.java:3: error: class X is already defined in package unnamed package
02:14:47 		class X {}
02:14:47 		^
02:14:47 1 error
02:14:47 
02:14:47 
02:14:47 
02:14:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:48 ----------------------------------------
02:14:48 org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test003 - 10
02:14:48 Y.java [
02:14:48 class Y {
02:14:48 class X {}
02:14:48 	<X> void foo() {
02:14:48 		class X {}
02:14:48 	}
02:14:48 }
02:14:48 ]
02:14:48 
02:14:48 
02:14:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:49 ----------------------------------------
02:14:49 org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test004 - 10
02:14:49 Y.java [
02:14:49 class Y {
02:14:49 class X {}
02:14:49    void foo() {
02:14:49 		class X {}
02:14:49 	}
02:14:49 }
02:14:49 ]
02:14:49 
02:14:49 
02:14:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:50 ----------------------------------------
02:14:50 org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test005 - 10
02:14:50 p1/GreenBox.java [
02:14:50 package p1;
02:14:50 import static p1.BrownBox.*;
02:14:50 public interface GreenBox {
02:14:50     public static class Cat extends Object {}
02:14:50 }
02:14:50 
02:14:50 ]
02:14:50 p1/BrownBox.java [
02:14:50 package p1;
02:14:50 import static p1.GreenBox.*;
02:14:50 public interface BrownBox {
02:14:50     public static class BlackCat extends Cat {}
02:14:50 }
02:14:50 
02:14:50 ]
02:14:50 
02:14:50 
02:14:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:51 ----------------------------------------
02:14:51 org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test006 - 10
02:14:51 p1/BrownBox.java [
02:14:51 package p1;
02:14:51 import static p1.GreenBox.*;
02:14:51 public interface BrownBox {
02:14:51     public static class BlackCat extends Cat {}
02:14:51 }
02:14:51 
02:14:51 ]
02:14:51 p1/GreenBox.java [
02:14:51 package p1;
02:14:51 import static p1.BrownBox.*;
02:14:51 public interface GreenBox {
02:14:51     public static class Cat extends Object {}
02:14:51 }
02:14:51 
02:14:51 ]
02:14:51 
02:14:51 
02:14:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:52 ----------------------------------------
02:14:52 org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test#test007 - 10
02:14:52 p1/BrownBox.java [
02:14:52 package p1;
02:14:52 import static p1.GreenBox.*;
02:14:52 public interface BrownBox {
02:14:52     public static class BlackCat extends Cat {}
02:14:52 }
02:14:52 
02:14:52 ]
02:14:52 p1/GreenBox.java [
02:14:52 package p1;
02:14:52 import static p1.BrownBox.*;
02:14:52 public interface GreenBox {
02:14:52     public static class Cat extends java.lang.Object {}
02:14:52 }
02:14:52 
02:14:52 ]
02:14:52 
02:14:52 
02:14:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:53 --- javac err: ---
02:14:53 p1/GreenBox.java:4: error: cyclic inheritance involving Cat
02:14:53     public static class Cat extends BlackCat {}
02:14:53                   ^
02:14:53 1 error
02:14:53 
02:14:53 
02:14:53 
02:14:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:54 --- javac err: ---
02:14:54 p1/BrownBox.java:4: error: cyclic inheritance involving BlackCat
02:14:54     public static class BlackCat extends Cat {}
02:14:54                   ^
02:14:54 1 error
02:14:54 
02:14:54 
02:14:54 
02:14:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:55 --- javac err: ---
02:14:55 cycle/A.java:2: error: cyclic inheritance involving A
02:14:55 class A extends C {
02:14:55 ^
02:14:55 1 error
02:14:55 
02:14:55 
02:14:55 
02:14:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:56 --- javac err: ---
02:14:56 cycle/X.java:3: error: cyclic inheritance involving C
02:14:56 class C extends B {}
02:14:56 ^
02:14:56 1 error
02:14:56 
02:14:56 
02:14:56 
02:14:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:57 --- javac err: ---
02:14:57 cycle/A.java:2: error: cyclic inheritance involving A
02:14:57 class A extends C {
02:14:57 ^
02:14:57 1 error
02:14:57 
02:14:57 
02:14:57 
02:14:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:58 --- javac err: ---
02:14:58 cycle/X.java:3: error: cyclic inheritance involving C
02:14:58 class C implements B {}
02:14:58 ^
02:14:58 1 error
02:14:58 
02:14:58 
02:14:58 
02:14:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:14:59 --- javac err: ---
02:14:59 cycle/A.java:2: error: no interface expected here
02:14:59 class A extends C {
02:14:59                 ^
02:14:59 cycle/A.java:2: error: cyclic inheritance involving A
02:14:59 class A extends C {
02:14:59 ^
02:14:59 2 errors
02:14:59 
02:14:59 
02:14:59 
02:14:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:00 --- javac err: ---
02:15:00 cycle/A.java:2: error: no interface expected here
02:15:00 class A extends C {
02:15:00                 ^
02:15:00 cycle/X.java:3: error: cyclic inheritance involving C
02:15:00 interface C extends B {}
02:15:00 ^
02:15:00 2 errors
02:15:00 
02:15:00 
02:15:00 
02:15:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:01 --- javac err: ---
02:15:01 cycle/A.java:2: error: cyclic inheritance involving A
02:15:01 interface A extends C {
02:15:01 ^
02:15:01 1 error
02:15:01 
02:15:01 
02:15:01 
02:15:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:02 --- javac err: ---
02:15:02 cycle/X.java:3: error: cyclic inheritance involving C
02:15:02 interface C extends B {}
02:15:02 ^
02:15:02 1 error
02:15:02 
02:15:02 
02:15:02 
02:15:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:03 --- javac err: ---
02:15:03 cycle/X.java:3: error: cyclic inheritance involving C
02:15:03 interface C extends A {}
02:15:03 ^
02:15:03 1 error
02:15:03 
02:15:03 
02:15:03 
02:15:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:04 --- javac err: ---
02:15:04 p/A.java:3: error: cyclic inheritance involving A
02:15:04 public class A extends B {
02:15:04        ^
02:15:04 1 error
02:15:04 
02:15:04 
02:15:04 
02:15:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:06 --- javac err: ---
02:15:06 OuterClass.java:3: warning: [serial] serializable class OuterClass has no definition of serialVersionUID
02:15:06 public class OuterClass<T> extends ArrayList<OuterClass.InnerTypedClass<T>> {
02:15:06        ^
02:15:06 1 warning
02:15:06 
02:15:06 
02:15:06 
02:15:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:06 ***************************************************************************
02:15:06 * Comparison with Sun Javac compiler for class NullAnnotationTest (null tests)
02:15:06 ***************************************************************************
02:15:07 
02:15:07 
02:15:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:08 
02:15:08 
02:15:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:10 
02:15:10 
02:15:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:11 
02:15:11 
02:15:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:12 
02:15:12 
02:15:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:13 
02:15:13 
02:15:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:14 
02:15:14 
02:15:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:16 
02:15:16 
02:15:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:17 
02:15:17 
02:15:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:18 
02:15:18 
02:15:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:19 
02:15:19 
02:15:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:21 
02:15:21 
02:15:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:22 
02:15:22 
02:15:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:23 
02:15:23 
02:15:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:25 
02:15:25 
02:15:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:26 
02:15:26 
02:15:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:28 
02:15:28 
02:15:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:29 
02:15:29 
02:15:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:30 
02:15:30 
02:15:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:31 
02:15:31 
02:15:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:32 
02:15:32 
02:15:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:34 
02:15:34 
02:15:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:35 
02:15:35 
02:15:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:36 
02:15:36 
02:15:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:37 
02:15:37 
02:15:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:38 
02:15:38 
02:15:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:40 
02:15:40 
02:15:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:41 
02:15:41 
02:15:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:42 
02:15:42 
02:15:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:44 
02:15:44 
02:15:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:45 
02:15:45 
02:15:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:46 
02:15:46 
02:15:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:48 
02:15:48 
02:15:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:49 
02:15:49 
02:15:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:50 
02:15:50 
02:15:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:53 
02:15:53 
02:15:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:55 
02:15:55 
02:15:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:56 
02:15:56 
02:15:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:58 
02:15:58 
02:15:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:15:59 
02:15:59 
02:15:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:00 
02:16:00 
02:16:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:01 --- javac err: ---
02:16:01 X1.java:2: error: cannot find symbol
02:16:01 	public X1(Zork z) {}
02:16:01 	          ^
02:16:01   symbol:   class Zork
02:16:01   location: class X1
02:16:01 1 error
02:16:01 
02:16:01 
02:16:01 
02:16:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:04 
02:16:04 
02:16:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:05 --- javac err: ---
02:16:05 X.java:3: error: cannot find symbol
02:16:05 		Missing m = new Missing() { };
02:16:05 		^
02:16:05   symbol:   class Missing
02:16:05   location: class X
02:16:05 X.java:3: error: cannot find symbol
02:16:05 		Missing m = new Missing() { };
02:16:05 		                ^
02:16:05   symbol:   class Missing
02:16:05   location: class X
02:16:05 2 errors
02:16:05 
02:16:05 
02:16:05 
02:16:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:06 
02:16:06 
02:16:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:08 
02:16:08 
02:16:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:09 
02:16:09 
02:16:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:10 
02:16:10 
02:16:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:12 
02:16:12 
02:16:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:13 --- javac err: ---
02:16:13 TestEnum.java:2: error: constructor TestEnum in enum TestEnum cannot be applied to given types;
02:16:13 	TestEntry(1){};
02:16:13 	         ^
02:16:13   required: no arguments
02:16:13   found: int
02:16:13   reason: actual and formal argument lists differ in length
02:16:13 1 error
02:16:13 
02:16:13 
02:16:13 
02:16:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:14 
02:16:14 
02:16:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:15 
02:16:15 
02:16:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:17 
02:16:17 
02:16:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:18 
02:16:18 
02:16:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:20 
02:16:20 
02:16:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:23 
02:16:23 
02:16:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:25 
02:16:25 
02:16:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:26 --- javac err: ---
02:16:26 X.java:3: error: invalid method declaration; return type required
02:16:26 public class X {	Y() {} }
02:16:26                 	^
02:16:26 1 error
02:16:26 
02:16:26 
02:16:26 
02:16:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:27 
02:16:27 
02:16:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:28 
02:16:28 
02:16:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:30 
02:16:30 
02:16:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:31 
02:16:31 
02:16:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:32 
02:16:32 
02:16:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:33 
02:16:33 
02:16:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:35 
02:16:35 
02:16:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:36 
02:16:36 
02:16:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:37 
02:16:37 
02:16:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:38 
02:16:38 
02:16:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:39 
02:16:39 
02:16:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:41 
02:16:41 
02:16:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:42 --- javac err: ---
02:16:42 Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts
02:16:42 		List<@NonNull T> res = Arrays.asList(ts);
02:16:42 		                                     ^
02:16:42 1 warning
02:16:42 
02:16:42 ----------------------------------------
02:16:42 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug452780 - 10
02:16:42 Tools2.java [
02:16:42 import java.util.Arrays;
02:16:42 import java.util.List;
02:16:42 import java.util.Set;
02:16:42 import java.util.stream.Collector;
02:16:42 import java.util.stream.Collectors;
02:16:42 import org.eclipse.jdt.annotation.NonNull;
02:16:42 public class Tools2 {
02:16:42 	@SafeVarargs
02:16:42 	public static <T> List<@NonNull T> asList(T... ts) {
02:16:42 		@SuppressWarnings("null")
02:16:42 		@NonNull
02:16:42 		List<@NonNull T> res = Arrays.asList(ts);
02:16:42 		return res;
02:16:42 	}
02:16:42 	@SuppressWarnings("null")
02:16:42 	public static <T> Collector<@NonNull T, @NonNull ?, @NonNull Set<@NonNull T>> toSet() {
02:16:42 		@NonNull
02:16:42 		Collector<@NonNull T, ?, @NonNull Set<@NonNull T>> res = Collectors
02:16:42 				.toSet();
02:16:42 		return res;
02:16:42 	}
02:16:42 }
02:16:42 ]
02:16:42 
02:16:42 
02:16:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:43 
02:16:43 
02:16:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:45 
02:16:45 
02:16:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:46 
02:16:46 
02:16:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:47 
02:16:47 
02:16:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:48 
02:16:48 
02:16:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:49 
02:16:49 
02:16:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:52 
02:16:52 
02:16:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:54 
02:16:54 
02:16:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:57 
02:16:57 
02:16:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:16:58 
02:16:58 
02:16:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:00 --- javac err: ---
02:17:00 EclipseBug.java:10: warning: [deprecation] newInstance() in Class has been deprecated
02:17:00 			return commandType.newInstance();
02:17:00 			                  ^
02:17:00   where T is a type-variable:
02:17:00     T extends Object declared in class Class
02:17:00 1 warning
02:17:00 
02:17:00 
02:17:00 
02:17:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:01 
02:17:01 
02:17:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:02 
02:17:02 
02:17:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:04 
02:17:04 
02:17:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:06 
02:17:06 
02:17:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:08 
02:17:08 
02:17:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:09 
02:17:09 
02:17:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:10 
02:17:10 
02:17:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:11 --- javac err: ---
02:17:11 test/package-info.java:1: error: incompatible types: Class<DurationAdapter> cannot be converted to Class<? extends SoftReference<?>>
02:17:11 @TheAnnotation(value = DurationAdapter.class)
02:17:11                                       ^
02:17:11 1 error
02:17:11 
02:17:11 
02:17:11 
02:17:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:12 
02:17:12 
02:17:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:14 
02:17:14 
02:17:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:15 --- javac err: ---
02:17:15 test/X.java:3: warning: [overrides] Class X overrides equals, but neither it nor any superclass overrides hashCode method
02:17:15 public class X implements I {
02:17:15        ^
02:17:15 1 warning
02:17:15 
02:17:15 
02:17:15 
02:17:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:16 
02:17:16 
02:17:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:18 
02:17:18 
02:17:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:21 --- javac err: ---
02:17:21 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated
02:17:21 	Number field = new Long(13);
02:17:21 	               ^
02:17:21 1 warning
02:17:21 
02:17:21 ----------------------------------------
02:17:21 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug530970_default_bin - 10
02:17:21 X.java [
02:17:21 import annotation.*;
02:17:21 @NonNullByDefault
02:17:21 public class X {
02:17:21 	Number field = new Long(13);
02:17:21 	void test1(Number[] ns) {
02:17:21 		ns[0] = null; // OK since not affected by default
02:17:21 	}
02:17:21 }
02:17:21 
02:17:21 ]
02:17:21 
02:17:21 
02:17:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:23 
02:17:23 
02:17:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:26 --- javac err: ---
02:17:26 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated
02:17:26 	Number field = new Double(1.1);
02:17:26 	               ^
02:17:26 1 warning
02:17:26 
02:17:26 ----------------------------------------
02:17:26 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug530970_field_bin - 10
02:17:26 X.java [
02:17:26 import annotation.*;
02:17:26 @NonNullByDefault(DefaultLocation.FIELD)
02:17:26 public class X {
02:17:26 	Number field = new Double(1.1);
02:17:26 }
02:17:26 
02:17:26 ]
02:17:26 
02:17:26 
02:17:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:28 
02:17:28 
02:17:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:32 
02:17:32 
02:17:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:35 
02:17:35 
02:17:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:39 
02:17:39 
02:17:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:41 
02:17:41 
02:17:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 --- javac err: ---
02:17:44 X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated
02:17:44 		return new Integer(13);
02:17:44 		       ^
02:17:44 1 warning
02:17:44 
02:17:44 ----------------------------------------
02:17:44 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#testBug530970_return_bin - 10
02:17:44 X.java [
02:17:44 import annotation.*;
02:17:44 public class X {
02:17:44 	@NonNullByDefault(DefaultLocation.RETURN_TYPE)
02:17:44 	Number test(Number in) {
02:17:44 		return new Integer(13);
02:17:44 	}
02:17:44 }
02:17:44 
02:17:44 ]
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:44 
02:17:44 
02:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:45 
02:17:45 
02:17:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:49 
02:17:49 
02:17:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:50 --- javac err: ---
02:17:50 X.java:3: error: scoping construct cannot be annotated with type-use annotation: @org.eclipse.jdt.annotation.NonNull
02:17:50 	public @NonNull java.lang.String test(@NonNull java.lang.String arg) {
02:17:50 	                         ^
02:17:50 X.java:3: error: scoping construct cannot be annotated with type-use annotation: @org.eclipse.jdt.annotation.NonNull
02:17:50 	public @NonNull java.lang.String test(@NonNull java.lang.String arg) {
02:17:50 	                                                        ^
02:17:50 X.java:4: error: scoping construct cannot be annotated with type-use annotation: @org.eclipse.jdt.annotation.NonNull
02:17:50 		@NonNull java.lang.String local = arg;
02:17:50 		                  ^
02:17:50 3 errors
02:17:50 
02:17:50 
02:17:50 
02:17:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:52 
02:17:52 
02:17:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:53 
02:17:53 
02:17:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:54 
02:17:54 
02:17:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:56 --- javac err: ---
02:17:56 X.java:2: error: cannot find symbol
02:17:56     @MustNotBeNull Object getObject(@MustNotBeNull Lib l) {
02:17:56                                      ^
02:17:56   symbol:   class MustNotBeNull
02:17:56   location: class X
02:17:56 X.java:2: error: cannot find symbol
02:17:56     @MustNotBeNull Object getObject(@MustNotBeNull Lib l) {
02:17:56      ^
02:17:56   symbol:   class MustNotBeNull
02:17:56   location: class X
02:17:56 2 errors
02:17:56 
02:17:56 
02:17:56 
02:17:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:57 
02:17:57 
02:17:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:17:58 
02:17:58 
02:17:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:00 
02:18:00 
02:18:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:01 
02:18:01 
02:18:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:02 
02:18:02 
02:18:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:03 
02:18:03 
02:18:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:04 
02:18:04 
02:18:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:06 ----------------------------------------
02:18:06 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#test_default_nullness_002_custom - 10
02:18:06 org/foo/Nullable.java [
02:18:06 package org.foo;
02:18:06 import static java.lang.annotation.ElementType.*;
02:18:06 import java.lang.annotation.*;
02:18:06 @Retention(RetentionPolicy.CLASS)
02:18:06 @Target({METHOD,PARAMETER,LOCAL_VARIABLE})
02:18:06 public @interface Nullable {
02:18:06 }
02:18:06 
02:18:06 ]
02:18:06 org/foo/NonNullByDefault.java [
02:18:06 package org.foo;
02:18:06 import java.lang.annotation.*;
02:18:06 import static java.lang.annotation.ElementType.*;
02:18:06 @Retention(RetentionPolicy.CLASS)
02:18:06 @Target({PACKAGE, TYPE, METHOD, CONSTRUCTOR })
02:18:06 public @interface NonNullByDefault {
02:18:06 }
02:18:06 
02:18:06 ]
02:18:06 X.java [
02:18:06 import org.foo.*;
02:18:06 @NonNullByDefault
02:18:06 public class X {
02:18:06     Object getObject(@Nullable Object o) {
02:18:06         return new Object();
02:18:06     }
02:18:06 }
02:18:06 
02:18:06 ]
02:18:06 Y.java [
02:18:06 import org.foo.*;
02:18:06 @NonNullByDefault
02:18:06 public class Y extends X {
02:18:06     @Override
02:18:06     @Nullable Object getObject(Object o) {
02:18:06         return o;
02:18:06     }
02:18:06 }
02:18:06 
02:18:06 ]
02:18:06 
02:18:06 
02:18:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:07 
02:18:07 
02:18:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:09 
02:18:09 
02:18:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:11 
02:18:11 
02:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:14 
02:18:14 
02:18:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:15 
02:18:15 
02:18:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:16 
02:18:16 
02:18:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:17 
02:18:17 
02:18:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:19 
02:18:19 
02:18:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:20 
02:18:20 
02:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:21 
02:18:21 
02:18:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:22 
02:18:22 
02:18:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:23 
02:18:23 
02:18:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:25 
02:18:25 
02:18:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:26 
02:18:26 
02:18:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:27 
02:18:27 
02:18:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:28 
02:18:28 
02:18:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:29 
02:18:29 
02:18:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:30 
02:18:30 
02:18:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:32 
02:18:32 
02:18:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:33 
02:18:33 
02:18:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:34 --- javac err: ---
02:18:34 X.java:3: error: annotation type not applicable to this kind of declaration
02:18:34 	@NonNull void foo() {}
02:18:34 	^
02:18:34 1 error
02:18:34 
02:18:34 
02:18:34 
02:18:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:35 
02:18:35 
02:18:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:36 
02:18:36 
02:18:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:37 
02:18:37 
02:18:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:38 --- javac err: ---
02:18:38 p/Test.java:2: error: package nullAnn does not exist
02:18:38 import nullAnn.*;  // 1 
02:18:38 ^
02:18:38 p/Test.java:6: error: package nullAnn does not exist
02:18:38         void foo(@nullAnn.Nullable  Object o) {   // 2
02:18:38                          ^
02:18:38 2 errors
02:18:38 
02:18:38 
02:18:38 
02:18:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:39 --- javac err: ---
02:18:39 p/Test.java:9: error: cannot find symbol
02:18:39         	@org public Object foo() {
02:18:39         	 ^
02:18:39   symbol: class org
02:18:39 1 error
02:18:39 
02:18:39 
02:18:39 
02:18:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:40 
02:18:40 
02:18:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:41 
02:18:41 
02:18:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:43 
02:18:43 
02:18:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:44 
02:18:44 
02:18:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:45 
02:18:45 
02:18:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:46 
02:18:46 
02:18:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:47 
02:18:47 
02:18:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:48 
02:18:48 
02:18:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:50 
02:18:50 
02:18:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:51 
02:18:51 
02:18:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:52 
02:18:52 
02:18:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:53 
02:18:53 
02:18:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:54 
02:18:54 
02:18:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:57 
02:18:57 
02:18:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:18:59 
02:18:59 
02:18:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:00 
02:19:00 
02:19:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:02 
02:19:02 
02:19:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:03 
02:19:03 
02:19:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:04 
02:19:04 
02:19:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:05 
02:19:05 
02:19:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:06 
02:19:06 
02:19:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:07 
02:19:07 
02:19:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:08 
02:19:08 
02:19:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:09 
02:19:09 
02:19:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:11 
02:19:11 
02:19:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:12 
02:19:12 
02:19:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:13 
02:19:13 
02:19:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:14 
02:19:14 
02:19:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:15 
02:19:15 
02:19:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:16 
02:19:16 
02:19:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:17 
02:19:17 
02:19:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:19 
02:19:19 
02:19:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:20 
02:19:20 
02:19:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:21 
02:19:21 
02:19:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:22 
02:19:22 
02:19:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:23 
02:19:23 
02:19:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:26 
02:19:26 
02:19:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:28 
02:19:28 
02:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:29 
02:19:29 
02:19:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:30 
02:19:30 
02:19:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:31 
02:19:31 
02:19:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:33 
02:19:33 
02:19:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:34 
02:19:34 
02:19:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:36 
02:19:36 
02:19:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:39 
02:19:39 
02:19:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:40 
02:19:40 
02:19:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:41 
02:19:41 
02:19:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:42 --- javac err: ---
02:19:42 X.java:18: warning: non-varargs call of varargs method with inexact argument type for last parameter;
02:19:42         foo2(2, null);
02:19:42                 ^
02:19:42   cast to Object for a varargs call
02:19:42   cast to Object @org.eclipse.jdt.annotation.NonNull [] for a non-varargs call and to suppress this warning
02:19:42 1 warning
02:19:42 
02:19:42 
02:19:42 
02:19:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:44 
02:19:44 
02:19:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:46 
02:19:46 
02:19:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:47 
02:19:47 
02:19:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:48 
02:19:48 
02:19:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:50 
02:19:50 
02:19:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:51 
02:19:51 
02:19:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:52 
02:19:52 
02:19:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:53 
02:19:53 
02:19:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:54 
02:19:54 
02:19:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:55 
02:19:55 
02:19:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:56 
02:19:56 
02:19:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:58 
02:19:58 
02:19:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:19:59 
02:19:59 
02:19:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:00 
02:20:00 
02:20:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:01 
02:20:01 
02:20:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:02 
02:20:02 
02:20:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:04 
02:20:04 
02:20:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:05 
02:20:05 
02:20:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:06 
02:20:06 
02:20:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:07 
02:20:07 
02:20:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:08 
02:20:08 
02:20:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:10 
02:20:10 
02:20:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:11 
02:20:11 
02:20:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:12 
02:20:12 
02:20:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:13 
02:20:13 
02:20:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:14 
02:20:14 
02:20:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:16 
02:20:16 
02:20:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:17 
02:20:17 
02:20:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:18 --- javac err: ---
02:20:18 X.java:10: warning: [empty] empty statement after if
02:20:18          if (o3 != null) /*nop*/;
02:20:18                                 ^
02:20:18 1 warning
02:20:18 
02:20:18 
02:20:18 
02:20:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:19 
02:20:19 
02:20:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:21 
02:20:21 
02:20:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:22 
02:20:22 
02:20:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:23 
02:20:23 
02:20:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:24 
02:20:24 
02:20:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:25 ----------------------------------------
02:20:25 org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest#test_nullable_field_17 - 10
02:20:25 X.java [
02:20:25 import org.eclipse.jdt.annotation.*;
02:20:25 public class X {
02:20:25     @Nullable Object o = new Object();
02:20:25     public String oString() {
02:20:25          return this.o.toString();
02:20:25     }
02:20:25 }
02:20:25 
02:20:25 ]
02:20:25 
02:20:25 
02:20:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:26 
02:20:26 
02:20:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:27 
02:20:27 
02:20:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:28 
02:20:28 
02:20:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:30 
02:20:30 
02:20:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:31 
02:20:31 
02:20:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:32 
02:20:32 
02:20:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:33 
02:20:33 
02:20:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:34 
02:20:34 
02:20:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:35 
02:20:35 
02:20:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:36 
02:20:36 
02:20:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:38 
02:20:38 
02:20:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:39 
02:20:39 
02:20:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:41 
02:20:41 
02:20:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:42 
02:20:42 
02:20:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:43 
02:20:43 
02:20:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:46 
02:20:46 
02:20:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:47 
02:20:47 
02:20:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:48 
02:20:48 
02:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:51 
02:20:51 
02:20:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:53 
02:20:53 
02:20:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:55 
02:20:55 
02:20:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:57 
02:20:57 
02:20:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:20:59 
02:20:59 
02:20:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:02 
02:21:02 
02:21:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:04 
02:21:04 
02:21:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:07 
02:21:07 
02:21:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:09 
02:21:09 
02:21:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:10 
02:21:10 
02:21:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:12 
02:21:12 
02:21:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:13 
02:21:13 
02:21:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:14 
02:21:14 
02:21:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:15 
02:21:15 
02:21:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:16 
02:21:16 
02:21:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:18 
02:21:18 
02:21:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:19 
02:21:19 
02:21:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:20 
02:21:20 
02:21:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:21 
02:21:21 
02:21:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:22 
02:21:22 
02:21:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:23 
02:21:23 
02:21:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:24 
02:21:24 
02:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:26 
02:21:26 
02:21:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:27 
02:21:27 
02:21:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:27 ***************************************************************************
02:21:27 * Comparison with Sun Javac compiler for class XLargeTest2 (null tests)
02:21:27 ***************************************************************************
02:21:31 --- javac err: ---
02:21:31 X.java:3: error: code too large
02:21:31 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
02:21:31 
02:21:31 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
02:21:31 , 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,     }
02:21:31 ^
02:21:31 1 error
02:21:31 
02:21:32 
02:21:32 
02:21:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:34 
02:21:34 
02:21:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:37 --- javac err: ---
02:21:37 p001/bip.java:200: error: cannot find symbol
02:21:37 class bop implements missing,
02:21:37                      ^
02:21:37   symbol: class missing
02:21:37 1 error
02:21:37 
02:21:37 
02:21:37 
02:21:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:37 ***************************************************************************
02:21:37 * Comparison with Sun Javac compiler for class StackMapAttributeTest (null tests)
02:21:37 ***************************************************************************
02:21:38 
02:21:38 
02:21:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:39 
02:21:39 
02:21:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:40 
02:21:40 
02:21:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:42 
02:21:42 
02:21:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:43 
02:21:43 
02:21:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:44 
02:21:44 
02:21:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:46 
02:21:46 
02:21:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:47 
02:21:47 
02:21:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:48 
02:21:48 
02:21:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:50 
02:21:50 
02:21:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:51 
02:21:51 
02:21:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:52 
02:21:52 
02:21:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:53 
02:21:53 
02:21:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:55 
02:21:55 
02:21:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:56 
02:21:56 
02:21:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:57 
02:21:57 
02:21:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:21:58 
02:21:58 
02:21:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:00 
02:22:00 
02:22:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:01 
02:22:01 
02:22:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:03 --- javac err: ---
02:22:03 X.java:3: warning: [rawtypes] found raw type: Map
02:22:03     public static Map make(boolean sorted) {
02:22:03                   ^
02:22:03   missing type arguments for generic class Map<K,V>
02:22:03   where K,V are type-variables:
02:22:03     K extends Object declared in interface Map
02:22:03     V extends Object declared in interface Map
02:22:03 X.java:4: warning: [rawtypes] found raw type: TreeMap
02:22:03         return (sorted) ? new TreeMap() : new HashMap();
02:22:03                               ^
02:22:03   missing type arguments for generic class TreeMap<K,V>
02:22:03   where K,V are type-variables:
02:22:03     K extends Object declared in class TreeMap
02:22:03     V extends Object declared in class TreeMap
02:22:03 X.java:4: warning: [rawtypes] found raw type: HashMap
02:22:03         return (sorted) ? new TreeMap() : new HashMap();
02:22:03                                               ^
02:22:03   missing type arguments for generic class HashMap<K,V>
02:22:03   where K,V are type-variables:
02:22:03     K extends Object declared in class HashMap
02:22:03     V extends Object declared in class HashMap
02:22:03 3 warnings
02:22:03 
02:22:03 
02:22:03 
02:22:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:04 
02:22:04 
02:22:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:05 
02:22:05 
02:22:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:06 
02:22:06 
02:22:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:08 
02:22:08 
02:22:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:09 
02:22:09 
02:22:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:10 
02:22:10 
02:22:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:11 --- javac err: ---
02:22:11 X.java:12: warning: [cast] redundant cast to int
02:22:11 		int length = (int) getSize();
02:22:11 		             ^
02:22:11 1 warning
02:22:11 
02:22:12 
02:22:12 
02:22:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:13 
02:22:13 
02:22:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:14 
02:22:14 
02:22:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:15 --- javac err: ---
02:22:15 X.java:9: warning: [rawtypes] found raw type: List
02:22:15 	public List computeCompletionProposals(ContentAssistInvocationContext context, IProgressMonitor monitor) {
02:22:15 	       ^
02:22:15   missing type arguments for generic class List<E>
02:22:15   where E is a type-variable:
02:22:15     E extends Object declared in interface List
02:22:15 X.java:21: warning: [rawtypes] found raw type: List
02:22:15 				List proposals= computer.computeCompletionProposals(context, monitor);
02:22:15 				^
02:22:15   missing type arguments for generic class List<E>
02:22:15   where E is a type-variable:
02:22:15     E extends Object declared in interface List
02:22:15 IJavaCompletionProposalComputer.java:3: warning: [rawtypes] found raw type: List
02:22:15 	List computeCompletionProposals(ContentAssistInvocationContext context, IProgressMonitor monitor);
02:22:15 	^
02:22:15   missing type arguments for generic class List<E>
02:22:15   where E is a type-variable:
02:22:15     E extends Object declared in interface List
02:22:15 3 warnings
02:22:15 
02:22:16 
02:22:16 
02:22:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:17 
02:22:17 
02:22:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:18 
02:22:18 
02:22:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:20 
02:22:20 
02:22:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:21 
02:22:21 
02:22:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:22 
02:22:22 
02:22:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:23 --- javac err: ---
02:22:23 X.java:10: warning: [rawtypes] found raw type: Map
02:22:23 		Map map = null;
02:22:23 		^
02:22:23   missing type arguments for generic class Map<K,V>
02:22:23   where K,V are type-variables:
02:22:23     K extends Object declared in interface Map
02:22:23     V extends Object declared in interface Map
02:22:23 X.java:11: warning: [rawtypes] found raw type: Set
02:22:23 		Set set  = null;
02:22:23 		^
02:22:23   missing type arguments for generic class Set<E>
02:22:23   where E is a type-variable:
02:22:23     E extends Object declared in interface Set
02:22:23 2 warnings
02:22:23 
02:22:23 
02:22:23 
02:22:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:28 
02:22:28 
02:22:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:29 
02:22:29 
02:22:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:30 
02:22:30 
02:22:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:32 
02:22:32 
02:22:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:33 
02:22:33 
02:22:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:34 
02:22:34 
02:22:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:36 
02:22:36 
02:22:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:37 
02:22:37 
02:22:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:38 
02:22:38 
02:22:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:39 --- javac err: ---
02:22:39 X.java:9: error: non-static variable this cannot be referenced from a static context
02:22:39 					throw new E1();
02:22:39 					      ^
02:22:39 1 error
02:22:39 
02:22:39 
02:22:39 
02:22:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:40 --- javac err: ---
02:22:40 X.java:7: error: non-static variable this cannot be referenced from a static context
02:22:40 				synchronized (X.this) {
02:22:40 				               ^
02:22:40 1 error
02:22:40 
02:22:40 
02:22:40 
02:22:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:42 
02:22:42 
02:22:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:43 
02:22:43 
02:22:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:45 
02:22:45 
02:22:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:46 
02:22:46 
02:22:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:47 
02:22:47 
02:22:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:48 --- javac err: ---
02:22:48 X.java:4: error: non-static variable this cannot be referenced from a static context
02:22:48 			A a = new A();
02:22:48 			      ^
02:22:48 1 error
02:22:48 
02:22:48 
02:22:48 
02:22:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:49 --- javac err: ---
02:22:49 X.java:14: warning: [static] static method should be qualified by type name, X, instead of by an expression
02:22:49        new X().foo();
02:22:49               ^
02:22:49 1 warning
02:22:49 
02:22:49 
02:22:49 
02:22:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:51 
02:22:51 
02:22:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:52 
02:22:52 
02:22:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:53 --- javac err: ---
02:22:53 X.java:18: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:22:53 		try (C c = new C();) {
02:22:53 		       ^
02:22:53 1 warning
02:22:53 
02:22:53 
02:22:53 
02:22:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:55 
02:22:55 
02:22:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:56 
02:22:56 
02:22:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:57 --- javac err: ---
02:22:57 X.java:5: error: unreachable statement
02:22:57             for (;false;) {
02:22:57                           ^
02:22:57 X.java:10: error: variable s might not have been initialized
02:22:57         } while (s != null);
02:22:57                  ^
02:22:57 2 errors
02:22:57 
02:22:57 
02:22:57 
02:22:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:58 
02:22:58 
02:22:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:22:59 --- javac err: ---
02:22:59 X.java:11: error: variable s might not have been initialized
02:22:59         } while (s != null);
02:22:59                  ^
02:22:59 1 error
02:22:59 
02:22:59 
02:22:59 
02:22:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:00 
02:23:00 
02:23:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:01 --- javac err: ---
02:23:01 X.java:6: error: unreachable statement
02:23:01             for (; five > ten;) {
02:23:01                                 ^
02:23:01 X.java:11: error: variable s might not have been initialized
02:23:01         } while (s != null);
02:23:01                  ^
02:23:01 2 errors
02:23:01 
02:23:01 
02:23:01 
02:23:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:03 
02:23:03 
02:23:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:04 --- javac err: ---
02:23:04 X.java:5: error: unreachable statement
02:23:04             while (false) {
02:23:04                           ^
02:23:04 X.java:10: error: variable s might not have been initialized
02:23:04         } while (s != null);
02:23:04                  ^
02:23:04 2 errors
02:23:04 
02:23:04 
02:23:04 
02:23:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:05 
02:23:05 
02:23:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:06 --- javac err: ---
02:23:06 X.java:11: error: variable s might not have been initialized
02:23:06         } while (s != null);
02:23:06                  ^
02:23:06 1 error
02:23:06 
02:23:06 
02:23:06 
02:23:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:07 
02:23:07 
02:23:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:08 --- javac err: ---
02:23:08 X.java:6: error: unreachable statement
02:23:08             while (five > ten) {
02:23:08                                ^
02:23:08 X.java:11: error: variable s might not have been initialized
02:23:08         } while (s != null);
02:23:08                  ^
02:23:08 2 errors
02:23:08 
02:23:08 
02:23:08 
02:23:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:10 --- javac err: ---
02:23:10 X.java:37: warning: [rawtypes] found raw type: Iterator
02:23:10 					for (Iterator i = (new ArrayList(1)).iterator(); i
02:23:10 					     ^
02:23:10   missing type arguments for generic class Iterator<E>
02:23:10   where E is a type-variable:
02:23:10     E extends Object declared in interface Iterator
02:23:10 X.java:37: warning: [rawtypes] found raw type: ArrayList
02:23:10 					for (Iterator i = (new ArrayList(1)).iterator(); i
02:23:10 					                       ^
02:23:10   missing type arguments for generic class ArrayList<E>
02:23:10   where E is a type-variable:
02:23:10     E extends Object declared in class ArrayList
02:23:10 X.java:38: warning: [unchecked] unchecked call to add(E) as a member of the raw type List
02:23:10 							.hasNext(); members.add(equals(node))) {
02:23:10 							                       ^
02:23:10   where E is a type-variable:
02:23:10     E extends Object declared in interface List
02:23:10 X.java:46: warning: [rawtypes] found raw type: Iterator
02:23:10 				Iterator i = (new ArrayList(1)).iterator();
02:23:10 				^
02:23:10   missing type arguments for generic class Iterator<E>
02:23:10   where E is a type-variable:
02:23:10     E extends Object declared in interface Iterator
02:23:10 X.java:46: warning: [rawtypes] found raw type: ArrayList
02:23:10 				Iterator i = (new ArrayList(1)).iterator();
02:23:10 				                  ^
02:23:10   missing type arguments for generic class ArrayList<E>
02:23:10   where E is a type-variable:
02:23:10     E extends Object declared in class ArrayList
02:23:10 X.java:64: warning: [rawtypes] found raw type: List
02:23:10 		private List members;
02:23:10 		        ^
02:23:10   missing type arguments for generic class List<E>
02:23:10   where E is a type-variable:
02:23:10     E extends Object declared in interface List
02:23:10 X.java:71: warning: [rawtypes] found raw type: ArrayList
02:23:10 			members = new ArrayList();
02:23:10 			              ^
02:23:10   missing type arguments for generic class ArrayList<E>
02:23:10   where E is a type-variable:
02:23:10     E extends Object declared in class ArrayList
02:23:10 7 warnings
02:23:10 
02:23:10 
02:23:10 
02:23:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:12 
02:23:12 
02:23:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:13 
02:23:13 
02:23:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:14 
02:23:14 
02:23:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:16 
02:23:16 
02:23:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:17 
02:23:17 
02:23:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:18 
02:23:18 
02:23:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:20 
02:23:20 
02:23:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:21 
02:23:21 
02:23:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:22 --- javac err: ---
02:23:22 X.java:12: warning: [rawtypes] found raw type: Iterator
02:23:22 			for (Iterator i = strings.iterator(); i.hasNext();){
02:23:22 			     ^
02:23:22   missing type arguments for generic class Iterator<E>
02:23:22   where E is a type-variable:
02:23:22     E extends Object declared in interface Iterator
02:23:22 1 warning
02:23:22 
02:23:23 
02:23:23 
02:23:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:24 
02:23:24 
02:23:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:25 --- javac err: ---
02:23:25 X.java:7: warning: [try] auto-closeable resource fis is never referenced in body of corresponding try statement
02:23:25             try (FileInputStream fis = new FileInputStream("")) {
02:23:25                                  ^
02:23:25 1 warning
02:23:25 
02:23:25 
02:23:25 
02:23:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:26 
02:23:26 
02:23:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:27 
02:23:27 
02:23:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:27 
02:23:27 
02:23:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:27 
02:23:27 
02:23:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:29 
02:23:29 
02:23:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:29 ***************************************************************************
02:23:29 * Comparison with Sun Javac compiler for class Compliance_1_6 (null tests)
02:23:29 ***************************************************************************
02:23:30 
02:23:30 
02:23:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:30 ***************************************************************************
02:23:30 * Comparison with Sun Javac compiler for class AssignmentTest_1_7 (null tests)
02:23:30 ***************************************************************************
02:23:31 
02:23:31 
02:23:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:31 ***************************************************************************
02:23:31 * Comparison with Sun Javac compiler for class BinaryLiteralTest (null tests)
02:23:31 ***************************************************************************
02:23:32 
02:23:32 
02:23:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:33 --- javac err: ---
02:23:33 X.java:3: error: binary numbers must contain at least one binary digit
02:23:33 		System.out.println(0b);
02:23:33 		                   ^
02:23:33 1 error
02:23:33 
02:23:33 
02:23:33 
02:23:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:34 --- javac err: ---
02:23:34 X.java:3: error: binary numbers must contain at least one binary digit
02:23:34 		System.out.println(0b2);
02:23:34 		                   ^
02:23:34 1 error
02:23:34 
02:23:34 
02:23:34 
02:23:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:36 ----------------------------------------
02:23:36 org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest#test004 - 10
02:23:36 X.java [
02:23:36 public class X {	
02:23:36 	public static void main(String[] args) {
02:23:36 		System.out.println(0b1110000);
02:23:36 	}
02:23:36 }
02:23:36 ]
02:23:36 
02:23:36 
02:23:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:37 ----------------------------------------
02:23:37 org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest#test005 - 10
02:23:37 X.java [
02:23:37 public class X {	
02:23:37 	public static void main(String[] args) {
02:23:37 		System.out.println(-0b1110000);
02:23:37 	}
02:23:37 }
02:23:37 ]
02:23:37 
02:23:37 
02:23:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:37 --- javac err: ---
02:23:38 X.java:3: error: ')' expected
02:23:38 		System.out.println(0b1113000);
02:23:38 		                        ^
02:23:38 1 error
02:23:38 
02:23:38 
02:23:38 
02:23:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:38 ***************************************************************************
02:23:38 * Comparison with Sun Javac compiler for class UnderscoresInLiteralsTest (null tests)
02:23:38 ***************************************************************************
02:23:38 --- javac err: ---
02:23:38 X.java:3: error: illegal underscore
02:23:38 		System.out.println(0b_001);
02:23:38 		                     ^
02:23:38 1 error
02:23:38 
02:23:38 
02:23:38 
02:23:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:39 --- javac err: ---
02:23:39 X.java:3: error: illegal underscore
02:23:39 		System.out.println(0_b001);
02:23:39 		                    ^
02:23:39 X.java:3: error: ')' expected
02:23:39 		System.out.println(0_b001);
02:23:39 		                     ^
02:23:39 X.java:3: error: ';' expected
02:23:39 		System.out.println(0_b001);
02:23:39 		                         ^
02:23:39 3 errors
02:23:39 
02:23:39 
02:23:39 
02:23:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:40 --- javac err: ---
02:23:40 X.java:3: error: illegal underscore
02:23:40 		System.out.println(0b001_);
02:23:40 		                        ^
02:23:40 1 error
02:23:40 
02:23:40 
02:23:40 
02:23:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:41 --- javac err: ---
02:23:41 X.java:3: error: illegal underscore
02:23:41 		System.out.println(0x_11.0p33f);
02:23:41 		                     ^
02:23:41 1 error
02:23:41 
02:23:41 
02:23:41 
02:23:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:42 --- javac err: ---
02:23:42 X.java:3: error: illegal underscore
02:23:42 		System.out.println(0x11_.0p33f);
02:23:42 		                       ^
02:23:42 1 error
02:23:42 
02:23:42 
02:23:42 
02:23:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:43 --- javac err: ---
02:23:43 X.java:3: error: illegal underscore
02:23:43 		System.out.println(0x11._0p33f);
02:23:43 		                        ^
02:23:43 1 error
02:23:43 
02:23:43 
02:23:43 
02:23:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:44 --- javac err: ---
02:23:44 X.java:3: error: illegal underscore
02:23:44 		System.out.println(0x11.0_p33f);
02:23:44 		                         ^
02:23:44 1 error
02:23:44 
02:23:44 
02:23:44 
02:23:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:45 --- javac err: ---
02:23:45 X.java:3: error: illegal underscore
02:23:45 		System.out.println(0x11.0p_33f);
02:23:45 		                          ^
02:23:45 1 error
02:23:45 
02:23:45 
02:23:45 
02:23:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:46 --- javac err: ---
02:23:46 X.java:3: error: illegal underscore
02:23:46 		System.out.println(0x11.0p33_f);
02:23:46 		                            ^
02:23:46 1 error
02:23:46 
02:23:46 
02:23:46 
02:23:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:47 --- javac err: ---
02:23:47 X.java:3: error: illegal underscore
02:23:47 		System.out.println(0x_0001AEFBBA);
02:23:47 		                     ^
02:23:47 1 error
02:23:47 
02:23:47 
02:23:47 
02:23:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:48 --- javac err: ---
02:23:48 X.java:3: error: illegal underscore
02:23:48 		System.out.println(0_x0001AEFBBA);
02:23:48 		                    ^
02:23:48 X.java:3: error: ')' expected
02:23:48 		System.out.println(0_x0001AEFBBA);
02:23:48 		                     ^
02:23:48 X.java:3: error: ';' expected
02:23:48 		System.out.println(0_x0001AEFBBA);
02:23:48 		                                ^
02:23:48 3 errors
02:23:48 
02:23:48 
02:23:48 
02:23:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:49 --- javac err: ---
02:23:49 X.java:3: error: illegal underscore
02:23:49 		System.out.println(0x0001AEFBBA_);
02:23:49 		                               ^
02:23:49 1 error
02:23:49 
02:23:49 
02:23:49 
02:23:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:50 --- javac err: ---
02:23:50 X.java:3: error: cannot find symbol
02:23:50 		System.out.println(_01234567);
02:23:50 		                   ^
02:23:50   symbol:   variable _01234567
02:23:50   location: class X
02:23:50 1 error
02:23:50 
02:23:50 
02:23:50 
02:23:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:51 --- javac err: ---
02:23:51 X.java:3: error: illegal underscore
02:23:51 		System.out.println(01234567_);
02:23:51 		                           ^
02:23:51 1 error
02:23:51 
02:23:51 
02:23:51 
02:23:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:52 --- javac err: ---
02:23:52 X.java:3: error: illegal underscore
02:23:52 		System.out.println(1_.236589954f);
02:23:52 		                    ^
02:23:52 1 error
02:23:52 
02:23:52 
02:23:52 
02:23:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:53 --- javac err: ---
02:23:53 X.java:3: error: illegal underscore
02:23:53 		System.out.println(1._236589954f);
02:23:53 		                     ^
02:23:53 1 error
02:23:53 
02:23:53 
02:23:53 
02:23:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:54 --- javac err: ---
02:23:54 X.java:3: error: illegal underscore
02:23:54 		System.out.println(1_e2);
02:23:54 		                    ^
02:23:54 1 error
02:23:54 
02:23:54 
02:23:54 
02:23:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:55 --- javac err: ---
02:23:55 X.java:3: error: illegal underscore
02:23:55 		System.out.println(1e_2);
02:23:55 		                     ^
02:23:55 1 error
02:23:55 
02:23:55 
02:23:55 
02:23:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:56 --- javac err: ---
02:23:56 X.java:3: error: illegal underscore
02:23:56 		System.out.println(1e2_);
02:23:56 		                      ^
02:23:56 1 error
02:23:56 
02:23:56 
02:23:56 
02:23:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:57 --- javac err: ---
02:23:57 X.java:3: error: illegal underscore
02:23:57 		System.out.println(01e2_);
02:23:57 		                       ^
02:23:57 1 error
02:23:57 
02:23:57 
02:23:57 
02:23:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:58 --- javac err: ---
02:23:58 X.java:3: error: illegal underscore
02:23:58 		System.out.println(01_e2_);
02:23:58 		                     ^
02:23:58 X.java:3: error: illegal underscore
02:23:58 		System.out.println(01_e2_);
02:23:58 		                        ^
02:23:58 2 errors
02:23:58 
02:23:58 
02:23:58 
02:23:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:23:59 --- javac err: ---
02:23:59 X.java:3: error: illegal underscore
02:23:59 		System.out.println(0b1110000_);
02:23:59 		                            ^
02:23:59 1 error
02:23:59 
02:23:59 
02:23:59 
02:23:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:00 
02:24:00 
02:24:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:01 
02:24:01 
02:24:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:01 ***************************************************************************
02:24:01 * Comparison with Sun Javac compiler for class TryStatement17Test (null tests)
02:24:01 ***************************************************************************
02:24:03 --- javac err: ---
02:24:03 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
02:24:03 		} catch(IOException | FileNotFoundException e) {
02:24:03 		                      ^
02:24:03   Alternative FileNotFoundException is a subclass of alternative IOException
02:24:03 1 error
02:24:03 
02:24:03 
02:24:03 
02:24:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:04 --- javac err: ---
02:24:04 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
02:24:04 		} catch(FileNotFoundException | FileNotFoundException | IOException e) {
02:24:04 		                                ^
02:24:04   Alternative FileNotFoundException is a subclass of alternative FileNotFoundException
02:24:04 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
02:24:04 		} catch(FileNotFoundException | FileNotFoundException | IOException e) {
02:24:04 		                                                        ^
02:24:04   Alternative FileNotFoundException is a subclass of alternative IOException
02:24:04 2 errors
02:24:04 
02:24:04 
02:24:04 
02:24:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:05 --- javac err: ---
02:24:05 X.java:10: error: Alternatives in a multi-catch statement cannot be related by subclassing
02:24:05 		} catch(FileNotFoundException | IOException e) {
02:24:05 		                                ^
02:24:05   Alternative FileNotFoundException is a subclass of alternative IOException
02:24:05 1 error
02:24:05 
02:24:05 
02:24:05 
02:24:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:06 --- javac err: ---
02:24:06 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
02:24:06 		} catch(RuntimeException | Exception e) {			e.printStackTrace();
02:24:06 		                           ^
02:24:06   Alternative RuntimeException is a subclass of alternative Exception
02:24:06 X.java:10: error: Alternatives in a multi-catch statement cannot be related by subclassing
02:24:06 		} catch(FileNotFoundException | IOException e) {
02:24:06 		                                ^
02:24:06   Alternative FileNotFoundException is a subclass of alternative IOException
02:24:06 2 errors
02:24:06 
02:24:06 
02:24:06 
02:24:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:07 --- javac err: ---
02:24:07 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
02:24:07 		} catch(NumberFormatException | RuntimeException e) {
02:24:07 		                                ^
02:24:07   Alternative NumberFormatException is a subclass of alternative RuntimeException
02:24:07 X.java:11: error: Alternatives in a multi-catch statement cannot be related by subclassing
02:24:07 		} catch(FileNotFoundException | IOException e) {
02:24:07 		                                ^
02:24:07   Alternative FileNotFoundException is a subclass of alternative IOException
02:24:07 2 errors
02:24:07 
02:24:07 
02:24:07 
02:24:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:08 --- javac err: ---
02:24:08 X.java:4: error: unreported exception Foo; must be caught or declared to be thrown
02:24:08 			throw new Foo();
02:24:08 			^
02:24:08 X.java:10: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:08 class Foo extends Exception {}
02:24:08 ^
02:24:08 X.java:11: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:08 class SonOfFoo extends Foo {}
02:24:08 ^
02:24:08 X.java:12: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:08 class DaughterOfFoo extends Foo {}
02:24:08 ^
02:24:08 1 error
02:24:08 3 warnings
02:24:08 
02:24:08 
02:24:08 
02:24:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:09 --- javac err: ---
02:24:09 X.java:12: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:09 class Foo extends Exception {}
02:24:09 ^
02:24:09 X.java:13: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:09 class SonOfFoo extends Foo {}
02:24:09 ^
02:24:09 X.java:14: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:09 class DaughterOfFoo extends Foo {}
02:24:09 ^
02:24:09 3 warnings
02:24:09 
02:24:09 
02:24:09 
02:24:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:10 --- javac err: ---
02:24:10 X.java:13: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:10 class Foo extends Exception {}
02:24:10 ^
02:24:10 X.java:14: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:10 class SonOfFoo extends Foo {}
02:24:10 ^
02:24:10 X.java:15: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:10 class DaughterOfFoo extends Foo {}
02:24:10 ^
02:24:10 3 warnings
02:24:10 
02:24:10 
02:24:10 
02:24:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:11 --- javac err: ---
02:24:11 X.java:8: error: multi-catch parameter e may not be assigned
02:24:11 			e = new IOException();
02:24:11 			^
02:24:11 1 error
02:24:11 
02:24:11 
02:24:11 
02:24:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:12 --- javac err: ---
02:24:12 X.java:5: error: exception SonOfFoo is never thrown in body of corresponding try statement
02:24:12 		} catch(SonOfFoo | DaughterOfFoo e) {
02:24:12 		  ^
02:24:12 X.java:10: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:12 class Foo extends Exception {}
02:24:12 ^
02:24:12 X.java:11: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:12 class SonOfFoo extends Foo {}
02:24:12 ^
02:24:12 X.java:12: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:12 class DaughterOfFoo extends Foo {}
02:24:12 ^
02:24:12 1 error
02:24:12 3 warnings
02:24:12 
02:24:12 
02:24:12 
02:24:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:14 --- javac err: ---
02:24:14 X.java:8: error: exception SonOfFoo is never thrown in body of corresponding try statement
02:24:14 			} catch (SonOfFoo e1) {
02:24:14 			  ^
02:24:14 X.java:14: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:14 class Foo extends Exception {}
02:24:14 ^
02:24:14 X.java:15: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:14 class SonOfFoo extends Foo {}
02:24:14 ^
02:24:14 X.java:16: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:14 class DaughterOfFoo extends Foo {}
02:24:14 ^
02:24:14 1 error
02:24:14 3 warnings
02:24:14 
02:24:14 
02:24:14 
02:24:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:15 --- javac err: ---
02:24:15 X.java:8: error: exception SonOfFoo is never thrown in body of corresponding try statement
02:24:15 			} catch (SonOfFoo e1) {
02:24:15 			  ^
02:24:15 X.java:15: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:15 class Foo extends Exception {}
02:24:15 ^
02:24:15 X.java:16: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:15 class SonOfFoo extends Foo {}
02:24:15 ^
02:24:15 X.java:17: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:15 class DaughterOfFoo extends Foo {}
02:24:15 ^
02:24:15 1 error
02:24:15 3 warnings
02:24:15 
02:24:15 
02:24:15 
02:24:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:16 --- javac err: ---
02:24:16 X.java:15: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:16 class Foo extends Exception {}
02:24:16 ^
02:24:16 X.java:16: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:16 class SonOfFoo extends Foo {}
02:24:16 ^
02:24:16 X.java:17: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:16 class DaughterOfFoo extends Foo {}
02:24:16 ^
02:24:16 3 warnings
02:24:16 
02:24:16 
02:24:16 
02:24:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:17 --- javac err: ---
02:24:17 X.java:18: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:17 class Foo extends Exception {}
02:24:17 ^
02:24:17 X.java:19: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:17 class SonOfFoo extends Foo {}
02:24:17 ^
02:24:17 X.java:20: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:17 class DaughterOfFoo extends Foo {}
02:24:17 ^
02:24:17 3 warnings
02:24:17 
02:24:17 
02:24:17 
02:24:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:18 --- javac err: ---
02:24:18 X.java:11: error: exception SonOfFoo is never thrown in body of corresponding try statement
02:24:18 				} catch (SonOfFoo e2) {
02:24:18 				  ^
02:24:18 X.java:18: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:18 class Foo extends Exception {}
02:24:18 ^
02:24:18 X.java:19: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:18 class SonOfFoo extends Foo {}
02:24:18 ^
02:24:18 X.java:20: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:18 class DaughterOfFoo extends Foo {}
02:24:18 ^
02:24:18 1 error
02:24:18 3 warnings
02:24:18 
02:24:18 
02:24:18 
02:24:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:19 --- javac err: ---
02:24:19 X.java:12: error: incompatible types: Foo cannot be converted to SonOfFoo
02:24:19         	SonOfFoo s = e;
02:24:19         	             ^
02:24:19 X.java:14: error: cannot find symbol
02:24:19         	e.callableOnlyOnMales();
02:24:19         	 ^
02:24:19   symbol:   method callableOnlyOnMales()
02:24:19   location: variable e of type Foo
02:24:19 X.java:15: error: cannot find symbol
02:24:19         	e.callableOnlyOnFemales();
02:24:19         	 ^
02:24:19   symbol:   method callableOnlyOnFemales()
02:24:19   location: variable e of type Foo
02:24:19 X.java:19: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:19 class Foo extends Exception {
02:24:19 ^
02:24:19 X.java:23: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:19 class SonOfFoo extends Foo {
02:24:19 ^
02:24:19 X.java:27: warning: [serial] serializable class GrandSonOfFoo has no definition of serialVersionUID
02:24:19 class GrandSonOfFoo extends SonOfFoo {}
02:24:19 ^
02:24:19 X.java:28: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:19 class DaughterOfFoo extends Foo {
02:24:19 ^
02:24:19 X.java:32: warning: [serial] serializable class GrandDaughterOfFoo has no definition of serialVersionUID
02:24:19 class GrandDaughterOfFoo extends DaughterOfFoo {}
02:24:19 ^
02:24:19 3 errors
02:24:19 5 warnings
02:24:19 
02:24:19 
02:24:19 
02:24:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:20 --- javac err: ---
02:24:20 X.java:18: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:24:20 class Foo extends Exception {}
02:24:20 ^
02:24:20 X.java:19: warning: [serial] serializable class SonOfFoo has no definition of serialVersionUID
02:24:20 class SonOfFoo extends Foo {}
02:24:20 ^
02:24:20 X.java:20: warning: [serial] serializable class DaughterOfFoo has no definition of serialVersionUID
02:24:20 class DaughterOfFoo extends Foo {}
02:24:20 ^
02:24:20 3 warnings
02:24:20 
02:24:20 
02:24:20 
02:24:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:21 --- javac err: ---
02:24:21 X.java:8: error: illegal start of type
02:24:21 		} catch (final SonOfFoo | final DaughterOfFoo e){
02:24:21 		                          ^
02:24:21 X.java:8: error: ';' expected
02:24:21 		} catch (final SonOfFoo | final DaughterOfFoo e){
02:24:21 		                                               ^
02:24:21 X.java:12: error: illegal start of expression
02:24:21 	public static void main(String[] args) {
02:24:21 	^
02:24:21 3 errors
02:24:21 
02:24:21 
02:24:21 
02:24:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:23 
02:24:23 
02:24:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:24 
02:24:24 
02:24:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:25 --- javac err: ---
02:24:25 X.java:8: error: unexpected type
02:24:25 	} catch (T | NullPointerException e) {}
02:24:25 	         ^
02:24:25   required: class
02:24:25   found:    type parameter T
02:24:25   where T is a type-variable:
02:24:25     T extends Exception declared in class X
02:24:25 1 error
02:24:25 
02:24:25 
02:24:25 
02:24:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:26 --- javac err: ---
02:24:26 X.java:1: error: a generic class may not extend java.lang.Throwable
02:24:26 public class X<T> extends Exception {
02:24:26                           ^
02:24:26 X.java:1: warning: [serial] serializable class X has no definition of serialVersionUID
02:24:26 public class X<T> extends Exception {
02:24:26        ^
02:24:26 1 error
02:24:26 1 warning
02:24:26 
02:24:26 
02:24:26 
02:24:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:27 --- javac err: ---
02:24:27 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
02:24:27         } catch(IOException | FileNotFoundException e) {
02:24:27                               ^
02:24:27   Alternative FileNotFoundException is a subclass of alternative IOException
02:24:27 1 error
02:24:27 
02:24:27 
02:24:27 
02:24:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:28 --- javac err: ---
02:24:28 X.java:9: error: Alternatives in a multi-catch statement cannot be related by subclassing
02:24:28         } catch(FileNotFoundException | IOException e) {
02:24:28                                         ^
02:24:28   Alternative FileNotFoundException is a subclass of alternative IOException
02:24:28 1 error
02:24:28 
02:24:28 
02:24:28 
02:24:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:29 --- javac err: ---
02:24:29 X.java:9: error: exception S has already been caught
02:24:29             } catch (RuntimeException | S f) {
02:24:29               ^
02:24:29 X.java:14: warning: [serial] serializable class F has no definition of serialVersionUID
02:24:29 class F extends Exception {}
02:24:29 ^
02:24:29 X.java:15: warning: [serial] serializable class S has no definition of serialVersionUID
02:24:29 class S extends F {}
02:24:29 ^
02:24:29 X.java:16: warning: [serial] serializable class D has no definition of serialVersionUID
02:24:29 class D extends F {}
02:24:29 ^
02:24:29 1 error
02:24:29 3 warnings
02:24:29 
02:24:29 
02:24:29 
02:24:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:30 
02:24:30 
02:24:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:31 --- javac err: ---
02:24:31 X.java:11: error: unreported exception Exception; must be caught or declared to be thrown
02:24:31             throw ec;
02:24:31             ^
02:24:31 1 error
02:24:31 
02:24:31 
02:24:31 
02:24:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:33 
02:24:33 
02:24:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:34 
02:24:34 
02:24:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:35 --- javac err: ---
02:24:35 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:24:35         try (X x = new X();) {
02:24:35                ^
02:24:35 1 warning
02:24:35 
02:24:35 
02:24:35 
02:24:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:36 --- javac err: ---
02:24:36 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:24:36         try (X x = new X();) {
02:24:36                ^
02:24:36 1 warning
02:24:36 
02:24:37 
02:24:37 
02:24:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:38 --- javac err: ---
02:24:38 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:24:38         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:24:38                ^
02:24:38 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
02:24:38         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:24:38                               ^
02:24:38 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
02:24:38         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:24:38                                              ^
02:24:38 X.java:35: warning: [serial] serializable class XXException has no definition of serialVersionUID
02:24:38 class XXException extends Exception {}
02:24:38 ^
02:24:38 X.java:37: warning: [serial] serializable class YYException has no definition of serialVersionUID
02:24:38 class YYException extends Exception {}
02:24:38 ^
02:24:38 X.java:39: warning: [serial] serializable class ZZException has no definition of serialVersionUID
02:24:38 class ZZException extends Exception {}
02:24:38 ^
02:24:38 X.java:34: warning: [serial] serializable class XException has no definition of serialVersionUID
02:24:38 class XException extends Exception {}
02:24:38 ^
02:24:38 X.java:36: warning: [serial] serializable class YException has no definition of serialVersionUID
02:24:38 class YException extends Exception {}
02:24:38 ^
02:24:38 X.java:38: warning: [serial] serializable class ZException has no definition of serialVersionUID
02:24:38 class ZException extends Exception {}
02:24:38 ^
02:24:38 9 warnings
02:24:38 
02:24:38 
02:24:38 
02:24:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:39 --- javac err: ---
02:24:39 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:24:39         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:24:39                ^
02:24:39 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
02:24:39         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:24:39                               ^
02:24:39 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
02:24:39         try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:24:39                                              ^
02:24:39 X.java:34: warning: [serial] serializable class XXException has no definition of serialVersionUID
02:24:39 class XXException extends Exception {}
02:24:39 ^
02:24:39 X.java:36: warning: [serial] serializable class YYException has no definition of serialVersionUID
02:24:39 class YYException extends Exception {}
02:24:39 ^
02:24:39 X.java:38: warning: [serial] serializable class ZZException has no definition of serialVersionUID
02:24:39 class ZZException extends Exception {}
02:24:39 ^
02:24:39 X.java:33: warning: [serial] serializable class XException has no definition of serialVersionUID
02:24:39 class XException extends Exception {}
02:24:39 ^
02:24:39 X.java:35: warning: [serial] serializable class YException has no definition of serialVersionUID
02:24:39 class YException extends Exception {}
02:24:39 ^
02:24:39 X.java:37: warning: [serial] serializable class ZException has no definition of serialVersionUID
02:24:39 class ZException extends Exception {}
02:24:39 ^
02:24:39 9 warnings
02:24:39 
02:24:39 
02:24:39 
02:24:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:40 --- javac err: ---
02:24:40 X.java:4: error: unexpected type
02:24:40 		} catch (NullPointerException  | ArrayIndexOutOfBoundsException  e []) {
02:24:40 		                                                                   ^
02:24:40   required: class
02:24:40   found:    RuntimeException[]
02:24:40 X.java:5: error: unexpected type
02:24:40 		} catch (ClassCastException [] c) {
02:24:40 		                            ^
02:24:40   required: class
02:24:40   found:    ClassCastException[]
02:24:40 X.java:6: error: unexpected type
02:24:40 		} catch (ArrayStoreException a[]) {
02:24:40 		                              ^
02:24:40   required: class
02:24:40   found:    ArrayStoreException[]
02:24:40 X.java:7: error: unexpected type
02:24:40 		} catch (ArithmeticException | NegativeArraySizeException b[][] ) {
02:24:40 		                                                           ^
02:24:40   required: class
02:24:40   found:    RuntimeException[][]
02:24:40 X.java:8: error: unexpected type
02:24:40 		} catch (ClassCastException[][] | ClassNotFoundException[] g) {
02:24:40 		                           ^
02:24:40   required: class
02:24:40   found:    ClassCastException[][]
02:24:40 X.java:8: error: unexpected type
02:24:40 		} catch (ClassCastException[][] | ClassNotFoundException[] g) {
02:24:40 		                                                        ^
02:24:40   required: class
02:24:40   found:    ClassNotFoundException[]
02:24:40 X.java:8: error: unexpected type
02:24:40 		} catch (ClassCastException[][] | ClassNotFoundException[] g) {
02:24:40 		         ^
02:24:40   required: class
02:24:40   found:    <null>
02:24:40 7 errors
02:24:40 
02:24:40 
02:24:40 
02:24:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:41 
02:24:41 
02:24:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:42 --- javac err: ---
02:24:42 X.java:4: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:24:42         try (Y y1 = new Y(); z1;) {
02:24:42                ^
02:24:42 X.java:4: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
02:24:42         try (Y y1 = new Y(); z1;) {
02:24:42                ^
02:24:42 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:24:42 class Y implements AutoCloseable {
02:24:42 ^
02:24:42 X.java:13: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:24:42 class Z implements AutoCloseable {
02:24:42 ^
02:24:42 4 warnings
02:24:42 
02:24:42 
02:24:42 
02:24:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:42 ***************************************************************************
02:24:42 * Comparison with Sun Javac compiler for class TryWithResourcesStatementTest (null tests)
02:24:42 ***************************************************************************
02:24:44 --- javac err: ---
02:24:44 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
02:24:44 		try (int i = 0) {
02:24:44 		         ^
02:24:44     (int cannot be converted to AutoCloseable)
02:24:44 1 error
02:24:44 
02:24:44 
02:24:44 
02:24:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:45 --- javac err: ---
02:24:45 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
02:24:45 		try (int[] tab = {}) {
02:24:45 		           ^
02:24:45     (int[] cannot be converted to AutoCloseable)
02:24:45 1 error
02:24:45 
02:24:45 
02:24:45 
02:24:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:46 --- javac err: ---
02:24:46 X.java:1: error: X is not abstract and does not override abstract method close() in AutoCloseable
02:24:46 public class X implements AutoCloseable{
02:24:46        ^
02:24:46 1 error
02:24:46 
02:24:46 
02:24:46 
02:24:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:47 --- javac err: ---
02:24:47 X.java:3: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:24:47 		try (Y y = new Y()) { 
02:24:47 		       ^
02:24:47 X.java:7: error: cannot find symbol
02:24:47            Zork z;
02:24:47            ^
02:24:47   symbol:   class Zork
02:24:47   location: class X
02:24:47 X.java:11: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:24:47 class Y implements Managed {
02:24:47 ^
02:24:47 X.java:15: warning: [try] auto-closeable resource Managed has a member method close() that could throw InterruptedException
02:24:47 interface Managed extends AutoCloseable {}
02:24:47 ^
02:24:47 1 error
02:24:47 3 warnings
02:24:47 
02:24:47 
02:24:47 
02:24:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:48 --- javac err: ---
02:24:48 X.java:7: error: variable i is already defined in method main(String[])
02:24:48 			int i = 0;
02:24:48 			    ^
02:24:48 1 error
02:24:48 
02:24:48 
02:24:48 
02:24:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:49 --- javac err: ---
02:24:49 X.java:6: error: variable r is already defined in method main(String[])
02:24:49 			int r = 0;
02:24:49 			    ^
02:24:49 X.java:7: error: int cannot be dereferenced
02:24:49 			while ((s = r.readLine()) != null) {
02:24:49 			             ^
02:24:49 2 errors
02:24:49 
02:24:49 
02:24:49 
02:24:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:50 --- javac err: ---
02:24:50 X.java:5: error: auto-closeable resource r may not be assigned
02:24:50 			r = new FileReader(args[0]);
02:24:50 			^
02:24:50 1 error
02:24:50 
02:24:50 
02:24:50 
02:24:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:51 --- javac err: ---
02:24:51 X.java:5: error: cannot find symbol
02:24:51 		} catch(Zork z) {       }
02:24:51 		        ^
02:24:51   symbol:   class Zork
02:24:51   location: class X
02:24:51 1 error
02:24:51 
02:24:51 
02:24:51 
02:24:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:53 --- javac err: ---
02:24:53 X.java:5: error: auto-closeable resource r may not be assigned
02:24:53 			r = new FileReader(args[0]);
02:24:53 			^
02:24:53 1 error
02:24:53 
02:24:53 
02:24:53 
02:24:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:54 --- javac err: ---
02:24:54 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
02:24:54 		try (Y [] i = null) {
02:24:54 		          ^
02:24:54     (Y[] cannot be converted to AutoCloseable)
02:24:54 1 error
02:24:54 
02:24:54 
02:24:54 
02:24:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:55 --- javac err: ---
02:24:55 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
02:24:55 		try (Y i [] = null) {
02:24:55 		       ^
02:24:55     (Y[] cannot be converted to AutoCloseable)
02:24:55 1 error
02:24:55 
02:24:55 
02:24:55 
02:24:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:56 --- javac err: ---
02:24:56 X.java:4: error: variable i is already defined in method method1(int)
02:24:56 		try (Y i = new Y(); Y i = new Y(); Y p = new Y(); Y k = new Y();) {
02:24:56 		                      ^
02:24:56 X.java:4: error: variable p is already defined in method method1(int)
02:24:56 		try (Y i = new Y(); Y i = new Y(); Y p = new Y(); Y k = new Y();) {
02:24:56 		                                     ^
02:24:56 X.java:4: error: variable k is already defined in method method1(int)
02:24:56 		try (Y i = new Y(); Y i = new Y(); Y p = new Y(); Y k = new Y();) {
02:24:56 		                                                    ^
02:24:56 3 errors
02:24:56 
02:24:56 
02:24:56 
02:24:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:57 --- javac err: ---
02:24:57 X.java:7: error: cannot find symbol
02:24:57            System.out.println(i);
02:24:57                               ^
02:24:57   symbol:   variable i
02:24:57   location: class X
02:24:57 X.java:10: error: cannot find symbol
02:24:57            System.out.println(p);
02:24:57                               ^
02:24:57   symbol:   variable p
02:24:57   location: class X
02:24:57 2 errors
02:24:57 
02:24:57 
02:24:57 
02:24:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:58 --- javac err: ---
02:24:58 X.java:6: error: variable i is already defined in method method1()
02:24:58            } catch (Exception i) {
02:24:58                               ^
02:24:58 X.java:10: error: cannot find symbol
02:24:58            System.out.println(i);
02:24:58                               ^
02:24:58   symbol:   variable i
02:24:58   location: class X
02:24:58 X.java:13: error: cannot find symbol
02:24:58            System.out.println(p);
02:24:58                               ^
02:24:58   symbol:   variable p
02:24:58   location: class X
02:24:58 3 errors
02:24:58 
02:24:58 
02:24:58 
02:24:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:24:59 --- javac err: ---
02:24:59 X.java:13: error: cannot find symbol
02:24:59             System.out.println(y);
02:24:59                                ^
02:24:59   symbol:   variable y
02:24:59   location: class X
02:24:59 1 error
02:24:59 
02:24:59 
02:24:59 
02:24:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:00 --- javac err: ---
02:25:00 X.java:3: error: unreported exception WeirdException; must be caught or declared to be thrown
02:25:00 		try (Y y = new Y();) {
02:25:00 		           ^
02:25:00 X.java:5: error: unreported exception WeirdException; must be caught or declared to be thrown
02:25:00            Y why = new Y();
02:25:00                    ^
02:25:00 X.java:22: warning: [serial] serializable class WeirdException has no definition of serialVersionUID
02:25:00 class WeirdException extends Throwable {}
02:25:00 ^
02:25:00 2 errors
02:25:00 1 warning
02:25:00 
02:25:00 
02:25:00 
02:25:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:01 
02:25:01 
02:25:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:02 --- javac err: ---
02:25:02 X.java:3: error: unreported exception WeirdException; must be caught or declared to be thrown
02:25:02 		try (Y y = new Y();) {
02:25:02 		           ^
02:25:02 X.java:5: error: unreported exception WeirdException; must be caught or declared to be thrown
02:25:02            Y why = new Y();
02:25:02                    ^
02:25:02 X.java:20: warning: [serial] serializable class WeirdException has no definition of serialVersionUID
02:25:02 class WeirdException extends Throwable {}
02:25:02 ^
02:25:02 2 errors
02:25:02 1 warning
02:25:02 
02:25:02 
02:25:02 
02:25:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:04 
02:25:04 
02:25:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:04 --- javac err: ---
02:25:04 X.java:3: error: illegal start of expression
02:25:04 		try () {
02:25:04 		     ^
02:25:04 1 error
02:25:04 
02:25:04 
02:25:04 
02:25:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:06 --- javac err: ---
02:25:06 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:25:06             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:06                    ^
02:25:06 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
02:25:06             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:06                                   ^
02:25:06 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
02:25:06             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:06                                                  ^
02:25:06 X.java:3: error: unreported exception XXException; must be caught or declared to be thrown
02:25:06             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:06                    ^
02:25:06   exception thrown from implicit call to close() on resource variable 'x'
02:25:06 X.java:3: error: unreported exception YYException; must be caught or declared to be thrown
02:25:06             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:06                                   ^
02:25:06   exception thrown from implicit call to close() on resource variable 'y'
02:25:06 X.java:3: error: unreported exception ZZException; must be caught or declared to be thrown
02:25:06             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:06                                                  ^
02:25:06   exception thrown from implicit call to close() on resource variable 'z'
02:25:06 X.java:4: error: unreported exception XXException; must be caught or declared to be thrown
02:25:06             throw new XXException();
02:25:06             ^
02:25:06 X.java:34: warning: [serial] serializable class XException has no definition of serialVersionUID
02:25:06 class XException extends Exception {}
02:25:06 ^
02:25:06 X.java:35: warning: [serial] serializable class XXException has no definition of serialVersionUID
02:25:06 class XXException extends Exception {}
02:25:06 ^
02:25:06 X.java:36: warning: [serial] serializable class YException has no definition of serialVersionUID
02:25:06 class YException extends Exception {}
02:25:06 ^
02:25:06 X.java:37: warning: [serial] serializable class YYException has no definition of serialVersionUID
02:25:06 class YYException extends Exception {}
02:25:06 ^
02:25:06 X.java:38: warning: [serial] serializable class ZException has no definition of serialVersionUID
02:25:06 class ZException extends Exception {}
02:25:06 ^
02:25:06 X.java:39: warning: [serial] serializable class ZZException has no definition of serialVersionUID
02:25:06 class ZZException extends Exception {}
02:25:06 ^
02:25:06 4 errors
02:25:06 9 warnings
02:25:06 
02:25:06 
02:25:06 
02:25:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:07 --- javac err: ---
02:25:07 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
02:25:07 		try (Y i = null) {
02:25:07 		       ^
02:25:07     (Y cannot be converted to AutoCloseable)
02:25:07 1 error
02:25:07 
02:25:07 
02:25:07 
02:25:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:08 --- javac err: ---
02:25:08 X.java:3: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
02:25:08 		try (Y i = null) {
02:25:08 		       ^
02:25:08 X.java:8: error: Y is not abstract and does not override abstract method close() in AutoCloseable
02:25:08 class Y implements AutoCloseable {
02:25:08 ^
02:25:08 X.java:9: error: close() in Y cannot implement close() in AutoCloseable
02:25:08     public int close () { return 0; }
02:25:08                ^
02:25:08   return type int is not compatible with void
02:25:08 2 errors
02:25:08 1 warning
02:25:08 
02:25:08 
02:25:08 
02:25:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:09 --- javac err: ---
02:25:09 X.java:3: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
02:25:09 		try (Y i = null) {
02:25:09 		       ^
02:25:09 X.java:3: error: unreported exception Blah; must be caught or declared to be thrown
02:25:09 		try (Y i = null) {
02:25:09 		       ^
02:25:09   exception thrown from implicit call to close() on resource variable 'i'
02:25:09 X.java:9: error: close() in Y cannot implement close() in AutoCloseable
02:25:09     public void close () throws Blah {}
02:25:09                 ^
02:25:09   overridden method does not throw Blah
02:25:09 X.java:11: warning: [serial] serializable class Blah has no definition of serialVersionUID
02:25:09 class Blah extends Throwable {}
02:25:09 ^
02:25:09 2 errors
02:25:09 2 warnings
02:25:09 
02:25:09 
02:25:09 
02:25:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:10 --- javac err: ---
02:25:10 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:25:10             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:10                    ^
02:25:10 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
02:25:10             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:10                                   ^
02:25:10 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
02:25:10             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:10                                                  ^
02:25:10 X.java:37: warning: [serial] serializable class XException has no definition of serialVersionUID
02:25:10 class XException extends Exception {}
02:25:10 ^
02:25:10 X.java:38: warning: [serial] serializable class XXException has no definition of serialVersionUID
02:25:10 class XXException extends Exception {}
02:25:10 ^
02:25:10 X.java:39: warning: [serial] serializable class YException has no definition of serialVersionUID
02:25:10 class YException extends Exception {}
02:25:10 ^
02:25:10 X.java:40: warning: [serial] serializable class YYException has no definition of serialVersionUID
02:25:10 class YYException extends Exception {}
02:25:10 ^
02:25:10 X.java:41: warning: [serial] serializable class ZException has no definition of serialVersionUID
02:25:10 class ZException extends Exception {}
02:25:10 ^
02:25:10 X.java:42: warning: [serial] serializable class ZZException has no definition of serialVersionUID
02:25:10 class ZZException extends Exception {}
02:25:10 ^
02:25:10 9 warnings
02:25:10 
02:25:10 
02:25:10 
02:25:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:11 --- javac err: ---
02:25:11 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:25:11             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:11                    ^
02:25:11 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
02:25:11             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:11                                   ^
02:25:11 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
02:25:11             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:11                                                  ^
02:25:11 X.java:3: error: unreported exception XXException; must be caught or declared to be thrown
02:25:11             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:11                    ^
02:25:11   exception thrown from implicit call to close() on resource variable 'x'
02:25:11 X.java:3: error: unreported exception YYException; must be caught or declared to be thrown
02:25:11             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:11                                   ^
02:25:11   exception thrown from implicit call to close() on resource variable 'y'
02:25:11 X.java:3: error: unreported exception ZZException; must be caught or declared to be thrown
02:25:11             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:11                                                  ^
02:25:11   exception thrown from implicit call to close() on resource variable 'z'
02:25:11 X.java:4: error: unreported exception XXException; must be caught or declared to be thrown
02:25:11             throw new XXException();
02:25:11             ^
02:25:11 X.java:34: warning: [serial] serializable class XException has no definition of serialVersionUID
02:25:11 class XException extends Exception {}
02:25:11 ^
02:25:11 X.java:35: warning: [serial] serializable class XXException has no definition of serialVersionUID
02:25:11 class XXException extends Exception {}
02:25:11 ^
02:25:11 X.java:36: warning: [serial] serializable class YException has no definition of serialVersionUID
02:25:11 class YException extends Exception {}
02:25:11 ^
02:25:11 X.java:37: warning: [serial] serializable class YYException has no definition of serialVersionUID
02:25:11 class YYException extends Exception {}
02:25:11 ^
02:25:11 X.java:38: warning: [serial] serializable class ZException has no definition of serialVersionUID
02:25:11 class ZException extends Exception {}
02:25:11 ^
02:25:11 X.java:39: warning: [serial] serializable class ZZException has no definition of serialVersionUID
02:25:11 class ZZException extends Exception {}
02:25:11 ^
02:25:11 4 errors
02:25:11 9 warnings
02:25:11 
02:25:11 
02:25:11 
02:25:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:12 --- javac err: ---
02:25:12 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:25:12             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:12                    ^
02:25:12 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
02:25:12             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:12                                   ^
02:25:12 X.java:3: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
02:25:12             try (X x = new X(); Y y = new Y(); Z z = new Z()) {
02:25:12                                                  ^
02:25:12 X.java:37: warning: [serial] serializable class XException has no definition of serialVersionUID
02:25:12 class XException extends Exception {}
02:25:12 ^
02:25:12 X.java:38: warning: [serial] serializable class XXException has no definition of serialVersionUID
02:25:12 class XXException extends Exception {}
02:25:12 ^
02:25:12 X.java:39: warning: [serial] serializable class YException has no definition of serialVersionUID
02:25:12 class YException extends Exception {}
02:25:12 ^
02:25:12 X.java:40: warning: [serial] serializable class YYException has no definition of serialVersionUID
02:25:12 class YYException extends Exception {}
02:25:12 ^
02:25:12 X.java:41: warning: [serial] serializable class ZException has no definition of serialVersionUID
02:25:12 class ZException extends Exception {}
02:25:12 ^
02:25:12 X.java:42: warning: [serial] serializable class ZZException has no definition of serialVersionUID
02:25:12 class ZZException extends Exception {}
02:25:12 ^
02:25:12 9 warnings
02:25:12 
02:25:12 
02:25:12 
02:25:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:14 --- javac err: ---
02:25:14 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:14 public class X implements AutoCloseable {
02:25:14        ^
02:25:14 X.java:3: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:14         try (X x = new X(); Y y = new Y()) {
02:25:14                ^
02:25:14 X.java:3: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:14         try (X x = new X(); Y y = new Y()) {
02:25:14                               ^
02:25:14 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:25:14         try (X x = new X(); Y y = new Y()) {
02:25:14                ^
02:25:14 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
02:25:14         try (X x = new X(); Y y = new Y()) {
02:25:14                               ^
02:25:14 X.java:25: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:14 class Y implements AutoCloseable {
02:25:14 ^
02:25:14 6 warnings
02:25:14 
02:25:14 
02:25:14 
02:25:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:15 --- javac err: ---
02:25:15 X.java:3: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:25:15         try (X x = new X(); Y y = new Y()) {
02:25:15                ^
02:25:15 X.java:3: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
02:25:15         try (X x = new X(); Y y = new Y()) {
02:25:15                               ^
02:25:15 2 warnings
02:25:15 
02:25:15 
02:25:15 
02:25:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:16 
02:25:16 
02:25:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:18 --- javac err: ---
02:25:18 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:18 public class X implements AutoCloseable {
02:25:18        ^
02:25:18 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:18     	try (X x1 = new X(); X x2 = new X()) {
02:25:18     	       ^
02:25:18 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:18     	try (X x1 = new X(); X x2 = new X()) {
02:25:18     	                       ^
02:25:18 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:18             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:18             	       ^
02:25:18 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:18             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:18             	                       ^
02:25:18 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:18             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:18             		       ^
02:25:18 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:18             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:18             		                       ^
02:25:18 X.java:10: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement
02:25:18             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:18             		       ^
02:25:18 X.java:10: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement
02:25:18             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:18             		                       ^
02:25:18 X.java:8: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
02:25:18             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:18             	       ^
02:25:18 X.java:8: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement
02:25:18             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:18             	                       ^
02:25:18 X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
02:25:18     	try (X x1 = new X(); X x2 = new X()) {
02:25:18     	       ^
02:25:18 X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement
02:25:18     	try (X x1 = new X(); X x2 = new X()) {
02:25:18     	                       ^
02:25:18 X.java:29: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:18 class Y implements AutoCloseable {
02:25:18 ^
02:25:18 X.java:37: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:18 class Z implements AutoCloseable {
02:25:18 ^
02:25:18 15 warnings
02:25:18 
02:25:18 
02:25:18 
02:25:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:19 --- javac err: ---
02:25:19 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:19 public class X implements AutoCloseable {
02:25:19        ^
02:25:19 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:19     	try (X x1 = new X(); X x2 = new X()) {
02:25:19     	       ^
02:25:19 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:19     	try (X x1 = new X(); X x2 = new X()) {
02:25:19     	                       ^
02:25:19 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:19             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:19             	       ^
02:25:19 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:19             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:19             	                       ^
02:25:19 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:19             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:19             		       ^
02:25:19 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:19             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:19             		                       ^
02:25:19 X.java:10: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement
02:25:19             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:19             		       ^
02:25:19 X.java:10: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement
02:25:19             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:19             		                       ^
02:25:19 X.java:8: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
02:25:19             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:19             	       ^
02:25:19 X.java:8: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement
02:25:19             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:19             	                       ^
02:25:19 X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
02:25:19     	try (X x1 = new X(); X x2 = new X()) {
02:25:19     	       ^
02:25:19 X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement
02:25:19     	try (X x1 = new X(); X x2 = new X()) {
02:25:19     	                       ^
02:25:19 X.java:36: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:19 class Y implements AutoCloseable {
02:25:19 ^
02:25:19 X.java:45: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:19 class Z implements AutoCloseable {
02:25:19 ^
02:25:19 15 warnings
02:25:19 
02:25:19 
02:25:19 
02:25:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:20 --- javac err: ---
02:25:20 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:20 public class X implements AutoCloseable {
02:25:20        ^
02:25:20 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:20     	try (X x1 = new X(); X x2 = new X()) {
02:25:20     	       ^
02:25:20 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:20     	try (X x1 = new X(); X x2 = new X()) {
02:25:20     	                       ^
02:25:20 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:20             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:20             	       ^
02:25:20 X.java:8: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:20             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:20             	                       ^
02:25:20 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:20             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:20             		       ^
02:25:20 X.java:10: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:20             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:20             		                       ^
02:25:20 X.java:10: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement
02:25:20             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:20             		       ^
02:25:20 X.java:10: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement
02:25:20             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:20             		                       ^
02:25:20 X.java:8: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
02:25:20             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:20             	       ^
02:25:20 X.java:8: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement
02:25:20             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:20             	                       ^
02:25:20 X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
02:25:20     	try (X x1 = new X(); X x2 = new X()) {
02:25:20     	       ^
02:25:20 X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement
02:25:20     	try (X x1 = new X(); X x2 = new X()) {
02:25:20     	                       ^
02:25:20 X.java:29: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:20 class Y implements AutoCloseable {
02:25:20 ^
02:25:20 X.java:37: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:20 class Z implements AutoCloseable {
02:25:20 ^
02:25:20 15 warnings
02:25:20 
02:25:21 
02:25:21 
02:25:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:22 --- javac err: ---
02:25:22 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:22 public class X implements AutoCloseable {
02:25:22        ^
02:25:22 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:22     	try (X x1 = new X(); X x2 = new X()) {
02:25:22     	       ^
02:25:22 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:22     	try (X x1 = new X(); X x2 = new X()) {
02:25:22     	                       ^
02:25:22 X.java:9: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:22             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:22             	       ^
02:25:22 X.java:9: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:22             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:22             	                       ^
02:25:22 X.java:11: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:22             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:22             		       ^
02:25:22 X.java:11: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:22             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:22             		                       ^
02:25:22 X.java:11: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement
02:25:22             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:22             		       ^
02:25:22 X.java:11: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement
02:25:22             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:25:22             		                       ^
02:25:22 X.java:9: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
02:25:22             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:22             	       ^
02:25:22 X.java:9: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement
02:25:22             	try (Y y1 = new Y(); Y y2 = new Y()) {
02:25:22             	                       ^
02:25:22 X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
02:25:22     	try (X x1 = new X(); X x2 = new X()) {
02:25:22     	       ^
02:25:22 X.java:5: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement
02:25:22     	try (X x1 = new X(); X x2 = new X()) {
02:25:22     	                       ^
02:25:22 X.java:34: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:22 class Y implements AutoCloseable {
02:25:22 ^
02:25:22 X.java:42: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:22 class Z implements AutoCloseable {
02:25:22 ^
02:25:22 15 warnings
02:25:22 
02:25:22 
02:25:22 
02:25:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:23 --- javac err: ---
02:25:23 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:23 public class X implements AutoCloseable {
02:25:23        ^
02:25:23 X.java:5: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:23     	try (X x1 = null; Y y = new Y(); Z z = null) {
02:25:23     	       ^
02:25:23 X.java:5: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:23     	try (X x1 = null; Y y = new Y(); Z z = null) {
02:25:23     	                    ^
02:25:23 X.java:5: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:23     	try (X x1 = null; Y y = new Y(); Z z = null) {
02:25:23     	                                   ^
02:25:23 X.java:5: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
02:25:23     	try (X x1 = null; Y y = new Y(); Z z = null) {
02:25:23     	       ^
02:25:23 X.java:5: warning: [try] auto-closeable resource y is never referenced in body of corresponding try statement
02:25:23     	try (X x1 = null; Y y = new Y(); Z z = null) {
02:25:23     	                    ^
02:25:23 X.java:5: warning: [try] auto-closeable resource z is never referenced in body of corresponding try statement
02:25:23     	try (X x1 = null; Y y = new Y(); Z z = null) {
02:25:23     	                                   ^
02:25:23 X.java:18: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:25:23 class Y implements AutoCloseable {
02:25:23 ^
02:25:23 X.java:26: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:25:23 class Z implements AutoCloseable {
02:25:23 ^
02:25:23 9 warnings
02:25:23 
02:25:23 
02:25:23 
02:25:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:24 --- javac err: ---
02:25:24 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:24 		try (A a = new A(); B b = new B()) {
02:25:24 		       ^
02:25:24 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:24 		try (A a = new A(); B b = new B()) {
02:25:24 		                      ^
02:25:24 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:24 			try (C c = new C(); D d = new D();) {
02:25:24 			       ^
02:25:24 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:24 			try (C c = new C(); D d = new D();) {
02:25:24 			                      ^
02:25:24 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:24 				try (E e = new E(); F f = new F()) {
02:25:24 				       ^
02:25:24 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:24 				try (E e = new E(); F f = new F()) {
02:25:24 				                      ^
02:25:24 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:24 				try (E e = new E(); F f = new F()) {
02:25:24 				       ^
02:25:24 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:24 				try (E e = new E(); F f = new F()) {
02:25:24 				                      ^
02:25:24 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:24 			try (C c = new C(); D d = new D();) {
02:25:24 			       ^
02:25:24 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:24 			try (C c = new C(); D d = new D();) {
02:25:24 			                      ^
02:25:24 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:24 		try (A a = new A(); B b = new B()) {
02:25:24 		       ^
02:25:24 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:24 		try (A a = new A(); B b = new B()) {
02:25:24 		                      ^
02:25:24 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:24 class A implements AutoCloseable {
02:25:24 ^
02:25:24 X.java:34: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:24 class B implements AutoCloseable {
02:25:24 ^
02:25:24 X.java:44: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:24 class C implements AutoCloseable {
02:25:24 ^
02:25:24 X.java:54: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:24 class D implements AutoCloseable {
02:25:24 ^
02:25:24 X.java:64: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:24 class E implements AutoCloseable {
02:25:24 ^
02:25:24 X.java:74: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:24 class F implements AutoCloseable {
02:25:24 ^
02:25:24 X.java:84: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:24 class G implements AutoCloseable {
02:25:24 ^
02:25:24 19 warnings
02:25:24 
02:25:25 
02:25:25 
02:25:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:26 --- javac err: ---
02:25:26 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:26 		try (A a = new A(); B b = new B()) {
02:25:26 		       ^
02:25:26 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:26 		try (A a = new A(); B b = new B()) {
02:25:26 		                      ^
02:25:26 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:26 			try (C c = new C(); D d = new D();) {
02:25:26 			       ^
02:25:26 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:26 			try (C c = new C(); D d = new D();) {
02:25:26 			                      ^
02:25:26 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:26 				try (E e = new E(); F f = new F()) {
02:25:26 				       ^
02:25:26 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:26 				try (E e = new E(); F f = new F()) {
02:25:26 				                      ^
02:25:26 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:26 				try (E e = new E(); F f = new F()) {
02:25:26 				       ^
02:25:26 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:26 				try (E e = new E(); F f = new F()) {
02:25:26 				                      ^
02:25:26 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:26 			try (C c = new C(); D d = new D();) {
02:25:26 			       ^
02:25:26 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:26 			try (C c = new C(); D d = new D();) {
02:25:26 			                      ^
02:25:26 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:26 		try (A a = new A(); B b = new B()) {
02:25:26 		       ^
02:25:26 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:26 		try (A a = new A(); B b = new B()) {
02:25:26 		                      ^
02:25:26 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:26 class A implements AutoCloseable {
02:25:26 ^
02:25:26 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:26 class B implements AutoCloseable {
02:25:26 ^
02:25:26 X.java:43: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:26 class C implements AutoCloseable {
02:25:26 ^
02:25:26 X.java:53: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:26 class D implements AutoCloseable {
02:25:26 ^
02:25:26 X.java:63: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:26 class E implements AutoCloseable {
02:25:26 ^
02:25:26 X.java:73: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:26 class F implements AutoCloseable {
02:25:26 ^
02:25:26 X.java:83: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:26 class G implements AutoCloseable {
02:25:26 ^
02:25:26 19 warnings
02:25:26 
02:25:26 
02:25:26 
02:25:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:27 --- javac err: ---
02:25:27 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:27 		try (A a = new A(); B b = new B()) {
02:25:27 		       ^
02:25:27 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:27 		try (A a = new A(); B b = new B()) {
02:25:27 		                      ^
02:25:27 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:27 			try (C c = new C(); D d = new D();) {
02:25:27 			       ^
02:25:27 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:27 			try (C c = new C(); D d = new D();) {
02:25:27 			                      ^
02:25:27 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:27 				try (E e = new E(); F f = new F()) {
02:25:27 				       ^
02:25:27 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:27 				try (E e = new E(); F f = new F()) {
02:25:27 				                      ^
02:25:27 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:27 				try (E e = new E(); F f = new F()) {
02:25:27 				       ^
02:25:27 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:27 				try (E e = new E(); F f = new F()) {
02:25:27 				                      ^
02:25:27 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:27 			try (C c = new C(); D d = new D();) {
02:25:27 			       ^
02:25:27 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:27 			try (C c = new C(); D d = new D();) {
02:25:27 			                      ^
02:25:27 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:27 		try (A a = new A(); B b = new B()) {
02:25:27 		       ^
02:25:27 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:27 		try (A a = new A(); B b = new B()) {
02:25:27 		                      ^
02:25:27 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:27 class A implements AutoCloseable {
02:25:27 ^
02:25:27 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:27 class B implements AutoCloseable {
02:25:27 ^
02:25:27 X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:27 class C implements AutoCloseable {
02:25:27 ^
02:25:27 X.java:52: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:27 class D implements AutoCloseable {
02:25:27 ^
02:25:27 X.java:62: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:27 class E implements AutoCloseable {
02:25:27 ^
02:25:27 X.java:72: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:27 class F implements AutoCloseable {
02:25:27 ^
02:25:27 X.java:82: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:27 class G implements AutoCloseable {
02:25:27 ^
02:25:27 19 warnings
02:25:27 
02:25:28 
02:25:28 
02:25:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:29 --- javac err: ---
02:25:29 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:29 		try (A a = new A(); B b = new B()) {
02:25:29 		       ^
02:25:29 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:29 		try (A a = new A(); B b = new B()) {
02:25:29 		                      ^
02:25:29 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:29 			try (C c = new C(); D d = new D();) {
02:25:29 			       ^
02:25:29 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:29 			try (C c = new C(); D d = new D();) {
02:25:29 			                      ^
02:25:29 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:29 				try (E e = new E(); F f = new F()) {
02:25:29 				       ^
02:25:29 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:29 				try (E e = new E(); F f = new F()) {
02:25:29 				                      ^
02:25:29 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:29 				try (E e = new E(); F f = new F()) {
02:25:29 				       ^
02:25:29 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:29 				try (E e = new E(); F f = new F()) {
02:25:29 				                      ^
02:25:29 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:29 			try (C c = new C(); D d = new D();) {
02:25:29 			       ^
02:25:29 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:29 			try (C c = new C(); D d = new D();) {
02:25:29 			                      ^
02:25:29 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:29 		try (A a = new A(); B b = new B()) {
02:25:29 		       ^
02:25:29 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:29 		try (A a = new A(); B b = new B()) {
02:25:29 		                      ^
02:25:29 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:29 class A implements AutoCloseable {
02:25:29 ^
02:25:29 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:29 class B implements AutoCloseable {
02:25:29 ^
02:25:29 X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:29 class C implements AutoCloseable {
02:25:29 ^
02:25:29 X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:29 class D implements AutoCloseable {
02:25:29 ^
02:25:29 X.java:61: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:29 class E implements AutoCloseable {
02:25:29 ^
02:25:29 X.java:71: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:29 class F implements AutoCloseable {
02:25:29 ^
02:25:29 X.java:81: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:29 class G implements AutoCloseable {
02:25:29 ^
02:25:29 19 warnings
02:25:29 
02:25:29 
02:25:29 
02:25:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:30 --- javac err: ---
02:25:30 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:30 		try (A a = new A(); B b = new B()) {
02:25:30 		       ^
02:25:30 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:30 		try (A a = new A(); B b = new B()) {
02:25:30 		                      ^
02:25:30 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:30 			try (C c = new C(); D d = new D();) {
02:25:30 			       ^
02:25:30 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:30 			try (C c = new C(); D d = new D();) {
02:25:30 			                      ^
02:25:30 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:30 				try (E e = new E(); F f = new F()) {
02:25:30 				       ^
02:25:30 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:30 				try (E e = new E(); F f = new F()) {
02:25:30 				                      ^
02:25:30 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:30 				try (E e = new E(); F f = new F()) {
02:25:30 				       ^
02:25:30 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:30 				try (E e = new E(); F f = new F()) {
02:25:30 				                      ^
02:25:30 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:30 			try (C c = new C(); D d = new D();) {
02:25:30 			       ^
02:25:30 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:30 			try (C c = new C(); D d = new D();) {
02:25:30 			                      ^
02:25:30 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:30 		try (A a = new A(); B b = new B()) {
02:25:30 		       ^
02:25:30 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:30 		try (A a = new A(); B b = new B()) {
02:25:30 		                      ^
02:25:30 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:30 class A implements AutoCloseable {
02:25:30 ^
02:25:30 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:30 class B implements AutoCloseable {
02:25:30 ^
02:25:30 X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:30 class C implements AutoCloseable {
02:25:30 ^
02:25:30 X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:30 class D implements AutoCloseable {
02:25:30 ^
02:25:30 X.java:60: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:30 class E implements AutoCloseable {
02:25:30 ^
02:25:30 X.java:70: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:30 class F implements AutoCloseable {
02:25:30 ^
02:25:30 X.java:80: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:30 class G implements AutoCloseable {
02:25:30 ^
02:25:30 19 warnings
02:25:30 
02:25:31 
02:25:31 
02:25:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:32 --- javac err: ---
02:25:32 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:32 		try (A a = new A(); B b = new B()) {
02:25:32 		       ^
02:25:32 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:32 		try (A a = new A(); B b = new B()) {
02:25:32 		                      ^
02:25:32 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:32 			try (C c = new C(); D d = new D();) {
02:25:32 			       ^
02:25:32 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:32 			try (C c = new C(); D d = new D();) {
02:25:32 			                      ^
02:25:32 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:32 				try (E e = new E(); F f = new F()) {
02:25:32 				       ^
02:25:32 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:32 				try (E e = new E(); F f = new F()) {
02:25:32 				                      ^
02:25:32 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:32 				try (E e = new E(); F f = new F()) {
02:25:32 				       ^
02:25:32 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:32 				try (E e = new E(); F f = new F()) {
02:25:32 				                      ^
02:25:32 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:32 			try (C c = new C(); D d = new D();) {
02:25:32 			       ^
02:25:32 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:32 			try (C c = new C(); D d = new D();) {
02:25:32 			                      ^
02:25:32 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:32 		try (A a = new A(); B b = new B()) {
02:25:32 		       ^
02:25:32 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:32 		try (A a = new A(); B b = new B()) {
02:25:32 		                      ^
02:25:32 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:32 class A implements AutoCloseable {
02:25:32 ^
02:25:32 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:32 class B implements AutoCloseable {
02:25:32 ^
02:25:32 X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:32 class C implements AutoCloseable {
02:25:32 ^
02:25:32 X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:32 class D implements AutoCloseable {
02:25:32 ^
02:25:32 X.java:60: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:32 class E implements AutoCloseable {
02:25:32 ^
02:25:32 X.java:69: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:32 class F implements AutoCloseable {
02:25:32 ^
02:25:32 X.java:79: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:32 class G implements AutoCloseable {
02:25:32 ^
02:25:32 19 warnings
02:25:32 
02:25:32 
02:25:32 
02:25:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:34 --- javac err: ---
02:25:34 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:34 		try (A a = new A(); B b = new B()) {
02:25:34 		       ^
02:25:34 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:34 		try (A a = new A(); B b = new B()) {
02:25:34 		                      ^
02:25:34 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:34 			try (C c = new C(); D d = new D();) {
02:25:34 			       ^
02:25:34 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:34 			try (C c = new C(); D d = new D();) {
02:25:34 			                      ^
02:25:34 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:34 				try (E e = new E(); F f = new F()) {
02:25:34 				       ^
02:25:34 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:34 				try (E e = new E(); F f = new F()) {
02:25:34 				                      ^
02:25:34 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:34 				try (E e = new E(); F f = new F()) {
02:25:34 				       ^
02:25:34 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:34 				try (E e = new E(); F f = new F()) {
02:25:34 				                      ^
02:25:34 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:34 			try (C c = new C(); D d = new D();) {
02:25:34 			       ^
02:25:34 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:34 			try (C c = new C(); D d = new D();) {
02:25:34 			                      ^
02:25:34 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:34 		try (A a = new A(); B b = new B()) {
02:25:34 		       ^
02:25:34 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:34 		try (A a = new A(); B b = new B()) {
02:25:34 		                      ^
02:25:34 X.java:24: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:34 class A implements AutoCloseable {
02:25:34 ^
02:25:34 X.java:33: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:34 class B implements AutoCloseable {
02:25:34 ^
02:25:34 X.java:42: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:34 class C implements AutoCloseable {
02:25:34 ^
02:25:34 X.java:51: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:34 class D implements AutoCloseable {
02:25:34 ^
02:25:34 X.java:60: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:34 class E implements AutoCloseable {
02:25:34 ^
02:25:34 X.java:69: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:34 class F implements AutoCloseable {
02:25:34 ^
02:25:34 X.java:78: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:34 class G implements AutoCloseable {
02:25:34 ^
02:25:34 19 warnings
02:25:34 
02:25:34 
02:25:34 
02:25:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:35 --- javac err: ---
02:25:35 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:35 		try (A a = new A(); B b = new B()) {
02:25:35 		       ^
02:25:35 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:35 		try (A a = new A(); B b = new B()) {
02:25:35 		                      ^
02:25:35 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:35 			try (C c = new C(); D d = new D();) {
02:25:35 			       ^
02:25:35 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:35 			try (C c = new C(); D d = new D();) {
02:25:35 			                      ^
02:25:35 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:35 				try (E e = new E(); F f = new F()) {
02:25:35 				       ^
02:25:35 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:35 				try (E e = new E(); F f = new F()) {
02:25:35 				                      ^
02:25:35 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:35 				try (E e = new E(); F f = new F()) {
02:25:35 				       ^
02:25:35 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:35 				try (E e = new E(); F f = new F()) {
02:25:35 				                      ^
02:25:35 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:35 			try (C c = new C(); D d = new D();) {
02:25:35 			       ^
02:25:35 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:35 			try (C c = new C(); D d = new D();) {
02:25:35 			                      ^
02:25:35 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:35 		try (A a = new A(); B b = new B()) {
02:25:35 		       ^
02:25:35 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:35 		try (A a = new A(); B b = new B()) {
02:25:35 		                      ^
02:25:35 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:35 class A implements AutoCloseable {
02:25:35 ^
02:25:35 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:35 class B implements AutoCloseable {
02:25:35 ^
02:25:35 X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:35 class C implements AutoCloseable {
02:25:35 ^
02:25:35 X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:35 class D implements AutoCloseable {
02:25:35 ^
02:25:35 X.java:59: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:35 class E implements AutoCloseable {
02:25:35 ^
02:25:35 X.java:68: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:35 class F implements AutoCloseable {
02:25:35 ^
02:25:35 X.java:77: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:35 class G implements AutoCloseable {
02:25:35 ^
02:25:35 19 warnings
02:25:35 
02:25:35 
02:25:35 
02:25:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:37 --- javac err: ---
02:25:37 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:37 		try (A a = new A(); B b = new B()) {
02:25:37 		       ^
02:25:37 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:37 		try (A a = new A(); B b = new B()) {
02:25:37 		                      ^
02:25:37 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:37 			try (C c = new C(); D d = new D();) {
02:25:37 			       ^
02:25:37 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:37 			try (C c = new C(); D d = new D();) {
02:25:37 			                      ^
02:25:37 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:37 				try (E e = new E(); F f = new F()) {
02:25:37 				       ^
02:25:37 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:37 				try (E e = new E(); F f = new F()) {
02:25:37 				                      ^
02:25:37 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:37 				try (E e = new E(); F f = new F()) {
02:25:37 				       ^
02:25:37 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:37 				try (E e = new E(); F f = new F()) {
02:25:37 				                      ^
02:25:37 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:37 			try (C c = new C(); D d = new D();) {
02:25:37 			       ^
02:25:37 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:37 			try (C c = new C(); D d = new D();) {
02:25:37 			                      ^
02:25:37 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:37 		try (A a = new A(); B b = new B()) {
02:25:37 		       ^
02:25:37 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:37 		try (A a = new A(); B b = new B()) {
02:25:37 		                      ^
02:25:37 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:37 class A implements AutoCloseable {
02:25:37 ^
02:25:37 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:37 class B implements AutoCloseable {
02:25:37 ^
02:25:37 X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:37 class C implements AutoCloseable {
02:25:37 ^
02:25:37 X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:37 class D implements AutoCloseable {
02:25:37 ^
02:25:37 X.java:59: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:37 class E implements AutoCloseable {
02:25:37 ^
02:25:37 X.java:68: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:37 class F implements AutoCloseable {
02:25:37 ^
02:25:37 X.java:76: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:37 class G implements AutoCloseable {
02:25:37 ^
02:25:37 19 warnings
02:25:37 
02:25:37 
02:25:37 
02:25:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:38 --- javac err: ---
02:25:38 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:38 		try (A a = new A(); B b = new B()) {
02:25:38 		       ^
02:25:38 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:38 		try (A a = new A(); B b = new B()) {
02:25:38 		                      ^
02:25:38 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:38 			try (C c = new C(); D d = new D();) {
02:25:38 			       ^
02:25:38 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:38 			try (C c = new C(); D d = new D();) {
02:25:38 			                      ^
02:25:38 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:38 				try (E e = new E(); F f = new F()) {
02:25:38 				       ^
02:25:38 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:38 				try (E e = new E(); F f = new F()) {
02:25:38 				                      ^
02:25:38 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:38 				try (E e = new E(); F f = new F()) {
02:25:38 				       ^
02:25:38 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:38 				try (E e = new E(); F f = new F()) {
02:25:38 				                      ^
02:25:38 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:38 			try (C c = new C(); D d = new D();) {
02:25:38 			       ^
02:25:38 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:38 			try (C c = new C(); D d = new D();) {
02:25:38 			                      ^
02:25:38 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:38 		try (A a = new A(); B b = new B()) {
02:25:38 		       ^
02:25:38 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:38 		try (A a = new A(); B b = new B()) {
02:25:38 		                      ^
02:25:38 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:38 class A implements AutoCloseable {
02:25:38 ^
02:25:38 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:38 class B implements AutoCloseable {
02:25:38 ^
02:25:38 X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:38 class C implements AutoCloseable {
02:25:38 ^
02:25:38 X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:38 class D implements AutoCloseable {
02:25:38 ^
02:25:38 X.java:59: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:38 class E implements AutoCloseable {
02:25:38 ^
02:25:38 X.java:67: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:38 class F implements AutoCloseable {
02:25:38 ^
02:25:38 X.java:75: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:38 class G implements AutoCloseable {
02:25:38 ^
02:25:38 19 warnings
02:25:38 
02:25:38 
02:25:38 
02:25:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:40 --- javac err: ---
02:25:40 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:40 		try (A a = new A(); B b = new B()) {
02:25:40 		       ^
02:25:40 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:40 		try (A a = new A(); B b = new B()) {
02:25:40 		                      ^
02:25:40 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:40 			try (C c = new C(); D d = new D();) {
02:25:40 			       ^
02:25:40 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:40 			try (C c = new C(); D d = new D();) {
02:25:40 			                      ^
02:25:40 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:40 				try (E e = new E(); F f = new F()) {
02:25:40 				       ^
02:25:40 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:40 				try (E e = new E(); F f = new F()) {
02:25:40 				                      ^
02:25:40 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:40 				try (E e = new E(); F f = new F()) {
02:25:40 				       ^
02:25:40 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:40 				try (E e = new E(); F f = new F()) {
02:25:40 				                      ^
02:25:40 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:40 			try (C c = new C(); D d = new D();) {
02:25:40 			       ^
02:25:40 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:40 			try (C c = new C(); D d = new D();) {
02:25:40 			                      ^
02:25:40 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:40 		try (A a = new A(); B b = new B()) {
02:25:40 		       ^
02:25:40 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:40 		try (A a = new A(); B b = new B()) {
02:25:40 		                      ^
02:25:40 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:40 class A implements AutoCloseable {
02:25:40 ^
02:25:40 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:40 class B implements AutoCloseable {
02:25:40 ^
02:25:40 X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:40 class C implements AutoCloseable {
02:25:40 ^
02:25:40 X.java:50: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:40 class D implements AutoCloseable {
02:25:40 ^
02:25:40 X.java:58: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:40 class E implements AutoCloseable {
02:25:40 ^
02:25:40 X.java:66: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:40 class F implements AutoCloseable {
02:25:40 ^
02:25:40 X.java:74: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:40 class G implements AutoCloseable {
02:25:40 ^
02:25:40 19 warnings
02:25:40 
02:25:40 
02:25:40 
02:25:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:41 --- javac err: ---
02:25:41 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:41 		try (A a = new A(); B b = new B()) {
02:25:41 		       ^
02:25:41 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:41 		try (A a = new A(); B b = new B()) {
02:25:41 		                      ^
02:25:41 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:41 			try (C c = new C(); D d = new D();) {
02:25:41 			       ^
02:25:41 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:41 			try (C c = new C(); D d = new D();) {
02:25:41 			                      ^
02:25:41 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:41 				try (E e = new E(); F f = new F()) {
02:25:41 				       ^
02:25:41 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:41 				try (E e = new E(); F f = new F()) {
02:25:41 				                      ^
02:25:41 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:41 				try (E e = new E(); F f = new F()) {
02:25:41 				       ^
02:25:41 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:41 				try (E e = new E(); F f = new F()) {
02:25:41 				                      ^
02:25:41 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:41 			try (C c = new C(); D d = new D();) {
02:25:41 			       ^
02:25:41 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:41 			try (C c = new C(); D d = new D();) {
02:25:41 			                      ^
02:25:41 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:41 		try (A a = new A(); B b = new B()) {
02:25:41 		       ^
02:25:41 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:41 		try (A a = new A(); B b = new B()) {
02:25:41 		                      ^
02:25:41 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:41 class A implements AutoCloseable {
02:25:41 ^
02:25:41 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:41 class B implements AutoCloseable {
02:25:41 ^
02:25:41 X.java:41: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:41 class C implements AutoCloseable {
02:25:41 ^
02:25:41 X.java:49: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:41 class D implements AutoCloseable {
02:25:41 ^
02:25:41 X.java:57: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:41 class E implements AutoCloseable {
02:25:41 ^
02:25:41 X.java:65: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:41 class F implements AutoCloseable {
02:25:41 ^
02:25:41 X.java:73: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:41 class G implements AutoCloseable {
02:25:41 ^
02:25:41 19 warnings
02:25:41 
02:25:42 
02:25:42 
02:25:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:43 --- javac err: ---
02:25:43 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:43 		try (A a = new A(); B b = new B()) {
02:25:43 		       ^
02:25:43 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:43 		try (A a = new A(); B b = new B()) {
02:25:43 		                      ^
02:25:43 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:43 			try (C c = new C(); D d = new D();) {
02:25:43 			       ^
02:25:43 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:43 			try (C c = new C(); D d = new D();) {
02:25:43 			                      ^
02:25:43 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:43 				try (E e = new E(); F f = new F()) {
02:25:43 				       ^
02:25:43 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:43 				try (E e = new E(); F f = new F()) {
02:25:43 				                      ^
02:25:43 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:43 				try (E e = new E(); F f = new F()) {
02:25:43 				       ^
02:25:43 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:43 				try (E e = new E(); F f = new F()) {
02:25:43 				                      ^
02:25:43 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:43 			try (C c = new C(); D d = new D();) {
02:25:43 			       ^
02:25:43 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:43 			try (C c = new C(); D d = new D();) {
02:25:43 			                      ^
02:25:43 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:43 		try (A a = new A(); B b = new B()) {
02:25:43 		       ^
02:25:43 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:43 		try (A a = new A(); B b = new B()) {
02:25:43 		                      ^
02:25:43 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:43 class A implements AutoCloseable {
02:25:43 ^
02:25:43 X.java:32: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:43 class B implements AutoCloseable {
02:25:43 ^
02:25:43 X.java:40: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:43 class C implements AutoCloseable {
02:25:43 ^
02:25:43 X.java:48: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:43 class D implements AutoCloseable {
02:25:43 ^
02:25:43 X.java:56: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:43 class E implements AutoCloseable {
02:25:43 ^
02:25:43 X.java:64: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:43 class F implements AutoCloseable {
02:25:43 ^
02:25:43 X.java:72: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:43 class G implements AutoCloseable {
02:25:43 ^
02:25:43 19 warnings
02:25:43 
02:25:43 
02:25:43 
02:25:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:44 --- javac err: ---
02:25:44 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:44 		try (A a = new A(); B b = new B()) {
02:25:44 		       ^
02:25:44 X.java:4: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:44 		try (A a = new A(); B b = new B()) {
02:25:44 		                      ^
02:25:44 X.java:6: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:44 			try (C c = new C(); D d = new D();) {
02:25:44 			       ^
02:25:44 X.java:6: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:44 			try (C c = new C(); D d = new D();) {
02:25:44 			                      ^
02:25:44 X.java:8: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:44 				try (E e = new E(); F f = new F()) {
02:25:44 				       ^
02:25:44 X.java:8: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:44 				try (E e = new E(); F f = new F()) {
02:25:44 				                      ^
02:25:44 X.java:8: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:44 				try (E e = new E(); F f = new F()) {
02:25:44 				       ^
02:25:44 X.java:8: warning: [try] auto-closeable resource f is never referenced in body of corresponding try statement
02:25:44 				try (E e = new E(); F f = new F()) {
02:25:44 				                      ^
02:25:44 X.java:6: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:44 			try (C c = new C(); D d = new D();) {
02:25:44 			       ^
02:25:44 X.java:6: warning: [try] auto-closeable resource d is never referenced in body of corresponding try statement
02:25:44 			try (C c = new C(); D d = new D();) {
02:25:44 			                      ^
02:25:44 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:44 		try (A a = new A(); B b = new B()) {
02:25:44 		       ^
02:25:44 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:44 		try (A a = new A(); B b = new B()) {
02:25:44 		                      ^
02:25:44 X.java:23: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:44 class A implements AutoCloseable {
02:25:44 ^
02:25:44 X.java:31: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:44 class B implements AutoCloseable {
02:25:44 ^
02:25:44 X.java:39: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:44 class C implements AutoCloseable {
02:25:44 ^
02:25:44 X.java:47: warning: [try] auto-closeable resource D has a member method close() that could throw InterruptedException
02:25:44 class D implements AutoCloseable {
02:25:44 ^
02:25:44 X.java:55: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:44 class E implements AutoCloseable {
02:25:44 ^
02:25:44 X.java:63: warning: [try] auto-closeable resource F has a member method close() that could throw InterruptedException
02:25:44 class F implements AutoCloseable {
02:25:44 ^
02:25:44 X.java:71: warning: [try] auto-closeable resource G has a member method close() that could throw InterruptedException
02:25:44 class G implements AutoCloseable {
02:25:44 ^
02:25:44 19 warnings
02:25:44 
02:25:45 
02:25:45 
02:25:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:46 --- javac err: ---
02:25:46 X.java:4: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:46 		try (A a = new A()) {
02:25:46 		       ^
02:25:46 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:46 		try (A a = new A()) {
02:25:46 		       ^
02:25:46 X.java:19: warning: [try] auto-closeable resource A has a member method close() that could throw InterruptedException
02:25:46 class A implements AutoCloseable {
02:25:46 ^
02:25:46 X.java:25: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:46 		try (B b = new B()) {
02:25:46 		       ^
02:25:46 X.java:25: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:46 		try (B b = new B()) {
02:25:46 		       ^
02:25:46 X.java:39: warning: [try] auto-closeable resource B has a member method close() that could throw InterruptedException
02:25:46 class B implements AutoCloseable {
02:25:46 ^
02:25:46 X.java:45: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:46 		try (C c = new C()) {
02:25:46 		       ^
02:25:46 X.java:45: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:25:46 		try (C c = new C()) {
02:25:46 		       ^
02:25:46 X.java:58: warning: [try] auto-closeable resource C has a member method close() that could throw InterruptedException
02:25:46 class C implements AutoCloseable {
02:25:46 ^
02:25:46 9 warnings
02:25:46 
02:25:46 
02:25:46 
02:25:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:46 --- javac err: ---
02:25:46 javac: invalid flag: -release
02:25:46 Usage: javac <options> <source files>
02:25:46 use --help for a list of possible options
02:25:46 
02:25:46 
02:25:46 
02:25:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:47 --- javac err: ---
02:25:47 X.java:4: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:47 		try (E e = E.CONST) {
02:25:47 		       ^
02:25:47 X.java:4: warning: [try] auto-closeable resource e is never referenced in body of corresponding try statement
02:25:47 		try (E e = E.CONST) {
02:25:47 		       ^
02:25:47 E.java:1: warning: [try] auto-closeable resource E has a member method close() that could throw InterruptedException
02:25:47 public enum E implements AutoCloseable {
02:25:47        ^
02:25:47 3 warnings
02:25:47 
02:25:48 
02:25:48 
02:25:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:49 --- javac err: ---
02:25:49 X.java:3: warning: [try] auto-closeable resource Test has a member method close() that could throw InterruptedException
02:25:49         try (Test t = new Test()) {
02:25:49                   ^
02:25:49 X.java:3: warning: [try] auto-closeable resource t is never referenced in body of corresponding try statement
02:25:49         try (Test t = new Test()) {
02:25:49                   ^
02:25:49 X.java:18: warning: [try] auto-closeable resource Test has a member method close() that could throw InterruptedException
02:25:49 class Test implements AutoCloseable {
02:25:49 ^
02:25:49 3 warnings
02:25:49 
02:25:49 
02:25:49 
02:25:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:50 --- javac err: ---
02:25:50 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
02:25:50         try (Test t = new Test()) {
02:25:50                   ^
02:25:50     (Test cannot be converted to AutoCloseable)
02:25:50 1 error
02:25:50 
02:25:50 
02:25:50 
02:25:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:51 --- javac err: ---
02:25:51 X.java:4: warning: [try] explicit call to close() on an auto-closeable resource
02:25:51 			y.close();
02:25:51 			 ^
02:25:51 X.java:3: error: unreported exception CloneNotSupportedException; must be caught or declared to be thrown
02:25:51 		try (Y y = new Y()) { 
02:25:51 		           ^
02:25:51 X.java:3: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown
02:25:51 		try (Y y = new Y()) { 
02:25:51 		       ^
02:25:51   exception thrown from implicit call to close() on resource variable 'y'
02:25:51 X.java:4: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown
02:25:51 			y.close();
02:25:51 			       ^
02:25:51 X.java:15: warning: [try] auto-closeable resource Managed has a member method close() that could throw InterruptedException
02:25:51 interface Managed extends AutoCloseable {}
02:25:51 ^
02:25:51 3 errors
02:25:51 2 warnings
02:25:51 
02:25:51 
02:25:51 
02:25:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:52 --- javac err: ---
02:25:52 X.java:4: warning: [try] explicit call to close() on an auto-closeable resource
02:25:52 			y.close();
02:25:52 			 ^
02:25:52 X.java:3: error: unreported exception CloneNotSupportedException; must be caught or declared to be thrown
02:25:52 		try (Y y = new Y()) { 
02:25:52 		           ^
02:25:52 X.java:3: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown
02:25:52 		try (Y y = new Y()) { 
02:25:52 		       ^
02:25:52   exception thrown from implicit call to close() on resource variable 'y'
02:25:52 X.java:4: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown
02:25:52 			y.close();
02:25:52 			       ^
02:25:52 X.java:17: warning: [try] auto-closeable resource Managed has a member method close() that could throw InterruptedException
02:25:52 interface Managed extends AutoCloseable {}
02:25:52 ^
02:25:52 3 errors
02:25:52 2 warnings
02:25:52 
02:25:52 
02:25:52 
02:25:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:53 --- javac err: ---
02:25:53 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
02:25:53         try (Object | Integer res = null) {
02:25:53                     ^
02:25:53 X.java:3: error: ')' expected
02:25:53         try (Object | Integer res = null) {
02:25:53                              ^
02:25:53 X.java:3: error: ';' expected
02:25:53         try (Object | Integer res = null) {
02:25:53                                         ^
02:25:53 X.java:4: error: 'catch' without 'try'
02:25:53         } catch (Exception e) {
02:25:53           ^
02:25:53 X.java:7: error: reached end of file while parsing
02:25:53 }
02:25:53  ^
02:25:53 5 errors
02:25:53 
02:25:53 
02:25:53 
02:25:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:54 --- javac err: ---
02:25:54 X.java:3: error: cannot find symbol
02:25:54         try (Object.Integer res = null) {
02:25:54                    ^
02:25:54   symbol:   class Integer
02:25:54   location: class Object
02:25:54 1 error
02:25:54 
02:25:54 
02:25:54 
02:25:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:56 
02:25:56 
02:25:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:57 --- javac err: ---
02:25:57 X.java:5: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:57             try (A b = null) {
02:25:57                    ^
02:25:57 X.java:4: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:57         try (A a = null) {
02:25:57                ^
02:25:57 2 warnings
02:25:57 
02:25:57 
02:25:57 
02:25:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:58 --- javac err: ---
02:25:58 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:58 public class X implements AutoCloseable {
02:25:58        ^
02:25:58 X.java:8: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:58 		try (X a = new X(); X b = new X()) {
02:25:58 		       ^
02:25:58 X.java:8: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:25:58 		try (X a = new X(); X b = new X()) {
02:25:58 		                      ^
02:25:58 X.java:8: warning: [try] auto-closeable resource a is never referenced in body of corresponding try statement
02:25:58 		try (X a = new X(); X b = new X()) {
02:25:58 		       ^
02:25:58 X.java:8: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:25:58 		try (X a = new X(); X b = new X()) {
02:25:58 		                      ^
02:25:58 5 warnings
02:25:58 
02:25:58 
02:25:58 
02:25:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:25:59 --- javac err: ---
02:25:59 X.java:10: warning: [try] auto-closeable resource out is never referenced in body of corresponding try statement
02:25:59          final FileOutputStream out = new FileOutputStream("test.dat")) {
02:25:59                                 ^
02:25:59 1 warning
02:25:59 
02:25:59 
02:25:59 
02:25:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:00 
02:26:00 
02:26:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:02 --- javac err: ---
02:26:02 X.java:1: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:26:02 public class X implements AutoCloseable {
02:26:02        ^
02:26:02 X.java:11: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:26:02     	try (X x1 = new X(); X x2 = new X()) {
02:26:02     	       ^
02:26:02 X.java:11: warning: [try] auto-closeable resource X has a member method close() that could throw InterruptedException
02:26:02     	try (X x1 = new X(); X x2 = new X()) {
02:26:02     	                       ^
02:26:02 X.java:17: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:26:02             	try (Y y1 = new Y(); Y y2 = new Y()) { 
02:26:02             	       ^
02:26:02 X.java:17: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:26:02             	try (Y y1 = new Y(); Y y2 = new Y()) { 
02:26:02             	                       ^
02:26:02 X.java:22: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:26:02             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:26:02             		       ^
02:26:02 X.java:22: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:26:02             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:26:02             		                       ^
02:26:02 X.java:22: warning: [try] auto-closeable resource z1 is never referenced in body of corresponding try statement
02:26:02             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:26:02             		       ^
02:26:02 X.java:22: warning: [try] auto-closeable resource z2 is never referenced in body of corresponding try statement
02:26:02             		try (Z z1 = new Z(); Z z2 = new Z()) {
02:26:02             		                       ^
02:26:02 X.java:17: warning: [try] auto-closeable resource y1 is never referenced in body of corresponding try statement
02:26:02             	try (Y y1 = new Y(); Y y2 = new Y()) { 
02:26:02             	       ^
02:26:02 X.java:17: warning: [try] auto-closeable resource y2 is never referenced in body of corresponding try statement
02:26:02             	try (Y y1 = new Y(); Y y2 = new Y()) { 
02:26:02             	                       ^
02:26:02 X.java:11: warning: [try] auto-closeable resource x1 is never referenced in body of corresponding try statement
02:26:02     	try (X x1 = new X(); X x2 = new X()) {
02:26:02     	       ^
02:26:02 X.java:11: warning: [try] auto-closeable resource x2 is never referenced in body of corresponding try statement
02:26:02     	try (X x1 = new X(); X x2 = new X()) {
02:26:02     	                       ^
02:26:02 X.java:43: warning: [try] auto-closeable resource Y has a member method close() that could throw InterruptedException
02:26:02 class Y implements AutoCloseable {
02:26:02 ^
02:26:02 X.java:52: warning: [try] auto-closeable resource Z has a member method close() that could throw InterruptedException
02:26:02 class Z implements AutoCloseable {
02:26:02 ^
02:26:02 15 warnings
02:26:02 
02:26:02 
02:26:02 
02:26:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:03 --- javac err: ---
02:26:03 X.java:12: warning: [try] auto-closeable resource is is never referenced in body of corresponding try statement
02:26:03         try (InputStream is = url.openStream()) {
02:26:03                          ^
02:26:03 1 warning
02:26:03 
02:26:03 
02:26:03 
02:26:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:05 
02:26:05 
02:26:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:06 
02:26:06 
02:26:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:08 --- javac err: ---
02:26:08 X.java:11: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:26:08         try (X x = new X()) {
02:26:08                ^
02:26:08 1 warning
02:26:08 
02:26:08 
02:26:08 
02:26:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:09 --- javac err: ---
02:26:09 X.java:19: warning: [finally] finally clause cannot complete normally
02:26:09         }
02:26:09         ^
02:26:09 X.java:11: warning: [try] auto-closeable resource x is never referenced in body of corresponding try statement
02:26:09         try (X x = new X()) {
02:26:09                ^
02:26:09 2 warnings
02:26:09 
02:26:09 
02:26:09 
02:26:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:10 --- javac err: ---
02:26:10 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:26:10 		try(AutoCloseable b=(a=new HasAutoCloseable()).a) {
02:26:10 		                  ^
02:26:10 1 warning
02:26:10 
02:26:10 
02:26:10 
02:26:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:11 --- javac err: ---
02:26:11 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:26:11         try(AutoCloseable b=(new HasAutoCloseable()).a){
02:26:11                           ^
02:26:11 X.java:9: error: variable aLocal might not have been initialized
02:26:11        System.out.println(aLocal.toString());       
02:26:11                           ^
02:26:11 1 error
02:26:11 1 warning
02:26:11 
02:26:11 
02:26:11 
02:26:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:13 --- javac err: ---
02:26:13 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:26:13         try(AutoCloseable b=(aLocal = new HasAutoCloseable()).a){
02:26:13                           ^
02:26:13 X.java:9: error: variable aLocal might not have been initialized
02:26:13        System.out.println(aLocal.toString());       
02:26:13                           ^
02:26:13 1 error
02:26:13 1 warning
02:26:13 
02:26:13 
02:26:13 
02:26:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:14 --- javac err: ---
02:26:14 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:26:14 		try(AutoCloseable b=(a=new HasAutoCloseable()).a) {
02:26:14 		                  ^
02:26:14 1 warning
02:26:14 
02:26:14 
02:26:14 
02:26:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:15 --- javac err: ---
02:26:15 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:26:15         try(AutoCloseable b=(new HasAutoCloseable()).a){
02:26:15                           ^
02:26:15 X.java:11: error: variable aLocal might not have been initialized
02:26:15        System.out.println(aLocal.toString());       
02:26:15                           ^
02:26:15 1 error
02:26:15 1 warning
02:26:15 
02:26:15 
02:26:15 
02:26:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:16 --- javac err: ---
02:26:16 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:26:16         try(AutoCloseable b=(aLocal = new HasAutoCloseable()).a){
02:26:16                           ^
02:26:16 X.java:11: error: variable aLocal might not have been initialized
02:26:16        System.out.println(aLocal.toString());       
02:26:16                           ^
02:26:16 1 error
02:26:16 1 warning
02:26:16 
02:26:16 
02:26:16 
02:26:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:17 --- javac err: ---
02:26:17 X.java:4: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:26:17         try(AutoCloseable b=(a=new HasAutoCloseable()).a){
02:26:17                           ^
02:26:17 X.java:6: error: variable a might not have been initialized
02:26:17         	System.out.println(a);
02:26:17         	                   ^
02:26:17 1 error
02:26:17 1 warning
02:26:17 
02:26:17 
02:26:17 
02:26:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:18 --- javac err: ---
02:26:18 X.java:1: warning: [serial] serializable class CheckedException has no definition of serialVersionUID
02:26:18 class CheckedException extends Throwable {}
02:26:18 ^
02:26:18 X.java:5: warning: [try] auto-closeable resource b is never referenced in body of corresponding try statement
02:26:18         try(AutoCloseable b=(a=new HasAutoCloseable()).a){
02:26:18                           ^
02:26:18 X.java:8: error: variable a might not have been initialized
02:26:18             System.out.println(a);
02:26:18                                ^
02:26:18 X.java:10: error: variable a might not have been initialized
02:26:18         	System.out.println(a);
02:26:18         	                   ^
02:26:18 2 errors
02:26:18 2 warnings
02:26:18 
02:26:18 
02:26:18 
02:26:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:20 --- javac err: ---
02:26:20 X.java:5: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
02:26:20         try (I i = getX()) {
02:26:20                ^
02:26:20 1 warning
02:26:20 
02:26:20 
02:26:20 
02:26:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:21 --- javac err: ---
02:26:21 X.java:5: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
02:26:21         try (I i = getX()) {
02:26:21                ^
02:26:21 1 warning
02:26:21 
02:26:21 
02:26:21 
02:26:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:22 --- javac err: ---
02:26:22 X.java:6: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
02:26:22         try (I i = getX()) {
02:26:22                ^
02:26:22 1 warning
02:26:22 
02:26:22 
02:26:22 
02:26:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:23 --- javac err: ---
02:26:23 X.java:6: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
02:26:23         try (I i = getX()) {
02:26:23                ^
02:26:23 1 warning
02:26:23 
02:26:23 
02:26:23 
02:26:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:25 --- javac err: ---
02:26:25 X.java:5: warning: [try] auto-closeable resource i is never referenced in body of corresponding try statement
02:26:25         try (I i = getX()) {
02:26:25                ^
02:26:25 1 warning
02:26:25 
02:26:25 
02:26:25 
02:26:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:27 
02:26:27 
02:26:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:28 --- javac err: ---
02:26:28 Test.java:9: warning: [try] auto-closeable resource c is never referenced in body of corresponding try statement
02:26:28 		try (C c = new C()) {
02:26:28 		       ^
02:26:28 1 warning
02:26:28 
02:26:28 
02:26:28 
02:26:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:29 --- javac err: ---
02:26:29 Stuck.java:8: warning: [try] auto-closeable resource scope is never referenced in body of corresponding try statement
02:26:29                 try (AutoCloseable scope = null) { 
02:26:29                                    ^
02:26:29 1 warning
02:26:29 
02:26:29 
02:26:29 
02:26:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:29 ***************************************************************************
02:26:29 * Comparison with Sun Javac compiler for class GenericsRegressionTest_1_7 (null tests)
02:26:29 ***************************************************************************
02:26:31 
02:26:31 
02:26:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:32 
02:26:32 
02:26:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:33 --- javac err: ---
02:26:33 X.java:4: error: incompatible types: int cannot be converted to String
02:26:33 		x.testFunction(123, "SUCCESS");
02:26:33 		               ^
02:26:33 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:26:33 1 error
02:26:33 
02:26:33 
02:26:33 
02:26:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:34 
02:26:34 
02:26:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:35 --- javac err: ---
02:26:35 X.java:9: error: cannot infer type arguments for X<T>
02:26:35 		X<String> x = new <String>X<>();
02:26:35 		                           ^
02:26:35   reason: cannot use '<>' with explicit type parameters for constructor
02:26:35   where T is a type-variable:
02:26:35     T extends Object declared in class X
02:26:35 X.java:10: error: cannot infer type arguments for X<T>
02:26:35 		X<String> x2 = new <String, Integer>X<>(1);
02:26:35 		                                     ^
02:26:35   reason: cannot use '<>' with explicit type parameters for constructor
02:26:35   where T is a type-variable:
02:26:35     T extends Object declared in class X
02:26:35 2 errors
02:26:35 
02:26:35 
02:26:35 
02:26:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:37 
02:26:37 
02:26:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:38 --- javac err: ---
02:26:38 X.java:11: error: cannot infer type arguments for X<T>
02:26:38 		X<Integer> test = new <String>X<>();
02:26:38 		                               ^
02:26:38   reason: cannot use '<>' with explicit type parameters for constructor
02:26:38   where T is a type-variable:
02:26:38     T extends Object declared in class X
02:26:38 X.java:12: error: cannot infer type arguments for X<T>
02:26:38 		test.x = new <String>X<>();
02:26:38 		                      ^
02:26:38   reason: cannot use '<>' with explicit type parameters for constructor
02:26:38   where T is a type-variable:
02:26:38     T extends Object declared in class X
02:26:38 X.java:13: error: cannot infer type arguments for X<T>
02:26:38 		test.x2 = new <String, Integer>X<>(1);
02:26:38 		                                ^
02:26:38   reason: cannot use '<>' with explicit type parameters for constructor
02:26:38   where T is a type-variable:
02:26:38     T extends Object declared in class X
02:26:38 3 errors
02:26:38 
02:26:38 
02:26:38 
02:26:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:39 
02:26:39 
02:26:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:40 --- javac err: ---
02:26:40 X.java:10: error: cannot infer type arguments for X<T>
02:26:40 		X<String> x2 = new <String, Integer>X<>(1);
02:26:40 		                                     ^
02:26:40   reason: cannot use '<>' with explicit type parameters for constructor
02:26:40   where T is a type-variable:
02:26:40     T extends Object declared in class X
02:26:40 X.java:12: error: cannot infer type arguments for X<T>
02:26:40 		X<String> x3 = new <String, Integer>X<>(i);
02:26:40 		                                     ^
02:26:40   reason: cannot use '<>' with explicit type parameters for constructor
02:26:40   where T is a type-variable:
02:26:40     T extends Object declared in class X
02:26:40 2 errors
02:26:40 
02:26:40 
02:26:40 
02:26:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:41 
02:26:41 
02:26:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:43 --- javac err: ---
02:26:43 X.java:9: warning: [rawtypes] found raw type: X
02:26:43 		X x = new X<>("");
02:26:43 		^
02:26:43   missing type arguments for generic class X<T>
02:26:43   where T is a type-variable:
02:26:43     T extends Object declared in class X
02:26:43 X.java:10: warning: [rawtypes] found raw type: X
02:26:43 		X x2 = new X<>("",1);
02:26:43 		^
02:26:43   missing type arguments for generic class X<T>
02:26:43   where T is a type-variable:
02:26:43     T extends Object declared in class X
02:26:43 2 warnings
02:26:43 
02:26:43 
02:26:43 
02:26:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:44 --- javac err: ---
02:26:44 X.java:2: warning: [rawtypes] found raw type: X
02:26:44 	X f1;
02:26:44 	^
02:26:44   missing type arguments for generic class X<T>
02:26:44   where T is a type-variable:
02:26:44     T extends Object declared in class X
02:26:44 X.java:3: warning: [rawtypes] found raw type: X
02:26:44 	X f2;
02:26:44 	^
02:26:44   missing type arguments for generic class X<T>
02:26:44   where T is a type-variable:
02:26:44     T extends Object declared in class X
02:26:44 X.java:11: warning: [rawtypes] found raw type: X
02:26:44 		X x = new X<>("");
02:26:44 		^
02:26:44   missing type arguments for generic class X<T>
02:26:44   where T is a type-variable:
02:26:44     T extends Object declared in class X
02:26:44 3 warnings
02:26:44 
02:26:44 
02:26:44 
02:26:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:45 --- javac err: ---
02:26:45 X.java:2: error: cannot infer type arguments for String
02:26:45    String s = new String<>("junk");
02:26:45                         ^
02:26:45   reason: cannot use '<>' with non-generic class String
02:26:45 1 error
02:26:45 
02:26:45 
02:26:45 
02:26:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:46 --- javac err: ---
02:26:46 X.java:4: error: incompatible types: int cannot be converted to String
02:26:46 		x.testFunction(1);
02:26:46 		               ^
02:26:46 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:26:46 1 error
02:26:46 
02:26:46 
02:26:46 
02:26:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:47 
02:26:47 
02:26:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:49 
02:26:49 
02:26:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:50 --- javac err: ---
02:26:50 X.java:4: error: incompatible types: int cannot be converted to String
02:26:50 		x.add(1);
02:26:50 		      ^
02:26:50 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:26:50 1 error
02:26:50 
02:26:50 
02:26:50 
02:26:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:51 --- javac err: ---
02:26:51 X.java:4: error: incompatible types: int cannot be converted to String
02:26:51 		X.x.add(1);
02:26:51 		        ^
02:26:51 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:26:51 1 error
02:26:51 
02:26:51 
02:26:51 
02:26:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:53 
02:26:53 
02:26:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:54 
02:26:54 
02:26:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:55 --- javac err: ---
02:26:55 X.java:8: error: incompatible types: cannot infer type arguments for X.X2<>
02:26:55 		X<String>.X2<String> x = new X<>().new X2<>();
02:26:55 		                                         ^
02:26:55     reason: no instance(s) of type variable(s) T exist so that X<Object>.X2<T> conforms to X<String>.X2<String>
02:26:55   where T is a type-variable:
02:26:55     T extends Object declared in class X.X2
02:26:55 1 error
02:26:55 
02:26:55 
02:26:55 
02:26:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:56 --- javac err: ---
02:26:56 X.java:9: warning: [rawtypes] found raw type: X
02:26:56 		X test = new X();
02:26:56 		^
02:26:56   missing type arguments for generic class X<T>
02:26:56   where T is a type-variable:
02:26:56     T extends Object declared in class X
02:26:56 X.java:9: warning: [rawtypes] found raw type: X
02:26:56 		X test = new X();
02:26:56 		             ^
02:26:56   missing type arguments for generic class X<T>
02:26:56   where T is a type-variable:
02:26:56     T extends Object declared in class X
02:26:56 X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X
02:26:56 		test.x = new X<>().new X2<>();
02:26:56 		    ^
02:26:56 X.java:11: warning: [unchecked] unchecked call to methodx(T) as a member of the raw type X.X2
02:26:56 		test.x.methodx("SUCCESS");
02:26:56 		              ^
02:26:56   where T is a type-variable:
02:26:56     T extends Object declared in class X.X2
02:26:56 4 warnings
02:26:56 
02:26:56 
02:26:56 
02:26:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:58 --- javac err: ---
02:26:58 X.java:9: error: incompatible types: cannot infer type arguments for X.X2<>
02:26:58 		X<String>.X2<Integer> x = new X<>().new X2<>();
02:26:58 		                                          ^
02:26:58     reason: no instance(s) of type variable(s) K exist so that X<Object>.X2<K> conforms to X<String>.X2<Integer>
02:26:58   where K is a type-variable:
02:26:58     K extends Object declared in class X.X2
02:26:58 1 error
02:26:58 
02:26:58 
02:26:58 
02:26:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:26:59 --- javac err: ---
02:26:59 X.java:10: warning: [rawtypes] found raw type: X
02:26:59 		X test = new X();		test.x = new X<>().new X2<>();
02:26:59 		^
02:26:59   missing type arguments for generic class X<T>
02:26:59   where T is a type-variable:
02:26:59     T extends Object declared in class X
02:26:59 X.java:10: warning: [rawtypes] found raw type: X
02:26:59 		X test = new X();		test.x = new X<>().new X2<>();
02:26:59 		             ^
02:26:59   missing type arguments for generic class X<T>
02:26:59   where T is a type-variable:
02:26:59     T extends Object declared in class X
02:26:59 X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X
02:26:59 		X test = new X();		test.x = new X<>().new X2<>();
02:26:59 		                 		    ^
02:26:59 X.java:11: warning: [unchecked] unchecked call to methodx(T,K) as a member of the raw type X.X2
02:26:59 		test.x.methodx("SUCCESS",1);
02:26:59 		              ^
02:26:59   where T,K are type-variables:
02:26:59     T extends Object declared in class X
02:26:59     K extends Object declared in class X.X2
02:26:59 4 warnings
02:26:59 
02:26:59 
02:26:59 
02:26:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:00 --- javac err: ---
02:27:00 X.java:8: error: incompatible types: cannot infer type arguments for X.X2<>
02:27:00 		X<String>.X2<String> x = new X<>().new X2<>();
02:27:00 		                                         ^
02:27:00     reason: no instance(s) of type variable(s) T exist so that X<Object>.X2<T> conforms to X<String>.X2<String>
02:27:00   where T is a type-variable:
02:27:00     T extends Object declared in class X.X2
02:27:00 X.java:9: error: incompatible types: int cannot be converted to String
02:27:00 		x.methodx(1);
02:27:00 		          ^
02:27:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:27:00 2 errors
02:27:00 
02:27:00 
02:27:00 
02:27:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:01 --- javac err: ---
02:27:01 X.java:9: warning: [rawtypes] found raw type: X
02:27:01 		X test = new X();
02:27:01 		^
02:27:01   missing type arguments for generic class X<T>
02:27:01   where T is a type-variable:
02:27:01     T extends Object declared in class X
02:27:01 X.java:9: warning: [rawtypes] found raw type: X
02:27:01 		X test = new X();
02:27:01 		             ^
02:27:01   missing type arguments for generic class X<T>
02:27:01   where T is a type-variable:
02:27:01     T extends Object declared in class X
02:27:01 X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X
02:27:01 		test.x = new X<>().new X2<>();
02:27:01 		    ^
02:27:01 X.java:11: warning: [unchecked] unchecked call to methodx(T) as a member of the raw type X.X2
02:27:01 		test.x.methodx(1);
02:27:01 		              ^
02:27:01   where T is a type-variable:
02:27:01     T extends Object declared in class X.X2
02:27:01 4 warnings
02:27:01 
02:27:01 
02:27:01 
02:27:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:02 --- javac err: ---
02:27:02 X.java:9: warning: [rawtypes] found raw type: X
02:27:02 		X test = new X();
02:27:02 		^
02:27:02   missing type arguments for generic class X<T>
02:27:02   where T is a type-variable:
02:27:02     T extends Object declared in class X
02:27:02 X.java:9: warning: [rawtypes] found raw type: X
02:27:02 		X test = new X();
02:27:02 		             ^
02:27:02   missing type arguments for generic class X<T>
02:27:02   where T is a type-variable:
02:27:02     T extends Object declared in class X
02:27:02 X.java:10: warning: [unchecked] unchecked assignment to variable x as member of raw type X
02:27:02 		test.x = new X<>().new X2<>();
02:27:02 		    ^
02:27:02 X.java:11: warning: [unchecked] unchecked call to methodx(T) as a member of the raw type X.X2
02:27:02 		test.x.methodx(1);
02:27:02 		              ^
02:27:02   where T is a type-variable:
02:27:02     T extends Object declared in class X.X2
02:27:02 4 warnings
02:27:02 
02:27:02 
02:27:02 
02:27:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:03 --- javac err: ---
02:27:03 X.java:10: error: incompatible types: cannot infer type arguments for X.X2.X22<>
02:27:03 		X<String> test = new X<>();		X<String>.X2<Integer>.X22<X<String>> x = new X<>().new X2<>().new X22<>();
02:27:03 		                           		                                                                     ^
02:27:03     reason: no instance(s) of type variable(s) I exist so that X<Object>.X2<Object>.X22<I> conforms to X<String>.X2<Integer>.X22<X<String>>
02:27:03   where I is a type-variable:
02:27:03     I extends Object declared in class X.X2.X22
02:27:03 1 error
02:27:03 
02:27:03 
02:27:03 
02:27:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:05 --- javac err: ---
02:27:05 X.java:3: warning: [rawtypes] found raw type: X
02:27:05 		X x = new X<>();
02:27:05 		^
02:27:05   missing type arguments for generic class X<T>
02:27:05   where T is a type-variable:
02:27:05     T extends Object declared in class X
02:27:05 X.java:4: warning: [unchecked] unchecked call to testFunction(T) as a member of the raw type X
02:27:05 		x.testFunction("SUCCESS");
02:27:05 		              ^
02:27:05   where T is a type-variable:
02:27:05     T extends Object declared in class X
02:27:05 2 warnings
02:27:05 
02:27:05 
02:27:05 
02:27:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:06 --- javac err: ---
02:27:06 X.java:2: error: cannot find symbol
02:27:06     Zork z;
02:27:06     ^
02:27:06   symbol:   class Zork
02:27:06   location: class X<T>
02:27:06   where T is a type-variable:
02:27:06     T extends Object declared in class X
02:27:06 1 error
02:27:06 
02:27:06 
02:27:06 
02:27:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:07 
02:27:07 
02:27:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:08 --- javac err: ---
02:27:08 X.java:4: warning: [serial] serializable class StringKeyHashMap has no definition of serialVersionUID
02:27:08 class StringKeyHashMap<V> extends HashMap<String, V>  {  
02:27:08 ^
02:27:08 X.java:7: warning: [serial] serializable class IntegerValueHashMap has no definition of serialVersionUID
02:27:08 class IntegerValueHashMap<K> extends HashMap<K, Integer>  {  
02:27:08 ^
02:27:08 2 warnings
02:27:08 
02:27:09 
02:27:09 
02:27:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:10 --- javac err: ---
02:27:10 X.java:4: warning: [serial] serializable class StringKeyHashMap has no definition of serialVersionUID
02:27:10 class StringKeyHashMap<V> extends HashMap<String, V>  {  
02:27:10 ^
02:27:10 X.java:7: warning: [serial] serializable class IntegerValueHashMap has no definition of serialVersionUID
02:27:10 class IntegerValueHashMap<K> extends HashMap<K, Integer>  {  
02:27:10 ^
02:27:10 X.java:11: error: cannot infer type arguments for StringKeyHashMap<>
02:27:10     Map<String, Integer> m1 = new StringKeyHashMap<>(10);
02:27:10                               ^
02:27:10   reason: cannot infer type-variable(s) V
02:27:10     (actual and formal argument lists differ in length)
02:27:10   where V is a type-variable:
02:27:10     V extends Object declared in class StringKeyHashMap
02:27:10 1 error
02:27:10 2 warnings
02:27:10 
02:27:10 
02:27:10 
02:27:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:11 ----------------------------------------
02:27:11 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0024 - 10
02:27:11 X.java [
02:27:11 import java.util.List;
02:27:11 import java.util.ArrayList;
02:27:11 class X<T> {
02:27:11   public X() {}
02:27:11   X<String> f(List<String> p) {return new X<>();}
02:27:11 }
02:27:11 
02:27:11 ]
02:27:11 
02:27:11 
02:27:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:12 --- javac err: ---
02:27:12 X.java:5: error: incompatible types: X<Object> cannot be converted to X<String>
02:27:12   void f(List<String> p) { Object o = (X<String>) new X<>();}
02:27:12                                                   ^
02:27:12 1 error
02:27:12 
02:27:12 
02:27:12 
02:27:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:14 --- javac err: ---
02:27:14 X.java:12: error: incompatible types: X<Integer> cannot be converted to X<Object>
02:27:14    X<Object> x4 = new X<>(1).idem();
02:27:14                                  ^
02:27:14 1 error
02:27:14 
02:27:14 
02:27:14 
02:27:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:15 --- javac err: ---
02:27:15 X.java:11: error: cannot infer type arguments for X<T>
02:27:15 		X<String> x = new <String, Integer> X<>(1);
02:27:15 		                                     ^
02:27:15   reason: cannot use '<>' with explicit type parameters for constructor
02:27:15   where T is a type-variable:
02:27:15     T extends Object declared in class X
02:27:15 X.java:12: error: cannot infer type arguments for X<String>.Y<U>
02:27:15 		X<String> x2 = x.new <String, Integer> Y<>(1);
02:27:15 		                                        ^
02:27:15   reason: cannot use '<>' with explicit type parameters for constructor
02:27:15   where U is a type-variable:
02:27:15     U extends Object declared in class X.Y
02:27:15 2 errors
02:27:15 
02:27:15 
02:27:15 
02:27:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:16 
02:27:16 
02:27:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:17 --- javac err: ---
02:27:17 X.java:3: error: cannot find symbol
02:27:17     X<String> f2 = new X<>(new Y()); 
02:27:17                                ^
02:27:17   symbol:   class Y
02:27:17   location: class X<T>
02:27:17   where T is a type-variable:
02:27:17     T extends Object declared in class X
02:27:17 1 error
02:27:17 
02:27:17 
02:27:17 
02:27:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:18 --- javac err: ---
02:27:18 X.java:5: error: cannot find symbol
02:27:18     X.I<String> f = new X().new I<>(new Y()); 
02:27:18                                         ^
02:27:18   symbol:   class Y
02:27:18   location: class X
02:27:18 1 error
02:27:18 
02:27:18 
02:27:18 
02:27:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:20 
02:27:20 
02:27:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:21 --- javac err: ---
02:27:21 X.java:5: warning: [rawtypes] found raw type: X
02:27:21     X f = new X<>();
02:27:21     ^
02:27:21   missing type arguments for generic class X<T>
02:27:21   where T is a type-variable:
02:27:21     T extends C,I declared in class X
02:27:21 1 warning
02:27:21 
02:27:21 
02:27:21 
02:27:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:22 
02:27:22 
02:27:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:23 
02:27:23 
02:27:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:24 --- javac err: ---
02:27:24 X.java:7: warning: [rawtypes] found raw type: X
02:27:24     X f2 = getX();
02:27:24     ^
02:27:24   missing type arguments for generic class X<T>
02:27:24   where T is a type-variable:
02:27:24     T extends C,I declared in class X
02:27:24 1 warning
02:27:24 
02:27:24 
02:27:24 
02:27:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:26 --- javac err: ---
02:27:26 X.java:11: error: cannot infer type arguments for X<>
02:27:26 		X<Integer> x1 = new X<>(1,1);
02:27:26 		                ^
02:27:26 X.java:14: error: cannot infer type arguments for X<>
02:27:26 		X<Integer>.Y<String> y1 = new X<>(1,1).new Y<>();
02:27:26 		                          ^
02:27:26 X.java:15: error: cannot infer type arguments for X<>
02:27:26 		X<Integer>.Y<String> y2 = new X<>(1,1).new Y<>(1);
02:27:26 		                          ^
02:27:26 X.java:16: error: cannot infer type arguments for X.Y<>
02:27:26 		X<Integer>.Y<String> y3 = new X<>(1).new Y<>(1);
02:27:26 		                                     ^
02:27:26   reason: cannot infer type-variable(s) K
02:27:26     (actual and formal argument lists differ in length)
02:27:26   where K is a type-variable:
02:27:26     K extends Object declared in class X.Y
02:27:26 X.java:17: error: incompatible types: String cannot be converted to Integer
02:27:26 		X<Integer>.Y<String> y4 = new X<>(1).new Y<>("","");
02:27:26 		                                             ^
02:27:26 X.java:19: error: incompatible types: cannot infer type arguments for X.Y<>
02:27:26 		X<Integer>.Y<String> y6 = new X<>().new Y<>(1,"");
02:27:26 		                                         ^
02:27:26     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
02:27:26   where K is a type-variable:
02:27:26     K extends Object declared in class X.Y
02:27:26 X.java:20: error: incompatible types: cannot infer type arguments for X.Y<>
02:27:26 		X<Integer>.Y<String> y7 = new X<>().new Y<>(1,1);
02:27:26 		                                         ^
02:27:26     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
02:27:26   where K is a type-variable:
02:27:26     K extends Object declared in class X.Y
02:27:26 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:27:26 7 errors
02:27:26 
02:27:26 
02:27:26 
02:27:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:27 --- javac err: ---
02:27:27 X.java:8: error: cannot infer type arguments for X<>
02:27:27 		X<Integer> x1 = new X<>(1,1);
02:27:27 		                ^
02:27:27 1 error
02:27:27 
02:27:27 
02:27:27 
02:27:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:28 --- javac err: ---
02:27:28 X.java:14: error: cannot infer type arguments for X.Y<>
02:27:28 		X<Integer>.Y<String> y4 = new X<>(1).new Y<>("","");
02:27:28 		                                     ^
02:27:28 1 error
02:27:28 
02:27:28 
02:27:28 
02:27:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:29 --- javac err: ---
02:27:29 X.java:14: error: cannot infer type arguments for X<>
02:27:29 		X<Integer> x1 = new X<>(1,1);
02:27:29 		                ^
02:27:29 X.java:18: error: incompatible types: cannot infer type arguments for X<>
02:27:29 		X<Integer> x5 = new X<>("","","");
02:27:29 		                     ^
02:27:29     reason: inference variable T has incompatible bounds
02:27:29       equality constraints: Integer
02:27:29       lower bounds: String
02:27:29   where T is a type-variable:
02:27:29     T extends Object declared in class X
02:27:29 X.java:20: error: cannot infer type arguments for X<>
02:27:29 		X<Integer>.Y<String> y1 = new X<>(1,1).new Y<>();
02:27:29 		                          ^
02:27:29 X.java:21: error: cannot infer type arguments for X<>
02:27:29 		X<Integer>.Y<String> y2 = new X<>("",1).new Y<>("");
02:27:29 		                          ^
02:27:29 X.java:22: error: cannot infer type arguments for X.Y<>
02:27:29 		X<Integer>.Y<String> y3 = new X<>(1).new Y<>(1);
02:27:29 		                                     ^
02:27:29   reason: cannot infer type-variable(s) K
02:27:29     (actual and formal argument lists differ in length)
02:27:29   where K is a type-variable:
02:27:29     K extends Object declared in class X.Y
02:27:29 X.java:25: error: incompatible types: cannot infer type arguments for X.Y<>
02:27:29 		X<Integer>.Y<String> y6 = new X<>().new Y<>(1,"",1);
02:27:29 		                                         ^
02:27:29     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
02:27:29   where K is a type-variable:
02:27:29     K extends Object declared in class X.Y
02:27:29 X.java:26: error: incompatible types: cannot infer type arguments for X.Y<>
02:27:29 		X<Integer>.Y<String> y7 = new X<>().new Y<>("","",1);
02:27:29 		                                         ^
02:27:29     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
02:27:29   where K is a type-variable:
02:27:29     K extends Object declared in class X.Y
02:27:29 7 errors
02:27:29 
02:27:29 
02:27:29 
02:27:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:31 --- javac err: ---
02:27:31 X.java:10: error: cannot infer type arguments for X<>
02:27:31 		X<Integer> x1 = new X<>(1,1);
02:27:31 		                ^
02:27:31 X.java:14: error: incompatible types: cannot infer type arguments for X<>
02:27:31 		X<Integer> x5 = new X<>("","","");
02:27:31 		                     ^
02:27:31     reason: inference variable T has incompatible bounds
02:27:31       equality constraints: Integer
02:27:31       lower bounds: String
02:27:31   where T is a type-variable:
02:27:31     T extends Object declared in class X
02:27:31 2 errors
02:27:31 
02:27:31 
02:27:31 
02:27:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:32 --- javac err: ---
02:27:32 X.java:13: error: cannot infer type arguments for X<>
02:27:32 	X<Integer> x1 = new X<>(1,1);
02:27:32 	                ^
02:27:32 X.java:17: error: incompatible types: cannot infer type arguments for X<>
02:27:32 	X<Integer> x5 = new X<>("","","");
02:27:32 	                     ^
02:27:32     reason: inference variable T has incompatible bounds
02:27:32       equality constraints: Integer
02:27:32       lower bounds: String
02:27:32   where T is a type-variable:
02:27:32     T extends Object declared in class X
02:27:32 X.java:19: error: cannot infer type arguments for X<>
02:27:32 	X<Integer>.Y<String> y1 = new X<>(1,1).new Y<>();
02:27:32 	                          ^
02:27:32 X.java:20: error: cannot infer type arguments for X<>
02:27:32 	X<Integer>.Y<String> y2 = new X<>("",1).new Y<>("");
02:27:32 	                          ^
02:27:32 X.java:21: error: cannot infer type arguments for X.Y<>
02:27:32 	X<Integer>.Y<String> y3 = new X<>(1).new Y<>(1);
02:27:32 	                                     ^
02:27:32   reason: cannot infer type-variable(s) K
02:27:32     (actual and formal argument lists differ in length)
02:27:32   where K is a type-variable:
02:27:32     K extends Object declared in class X.Y
02:27:32 X.java:24: error: incompatible types: cannot infer type arguments for X.Y<>
02:27:32 	X<Integer>.Y<String> y6 = new X<>().new Y<>(1,"",1);
02:27:32 	                                         ^
02:27:32     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
02:27:32   where K is a type-variable:
02:27:32     K extends Object declared in class X.Y
02:27:32 X.java:25: error: incompatible types: cannot infer type arguments for X.Y<>
02:27:32 	X<Integer>.Y<String> y7 = new X<>().new Y<>("","",1);
02:27:32 	                                         ^
02:27:32     reason: no instance(s) of type variable(s) K exist so that X<Object>.Y<K> conforms to X<Integer>.Y<String>
02:27:32   where K is a type-variable:
02:27:32     K extends Object declared in class X.Y
02:27:32 7 errors
02:27:32 
02:27:32 
02:27:32 
02:27:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:33 --- javac err: ---
02:27:33 X.java:9: error: cannot infer type arguments for X<>
02:27:33 	X<Integer> x1 = new X<>(1,1);
02:27:33 	                ^
02:27:33 X.java:13: error: incompatible types: cannot infer type arguments for X<>
02:27:33 	X<Integer> x5 = new X<>("","","");
02:27:33 	                     ^
02:27:33     reason: inference variable T has incompatible bounds
02:27:33       equality constraints: Integer
02:27:33       lower bounds: String
02:27:33   where T is a type-variable:
02:27:33     T extends Object declared in class X
02:27:33 2 errors
02:27:33 
02:27:33 
02:27:33 
02:27:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:34 --- javac err: ---
02:27:34 X.java:14: error: cannot infer type arguments for X.Y<>
02:27:34 		X<Integer>.Y<String> y1 = new X<>().new Y<>(1);
02:27:34 		                                    ^
02:27:34   reason: cannot infer type-variable(s) K
02:27:34     (actual and formal argument lists differ in length)
02:27:34   where K is a type-variable:
02:27:34     K extends Object declared in class X.Y
02:27:34 X.java:15: error: cannot infer type arguments for X.Y<>
02:27:34 		X<Integer>.Y<String> y2 = new X<>(1).new Y<>(1);
02:27:34 		                                     ^
02:27:34   reason: cannot infer type-variable(s) K
02:27:34     (actual and formal argument lists differ in length)
02:27:34   where K is a type-variable:
02:27:34     K extends Object declared in class X.Y
02:27:34 X.java:16: error: cannot infer type arguments for X.Y<>
02:27:34 		X<Integer>.Y<String> y3 = new X<>("","",1).new Y<>(1);
02:27:34 		                                           ^
02:27:34   reason: cannot infer type-variable(s) K
02:27:34     (actual and formal argument lists differ in length)
02:27:34   where K is a type-variable:
02:27:34     K extends Object declared in class X.Y
02:27:34 X.java:17: error: cannot infer type arguments for X<>
02:27:34 		X<Integer>.Y<String> y4 = new X<>(1,"").new Y<>(1,"");
02:27:34 		                          ^
02:27:34 4 errors
02:27:34 
02:27:34 
02:27:34 
02:27:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:36 
02:27:36 
02:27:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:37 
02:27:37 
02:27:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:38 
02:27:38 
02:27:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:39 
02:27:39 
02:27:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:40 --- javac err: ---
02:27:40 X.java:7: error: incompatible types: cannot infer type arguments for X.Y<>
02:27:40         X<String>.Y<String> x = new X<>().new Y<>("","");
02:27:40                                                ^
02:27:40     reason: no instance(s) of type variable(s) Z exist so that X<Object>.Y<Z> conforms to X<String>.Y<String>
02:27:40   where Z is a type-variable:
02:27:40     Z extends Object declared in class X.Y
02:27:40 1 error
02:27:40 
02:27:40 
02:27:40 
02:27:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:42 
02:27:42 
02:27:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:43 
02:27:43 
02:27:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:44 
02:27:44 
02:27:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:45 --- javac err: ---
02:27:45 X.java:5: error: cannot find symbol
02:27:45     Zork z;
02:27:45     ^
02:27:45   symbol:   class Zork
02:27:45   location: class X<T>
02:27:45   where T is a type-variable:
02:27:45     T extends Object declared in class X
02:27:45 1 error
02:27:45 
02:27:45 
02:27:45 
02:27:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:46 
02:27:46 
02:27:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:48 --- javac err: ---
02:27:48 X.java:6: error: method does not override or implement a method from a supertype
02:27:48 			void newMethod(){
02:27:48 			     ^
02:27:48   (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype)
02:27:48 1 error
02:27:48 
02:27:48 
02:27:48 
02:27:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:49 
02:27:49 
02:27:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:50 
02:27:50 
02:27:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:52 
02:27:52 
02:27:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:53 --- javac err: ---
02:27:53 X.java:8: warning: [rawtypes] found raw type: AX
02:27:53         X<AX> x4 = new X<AX>(new AX());
02:27:53           ^
02:27:53   missing type arguments for generic class AX<T>
02:27:53   where T is a type-variable:
02:27:53     T extends Object declared in class AX
02:27:53 X.java:8: warning: [rawtypes] found raw type: AX
02:27:53         X<AX> x4 = new X<AX>(new AX());
02:27:53                          ^
02:27:53   missing type arguments for generic class AX<T>
02:27:53   where T is a type-variable:
02:27:53     T extends Object declared in class AX
02:27:53 X.java:8: warning: [rawtypes] found raw type: AX
02:27:53 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052 - 10
02:27:53         X<AX> x4 = new X<AX>(new AX());
02:27:53 X.java [
02:27:53                                  ^
02:27:53 public class X<E> {
02:27:53     X(E e) {}
02:27:53   missing type arguments for generic class AX<T>
02:27:53     X() {}
02:27:53   where T is a type-variable:
02:27:53     public static void main(String[] args) {
02:27:53     T extends Object declared in class AX
02:27:53         X<Number> x = new X<Number>(1);
02:27:53 X.java:9: warning: [rawtypes] found raw type: AX
02:27:53         X<String> x2 = new X<String>("SUCCESS");
02:27:53         X<Integer> x3 = new X<Integer>(1);
02:27:53 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());
02:27:53 		             ^
02:27:53         X<AX> x4 = new X<AX>(new AX());
02:27:53   missing type arguments for generic class AX<T>
02:27:53 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());
02:27:53   where T is a type-variable:
02:27:53 		 X<?> x6 = new X<AX<String>>(new AX<String>());
02:27:53     T extends Object declared in class AX
02:27:53 4 warnings
02:27:53 
02:27:53 		 X<Class<? extends Object>> x7 = new X<Class<? extends Object>>();
02:27:53 	}
02:27:53 ----------------------------------------
02:27:53 }
02:27:53 class AX<T>{}
02:27:53 
02:27:53 ]
02:27:53 
02:27:53 
02:27:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:54 ----------------------------------------
02:27:54 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052b - 10
02:27:54 X.java [
02:27:54 public class X<E> {
02:27:54 	 E eField;
02:27:54 	 E get() { return this.eField; }
02:27:54     X(E e) {}
02:27:54     X(int e, String e2) {}
02:27:54     public static void main(String[] args) {
02:27:54         X<Number> x = new X<Number>(1);
02:27:54         X<String> x2 = new X<String>("SUCCESS");
02:27:54         X<String> x22 = new X<String>(1,"SUCCESS");
02:27:54         X<Integer> x3 = new X<Integer>(1);
02:27:54         String s = foo(new X<String>("aaa"));
02:27:54         String s2 = foo(new X<String>(1,"aaa"));
02:27:54 	}
02:27:54     static String foo(X<String> x) {
02:27:54 		return x.get();
02:27:54     }
02:27:54 }
02:27:54 
02:27:54 ]
02:27:54 
02:27:54 
02:27:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:55 ----------------------------------------
02:27:55 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052c - 10
02:27:55 X.java [
02:27:55 public class X<E> {
02:27:55 	X(String abc, String def) {}
02:27:55 	void foo() {
02:27:55 		X<Integer> x = new X<Integer>("","");
02:27:55 		foo3(new X<Integer>("",""));
02:27:55 	}
02:27:55 	X<Integer> foo2() {
02:27:55 		return new X<Integer>("","");
02:27:55 	}
02:27:55 	void foo3(X<Integer> x) {}
02:27:55 }
02:27:55 ]
02:27:55 
02:27:55 
02:27:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:56 ----------------------------------------
02:27:56 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0052d - 10
02:27:56 X.java [
02:27:56 public class X<E> {
02:27:56     X(E e) {}
02:27:56     X() {}
02:27:56     public static void main(String[] args) {
02:27:56         X<Number> x = new X<Number>(1);
02:27:56 	}
02:27:56 }
02:27:56 class AX<T>{}
02:27:56 
02:27:56 ]
02:27:56 
02:27:56 
02:27:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:57 ----------------------------------------
02:27:57 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0053 - 10
02:27:57 Z.java [
02:27:57 public class Z <T extends ZB> { 
02:27:57     public static void main(String[] args) {
02:27:57         foo(new Z<ZB>());
02:27:57     }
02:27:57     static void foo(Z<ZB> z) {
02:27:57     }
02:27:57 }
02:27:57 class ZB {
02:27:57 }
02:27:57 ]
02:27:57 
02:27:57 
02:27:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:58 ----------------------------------------
02:27:58 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0054 - 10
02:27:58 Y.java [
02:27:58 public class Y<V> {
02:27:58   public static <W extends ABC> Y<W> make(Class<W> clazz) {
02:27:58     return new Y<W>();
02:27:58   }
02:27:58 }
02:27:58 class ABC{}
02:27:58 
02:27:58 ]
02:27:58 
02:27:58 
02:27:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:27:59 ----------------------------------------
02:27:59 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0055 - 10
02:27:59 X.java [
02:27:59 public class X<A> {
02:27:59   class Inner<B> { }
02:27:59   static class Inner2<C> { }
02:27:59 
02:27:59   void method() {
02:27:59     X<String>.Inner<Integer> a= new X<String>().new Inner<Integer>();
02:27:59     X<String>.Inner<Integer> a1= new X<String>().new Inner<>();
02:27:59     Inner<Integer> b= new X<A>().new Inner<Integer>();
02:27:59     Inner<Integer> c= new Inner<Integer>();
02:27:59     X<A>.Inner<Integer> e= new X<A>().new Inner<Integer>();
02:27:59     X<A>.Inner<Integer> f= new Inner<Integer>();
02:27:59     X.Inner2<Integer> d3 = new X.Inner2<Integer>();
02:27:59   }
02:27:59 }
02:27:59 
02:27:59 ]
02:27:59 
02:27:59 
02:27:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:00 --- javac err: ---
02:28:00 X.java:3: error: incompatible types: X<Exception>.Item<Thread> cannot be converted to X<String>.Item<Thread>
02:28:00 		X<String>.Item<Thread> i = new X<Exception>().new Item<Thread>();
02:28:00 		                                              ^
02:28:00 1 error
02:28:00 
02:28:00 
02:28:00 
02:28:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:02 ----------------------------------------
02:28:02 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0056b - 10
02:28:02 X.java [
02:28:02 public class X <T> {
02:28:02 	static class X1<Z> {
02:28:02 		X1(Z z){}
02:28:02 	}
02:28:02 	X1<Integer> x1 = new X.X1<Integer>(1);
02:28:02 	X1<Number> x2 = new X.X1<Number>(1);
02:28:02 }
02:28:02 
02:28:02 ]
02:28:02 
02:28:02 
02:28:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:03 ----------------------------------------
02:28:03 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0056c - 10
02:28:03 X.java [
02:28:03 public class X <T> {
02:28:03 	X(T t){}
02:28:03 	class X1<Z> {
02:28:03 		X1(Z z){}
02:28:03 	}
02:28:03 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);
02:28:03 }
02:28:03 
02:28:03 ]
02:28:03 
02:28:03 
02:28:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:04 ----------------------------------------
02:28:04 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0057 - 10
02:28:04 X.java [
02:28:04 public class X {
02:28:04 	void test() {
02:28:04 		Pair<Double, Integer> p = new InvertedPair<Integer, Double>();
02:28:04 	}
02:28:04 }
02:28:04 class Pair<A, B> {
02:28:04 }
02:28:04 class InvertedPair<A, B> extends Pair<B, A> {
02:28:04 }
02:28:04 
02:28:04 ]
02:28:04 
02:28:04 
02:28:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:05 ----------------------------------------
02:28:05 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0058 - 10
02:28:05 X.java [
02:28:05 import java.util.ArrayList;
02:28:05 
02:28:05 public class X {
02:28:05     public void test(boolean param) {
02:28:05         ArrayList<?> ls = (param) 
02:28:05         		? new ArrayList<String>()
02:28:05         		: new ArrayList<Object>();
02:28:05         		
02:28:05     }
02:28:05 }
02:28:05 
02:28:05 ]
02:28:05 
02:28:05 
02:28:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:06 
02:28:06 
02:28:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:07 
02:28:07 
02:28:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:09 ----------------------------------------
02:28:09 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0060 - 10
02:28:09 X.java [
02:28:09 import java.util.ArrayList;
02:28:09 import java.util.List;
02:28:09 
02:28:09 public class X {
02:28:09 	 public void foo() {
02:28:09     	new ArrayList<>();
02:28:09 	 }
02:28:09 }
02:28:09 
02:28:09 ]
02:28:09 
02:28:09 
02:28:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:10 ----------------------------------------
02:28:10 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test0060a - 10
02:28:10 X.java [
02:28:10 
02:28:10 public class X {
02:28:10 	 public void foo() {
02:28:10     	new java.util.ArrayList<>();
02:28:10 	 }
02:28:10 }
02:28:10 
02:28:10 ]
02:28:10 
02:28:10 
02:28:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:11 --- javac err: ---
02:28:11 X.java:5: error: unreported exception IOException; must be caught or declared to be thrown
02:28:11 		FileSystems.<String, Object>newFileSystem(uri, Collections.emptyMap());
02:28:11 		                                         ^
02:28:11 1 error
02:28:11 
02:28:11 
02:28:11 
02:28:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:12 --- javac err: ---
02:28:12 X.java:7: warning: [rawtypes] found raw type: X
02:28:12 		X.testFunction(new X("hello").getField());
02:28:12 		                   ^
02:28:12   missing type arguments for generic class X<T>
02:28:12   where T is a type-variable:
02:28:12     T extends Object declared in class X
02:28:12 X.java:7: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
02:28:12 		X.testFunction(new X("hello").getField());
02:28:12 		               ^
02:28:12   where T is a type-variable:
02:28:12     T extends Object declared in class X
02:28:12 2 warnings
02:28:12 
02:28:12 
02:28:12 
02:28:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:13 --- javac err: ---
02:28:13 X.java:12: warning: [rawtypes] found raw type: X
02:28:13 		X.testFunction(new X("hello"));
02:28:13 		                   ^
02:28:13   missing type arguments for generic class X<T>
02:28:13   where T is a type-variable:
02:28:13     T extends Object declared in class X
02:28:13 X.java:12: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
02:28:13 		X.testFunction(new X("hello"));
02:28:13 		               ^
02:28:13   where T is a type-variable:
02:28:13     T extends Object declared in class X
02:28:13 X.java:12: warning: [unchecked] unchecked method invocation: method testFunction in class X is applied to given types
02:28:13 		X.testFunction(new X("hello"));
02:28:13 		              ^
02:28:13   required: X<String>
02:28:13   found: X
02:28:13 X.java:12: warning: [unchecked] unchecked conversion
02:28:13 		X.testFunction(new X("hello"));
02:28:13 		               ^
02:28:13   required: X<String>
02:28:13   found:    X
02:28:13 4 warnings
02:28:13 
02:28:14 
02:28:14 
02:28:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:15 --- javac err: ---
02:28:15 X.java:7: warning: [rawtypes] found raw type: X
02:28:15 		X<?> x1 = new X(1).get("");
02:28:15 		              ^
02:28:15   missing type arguments for generic class X<T>
02:28:15   where T is a type-variable:
02:28:15     T extends Object declared in class X
02:28:15 X.java:7: warning: [unchecked] unchecked call to X(T) as a member of the raw type X
02:28:15 		X<?> x1 = new X(1).get("");
02:28:15 		          ^
02:28:15   where T is a type-variable:
02:28:15     T extends Object declared in class X
02:28:15 X.java:7: warning: [unchecked] unchecked call to get(T) as a member of the raw type X
02:28:15 		X<?> x1 = new X(1).get("");
02:28:15 		                      ^
02:28:15   where T is a type-variable:
02:28:15     T extends Object declared in class X
02:28:15 X.java:8: error: incompatible types: String cannot be converted to Integer
02:28:15 		X<?> x2 = new X<>(1).get("");
02:28:15 		                         ^
02:28:15 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:28:15 1 error
02:28:15 3 warnings
02:28:15 
02:28:15 
02:28:15 
02:28:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:16 --- javac err: ---
02:28:16 X.java:2: warning: [rawtypes] found raw type: C
02:28:16     B<C, ? extends C<C>, ? extends C<C>> b = new B<>();
02:28:16       ^
02:28:16   missing type arguments for generic class C<T>
02:28:16   where T is a type-variable:
02:28:16     T extends Object declared in class C
02:28:16 X.java:2: warning: [rawtypes] found raw type: C
02:28:16     B<C, ? extends C<C>, ? extends C<C>> b = new B<>();
02:28:16                      ^
02:28:16   missing type arguments for generic class C<T>
02:28:16   where T is a type-variable:
02:28:16     T extends Object declared in class C
02:28:16 X.java:2: warning: [rawtypes] found raw type: C
02:28:16     B<C, ? extends C<C>, ? extends C<C>> b = new B<>();
02:28:16                                      ^
02:28:16   missing type arguments for generic class C<T>
02:28:16   where T is a type-variable:
02:28:16     T extends Object declared in class C
02:28:16 3 warnings
02:28:16 
02:28:16 
02:28:16 
02:28:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:17 
02:28:17 
02:28:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:18 --- javac err: ---
02:28:18 X.java:1: error: class HashMap is public, should be declared in a file named HashMap.java
02:28:18 public class HashMap<K, V> {
02:28:18        ^
02:28:18 1 error
02:28:18 
02:28:18 
02:28:18 
02:28:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:19 --- javac err: ---
02:28:19 X.java:1: error: class HashMap is public, should be declared in a file named HashMap.java
02:28:19 public class HashMap<K, V> {
02:28:19        ^
02:28:19 1 error
02:28:19 
02:28:19 
02:28:19 
02:28:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:21 
02:28:21 
02:28:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:22 
02:28:22 
02:28:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:23 --- javac err: ---
02:28:23 X.java:20: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter elements
02:28:23 		return elements;
02:28:23 		       ^
02:28:23 1 warning
02:28:23 
02:28:23 
02:28:23 
02:28:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:25 ----------------------------------------
02:28:25 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7#test448028 - 10
02:28:25 X.java [
02:28:25 public class X {
02:28:25 
02:28:25   public static interface I {/*empty*/}
02:28:25 
02:28:25   public static class C
02:28:25     implements I {/*empty*/}
02:28:25 
02:28:25   public static class W<T extends I>
02:28:25     implements I {
02:28:25 
02:28:25     // --- problem is triggered only, when there is a vararg-parameter
02:28:25     public W(final T t, final Object... o) {
02:28:25       super();
02:28:25     }
02:28:25   }
02:28:25 
02:28:25   // --- needed to trigger problem
02:28:25   public static final <T> T inspect(final T t) {
02:28:25     return t;
02:28:25   }
02:28:25 
02:28:25   // --- this compiles ok when having JDK Compilance set to 1.7 !
02:28:25   public static final W<C> err1() {
02:28:25     final C c = new C();
02:28:25     final Object o = new Object();
02:28:25     return inspect(new W<>(c, o)); // - ERROR: Cannot infer type arguments for W<> F.java
02:28:25   }
02:28:25 
02:28:25   public static final W<C> wrn1() {
02:28:25     final C c = new C();
02:28:25     final Object o = new Object();
02:28:25     // --- giving the type-parameter yields a warning
02:28:25     // --- comparing that to the error of method err1() it does not make much sense
02:28:25     return inspect(new W<C>(c, o)); // - WARNING: Redundant specification of type arguments <F.C> F.java
02:28:25   }
02:28:25 
02:28:25   public static final W<C> ok1() {
02:28:25     final C c = new C();
02:28:25     // --- no extra vararg-paramaeter
02:28:25     return inspect(new W<>(c)); // - OK
02:28:25   }
02:28:25 
02:28:25   public static final W<C> ok2() {
02:28:25     final C c = new C();
02:28:25     final Object o = new Object();
02:28:25     // --- no check-method
02:28:25     return new W<>(c, o); // - OK
02:28:25   }
02:28:25 
02:28:25   public static final W<C> ok3() {
02:28:25     final C c = new C();
02:28:25     // --- no check-method
02:28:25     return new W<>(c); // - OK
02:28:25   }
02:28:25 
02:28:25   public static final W<C> ok4() {
02:28:25     final C c = new C();
02:28:25     final Object o = new Object();
02:28:25     // --- this also compiles (my solution for now)
02:28:25     final W<C> w = new W<>(c, o);
02:28:25     return inspect(w);
02:28:25   }
02:28:25 }
02:28:25 
02:28:25 ]
02:28:25 
02:28:25 
02:28:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:26 
02:28:26 
02:28:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:27 --- javac err: ---
02:28:27 QueryAtom.java:2: warning: auxiliary class SingularAttribute in Test.java should not be accessed from outside its own source file
02:28:27 	public QueryAtom(SingularAttribute<? super T, P> path) {
02:28:27 	                 ^
02:28:27 SubqueryIn.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type QueryAtom<S,P>
02:28:27 	public SubqueryIn(QueryAtom<S, P>... subqueryAtoms) {
02:28:27 	                                     ^
02:28:27   where S,P are type-variables:
02:28:27     S extends Object declared in class SubqueryIn
02:28:27     P extends Object declared in class SubqueryIn
02:28:27 Test.java:9: warning: [unchecked] unchecked generic array creation for varargs parameter of type QueryAtom<PGroepAccount,PAccount>[]
02:28:27 		recordFilter(new SubqueryIn<>(new QueryAtom<>(account)));
02:28:27 		             ^
02:28:27 3 warnings
02:28:27 
02:28:27 
02:28:27 
02:28:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:28 
02:28:28 
02:28:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:29 --- javac err: ---
02:28:29 Code.java:11: error: incompatible types: Iterator<CAP#1> cannot be converted to Iterator<String>
02:28:29       Iterator<String> reverseServices = ImmutableList.copyOf(services).reverse().iterator();
02:28:29                                                                                           ^
02:28:29   where CAP#1 is a fresh type-variable:
02:28:29     CAP#1 extends String from capture of ? extends String
02:28:29 1 error
02:28:29 
02:28:29 
02:28:29 
02:28:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:30 --- javac err: ---
02:28:30 Test.java:3: warning: [unchecked] unchecked method invocation: method m in class Test is applied to given types
02:28:30 	X x = m((Class)String.class);
02:28:30 	       ^
02:28:30   required: Class<X>
02:28:30   found: Class
02:28:30   where X is a type-variable:
02:28:30     X extends Object declared in class Test
02:28:30 Test.java:3: warning: [unchecked] unchecked conversion
02:28:30 	X x = m((Class)String.class);
02:28:30 	        ^
02:28:30   required: Class<X>
02:28:30   found:    Class
02:28:30   where X is a type-variable:
02:28:30     X extends Object declared in class Test
02:28:30 Test.java:3: error: incompatible types: Object cannot be converted to X
02:28:30 	X x = m((Class)String.class);
02:28:30 	       ^
02:28:30   where X is a type-variable:
02:28:30     X extends Object declared in class Test
02:28:30 1 error
02:28:30 2 warnings
02:28:30 
02:28:30 
02:28:30 
02:28:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:30 ***************************************************************************
02:28:30 * Comparison with Sun Javac compiler for class PolymorphicSignatureTest (null tests)
02:28:30 ***************************************************************************
02:28:32 
02:28:32 
02:28:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:33 
02:28:33 
02:28:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:34 
02:28:34 
02:28:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:36 
02:28:36 
02:28:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:36 ***************************************************************************
02:28:36 * Comparison with Sun Javac compiler for class Compliance_1_7 (null tests)
02:28:36 ***************************************************************************
02:28:37 
02:28:37 
02:28:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:38 
02:28:38 
02:28:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:39 --- javac err: ---
02:28:39 MyComp.java:2: warning: [rawtypes] found raw type: Comparator
02:28:39 public class MyComp implements Comparator {
02:28:39                                ^
02:28:39   missing type arguments for generic class Comparator<T>
02:28:39   where T is a type-variable:
02:28:39     T extends Object declared in interface Comparator
02:28:39 1 warning
02:28:39 
02:28:40 
02:28:40 
02:28:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:42 
02:28:42 
02:28:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:44 
02:28:44 
02:28:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:45 ----------------------------------------
02:28:45 org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7#testBug490988 - 10
02:28:45 Thing.java [
02:28:45 import java.util.Comparator;
02:28:45 import java.util.Iterator;
02:28:45 public class Thing implements Iterator<Object> {
02:28:45     void breaking() {
02:28:45         Iterator.super.remove(); // not 1.7-compliant (must be an error)
02:28:45         Comparator.naturalOrder(); // not 1.7-compliant (bad error message)
02:28:45     }
02:28:45     @Override
02:28:45     public boolean hasNext() {
02:28:45         return false;
02:28:45     }
02:28:45     @Override
02:28:45     public Object next() {
02:28:45         return null;
02:28:45     }
02:28:45     public static void main(String[] args) {
02:28:45         new Thing().breaking();
02:28:45     }
02:28:45 }
02:28:45 ]
02:28:45 
02:28:45 
02:28:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:45 ***************************************************************************
02:28:45 * Comparison with Sun Javac compiler for class MethodHandleTest (null tests)
02:28:45 ***************************************************************************
02:28:47 
02:28:47 
02:28:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:48 
02:28:48 
02:28:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:49 
02:28:49 
02:28:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:51 
02:28:51 
02:28:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:52 
02:28:52 
02:28:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:54 
02:28:54 
02:28:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:55 
02:28:55 
02:28:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:56 --- javac err: ---
02:28:56 X.java:11: error: cannot find symbol
02:28:56     Zork z;
02:28:56     ^
02:28:56   symbol:   class Zork
02:28:56   location: class X
02:28:56 1 error
02:28:56 
02:28:56 
02:28:56 
02:28:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:57 --- javac err: ---
02:28:57 X.java:11: error: cannot find symbol
02:28:57     Zork z;
02:28:57     ^
02:28:57   symbol:   class Zork
02:28:57   location: class X
02:28:57 1 error
02:28:57 
02:28:57 
02:28:57 
02:28:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:59 
02:28:59 
02:28:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:28:59 ***************************************************************************
02:28:59 * Comparison with Sun Javac compiler for class NegativeTypeAnnotationTest (null tests)
02:28:59 ***************************************************************************
02:29:00 --- javac err: ---
02:29:00 X.java:1: error: cannot find symbol
02:29:00 public class X extends @Marker2 Object {}
02:29:00                         ^
02:29:00   symbol: class Marker2
02:29:00 1 error
02:29:00 
02:29:00 
02:29:00 
02:29:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:01 --- javac err: ---
02:29:01 X.java:2: error: cannot find symbol
02:29:01 public class X implements @Marker2 Serializable {
02:29:01                            ^
02:29:01   symbol: class Marker2
02:29:01 1 error
02:29:01 
02:29:01 
02:29:01 
02:29:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:02 --- javac err: ---
02:29:02 X.java:1: error: cannot find symbol
02:29:02 public class X extends @Marker Object {}
02:29:02                         ^
02:29:02   symbol: class Marker
02:29:02 1 error
02:29:02 
02:29:02 
02:29:02 
02:29:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:03 --- javac err: ---
02:29:03 X.java:1: error: cannot find symbol
02:29:03 public class X<@Marker T> {}
02:29:03                 ^
02:29:03   symbol: class Marker
02:29:03 1 error
02:29:03 
02:29:03 
02:29:03 
02:29:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:04 --- javac err: ---
02:29:04 X.java:1: error: cannot find symbol
02:29:04 public class X<@Marker T> {}
02:29:04                 ^
02:29:04   symbol: class Marker
02:29:04 1 error
02:29:04 
02:29:04 
02:29:04 
02:29:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:05 --- javac err: ---
02:29:05 X.java:1: error: cannot find symbol
02:29:05 public class X extends @A(id="Hello, World!") @B @C('(') Y {
02:29:05                         ^
02:29:05   symbol: class A
02:29:05 X.java:1: error: cannot find symbol
02:29:05 public class X extends @A(id="Hello, World!") @B @C('(') Y {
02:29:05                                                ^
02:29:05   symbol: class B
02:29:05 X.java:1: error: cannot find symbol
02:29:05 public class X extends @A(id="Hello, World!") @B @C('(') Y {
02:29:05                                                   ^
02:29:05   symbol: class C
02:29:05 3 errors
02:29:05 
02:29:05 
02:29:05 
02:29:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:06 --- javac err: ---
02:29:06 X.java:1: error: cannot find symbol
02:29:06 public class X implements @A(id="Hello, World!") I, @B @C('(') J {}
02:29:06                            ^
02:29:06   symbol: class A
02:29:06 X.java:1: error: cannot find symbol
02:29:06 public class X implements @A(id="Hello, World!") I, @B @C('(') J {}
02:29:06                                                      ^
02:29:06   symbol: class B
02:29:06 X.java:1: error: cannot find symbol
02:29:06 public class X implements @A(id="Hello, World!") I, @B @C('(') J {}
02:29:06                                                         ^
02:29:06   symbol: class C
02:29:06 3 errors
02:29:06 
02:29:06 
02:29:06 
02:29:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:07 --- javac err: ---
02:29:07 X.java:1: error: cannot find symbol
02:29:07 public class X extends @A("Hello, World!") Y<@B @C('(') String> {
02:29:07                         ^
02:29:07   symbol: class A
02:29:07 X.java:1: error: cannot find symbol
02:29:07 public class X extends @A("Hello, World!") Y<@B @C('(') String> {
02:29:07                                               ^
02:29:07   symbol: class B
02:29:07 X.java:1: error: cannot find symbol
02:29:07 public class X extends @A("Hello, World!") Y<@B @C('(') String> {
02:29:07                                                  ^
02:29:07   symbol: class C
02:29:07 3 errors
02:29:07 
02:29:07 
02:29:07 
02:29:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:08 --- javac err: ---
02:29:08 X.java:1: error: cannot find symbol
02:29:08 public class X implements I<@A("Hello, World!") String>,  @B J<@C('(') Integer> {}
02:29:08                                                            ^
02:29:08   symbol: class B
02:29:08 X.java:1: error: cannot find symbol
02:29:08 public class X implements I<@A("Hello, World!") String>,  @B J<@C('(') Integer> {}
02:29:08                              ^
02:29:08   symbol: class A
02:29:08 X.java:1: error: cannot find symbol
02:29:08 public class X implements I<@A("Hello, World!") String>,  @B J<@C('(') Integer> {}
02:29:08                                                                 ^
02:29:08   symbol: class C
02:29:08 3 errors
02:29:08 
02:29:08 
02:29:08 
02:29:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:09 --- javac err: ---
02:29:09 X.java:2: error: cannot find symbol
02:29:09 	void foo() throws @A("Hello, World!") E, E1, @B @C('(') E2 {}
02:29:09 	                   ^
02:29:09   symbol:   class A
02:29:09   location: class X
02:29:09 X.java:2: error: cannot find symbol
02:29:09 	void foo() throws @A("Hello, World!") E, E1, @B @C('(') E2 {}
02:29:09 	                                              ^
02:29:09   symbol:   class B
02:29:09   location: class X
02:29:09 X.java:2: error: cannot find symbol
02:29:09 	void foo() throws @A("Hello, World!") E, E1, @B @C('(') E2 {}
02:29:09 	                                                 ^
02:29:09   symbol:   class C
02:29:09   location: class X
02:29:09 3 errors
02:29:09 
02:29:09 
02:29:09 
02:29:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:10 --- javac err: ---
02:29:10 X.java:2: error: cannot find symbol
02:29:10 	void foo(@B(3) X this) {}
02:29:10 	          ^
02:29:10   symbol:   class B
02:29:10   location: class X
02:29:10 1 error
02:29:10 
02:29:10 
02:29:10 
02:29:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:11 --- javac err: ---
02:29:11 X.java:2: error: cannot find symbol
02:29:11 	@B(3) int foo() {
02:29:11 	 ^
02:29:11   symbol:   class B
02:29:11   location: class X
02:29:11 1 error
02:29:11 
02:29:11 
02:29:11 
02:29:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:12 --- javac err: ---
02:29:12 X.java:2: error: cannot find symbol
02:29:12 	@B(3) int field;
02:29:12 	 ^
02:29:12   symbol:   class B
02:29:12   location: class X
02:29:12 1 error
02:29:12 
02:29:12 
02:29:12 
02:29:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:13 --- javac err: ---
02:29:13 X.java:2: error: cannot find symbol
02:29:13 	int foo(@B(3) String s) {
02:29:13 	         ^
02:29:13   symbol:   class B
02:29:13   location: class X
02:29:13 1 error
02:29:13 
02:29:13 
02:29:13 
02:29:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:14 --- javac err: ---
02:29:14 X.java:2: error: cannot find symbol
02:29:14 	int foo(String @B(3) [] s) {
02:29:14 	                ^
02:29:14   symbol:   class B
02:29:14   location: class X
02:29:14 1 error
02:29:14 
02:29:14 
02:29:14 
02:29:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:15 --- javac err: ---
02:29:15 X.java:2: error: cannot find symbol
02:29:15 	int @B(3) [] field;
02:29:15 	     ^
02:29:15   symbol:   class B
02:29:15   location: class X
02:29:15 1 error
02:29:15 
02:29:15 
02:29:15 
02:29:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:16 --- javac err: ---
02:29:16 X.java:1: error: cannot find symbol
02:29:16 public class X<@A @B(3) T> {}
02:29:16                 ^
02:29:16   symbol: class A
02:29:16 X.java:1: error: cannot find symbol
02:29:16 public class X<@A @B(3) T> {}
02:29:16                    ^
02:29:16   symbol: class B
02:29:16 2 errors
02:29:16 
02:29:16 
02:29:16 
02:29:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:17 --- javac err: ---
02:29:17 X.java:2: error: cannot find symbol
02:29:17 	<@A @B(3) T> void foo(T t) {}
02:29:17 	  ^
02:29:17   symbol:   class A
02:29:17   location: class X
02:29:17 X.java:2: error: cannot find symbol
02:29:17 	<@A @B(3) T> void foo(T t) {}
02:29:17 	     ^
02:29:17   symbol:   class B
02:29:17   location: class X
02:29:17 2 errors
02:29:17 
02:29:17 
02:29:17 
02:29:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:19 --- javac err: ---
02:29:19 X.java:1: error: cannot find symbol
02:29:19 public class X<T extends @A Z & @B(3) Cloneable> {}
02:29:19                           ^
02:29:19   symbol: class A
02:29:19 X.java:1: error: cannot find symbol
02:29:19 public class X<T extends @A Z & @B(3) Cloneable> {}
02:29:19                                  ^
02:29:19   symbol: class B
02:29:19 2 errors
02:29:19 
02:29:19 
02:29:19 
02:29:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:20 --- javac err: ---
02:29:20 X.java:1: error: cannot find symbol
02:29:20 public class X<T extends Y<@A String @C[][]@B[]> & @B(3) Cloneable> {}
02:29:20                                       ^
02:29:20   symbol: class C
02:29:20 X.java:1: error: cannot find symbol
02:29:20 public class X<T extends Y<@A String @C[][]@B[]> & @B(3) Cloneable> {}
02:29:20                                             ^
02:29:20   symbol: class B
02:29:20 X.java:1: error: cannot find symbol
02:29:20 public class X<T extends Y<@A String @C[][]@B[]> & @B(3) Cloneable> {}
02:29:20                             ^
02:29:20   symbol: class A
02:29:20 X.java:1: error: cannot find symbol
02:29:20 public class X<T extends Y<@A String @C[][]@B[]> & @B(3) Cloneable> {}
02:29:20                                                     ^
02:29:20   symbol: class B
02:29:20 4 errors
02:29:20 
02:29:20 
02:29:20 
02:29:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:21 --- javac err: ---
02:29:21 X.java:2: error: cannot find symbol
02:29:21 	<T extends @A Z & @B(3) Cloneable> void foo(T t) {}
02:29:21 	            ^
02:29:21   symbol:   class A
02:29:21   location: class X
02:29:21 X.java:2: error: cannot find symbol
02:29:21 	<T extends @A Z & @B(3) Cloneable> void foo(T t) {}
02:29:21 	                   ^
02:29:21   symbol:   class B
02:29:21   location: class X
02:29:21 2 errors
02:29:21 
02:29:21 
02:29:21 
02:29:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:22 --- javac err: ---
02:29:22 X.java:2: error: cannot find symbol
02:29:22 	<T extends Y<@A Z @C[][]@B[]> & @B(3) Cloneable> void foo(T t) {}
02:29:22 	                   ^
02:29:22   symbol:   class C
02:29:22   location: class X
02:29:22 X.java:2: error: cannot find symbol
02:29:22 	<T extends Y<@A Z @C[][]@B[]> & @B(3) Cloneable> void foo(T t) {}
02:29:22 	                         ^
02:29:22   symbol:   class B
02:29:22   location: class X
02:29:22 X.java:2: error: cannot find symbol
02:29:22 	<T extends Y<@A Z @C[][]@B[]> & @B(3) Cloneable> void foo(T t) {}
02:29:22 	              ^
02:29:22   symbol:   class A
02:29:22   location: class X
02:29:22 X.java:2: error: cannot find symbol
02:29:22 	<T extends Y<@A Z @C[][]@B[]> & @B(3) Cloneable> void foo(T t) {}
02:29:22 	                                 ^
02:29:22   symbol:   class B
02:29:22   location: class X
02:29:22 4 errors
02:29:22 
02:29:22 
02:29:22 
02:29:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:23 --- javac err: ---
02:29:23 X.java:3: error: cannot find symbol
02:29:23 		@C int i;
02:29:23 		 ^
02:29:23   symbol:   class C
02:29:23   location: class X
02:29:23 X.java:4: error: cannot find symbol
02:29:23 		@A String [] @B(3)[] tab = new String[][] {};
02:29:23 		              ^
02:29:23   symbol:   class B
02:29:23   location: class X
02:29:23 X.java:4: error: cannot find symbol
02:29:23 		@A String [] @B(3)[] tab = new String[][] {};
02:29:23 		 ^
02:29:23   symbol:   class A
02:29:23   location: class X
02:29:23 3 errors
02:29:23 
02:29:23 
02:29:23 
02:29:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:24 --- javac err: ---
02:29:24 X.java:5: error: cannot find symbol
02:29:24 		X x = new <@A @B(1) String>X(null);
02:29:24 		            ^
02:29:24   symbol:   class A
02:29:24   location: class X
02:29:24 X.java:5: error: cannot find symbol
02:29:24 		X x = new <@A @B(1) String>X(null);
02:29:24 		               ^
02:29:24   symbol:   class B
02:29:24   location: class X
02:29:24 2 errors
02:29:24 
02:29:24 
02:29:24 
02:29:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:25 --- javac err: ---
02:29:25 X.java:5: error: cannot find symbol
02:29:25 		X x = new <@A @B(1) String>X(null);
02:29:25 		            ^
02:29:25   symbol:   class A
02:29:25   location: class X
02:29:25 X.java:5: error: cannot find symbol
02:29:25 		X x = new <@A @B(1) String>X(null);
02:29:25 		               ^
02:29:25   symbol:   class B
02:29:25   location: class X
02:29:25 2 errors
02:29:25 
02:29:25 
02:29:25 
02:29:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:26 --- javac err: ---
02:29:26 X.java:7: error: cannot find symbol
02:29:26 		System.out.println(X.<@A @B(1) String[], @C('-') X>foo(new String[]{"SUCCESS"}, null)[0]);
02:29:26 		                       ^
02:29:26   symbol:   class A
02:29:26   location: class X
02:29:26 X.java:7: error: cannot find symbol
02:29:26 		System.out.println(X.<@A @B(1) String[], @C('-') X>foo(new String[]{"SUCCESS"}, null)[0]);
02:29:26 		                          ^
02:29:26   symbol:   class B
02:29:26   location: class X
02:29:26 X.java:7: error: cannot find symbol
02:29:26 		System.out.println(X.<@A @B(1) String[], @C('-') X>foo(new String[]{"SUCCESS"}, null)[0]);
02:29:26 		                                          ^
02:29:26   symbol:   class C
02:29:26   location: class X
02:29:26 3 errors
02:29:26 
02:29:26 
02:29:26 
02:29:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:27 --- javac err: ---
02:29:27 X.java:1: error: cannot find symbol
02:29:27 public class X extends @Marker2 Object {}
02:29:27                         ^
02:29:27   symbol: class Marker2
02:29:27 1 error
02:29:27 
02:29:27 
02:29:27 
02:29:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:28 --- javac err: ---
02:29:28 X.java:2: error: cannot find symbol
02:29:28 public class X implements @Marker2 Serializable {
02:29:28                            ^
02:29:28   symbol: class Marker2
02:29:28 1 error
02:29:28 
02:29:28 
02:29:28 
02:29:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:29 --- javac err: ---
02:29:29 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:29:29 package java.lang.annotation;
02:29:29 ^
02:29:29 X.java:1: error: annotation @Marker not applicable in this type context
02:29:29 public class X<@Marker T> {}
02:29:29                ^
02:29:29 2 errors
02:29:29 
02:29:29 
02:29:29 
02:29:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:30 --- javac err: ---
02:29:30 X.java:1: error: annotation @Marker not applicable in this type context
02:29:30 public class X<@Marker T> {}
02:29:30                ^
02:29:30 1 error
02:29:30 
02:29:30 
02:29:30 
02:29:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:31 --- javac err: ---
02:29:31 X.java:1: error: annotation @Marker not applicable in this type context
02:29:31 public class X extends @Marker Y {}
02:29:31                        ^
02:29:31 1 error
02:29:31 
02:29:31 
02:29:31 
02:29:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:32 --- javac err: ---
02:29:32 X.java:4: error: cannot find symbol
02:29:32 	@H String @E[] @F[] @G[] field;
02:29:32 	           ^
02:29:32   symbol:   class E
02:29:32   location: class X
02:29:32 X.java:4: error: cannot find symbol
02:29:32 	@H String @E[] @F[] @G[] field;
02:29:32 	                ^
02:29:32   symbol:   class F
02:29:32   location: class X
02:29:32 X.java:4: error: cannot find symbol
02:29:32 	@H String @E[] @F[] @G[] field;
02:29:32 	                     ^
02:29:32   symbol:   class G
02:29:32   location: class X
02:29:32 X.java:5: error: cannot find symbol
02:29:32 	@A Map<@B String, @C List<@D Object>> field2;
02:29:32 	        ^
02:29:32   symbol:   class B
02:29:32   location: class X
02:29:32 X.java:5: error: cannot find symbol
02:29:32 	@A Map<@B String, @C List<@D Object>> field2;
02:29:32 	                   ^
02:29:32   symbol:   class C
02:29:32   location: class X
02:29:32 X.java:5: error: cannot find symbol
02:29:32 	@A Map<@B String, @C List<@D Object>> field2;
02:29:32 	                           ^
02:29:32   symbol:   class D
02:29:32   location: class X
02:29:32 X.java:6: error: cannot find symbol
02:29:32 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
02:29:32 	        ^
02:29:32   symbol:   class B
02:29:32   location: class X
02:29:32 X.java:6: error: cannot find symbol
02:29:32 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
02:29:32 	                             ^
02:29:32   symbol:   class E
02:29:32   location: class X
02:29:32 X.java:6: error: cannot find symbol
02:29:32 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
02:29:32 	                                  ^
02:29:32   symbol:   class F
02:29:32   location: class X
02:29:32 X.java:6: error: cannot find symbol
02:29:32 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
02:29:32 	                                       ^
02:29:32   symbol:   class G
02:29:32   location: class X
02:29:32 X.java:6: error: cannot find symbol
02:29:32 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
02:29:32 	                   ^
02:29:32   symbol:   class H
02:29:32   location: class X
02:29:32 X.java:4: error: cannot find symbol
02:29:32 	@H String @E[] @F[] @G[] field;
02:29:32 	 ^
02:29:32   symbol:   class H
02:29:32   location: class X
02:29:32 X.java:5: error: cannot find symbol
02:29:32 	@A Map<@B String, @C List<@D Object>> field2;
02:29:32 	 ^
02:29:32   symbol:   class A
02:29:32   location: class X
02:29:32 X.java:6: error: cannot find symbol
02:29:32 	@A Map<@B String, @H String @E[] @F[] @G[]> field3;
02:29:32 	 ^
02:29:32   symbol:   class A
02:29:32   location: class X
02:29:32 14 errors
02:29:32 
02:29:32 
02:29:32 
02:29:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:33 --- javac err: ---
02:29:33 X.java:4: error: cannot find symbol
02:29:33 	@H java.lang.String @E[] @F[] @G[] field;
02:29:33 	                     ^
02:29:33   symbol:   class E
02:29:33   location: class X
02:29:33 X.java:4: error: cannot find symbol
02:29:33 	@H java.lang.String @E[] @F[] @G[] field;
02:29:33 	                          ^
02:29:33   symbol:   class F
02:29:33   location: class X
02:29:33 X.java:4: error: cannot find symbol
02:29:33 	@H java.lang.String @E[] @F[] @G[] field;
02:29:33 	                               ^
02:29:33   symbol:   class G
02:29:33   location: class X
02:29:33 X.java:4: error: cannot find symbol
02:29:33 	@H java.lang.String @E[] @F[] @G[] field;
02:29:33 	 ^
02:29:33   symbol:   class H
02:29:33   location: class X
02:29:33 4 errors
02:29:33 
02:29:33 
02:29:33 
02:29:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:34 --- javac err: ---
02:29:34 X.java:3: error: no annotations are allowed in the type of a class literal
02:29:34     System.out.println(int @NonEmpty [] [] @NonEmpty @Empty [] [] @NonEmpty[].class); // illegal!
02:29:34                                                                                    ^
02:29:34 X.java:4: error: no annotations are allowed in the type of a class literal
02:29:34     System.out.println(X @NonEmpty [] [] @NonEmpty @Empty [] [] @NonEmpty[].class); // illegal!
02:29:34                                                                                  ^
02:29:34 2 errors
02:29:34 
02:29:34 
02:29:34 
02:29:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:35 --- javac err: ---
02:29:35 X.java:3: error: annotation @Marker not applicable in this type context
02:29:35 public class X<@Marker T>  extends @Marker Object{		// 3: Complain 
02:29:35                ^
02:29:35 X.java:3: error: annotation @Marker not applicable in this type context
02:29:35 public class X<@Marker T>  extends @Marker Object{		// 3: Complain 
02:29:35                                    ^
02:29:35 2 errors
02:29:35 
02:29:35 
02:29:35 
02:29:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:36 --- javac err: ---
02:29:36 X.java:5: error: annotation @Marker not applicable in this type context
02:29:36 public class X<@Marker T>  extends @Marker Object{		// 3: Complain 
02:29:36                ^
02:29:36 X.java:5: error: annotation @Marker not applicable in this type context
02:29:36 public class X<@Marker T>  extends @Marker Object{		// 3: Complain 
02:29:36                                    ^
02:29:36 2 errors
02:29:36 
02:29:36 
02:29:36 
02:29:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:38 --- javac err: ---
02:29:38 X.java:3: error: method foo() is already defined in class X
02:29:38    void foo() {}
02:29:38         ^
02:29:38 1 error
02:29:38 
02:29:38 
02:29:38 
02:29:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:38 --- javac err: ---
02:29:38 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
02:29:38 	public void foo(Object obj, X this) {}
02:29:38 	                              ^
02:29:38 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
02:29:38 	public void foo(Object obj1, X this, Object obj2) {}
02:29:38 	                               ^
02:29:38 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
02:29:38 	public void foo(Object obj, Object obj2, Object obj3, X this) {}
02:29:38 	                                                        ^
02:29:38 X.java:6: error: ',', ')', or '[' expected
02:29:38 		Y(Object obj, Y Y.this){}
02:29:38 		                 ^
02:29:38 4 errors
02:29:38 
02:29:38 
02:29:38 
02:29:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:40 --- javac err: ---
02:29:40 Outer.java:2: error: receiver parameter not applicable for constructor of top-level class
02:29:40     Outer(Outer Outer.this) {}
02:29:40                 ^
02:29:40 Outer.java:3: error: receiver parameter not applicable for constructor of top-level class
02:29:40     Outer(Outer this, int i) {}
02:29:40                 ^
02:29:40 Outer.java:6: error: the receiver type does not match the enclosing outer class type
02:29:40             InnerMost(Outer.Inner this) {}
02:29:40                            ^
02:29:40   required: Outer.Inner<K,V>
02:29:40   found: Outer.Inner
02:29:40   where K,V are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40 Outer.java:6: error: the receiver name does not match the enclosing outer class type
02:29:40             InnerMost(Outer.Inner this) {}
02:29:40                                   ^
02:29:40   required: Outer.Inner<K,V>
02:29:40   found: Outer.Inner<K,V>.InnerMost<T>
02:29:40   where K,V,T are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40     T extends Object declared in class Outer.Inner.InnerMost
02:29:40 Outer.java:7: error: the receiver type does not match the enclosing outer class type
02:29:40             InnerMost(Outer.Inner Outer.Inner.this, int i, float f) {}
02:29:40                            ^
02:29:40   required: Outer.Inner<K,V>
02:29:40   found: Outer.Inner
02:29:40   where K,V are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40 Outer.java:8: error: the receiver type does not match the enclosing outer class type
02:29:40             InnerMost(Outer Outer.this, float f) {}
02:29:40                       ^
02:29:40   required: Outer.Inner<K,V>
02:29:40   found: Outer
02:29:40   where K,V are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40 Outer.java:8: error: the receiver name does not match the enclosing outer class type
02:29:40             InnerMost(Outer Outer.this, float f) {}
02:29:40                                  ^
02:29:40   required: Outer.Inner<K,V>
02:29:40   found: Outer
02:29:40   where K,V are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40 Outer.java:9: error: the receiver type does not match the enclosing outer class type
02:29:40             InnerMost(Outer.Inner<K,V>.InnerMost<T> Outer.Inner.InnerMost.this, Object obj) {}
02:29:40                                                 ^
02:29:40   required: Outer.Inner<K,V>
02:29:40   found: Outer.Inner<K,V>.InnerMost<T>
02:29:40   where K,V,T are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40     T extends Object declared in class Outer.Inner.InnerMost
02:29:40 Outer.java:9: error: the receiver name does not match the enclosing outer class type
02:29:40             InnerMost(Outer.Inner<K,V>.InnerMost<T> Outer.Inner.InnerMost.this, Object obj) {}
02:29:40                                                                          ^
02:29:40   required: Outer.Inner<K,V>
02:29:40   found: Outer.Inner<K,V>.InnerMost<T>
02:29:40   where K,V,T are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40     T extends Object declared in class Outer.Inner.InnerMost
02:29:40 Outer.java:10: error: the receiver name does not match the enclosing outer class type
02:29:40             InnerMost(Inner<K,V> Outer.Inner.InnerMost.this, int i) {}
02:29:40                                                       ^
02:29:40   required: Outer.Inner<K,V>
02:29:40   found: Outer.Inner<K,V>.InnerMost<T>
02:29:40   where K,V,T are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40 
02:29:40     T extends Object declared in class Outer.Inner.InnerMost
02:29:40 
02:29:40 Outer.java:11: error: the receiver name does not match the enclosing outer class type
02:29:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:40             InnerMost(Outer.Inner<K, V> this, float f, int i) {}
02:29:40                                         ^
02:29:40   required: Outer.Inner<K,V>
02:29:40   found: Outer.Inner<K,V>.InnerMost<T>
02:29:40   where K,V,T are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40     T extends Object declared in class Outer.Inner.InnerMost
02:29:40 Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner
02:29:40             InnerMost(Outer.Inner this) {}
02:29:40                            ^
02:29:40   missing type arguments for generic class Outer.Inner<K,V>
02:29:40   where K,V are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40 Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner
02:29:40             InnerMost(Outer.Inner this) {}
02:29:40                                   ^
02:29:40   missing type arguments for generic class Outer.Inner<K,V>
02:29:40   where K,V are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40 Outer.java:7: warning: [rawtypes] found raw type: Outer.Inner
02:29:40             InnerMost(Outer.Inner Outer.Inner.this, int i, float f) {}
02:29:40                            ^
02:29:40   missing type arguments for generic class Outer.Inner<K,V>
02:29:40   where K,V are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40 Outer.java:7: warning: [rawtypes] found raw type: Outer.Inner
02:29:40             InnerMost(Outer.Inner Outer.Inner.this, int i, float f) {}
02:29:40                                   ^
02:29:40   missing type arguments for generic class Outer.Inner<K,V>
02:29:40   where K,V are type-variables:
02:29:40     K extends Object declared in class Outer.Inner
02:29:40     V extends Object declared in class Outer.Inner
02:29:40 11 errors
02:29:40 4 warnings
02:29:40 
02:29:41 --- javac err: ---
02:29:41 Outer.java:4: error: the receiver type does not match the enclosing class type
02:29:41             public void foo(Outer Outer.this) {}
02:29:41                             ^
02:29:41   required: Outer.Inner<K,V>.InnerMost<T>
02:29:41   found: Outer
02:29:41   where T,K,V are type-variables:
02:29:41     T extends Object declared in class Outer.Inner.InnerMost
02:29:41     K extends Object declared in class Outer.Inner
02:29:41     V extends Object declared in class Outer.Inner
02:29:41 Outer.java:4: error: the receiver name does not match the enclosing class type
02:29:41             public void foo(Outer Outer.this) {}
02:29:41                                        ^
02:29:41   required: Outer.Inner<K,V>.InnerMost<T>
02:29:41   found: Outer
02:29:41   where T,K,V are type-variables:
02:29:41     T extends Object declared in class Outer.Inner.InnerMost
02:29:41     K extends Object declared in class Outer.Inner
02:29:41     V extends Object declared in class Outer.Inner
02:29:41 Outer.java:5: error: the receiver type does not match the enclosing class type
02:29:41             public void foo(Inner<K,V> Inner.this, int i) {}
02:29:41                                  ^
02:29:41   required: Outer.Inner<K,V>.InnerMost<T>
02:29:41   found: Outer.Inner<K,V>
02:29:41   where T,K,V are type-variables:
02:29:41     T extends Object declared in class Outer.Inner.InnerMost
02:29:41     K extends Object declared in class Outer.Inner
02:29:41     V extends Object declared in class Outer.Inner
02:29:41 Outer.java:5: error: the receiver name does not match the enclosing class type
02:29:41             public void foo(Inner<K,V> Inner.this, int i) {}
02:29:41                                             ^
02:29:41   required: Outer.Inner<K,V>.InnerMost<T>
02:29:41   found: Outer.Inner<K,V>
02:29:41   where T,K,V are type-variables:
02:29:41     T extends Object declared in class Outer.Inner.InnerMost
02:29:41     K extends Object declared in class Outer.Inner
02:29:41     V extends Object declared in class Outer.Inner
02:29:41 Outer.java:6: error: the receiver type does not match the enclosing class type
02:29:41             public void foo(InnerMost this, int i, int j) {}
02:29:41                             ^
02:29:41   required: Outer.Inner<K,V>.InnerMost<T>
02:29:41   found: Outer.Inner.InnerMost
02:29:41   where T,K,V are type-variables:
02:29:41     T extends Object declared in class Outer.Inner.InnerMost
02:29:41     K extends Object declared in class Outer.Inner
02:29:41     V extends Object declared in class Outer.Inner
02:29:41 Outer.java:7: error: the receiver type does not match the enclosing class type
02:29:41             public void foo(Inner.InnerMost<T> this, Object obj) {}
02:29:41                                            ^
02:29:41   required: Outer.Inner<K,V>.InnerMost<T>
02:29:41   found: Outer.Inner.InnerMost<T>
02:29:41   where T,K,V are type-variables:
02:29:41     T extends Object declared in class Outer.Inner.InnerMost
02:29:41     K extends Object declared in class Outer.Inner
02:29:41     V extends Object declared in class Outer.Inner
02:29:41 Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner.InnerMost
02:29:41             public void foo(InnerMost this, int i, int j) {}
02:29:41                             ^
02:29:41   missing type arguments for generic class Outer.Inner<K,V>.InnerMost<T>
02:29:41   where T,K,V are type-variables:
02:29:41     T extends Object declared in class Outer.Inner.InnerMost
02:29:41 
02:29:41     K extends Object declared in class Outer.Inner
02:29:41 
02:29:41     V extends Object declared in class Outer.Inner
02:29:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:41 Outer.java:6: warning: [rawtypes] found raw type: Outer.Inner.InnerMost
02:29:41             public void foo(InnerMost this, int i, int j) {}
02:29:41                                       ^
02:29:41   missing type arguments for generic class Outer.Inner<K,V>.InnerMost<T>
02:29:41   where T,K,V are type-variables:
02:29:41     T extends Object declared in class Outer.Inner.InnerMost
02:29:41     K extends Object declared in class Outer.Inner
02:29:41     V extends Object declared in class Outer.Inner
02:29:41 6 errors
02:29:41 2 warnings
02:29:41 
02:29:42 --- javac err: ---
02:29:42 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:29:42 package java.lang.annotation;
02:29:42 ^
02:29:42 Outer.java:23: error: non-static variable this cannot be referenced from a static context
02:29:42     public static void foo(@Marker Outer this) {}
02:29:42                                          ^
02:29:42 Outer.java:21: error: the receiver type does not match the enclosing outer class type
02:29:42         public StaticNested(@Marker Outer.StaticNested Outer.StaticNested.this) {}
02:29:42                                          ^
02:29:42   required: Outer
02:29:42   found: StaticNested
02:29:42 Outer.java:21: error: the receiver name does not match the enclosing outer class type
02:29:42         public StaticNested(@Marker Outer.StaticNested Outer.StaticNested.this) {}
02:29:42                                                                          ^
02:29:42   required: Outer
02:29:42   found: StaticNested
02:29:42 Outer.java:24: error: cannot find symbol
02:29:42     public void foo(@Missing Outer this, int i) {}
02:29:42                      ^
02:29:42   symbol:   class Missing
02:29:42   location: class Outer
02:29:42 Outer.java:5: error: cannot find symbol
02:29:42 		public Inner(@Missing Outer Outer.this) {}
02:29:42 		              ^
02:29:42   symbol:   class Missing
02:29:42   location: class Outer.Inner<K,V>
02:29:42   where K,V are type-variables:
02:29:42     K extends Object declared in class Outer.Inner
02:29:42     V extends Object declared in class Outer.Inner
02:29:42 Outer.java:9: error: the receiver type does not match the enclosing class type
02:29:42                     public void foobar(AnonymousInner this) {}
02:29:42                                        ^
02:29:42   required: <anonymous AnonymousInner>
02:29:42   found: AnonymousInner
02:29:42   where T,K,V are type-variables:
02:29:42     T extends Object declared in class Outer.Inner.InnerMost
02:29:42     K extends Object declared in class Outer.Inner
02:29:42     V extends Object declared in class Outer.Inner
02:29:42 Outer.java:15: error: cannot find symbol
02:29:42                     public int hashCode(Outer.Local this) { return 0; }
02:29:42                                              ^
02:29:42   symbol:   class Local
02:29:42   location: class Outer
02:29:42 8 errors
02:29:42 
02:29:42 
02:29:42 
02:29:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:43 --- javac err: ---
02:29:43 X.java:5: error: cannot find symbol
02:29:43         List<String> l = new @MissingTypeNotIgnored ArrayList<String>();
02:29:43                               ^
02:29:43   symbol:   class MissingTypeNotIgnored
02:29:43   location: class X
02:29:43 X.java:6: error: cannot find symbol
02:29:43         List<String> l1 = new @MissingTypeIgnored ArrayList<>();
02:29:43                                ^
02:29:43   symbol:   class MissingTypeIgnored
02:29:43   location: class X
02:29:43 2 errors
02:29:43 
02:29:43 
02:29:43 
02:29:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:44 --- javac err: ---
02:29:44 X.java:3: error: cannot find symbol
02:29:44         try (@Annot X x = null; @Annot X x2 = null) {
02:29:44               ^
02:29:44   symbol:   class Annot
02:29:44   location: class X
02:29:44 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
02:29:44         try (@Annot X x = null; @Annot X x2 = null) {
02:29:44                       ^
02:29:44     (X cannot be converted to AutoCloseable)
02:29:44 X.java:3: error: cannot find symbol
02:29:44         try (@Annot X x = null; @Annot X x2 = null) {
02:29:44                                  ^
02:29:44   symbol:   class Annot
02:29:44   location: class X
02:29:44 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
02:29:44         try (@Annot X x = null; @Annot X x2 = null) {
02:29:44                                          ^
02:29:44     (X cannot be converted to AutoCloseable)
02:29:44 X.java:4: error: cannot find symbol
02:29:44         } catch (@Annot NullPointerException | @Annot UnsupportedOperationException e) {
02:29:44                                                 ^
02:29:44   symbol:   class Annot
02:29:44   location: class X
02:29:44 X.java:4: error: cannot find symbol
02:29:44         } catch (@Annot NullPointerException | @Annot UnsupportedOperationException e) {
02:29:44                   ^
02:29:44   symbol:   class Annot
02:29:44   location: class X
02:29:44 6 errors
02:29:44 
02:29:44 
02:29:44 
02:29:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:46 --- javac err: ---
02:29:46 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:29:46 package java.lang.annotation;
02:29:46 ^
02:29:46 A.java:7: error: cannot find symbol
02:29:46 		Object o2 = (@Marker p.@Marker A.@Marker B.@Marker C) null;
02:29:46 		                     ^
02:29:46   symbol:   class p
02:29:46   location: class A<T>
02:29:46   where T is a type-variable:
02:29:46     T extends Object declared in class A
02:29:46 A.java:6: error: scoping construct cannot be annotated with type-use annotation: @p.Marker
02:29:46 		Object o = (@Marker @Annot A.@Marker B.@Marker C) null;
02:29:46 		                            ^
02:29:46 3 errors
02:29:46 
02:29:46 
02:29:46 
02:29:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:47 --- javac err: ---
02:29:47 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:29:47 package java.lang.annotation;
02:29:47 ^
02:29:47 A.java:6: error: cannot find symbol
02:29:47 		Object o1 = (@Marker p.@Marker A.@Marker B.@Marker C[]) null;
02:29:47 		                     ^
02:29:47   symbol:   class p
02:29:47   location: class A
02:29:47 A.java:7: error: scoping construct cannot be annotated with type-use annotation: @p.Annot
02:29:47 		Object o2 = (@Marker @Annot A.@Annot B.C<Integer, String>) null;
02:29:47 		                             ^
02:29:47 A.java:8: error: scoping construct cannot be annotated with type-use annotations: @p.Marker,@p.Annot
02:29:47 		Object o5 = (@Marker @Annot A.B<String>[]) null;
02:29:47 		                            ^
02:29:47 4 errors
02:29:47 
02:29:47 
02:29:47 
02:29:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:48 --- javac err: ---
02:29:48 X.java:3: error: cannot find symbol
02:29:48 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
02:29:48 		           ^
02:29:48   symbol:   class Marker
02:29:48   location: class X
02:29:48 X.java:3: error: cannot find symbol
02:29:48 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
02:29:48 		                                 ^
02:29:48   symbol:   class Marker
02:29:48   location: class X
02:29:48 X.java:3: error: cannot find symbol
02:29:48 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
02:29:48 		                                                                      ^
02:29:48   symbol:   class Marker
02:29:48   location: class X
02:29:48 X.java:3: error: cannot find symbol
02:29:48 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
02:29:48 		                                                                                              ^
02:29:48   symbol:   class Marker
02:29:48   location: class X
02:29:48 X.java:3: error: cannot assign a value to final variable one
02:29:48 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
02:29:48 		                                                                                                                                     		^
02:29:48 5 errors
02:29:48 
02:29:48 
02:29:48 
02:29:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:49 --- javac err: ---
02:29:49 X.java:5: error: cannot assign a value to final variable one
02:29:49 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
02:29:49 		                                                                                                                                     		^
02:29:49 X.java:5: error: annotation @Marker not applicable in this type context
02:29:49 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
02:29:49 		          ^
02:29:49 X.java:5: error: annotation @Marker not applicable in this type context
02:29:49 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
02:29:49 		                                ^
02:29:49 X.java:5: error: annotation @Marker not applicable in this type context
02:29:49 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
02:29:49 		                                                                     ^
02:29:49 X.java:5: error: annotation @Marker not applicable in this type context
02:29:49 		final One<@Marker ? extends Two<@Marker ? super Three<? extends Four<@Marker ? super String, @Marker ? extends Object>>>> one = null;		one = null;
02:29:49 		                                                                                             ^
02:29:49 5 errors
02:29:49 
02:29:49 
02:29:49 
02:29:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:50 --- javac err: ---
02:29:50 X.java:1: error: <identifier> expected
02:29:50 import @Marker java.lang.String; // Compilation error 
02:29:50       ^
02:29:50 X.java:1: error: class, interface, or enum expected
02:29:50 import @Marker java.lang.String; // Compilation error 
02:29:50                ^
02:29:50 2 errors
02:29:50 
02:29:50 
02:29:50 
02:29:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:51 --- javac err: ---
02:29:51 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:29:51 package java.lang.annotation;
02:29:51 ^
02:29:51 X.java:7: error: cannot find symbol
02:29:51 	public void foo(java. @Marker lang.Integer arg) {}
02:29:51 	                    ^
02:29:51   symbol:   class lang
02:29:51   location: package java
02:29:51 X.java:9: error: scoping construct cannot be annotated with type-use annotation: @Marker
02:29:51 	public void foobar(@Marker java.lang.Integer arg) {}
02:29:51 	                                    ^
02:29:51 X.java:4: error: cannot find symbol
02:29:51  	Object o1 = (@Marker java.lang.Integer) null;   // 1. Right.
02:29:51  	                     ^
02:29:51   symbol:   class java
02:29:51   location: class X
02:29:51 X.java:5: error: cannot find symbol
02:29:51 	Object o2 = (java. @Marker lang.Integer) null;  // 2. Wrong.
02:29:51 	                 ^
02:29:51   symbol:   class lang
02:29:51   location: package java
02:29:51 5 errors
02:29:51 
02:29:51 
02:29:51 
02:29:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:52 --- javac err: ---
02:29:52 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:29:52 package java.lang.annotation;
02:29:52 ^
02:29:52 X.java:4: error: cannot find symbol
02:29:52  	Object o1 = (java. @Marker @Annot lang.Integer) null;  // 1. Wrong.
02:29:52  	                 ^
02:29:52   symbol:   class lang
02:29:52   location: package java
02:29:52 X.java:6: error: cannot find symbol
02:29:52 	Object o3 = (java.@lang lang) null;  // 3. Wrong.
02:29:52 	                   ^
02:29:52   symbol:   class lang
02:29:52   location: class X
02:29:52 X.java:6: error: cannot find symbol
02:29:52 	Object o3 = (java.@lang lang) null;  // 3. Wrong.
02:29:52 	                 ^
02:29:52   symbol:   class lang
02:29:52   location: package java
02:29:52 4 errors
02:29:52 
02:29:52 
02:29:52 
02:29:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:53 --- javac err: ---
02:29:53 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:29:53 package java.lang.annotation;
02:29:53 ^
02:29:53 X.java:4: error: cannot find symbol
02:29:53  	Object o1 = (@Marker @Annot java.util.List<String>) null; 	// 1. Wrong.
02:29:53  	                            ^
02:29:53   symbol:   class java
02:29:53   location: class X
02:29:53 X.java:5: error: cannot find symbol
02:29:53 	Object o2 = (java. @Marker @Annot lang.Integer[]) null;		// 2. Wrong.
02:29:53 	                 ^
02:29:53   symbol:   class lang
02:29:53   location: package java
02:29:53 X.java:6: error: cannot find symbol
02:29:53 	Object o3 = (@Marker @Annot java.util.List<String>[]) null; // 3. Wrong.
02:29:53 	                            ^
02:29:53   symbol:   class java
02:29:53   location: class X
02:29:53 4 errors
02:29:53 
02:29:53 
02:29:53 
02:29:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:54 --- javac err: ---
02:29:54 X.java:1: error: <identifier> expected
02:29:54 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:29:54          ^
02:29:54 X.java:1: error: class, interface, or enum expected
02:29:54 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:29:54                   ^
02:29:54 X.java:1: error: class, interface, or enum expected
02:29:54 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:29:54                                        ^
02:29:54 X.java:1: error: class, interface, or enum expected
02:29:54 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:29:54                                                                   ^
02:29:54 4 errors
02:29:54 
02:29:54 
02:29:54 
02:29:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:55 --- javac err: ---
02:29:55 X.java:3: error: illegal start of type
02:29:55 		String myString = (@NonNull) myObject;	}
02:29:55 		                           ^
02:29:55 1 error
02:29:55 
02:29:55 
02:29:55 
02:29:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:56 --- javac err: ---
02:29:56 X.java:1: error: <identifier> expected
02:29:56 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2;
02:29:56                 ^
02:29:56 X.java:1: error: class, interface, or enum expected
02:29:56 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2;
02:29:56                          ^
02:29:56 X.java:1: error: class, interface, or enum expected
02:29:56 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2;
02:29:56                                               ^
02:29:56 X.java:1: error: class, interface, or enum expected
02:29:56 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.z2;
02:29:56                                                                          ^
02:29:56 4 errors
02:29:56 
02:29:56 
02:29:56 
02:29:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:57 --- javac err: ---
02:29:57 X.java:1: error: <identifier> expected
02:29:57 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
02:29:57                 ^
02:29:57 X.java:1: error: class, interface, or enum expected
02:29:57 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
02:29:57                          ^
02:29:57 X.java:1: error: class, interface, or enum expected
02:29:57 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
02:29:57                                               ^
02:29:57 X.java:1: error: class, interface, or enum expected
02:29:57 import static p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
02:29:57                                                                          ^
02:29:57 4 errors
02:29:57 
02:29:57 
02:29:57 
02:29:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:58 --- javac err: ---
02:29:58 X.java:4: error: cannot find symbol
02:29:58            Z(X. @Marker Y  Y.this) {
02:29:58                  ^
02:29:58   symbol:   class Marker
02:29:58   location: class X.Y.Z
02:29:58 1 error
02:29:58 
02:29:58 
02:29:58 
02:29:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:29:59 --- javac err: ---
02:29:59 X.java:7: error: cannot find symbol
02:29:59 			X.@Marker x. @Marker @Marker @Marker x.super();
02:29:59 			              ^
02:29:59   symbol:   class Marker
02:29:59   location: class X.SubInnerBar
02:29:59 X.java:7: error: cannot find symbol
02:29:59 			X.@Marker x. @Marker @Marker @Marker x.super();
02:29:59 			                      ^
02:29:59   symbol:   class Marker
02:29:59   location: class X.SubInnerBar
02:29:59 X.java:7: error: cannot find symbol
02:29:59 			X.@Marker x. @Marker @Marker @Marker x.super();
02:29:59 			                              ^
02:29:59   symbol:   class Marker
02:29:59   location: class X.SubInnerBar
02:29:59 X.java:7: error: cannot find symbol
02:29:59 			X.@Marker x. @Marker @Marker @Marker x.super();
02:29:59 			   ^
02:29:59   symbol:   class Marker
02:29:59   location: class X.SubInnerBar
02:29:59 X.java:7: error: cannot find symbol
02:29:59 			X.@Marker x. @Marker @Marker @Marker x.super();
02:29:59 			 ^
02:29:59   symbol:   class x
02:29:59   location: class X
02:29:59 5 errors
02:29:59 
02:29:59 
02:29:59 
02:29:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:00 --- javac err: ---
02:30:00 X.java:7: error: cannot find symbol
02:30:00 			X.@Marker x. @Marker @Marker @Marker x.<String>super();
02:30:00 			              ^
02:30:00   symbol:   class Marker
02:30:00   location: class X.SubInnerBar
02:30:00 X.java:7: error: cannot find symbol
02:30:00 			X.@Marker x. @Marker @Marker @Marker x.<String>super();
02:30:00 			                      ^
02:30:00   symbol:   class Marker
02:30:00   location: class X.SubInnerBar
02:30:00 X.java:7: error: cannot find symbol
02:30:00 			X.@Marker x. @Marker @Marker @Marker x.<String>super();
02:30:00 			                              ^
02:30:00   symbol:   class Marker
02:30:00   location: class X.SubInnerBar
02:30:00 X.java:7: error: cannot find symbol
02:30:00 			X.@Marker x. @Marker @Marker @Marker x.<String>super();
02:30:00 			   ^
02:30:00   symbol:   class Marker
02:30:00   location: class X.SubInnerBar
02:30:00 X.java:7: error: cannot find symbol
02:30:00 			X.@Marker x. @Marker @Marker @Marker x.<String>super();
02:30:00 			 ^
02:30:00   symbol:   class x
02:30:00   location: class X
02:30:00 5 errors
02:30:00 
02:30:00 
02:30:00 
02:30:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:01 --- javac err: ---
02:30:01 X.java:11: error: not a statement
02:30:01 				X. @Marker bar.this();
02:30:01 				              ^
02:30:01 X.java:11: error: ';' expected
02:30:01 				X. @Marker bar.this();
02:30:01 				                   ^
02:30:01 2 errors
02:30:01 
02:30:01 
02:30:01 
02:30:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:02 --- javac err: ---
02:30:02 X.java:11: error: illegal start of expression
02:30:02 				X.@Marker bar.<String>this();
02:30:02 				                      ^
02:30:02 1 error
02:30:02 
02:30:02 
02:30:02 
02:30:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:03 --- javac err: ---
02:30:03 X.java:4: error: <identifier> expected
02:30:03 		System.out.println((x. @Marker bar));
02:30:03 		                      ^
02:30:03 X.java:4: error: illegal start of expression
02:30:03 		System.out.println((x. @Marker bar));
02:30:03 		                       ^
02:30:03 X.java:4: error: ')' expected
02:30:03 		System.out.println((x. @Marker bar));
02:30:03 		                              ^
02:30:03 X.java:4: error: not a statement
02:30:03 		System.out.println((x. @Marker bar));
02:30:03 		                               ^
02:30:03 X.java:4: error: ';' expected
02:30:03 		System.out.println((x. @Marker bar));
02:30:03 		                                  ^
02:30:03 5 errors
02:30:03 
02:30:03 
02:30:03 
02:30:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:04 --- javac err: ---
02:30:04 X.java:5: error: <identifier> expected
02:30:04 				Object o = X.@Marker Y.this; 
02:30:04 				             ^
02:30:04 X.java:5: error: ';' expected
02:30:04 				Object o = X.@Marker Y.this; 
02:30:04 				                    ^
02:30:04 X.java:5: error: not a statement
02:30:04 				Object o = X.@Marker Y.this; 
02:30:04 				                      ^
02:30:04 3 errors
02:30:04 
02:30:04 
02:30:04 
02:30:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:05 --- javac err: ---
02:30:05 X.java:4: error: cannot find symbol
02:30:05 			X. @Marker Y.super.hashCode();
02:30:05 			    ^
02:30:05   symbol:   class Marker
02:30:05   location: class X.Y
02:30:05 1 error
02:30:05 
02:30:05 
02:30:05 
02:30:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:06 --- javac err: ---
02:30:06 X.java:4: error: <identifier> expected
02:30:06 			Class<?> c = X. @Marker @Illegal Y.class;
02:30:06 			               ^
02:30:06 X.java:4: error: illegal start of expression
02:30:06 			Class<?> c = X. @Marker @Illegal Y.class;
02:30:06 			                ^
02:30:06 X.java:4: error: ';' expected
02:30:06 			Class<?> c = X. @Marker @Illegal Y.class;
02:30:06 			                                ^
02:30:06 X.java:4: error: not a statement
02:30:06 			Class<?> c = X. @Marker @Illegal Y.class;
02:30:06 			                                  ^
02:30:06 4 errors
02:30:06 
02:30:06 
02:30:06 
02:30:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:07 --- javac err: ---
02:30:07 X.java:4: error: <identifier> expected
02:30:07 			Class<?> c = X. @Marker @Another Y @YetMore [].class;
02:30:07 			               ^
02:30:07 X.java:4: error: illegal start of expression
02:30:07 			Class<?> c = X. @Marker @Another Y @YetMore [].class;
02:30:07 			                ^
02:30:07 X.java:4: error: ';' expected
02:30:07 			Class<?> c = X. @Marker @Another Y @YetMore [].class;
02:30:07 			                                ^
02:30:07 X.java:4: error: no annotations are allowed in the type of a class literal
02:30:07 			Class<?> c = X. @Marker @Another Y @YetMore [].class;
02:30:07 			                                                    ^
02:30:07 X.java:4: error: not a statement
02:30:07 			Class<?> c = X. @Marker @Another Y @YetMore [].class;
02:30:07 			                                              ^
02:30:07 5 errors
02:30:07 
02:30:07 
02:30:07 
02:30:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:08 --- javac err: ---
02:30:08 X.java:5: error: <identifier> expected
02:30:08 		x = (X.@Marker x * 10);
02:30:08 		       ^
02:30:08 X.java:5: error: ')' expected
02:30:08 		x = (X.@Marker x * 10);
02:30:08 		              ^
02:30:08 X.java:5: error: not a statement
02:30:08 		x = (X.@Marker x * 10);
02:30:08 		                 ^
02:30:08 X.java:5: error: ';' expected
02:30:08 		x = (X.@Marker x * 10);
02:30:08 		                     ^
02:30:08 X.java:6: error: <identifier> expected
02:30:08 		x = (X.@Marker x / 10);
02:30:08 		       ^
02:30:08 X.java:6: error: ')' expected
02:30:08 		x = (X.@Marker x / 10);
02:30:08 		              ^
02:30:08 X.java:6: error: not a statement
02:30:08 		x = (X.@Marker x / 10);
02:30:08 		                 ^
02:30:08 X.java:6: error: ';' expected
02:30:08 		x = (X.@Marker x / 10);
02:30:08 		                     ^
02:30:08 X.java:7: error: <identifier> expected
02:30:08 		x = (X.@Marker x % 10);
02:30:08 		       ^
02:30:08 X.java:7: error: ')' expected
02:30:08 		x = (X.@Marker x % 10);
02:30:08 		              ^
02:30:08 X.java:7: error: not a statement
02:30:08 		x = (X.@Marker x % 10);
02:30:08 		                 ^
02:30:08 X.java:7: error: ';' expected
02:30:08 		x = (X.@Marker x % 10);
02:30:08 		                     ^
02:30:08 X.java:8: error: <identifier> expected
02:30:08 		x = (X.@Marker x + 10);
02:30:08 		       ^
02:30:08 X.java:8: error: ')' expected
02:30:08 		x = (X.@Marker x + 10);
02:30:08 		              ^
02:30:08 X.java:8: error: not a statement
02:30:08 		x = (X.@Marker x + 10);
02:30:08 		                 ^
02:30:08 X.java:8: error: ';' expected
02:30:08 		x = (X.@Marker x + 10);
02:30:08 		                     ^
02:30:08 X.java:9: error: <identifier> expected
02:30:08 		x = (X.@Marker x - 10);
02:30:08 		       ^
02:30:08 X.java:9: error: ')' expected
02:30:08 		x = (X.@Marker x - 10);
02:30:08 		              ^
02:30:08 X.java:9: error: not a statement
02:30:08 		x = (X.@Marker x - 10);
02:30:08 		                 ^
02:30:08 X.java:9: error: ';' expected
02:30:08 		x = (X.@Marker x - 10);
02:30:08 		                     ^
02:30:08 X.java:10: error: <identifier> expected
02:30:08 		x = (X.@Marker x << 10);
02:30:08 		       ^
02:30:08 X.java:10: error: ')' expected
02:30:08 		x = (X.@Marker x << 10);
02:30:08 		              ^
02:30:08 X.java:10: error: not a statement
02:30:08 		x = (X.@Marker x << 10);
02:30:08 		                 ^
02:30:08 X.java:10: error: ';' expected
02:30:08 		x = (X.@Marker x << 10);
02:30:08 		                      ^
02:30:08 X.java:11: error: <identifier> expected
02:30:08 		x = (X.@Marker x >> 10);
02:30:08 		       ^
02:30:08 X.java:11: error: ')' expected
02:30:08 		x = (X.@Marker x >> 10);
02:30:08 		              ^
02:30:08 X.java:11: error: not a statement
02:30:08 		x = (X.@Marker x >> 10);
02:30:08 		                 ^
02:30:08 X.java:11: error: ';' expected
02:30:08 		x = (X.@Marker x >> 10);
02:30:08 		                      ^
02:30:08 X.java:12: error: <identifier> expected
02:30:08 		x = (X.@Marker x >>> 10);
02:30:08 		       ^
02:30:08 X.java:12: error: ')' expected
02:30:08 		x = (X.@Marker x >>> 10);
02:30:08 		              ^
02:30:08 X.java:12: error: not a statement
02:30:08 		x = (X.@Marker x >>> 10);
02:30:08 		                 ^
02:30:08 X.java:12: error: ';' expected
02:30:08 		x = (X.@Marker x >>> 10);
02:30:08 		                       ^
02:30:08 X.java:13: error: <identifier> expected
02:30:08 		b = (X.@Marker x < 10);
02:30:08 		       ^
02:30:08 X.java:13: error: ')' expected
02:30:08 		b = (X.@Marker x < 10);
02:30:08 		              ^
02:30:08 X.java:13: error: illegal start of type
02:30:08 		b = (X.@Marker x < 10);
02:30:08 		                   ^
02:30:08 X.java:13: error: not a statement
02:30:08 		b = (X.@Marker x < 10);
02:30:08 		                 ^
02:30:08 X.java:14: error: <identifier> expected
02:30:08 		b = (X.@Marker x > 10);
02:30:08 		       ^
02:30:08 X.java:14: error: ')' expected
02:30:08 		b = (X.@Marker x > 10);
02:30:08 		              ^
02:30:08 X.java:14: error: not a statement
02:30:08 		b = (X.@Marker x > 10);
02:30:08 		                 ^
02:30:08 X.java:14: error: ';' expected
02:30:08 		b = (X.@Marker x > 10);
02:30:08 
02:30:08 		                     ^
02:30:08 
02:30:08 X.java:15: error: <identifier> expected
02:30:08 		b = (X.@Marker x <= 10);
02:30:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:08 		       ^
02:30:08 X.java:15: error: ')' expected
02:30:08 		b = (X.@Marker x <= 10);
02:30:08 		              ^
02:30:08 X.java:15: error: not a statement
02:30:08 		b = (X.@Marker x <= 10);
02:30:08 		                 ^
02:30:08 X.java:15: error: ';' expected
02:30:08 		b = (X.@Marker x <= 10);
02:30:08 		                      ^
02:30:08 X.java:16: error: <identifier> expected
02:30:08 		b = (X.@Marker x >= 10);
02:30:08 		       ^
02:30:08 X.java:16: error: ')' expected
02:30:08 		b = (X.@Marker x >= 10);
02:30:08 		              ^
02:30:08 X.java:16: error: not a statement
02:30:08 		b = (X.@Marker x >= 10);
02:30:08 		                 ^
02:30:08 X.java:16: error: ';' expected
02:30:08 		b = (X.@Marker x >= 10);
02:30:08 		                      ^
02:30:08 X.java:17: error: <identifier> expected
02:30:08 		b = (X.@Marker x instanceof Object);
02:30:08 		       ^
02:30:08 X.java:17: error: ')' expected
02:30:08 		b = (X.@Marker x instanceof Object);
02:30:08 		              ^
02:30:08 X.java:17: error: not a statement
02:30:08 		b = (X.@Marker x instanceof Object);
02:30:08 		                 ^
02:30:08 X.java:17: error: ';' expected
02:30:08 		b = (X.@Marker x instanceof Object);
02:30:08 		                                  ^
02:30:08 X.java:18: error: <identifier> expected
02:30:08 		b = (X.@Marker x == 10);
02:30:08 		       ^
02:30:08 X.java:18: error: ')' expected
02:30:08 		b = (X.@Marker x == 10);
02:30:08 		              ^
02:30:08 
02:30:08 
02:30:08 X.java:18: error: not a statement
02:30:08 		b = (X.@Marker x == 10);
02:30:08 		                 ^
02:30:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:08 X.java:18: error: ';' expected
02:30:08 		b = (X.@Marker x == 10);
02:30:08 		                      ^
02:30:08 X.java:19: error: <identifier> expected
02:30:08 		b = (X.@Marker x != 10);
02:30:08 		       ^
02:30:08 X.java:19: error: ')' expected
02:30:08 		b = (X.@Marker x != 10);
02:30:08 		              ^
02:30:08 X.java:19: error: not a statement
02:30:08 		b = (X.@Marker x != 10);
02:30:08 		                 ^
02:30:08 X.java:19: error: ';' expected
02:30:08 		b = (X.@Marker x != 10);
02:30:08 		                      ^
02:30:08 X.java:20: error: <identifier> expected
02:30:08 		x = (X.@Marker x & 10);
02:30:08 		       ^
02:30:08 X.java:20: error: ')' expected
02:30:08 		x = (X.@Marker x & 10);
02:30:08 		              ^
02:30:08 X.java:20: error: not a statement
02:30:08 		x = (X.@Marker x & 10);
02:30:08 		                 ^
02:30:08 X.java:20: error: ';' expected
02:30:08 		x = (X.@Marker x & 10);
02:30:08 		                     ^
02:30:08 X.java:21: error: <identifier> expected
02:30:08 		x = (X.@Marker x ^ 10);
02:30:08 		       ^
02:30:08 X.java:21: error: ')' expected
02:30:08 		x = (X.@Marker x ^ 10);
02:30:08 		              ^
02:30:08 X.java:21: error: not a statement
02:30:08 		x = (X.@Marker x ^ 10);
02:30:08 		                 ^
02:30:08 X.java:21: error: ';' expected
02:30:08 		x = (X.@Marker x ^ 10);
02:30:08 		                     ^
02:30:08 X.java:22: error: <identifier> expected
02:30:08 		x = (X.@Marker x | 10);
02:30:08 		       ^
02:30:08 X.java:22: error: ')' expected
02:30:08 		x = (X.@Marker x | 10);
02:30:08 		              ^
02:30:08 X.java:22: error: not a statement
02:30:08 		x = (X.@Marker x | 10);
02:30:08 		                 ^
02:30:08 X.java:22: error: ';' expected
02:30:08 		x = (X.@Marker x | 10);
02:30:08 		                     ^
02:30:08 X.java:23: error: <identifier> expected
02:30:08 		fb = (X.@Marker fb && true);
02:30:08 		        ^
02:30:08 X.java:23: error: ')' expected
02:30:08 		fb = (X.@Marker fb && true);
02:30:08 		               ^
02:30:08 X.java:23: error: not a statement
02:30:08 		fb = (X.@Marker fb && true);
02:30:08 		                   ^
02:30:08 X.java:23: error: ';' expected
02:30:08 		fb = (X.@Marker fb && true);
02:30:08 		                          ^
02:30:08 X.java:24: error: <identifier> expected
02:30:08 		fb = (X.@Marker fb || true);
02:30:08 		        ^
02:30:08 X.java:24: error: ')' expected
02:30:08 		fb = (X.@Marker fb || true);
02:30:08 		               ^
02:30:08 X.java:24: error: not a statement
02:30:08 		fb = (X.@Marker fb || true);
02:30:08 		                   ^
02:30:08 X.java:24: error: ';' expected
02:30:08 		fb = (X.@Marker fb || true);
02:30:08 		                          ^
02:30:08 X.java:25: error: <identifier> expected
02:30:08 		x = (X.@Marker fb ? 10 : 10);
02:30:08 		       ^
02:30:08 X.java:25: error: ')' expected
02:30:08 		x = (X.@Marker fb ? 10 : 10);
02:30:08 		              ^
02:30:08 X.java:25: error: not a statement
02:30:08 		x = (X.@Marker fb ? 10 : 10);
02:30:08 		                  ^
02:30:08 X.java:25: error: ';' expected
02:30:08 		x = (X.@Marker fb ? 10 : 10);
02:30:08 		                           ^
02:30:08 84 errors
02:30:08 
02:30:09 --- javac err: ---
02:30:09 X.java:4: error: <identifier> expected
02:30:09 @Annot(bar = X. @Marker s)
02:30:09                ^
02:30:09 X.java:4: error: illegal start of expression
02:30:09 @Annot(bar = X. @Marker s)
02:30:09                 ^
02:30:09 X.java:4: error: ')' expected
02:30:09 @Annot(bar = X. @Marker s)
02:30:09                        ^
02:30:09 X.java:4: error: class, interface, or enum expected
02:30:09 @Annot(bar = X. @Marker s)
02:30:09                         ^
02:30:09 4 errors
02:30:09 
02:30:09 
02:30:09 
02:30:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:10 --- javac err: ---
02:30:10 X.java:4: error: <identifier> expected
02:30:10         return X.@Marker x;
02:30:10                  ^
02:30:10 X.java:4: error: ';' expected
02:30:10         return X.@Marker x;
02:30:10                         ^
02:30:10 X.java:4: error: not a statement
02:30:10         return X.@Marker x;
02:30:10                          ^
02:30:10 3 errors
02:30:10 
02:30:10 
02:30:10 
02:30:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:11 --- javac err: ---
02:30:11 X.java:4: error: <identifier> expected
02:30:11         return X.@Marker x[0];
02:30:11                  ^
02:30:11 X.java:4: error: ';' expected
02:30:11         return X.@Marker x[0];
02:30:11                         ^
02:30:11 X.java:4: error: not a statement
02:30:11         return X.@Marker x[0];
02:30:11                           ^
02:30:11 3 errors
02:30:11 
02:30:11 
02:30:11 
02:30:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:12 --- javac err: ---
02:30:12 X.java:4: error: <identifier> expected
02:30:12         return X.@Marker x.<String> foo();
02:30:12                  ^
02:30:12 X.java:4: error: ';' expected
02:30:12         return X.@Marker x.<String> foo();
02:30:12                         ^
02:30:12 2 errors
02:30:12 
02:30:12 
02:30:12 
02:30:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:13 --- javac err: ---
02:30:13 X.java:4: error: <identifier> expected
02:30:13         return X.@Marker x. @Blah foo();
02:30:13                  ^
02:30:13 X.java:4: error: ';' expected
02:30:13         return X.@Marker x. @Blah foo();
02:30:13                         ^
02:30:13 2 errors
02:30:13 
02:30:13 
02:30:13 
02:30:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:14 --- javac err: ---
02:30:14 X.java:6: error: <identifier> expected
02:30:14                 Z z = X. @Marker y.new Z();
02:30:14                         ^
02:30:14 X.java:6: error: illegal start of expression
02:30:14                 Z z = X. @Marker y.new Z();
02:30:14                          ^
02:30:14 X.java:6: error: ';' expected
02:30:14                 Z z = X. @Marker y.new Z();
02:30:14                                 ^
02:30:14 3 errors
02:30:14 
02:30:14 
02:30:14 
02:30:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:15 --- javac err: ---
02:30:15 X.java:4: error: <identifier> expected
02:30:15         return (X.@Marker x);
02:30:15                   ^
02:30:15 X.java:4: error: ')' expected
02:30:15         return (X.@Marker x);
02:30:15                          ^
02:30:15 X.java:4: error: not a statement
02:30:15         return (X.@Marker x);
02:30:15                           ^
02:30:15 X.java:4: error: ';' expected
02:30:15         return (X.@Marker x);
02:30:15                            ^
02:30:15 4 errors
02:30:15 
02:30:15 
02:30:15 
02:30:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:16 --- javac err: ---
02:30:16 X.java:3: error: missing return statement
02:30:16 	}
02:30:16 	^
02:30:16 1 error
02:30:16 
02:30:16 
02:30:16 
02:30:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:17 --- javac err: ---
02:30:17 X.java:2: error: no annotations are allowed in the type of a class literal
02:30:17 	Object o = @Marker int.class;
02:30:17 	                            ^
02:30:17 1 error
02:30:17 
02:30:17 
02:30:17 
02:30:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:18 --- javac err: ---
02:30:18 X.java:2: error: elements in annotation type declarations cannot be generic methods
02:30:18 	<T> @Marker String foo();
02:30:18 	 ^
02:30:18 1 error
02:30:18 
02:30:18 
02:30:18 
02:30:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:19 --- javac err: ---
02:30:19 X.java:2: error: annotation @Marker not applicable in this type context
02:30:19 	Object o = new <String> @Marker X();
02:30:19 	                        ^
02:30:19 1 error
02:30:19 
02:30:19 
02:30:19 
02:30:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:20 --- javac err: ---
02:30:20 X.java:2: error: cannot find symbol
02:30:20 	Object o = new X().new <String> @Marker X();
02:30:20 	                                ^
02:30:20   symbol:   class X
02:30:20   location: class X
02:30:20 1 error
02:30:20 
02:30:20 
02:30:20 
02:30:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:21 --- javac err: ---
02:30:21 X.java:2: error: cannot find symbol
02:30:21 	Object o = x.new <String> @Marker X() {};
02:30:21 	           ^
02:30:21   symbol:   variable x
02:30:21   location: class X
02:30:21 X.java:2: error: annotation @Marker not applicable in this type context
02:30:21 	Object o = x.new <String> @Marker X() {};
02:30:21 	                          ^
02:30:21 2 errors
02:30:21 
02:30:21 
02:30:21 
02:30:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:22 --- javac err: ---
02:30:22 X.java:2: error: annotation @Marker not applicable in this type context
02:30:22 	Object o = new <String> @Marker X() {};
02:30:22 	                        ^
02:30:22 1 error
02:30:22 
02:30:22 
02:30:22 
02:30:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:23 --- javac err: ---
02:30:23 X.java:1: error: <identifier> expected
02:30:23 class X<final T> {
02:30:23         ^
02:30:23 X.java:1: error: <identifier> expected
02:30:23 class X<final T> {
02:30:23                ^
02:30:23 X.java:2: error: illegal start of expression
02:30:23 	Object o = (Object) (public X<final String>) null;
02:30:23 	                     ^
02:30:23 X.java:2: error: illegal start of type
02:30:23 	Object o = (Object) (public X<final String>) null;
02:30:23 	                              ^
02:30:23 X.java:2: error: <identifier> expected
02:30:23 	Object o = (Object) (public X<final String>) null;
02:30:23 	                                          ^
02:30:23 5 errors
02:30:23 
02:30:23 
02:30:23 
02:30:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:24 --- javac err: ---
02:30:24 X.java:1: error: <identifier> expected
02:30:24 package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:30:24           ^
02:30:24 X.java:1: error: class, interface, or enum expected
02:30:24 package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:30:24                    ^
02:30:24 X.java:1: error: class, interface, or enum expected
02:30:24 package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:30:24                                         ^
02:30:24 X.java:1: error: class, interface, or enum expected
02:30:24 package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:30:24                                                                    ^
02:30:24 4 errors
02:30:24 
02:30:24 
02:30:24 
02:30:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:25 --- javac err: ---
02:30:25 X.java:1: error: <identifier> expected
02:30:25 @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:30:25                   ^
02:30:25 X.java:1: error: class, interface, or enum expected
02:30:25 @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:30:25                            ^
02:30:25 X.java:1: error: class, interface, or enum expected
02:30:25 @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:30:25                                                 ^
02:30:25 X.java:1: error: class, interface, or enum expected
02:30:25 @Marker package p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z. z2;
02:30:25                                                                            ^
02:30:25 4 errors
02:30:25 
02:30:25 
02:30:25 
02:30:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:26 --- javac err: ---
02:30:26 X.java:1: error: <identifier> expected
02:30:26 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
02:30:26          ^
02:30:26 X.java:1: error: class, interface, or enum expected
02:30:26 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
02:30:26                   ^
02:30:26 X.java:1: error: class, interface, or enum expected
02:30:26 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
02:30:26                                        ^
02:30:26 X.java:1: error: class, interface, or enum expected
02:30:26 import p. @Marker q.x. @Marker @Marker y. @Marker @Marker @Marker z.*;
02:30:26                                                                   ^
02:30:26 4 errors
02:30:26 
02:30:26 
02:30:26 
02:30:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:27 --- javac err: ---
02:30:27 X.java:3: error: cannot find symbol
02:30:27     Y y1 = (@Marker Z) null;
02:30:27                     ^
02:30:27   symbol:   class Z
02:30:27   location: class X
02:30:27 X.java:4: error: cannot find symbol
02:30:27     Y y2 = new @Marker Z();
02:30:27                        ^
02:30:27   symbol:   class Z
02:30:27   location: class X
02:30:27 X.java:5: error: cannot find symbol
02:30:27     Y[] y3 = (@Marker Z[]) null;
02:30:27                       ^
02:30:27   symbol:   class Z
02:30:27   location: class X
02:30:27 X.java:6: error: cannot find symbol
02:30:27     Y[] y4 = new @Marker Z[0];
02:30:27                          ^
02:30:27   symbol:   class Z
02:30:27   location: class X
02:30:27 X.java:7: error: cannot find symbol
02:30:27     Y[] y5 = (@Marker Y.Z) null;
02:30:27                        ^
02:30:27   symbol:   class Z
02:30:27   location: class Y
02:30:27 X.java:8: error: cannot find symbol
02:30:27     Y[] y6 = new @Marker Y.  Z();
02:30:27                           ^
02:30:27   symbol:   class Z
02:30:27   location: class Y
02:30:27 X.java:9: error: cannot find symbol
02:30:27     Y[] y7 = (@Marker Y.Z[]) null;
02:30:27                        ^
02:30:27   symbol:   class Z
02:30:27   location: class Y
02:30:27 X.java:10: error: cannot find symbol
02:30:27     Y[] y8 = new @Marker Y[0].  Z;
02:30:27                              ^
02:30:27   symbol:   variable Z
02:30:27   location: class @Marker Y[]
02:30:27 X.java:11: error: cannot find symbol
02:30:27     Y[] y9 = new @Marker Y.  Z[0];
02:30:27                           ^
02:30:27   symbol:   class Z
02:30:27   location: class Y
02:30:27 9 errors
02:30:27 
02:30:27 
02:30:27 
02:30:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:28 --- javac err: ---
02:30:28 X.java:3: error: cannot find symbol
02:30:28     Zork z;
02:30:28     ^
02:30:28   symbol:   class Zork
02:30:28   location: class X
02:30:28 1 error
02:30:28 
02:30:28 
02:30:28 
02:30:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:29 --- javac err: ---
02:30:29 X.java:3: error: cannot find symbol
02:30:29     Zork z;
02:30:29     ^
02:30:29   symbol:   class Zork
02:30:29   location: class X
02:30:29 1 error
02:30:29 
02:30:29 
02:30:29 
02:30:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:30 --- javac err: ---
02:30:30 X.java:3: error: cannot find symbol
02:30:30     Zork z;
02:30:30     ^
02:30:30   symbol:   class Zork
02:30:30   location: class X
02:30:30 1 error
02:30:30 
02:30:30 
02:30:30 
02:30:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:31 --- javac err: ---
02:30:31 X.java:2: error: <identifier> expected
02:30:31     public void foobar(X this, int, int k) {} // NPE!
02:30:31                                   ^
02:30:31 1 error
02:30:31 
02:30:31 
02:30:31 
02:30:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:32 --- javac err: ---
02:30:32 X.java:8: error: cannot find symbol
02:30:32 		I i = @Readonly List<@English String>::<@NonNegative Integer>size;
02:30:32 		       ^
02:30:32   symbol:   class Readonly
02:30:32   location: class X
02:30:32 X.java:8: error: cannot find symbol
02:30:32 		I i = @Readonly List<@English String>::<@NonNegative Integer>size;
02:30:32 		                      ^
02:30:32   symbol:   class English
02:30:32   location: class X
02:30:32 X.java:8: error: cannot find symbol
02:30:32 		I i = @Readonly List<@English String>::<@NonNegative Integer>size;
02:30:32 		                                         ^
02:30:32   symbol:   class NonNegative
02:30:32   location: class X
02:30:32 3 errors
02:30:32 
02:30:32 
02:30:32 
02:30:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:33 --- javac err: ---
02:30:33 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type List<String>
02:30:33 	void foo(List<String> @Marker ... ls) {}
02:30:33 	                                  ^
02:30:33 1 warning
02:30:33 
02:30:33 
02:30:33 
02:30:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:35 --- javac err: ---
02:30:35 p/X.java:6: error: scoping construct cannot be annotated with type-use annotation: @p.B
02:30:35 	@A @B p.X.Y field4;
02:30:35 	         ^
02:30:35 p/X.java:7: error: scoping construct cannot be annotated with type-use annotation: @p.B(1)
02:30:35 	@B(1) @A(1) java.lang.@A(1) @B(1) String field2;
02:30:35 	                      ^
02:30:35 p/X.java:8: error: scoping construct cannot be annotated with type-use annotation: @p.B(1)
02:30:35 	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) {
02:30:35 	                              ^
02:30:35 p/X.java:8: error: scoping construct cannot be annotated with type-use annotation: @p.B(1)
02:30:35 	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) {
02:30:35 	                                                                             ^
02:30:35 p/X.java:13: error: package p.q does not exist
02:30:35 		@B @A p.q.X local5;
02:30:35 		         ^
02:30:35 p/X.java:10: error: scoping construct cannot be annotated with type-use annotation: @p.B(1)
02:30:35 		@A(1) @B(1) java.lang.  @B(1) @A(1) String local2;
02:30:35 		                        ^
02:30:35 p/X.java:12: error: scoping construct cannot be annotated with type-use annotation: @p.B
02:30:35 		@B @A p.X.Y local4;
02:30:35 		         ^
02:30:35 p/X.java:10: error: annotation @A not applicable in this type context
02:30:35 		@A(1) @B(1) java.lang.  @B(1) @A(1) String local2;
02:30:35 		                              ^
02:30:35 8 errors
02:30:35 
02:30:35 
02:30:35 
02:30:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:35 --- javac err: ---
02:30:35 X.java:3: error: <identifier> expected
02:30:35 @interface NonNull { int[].class value() default 0;}
02:30:35                            ^
02:30:35 1 error
02:30:35 
02:30:35 
02:30:35 
02:30:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:37 --- javac err: ---
02:30:37 X.java:14: error: scoping construct cannot be annotated with type-use annotation: @Illegal
02:30:37 		@Illegal Y.Z z = null;
02:30:37 		          ^
02:30:37 X.java:18: error: scoping construct cannot be annotated with type-use annotation: @Illegal
02:30:37 		Y.Z z = (@Illegal Y.Z)null;
02:30:37 		                  ^
02:30:37 2 errors
02:30:37 
02:30:37 
02:30:37 
02:30:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:38 --- javac err: ---
02:30:38 X.java:18: error: scoping construct cannot be annotated with type-use annotation: @Illegal
02:30:38 		Y.Z[] z = (@Illegal Y.Z[])null;
02:30:38 		                    ^
02:30:38 1 error
02:30:38 
02:30:38 
02:30:38 
02:30:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:39 --- javac err: ---
02:30:39 X.java:16: error: scoping construct cannot be annotated with type-use annotation: @Illegal
02:30:39 		@Illegal Y.YY.Z z = null;
02:30:39 		             ^
02:30:39 1 error
02:30:39 
02:30:39 
02:30:39 
02:30:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:40 ----------------------------------------
02:30:40 org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest#test415308b2 - 10
02:30:40 X.java [
02:30:40 import java.lang.annotation.ElementType;
02:30:40 import java.lang.annotation.Target;
02:30:40 
02:30:40 @Target(ElementType.TYPE_USE)
02:30:40 @interface Illegal {
02:30:40 }
02:30:40 class Y {
02:30:40 	static class YY {
02:30:40 		class Z {
02:30:40 			Z() {}
02:30:40 		}
02:30:40 	}
02:30:40 }
02:30:40 class X {
02:30:40 	Y.YY.Z[] foo() {
02:30:40 		@Illegal Y.YY.Z[] z = null;
02:30:40 		return z;
02:30:40 	}
02:30:40 	Y.YY.Z[] foo2() {
02:30:40 		Y.@Illegal YY.Z[] z = null;
02:30:40 		return z;
02:30:40 	}
02:30:40 	Y.YY.Z[] foo3() {
02:30:40 		Y.YY.@Illegal Z[] z = null;
02:30:40 		return z;
02:30:40 	}
02:30:40 }
02:30:40 
02:30:40 ]
02:30:40 
02:30:40 
02:30:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:41 --- javac err: ---
02:30:41 X.java:25: error: scoping construct cannot be annotated with type-use annotation: @IllegalTypeUse
02:30:41 	Y.Z foo3(@IllegalTypeUse @LegalParam Y.Z z) { //Illegal
02:30:41 	                                      ^
02:30:41 1 error
02:30:41 
02:30:41 
02:30:41 
02:30:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:42 --- javac err: ---
02:30:42 X.java:14: error: scoping construct cannot be annotated with type-use annotation: @Illegal
02:30:42 	Y.Z z;
02:30:42 	 ^
02:30:42 1 error
02:30:42 
02:30:42 
02:30:42 
02:30:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:43 
02:30:43 
02:30:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:44 --- javac err: ---
02:30:44 X.java:22: error: scoping construct cannot be annotated with type-use annotations: @Illegal,@Illegal2
02:30:44 	Y.YY.Z z;
02:30:44 	    ^
02:30:44 1 error
02:30:44 
02:30:44 
02:30:44 
02:30:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:45 --- javac err: ---
02:30:45 X.java:13: error: scoping construct cannot be annotated with type-use annotation: @Illegal
02:30:45    public @Illegal Y.Z foo() { return null;}
02:30:45                     ^
02:30:45 1 error
02:30:45 
02:30:45 
02:30:45 
02:30:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:46 ----------------------------------------
02:30:46 org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest#test415308f2 - 10
02:30:46 X.java [
02:30:46 import java.lang.annotation.ElementType;
02:30:46 import java.lang.annotation.Target;
02:30:46 
02:30:46 @Target(ElementType.TYPE_USE)
02:30:46 @interface Illegal {
02:30:46 }
02:30:46 class Y {
02:30:46 	static class Z {
02:30:46 		Z() {}
02:30:46 	}
02:30:46 }
02:30:46 class X {
02:30:46    public @Illegal Y.Z[] foo() { return null;}
02:30:46 }
02:30:46 
02:30:46 ]
02:30:46 
02:30:46 
02:30:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:47 --- javac err: ---
02:30:47 X.java:11: error: scoping construct cannot be annotated with type-use annotation: @Illegal
02:30:47 	@Illegal Y.A foo(@Illegal Y.A a) {
02:30:47 	          ^
02:30:47 X.java:11: error: scoping construct cannot be annotated with type-use annotation: @Illegal
02:30:47 	@Illegal Y.A foo(@Illegal Y.A a) {
02:30:47 	                           ^
02:30:47 2 errors
02:30:47 
02:30:47 
02:30:47 
02:30:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:48 --- javac err: ---
02:30:48 X.java:13: error: cannot find symbol
02:30:48 	public @A String foo(int @B @C @D ... args) {
02:30:48 	                                ^
02:30:48   symbol:   class D
02:30:48   location: class X
02:30:48 1 error
02:30:48 
02:30:48 
02:30:48 
02:30:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:49 --- javac err: ---
02:30:49 X.java:17: error: missing return statement
02:30:49 	}
02:30:49 	^
02:30:49 1 error
02:30:49 
02:30:49 
02:30:49 
02:30:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:51 --- javac err: ---
02:30:51 X.java:7: error: UnmodifiableList is not abstract and does not override abstract method subList(int,int) in List
02:30:51 class UnmodifiableList<T> implements
02:30:51 ^
02:30:51   where @Readonly T is a type-variable:
02:30:51     @Readonly T extends Object declared in class UnmodifiableList
02:30:51 1 error
02:30:51 
02:30:51 
02:30:51 
02:30:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:52 --- javac err: ---
02:30:52 X.java:1: error: cannot find symbol
02:30:52 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
02:30:52                                           ^
02:30:52   symbol: class Y
02:30:52 1 error
02:30:52 
02:30:52 
02:30:52 
02:30:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:53 
02:30:53 
02:30:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:54 
02:30:54 
02:30:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:55 --- javac err: ---
02:30:55 X.java:10: error: illegal start of type
02:30:55 public class X extends @T S implements @T  {
02:30:55                                            ^
02:30:55 1 error
02:30:55 
02:30:55 
02:30:55 
02:30:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:56 --- javac err: ---
02:30:56 X.java:8: error: no annotations are allowed in the type of a class literal
02:30:56 		Class<?> c = int @T [].class; 
02:30:56 		                            ^
02:30:56 1 error
02:30:56 
02:30:56 
02:30:56 
02:30:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:57 --- javac err: ---
02:30:57 X.java:6: error: cannot find symbol
02:30:57         List<@NonNull Integer> l;
02:30:57               ^
02:30:57   symbol:   class NonNull
02:30:57   location: class X
02:30:57 1 error
02:30:57 
02:30:57 
02:30:57 
02:30:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:58 
02:30:58 
02:30:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:30:59 
02:30:59 
02:30:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:00 
02:31:00 
02:31:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:02 --- javac err: ---
02:31:02 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:31:02 package java.lang.annotation;
02:31:02 ^
02:31:02 X.java:2: error: annotation type not applicable to this kind of declaration
02:31:02 	@Marker @Marker2 @Marker3 public void foo() {}
02:31:02 	^
02:31:02 X.java:3: error: annotation type not applicable to this kind of declaration
02:31:02 	@Marker @Marker2 @Marker3 void foo2() {}
02:31:02 	^
02:31:02 3 errors
02:31:02 
02:31:02 
02:31:02 
02:31:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:03 --- javac err: ---
02:31:03 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:31:03 package java.lang.annotation;
02:31:03 ^
02:31:03 p/Bug391196.java:6: error: cannot find symbol
02:31:03 		@Unresolved X() {}
02:31:03 		 ^
02:31:03   symbol:   class Unresolved
02:31:03   location: class Bug391196.X<T>
02:31:03   where T is a type-variable:
02:31:03     T extends Object declared in class Bug391196.X
02:31:03 2 errors
02:31:03 
02:31:03 
02:31:03 
02:31:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:04 --- javac err: ---
02:31:04 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:31:04 package java.lang.annotation;
02:31:04 ^
02:31:04 X.java:2: error: annotation @Marker not applicable in this type context
02:31:04 	X<@Marker ?> l;
02:31:04 	  ^
02:31:04 X.java:4: error: annotation @Marker3 not applicable in this type context
02:31:04 	X<@Marker3 ?> l3;
02:31:04 	  ^
02:31:04 3 errors
02:31:04 
02:31:04 
02:31:04 
02:31:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:05 --- javac err: ---
02:31:05 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:31:05 package java.lang.annotation;
02:31:05 ^
02:31:05 X.java:6: error: annotation type not applicable to this kind of declaration
02:31:05 	@Marker2 T t;
02:31:05 	^
02:31:05 X.java:7: error: annotation @Marker2 not applicable in this type context
02:31:05 	T t2 = (@Marker2 T) null;
02:31:05 	        ^
02:31:05 3 errors
02:31:05 
02:31:05 
02:31:05 
02:31:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:06 --- javac err: ---
02:31:06 X.java:3: error: cannot find symbol
02:31:06 		Object o = (X @Marker []) null;
02:31:06 		               ^
02:31:06   symbol:   class Marker
02:31:06   location: class X<T>
02:31:06   where T is a type-variable:
02:31:06     T extends Object declared in class X
02:31:06 X.java:4: error: cannot find symbol
02:31:06 		o = (java.lang.String @Marker []) null;
02:31:06 		                       ^
02:31:06   symbol:   class Marker
02:31:06   location: class X<T>
02:31:06   where T is a type-variable:
02:31:06     T extends Object declared in class X
02:31:06 X.java:5: error: cannot find symbol
02:31:06 		o = (X<String> @Marker []) null;
02:31:06 		                ^
02:31:06   symbol:   class Marker
02:31:06   location: class X<T>
02:31:06   where T is a type-variable:
02:31:06     T extends Object declared in class X
02:31:06 X.java:6: error: cannot find symbol
02:31:06 		o = (java.util.List<String> @Marker []) null;
02:31:06 		                             ^
02:31:06   symbol:   class Marker
02:31:06   location: class X<T>
02:31:06   where T is a type-variable:
02:31:06     T extends Object declared in class X
02:31:06 4 errors
02:31:06 
02:31:06 
02:31:06 
02:31:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:07 --- javac err: ---
02:31:07 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:31:07 package java.lang.annotation;
02:31:07 ^
02:31:07 X.java:5: error: cannot find symbol
02:31:07 	@M X.@M Y.@Unreported Z z = null;
02:31:07 	           ^
02:31:07   symbol:   class Unreported
02:31:07   location: class X
02:31:07 2 errors
02:31:07 
02:31:07 
02:31:07 
02:31:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:08 --- javac err: ---
02:31:08 X.java:5: error: cannot find symbol
02:31:08 		Z z1 = new @Marker X().new @Marker Y().new @Marker Z();
02:31:08 		            ^
02:31:08   symbol:   class Marker
02:31:08   location: class X.Y
02:31:08 X.java:5: error: cannot find symbol
02:31:08 		Z z1 = new @Marker X().new @Marker Y().new @Marker Z();
02:31:08 		                            ^
02:31:08   symbol:   class Marker
02:31:08   location: class X.Y
02:31:08 X.java:5: error: cannot find symbol
02:31:08 		Z z1 = new @Marker X().new @Marker Y().new @Marker Z();
02:31:08 		                                            ^
02:31:08   symbol:   class Marker
02:31:08   location: class X.Y
02:31:08 X.java:6: error: cannot find symbol
02:31:08 		Z z3 = new @Marker Z(){};
02:31:08 		            ^
02:31:08   symbol:   class Marker
02:31:08   location: class X.Y
02:31:08 4 errors
02:31:08 
02:31:08 
02:31:08 
02:31:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:09 --- javac err: ---
02:31:09 X.java:5: error: illegal start of expression
02:31:09 		int @Marker [][][] i = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker bar()] ;
02:31:09 		                                                                               ^
02:31:09 X.java:6: error: illegal start of expression
02:31:09 		int @Marker [] j = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker bar()] ;
02:31:09 		                                                                           ^
02:31:09 2 errors
02:31:09 
02:31:09 
02:31:09 
02:31:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:11 --- javac err: ---
02:31:11 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
02:31:11 package java.lang.annotation;
02:31:11 ^
02:31:11 X.java:4: error: annotation @Marker2 not applicable in this type context
02:31:11 	public void foo(@Marker @Marker2 X this) {}
02:31:11 	                        ^
02:31:11 X.java:6: error: annotation @Marker2 not applicable in this type context
02:31:11 		Y(@Marker @Marker2 X X.this) {}
02:31:11 		          ^
02:31:11 3 errors
02:31:11 
02:31:11 
02:31:11 
02:31:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:12 --- javac err: ---
02:31:12 X.java:5: error: illegal start of expression
02:31:12 		int @Marker [][][] i = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker bar()] @Marker @Marker2 [];
02:31:12 		                                                                               ^
02:31:12 X.java:6: error: illegal start of expression
02:31:12 		int @Marker [][][] j = new @Marker2 int @Marker @Marker2 [2] @Marker @Marker2 [@Marker X.bar2(2)] @Marker @Marker2 [];
02:31:12 		                                                                               ^
02:31:12 2 errors
02:31:12 
02:31:12 
02:31:12 
02:31:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:13 --- javac err: ---
02:31:13 X.java:4: error: cannot find symbol
02:31:13 			public Z (@A X.@B Y Y.this, String str) {}
02:31:13 			                ^
02:31:13   symbol:   class B
02:31:13   location: class X.Y.Z
02:31:13 X.java:5: error: cannot find symbol
02:31:13     	 	public void foo (@A X.@B Y.@C Z this, String str) {}
02:31:13     	 	                            ^
02:31:13   symbol:   class C
02:31:13   location: class X.Y.Z
02:31:13 X.java:5: error: cannot find symbol
02:31:13     	 	public void foo (@A X.@B Y.@C Z this, String str) {}
02:31:13     	 	                       ^
02:31:13   symbol:   class B
02:31:13   location: class X.Y.Z
02:31:13 X.java:4: error: cannot find symbol
02:31:13 			public Z (@A X.@B Y Y.this, String str) {}
02:31:13 			           ^
02:31:13   symbol:   class A
02:31:13   location: class X.Y.Z
02:31:13 X.java:5: error: cannot find symbol
02:31:13     	 	public void foo (@A X.@B Y.@C Z this, String str) {}
02:31:13     	 	                  ^
02:31:13   symbol:   class A
02:31:13   location: class X.Y.Z
02:31:13 5 errors
02:31:13 
02:31:13 
02:31:13 
02:31:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:14 --- javac err: ---
02:31:14 X.java:8: error: modifier static not allowed here
02:31:14 		public Y (static @A X X.this, int i) {}
02:31:14 		                    ^
02:31:14 X.java:10: error: modifier static not allowed here
02:31:14 		public void foo(static @A Y this, int i) {}
02:31:14 		                          ^
02:31:14 2 errors
02:31:14 
02:31:14 
02:31:14 
02:31:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:15 --- javac err: ---
02:31:15 X.java:3: error: <identifier> expected
02:31:15 @interface NonNull { int[].class value() default 0;}
02:31:15                            ^
02:31:15 1 error
02:31:15 
02:31:15 
02:31:15 
02:31:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:15 --- javac err: ---
02:31:15 test/X.java:6: error: illegal start of type
02:31:15     test.@A Outer<>.@A Inner<> i;
02:31:15                   ^
02:31:15 test/X.java:6: error: illegal start of type
02:31:15     test.@A Outer<>.@A Inner<> i;
02:31:15                              ^
02:31:15 2 errors
02:31:15 
02:31:15 
02:31:15 
02:31:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:16 --- javac err: ---
02:31:16 test/X.java:6: error: illegal start of type
02:31:16     test.@A Outer<Object>.@A Inner<> i;
02:31:16                                    ^
02:31:16 1 error
02:31:16 
02:31:16 
02:31:16 
02:31:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:17 --- javac err: ---
02:31:17 X.java:9: error: illegal start of expression
02:31:17 	<P> @T X() {
02:31:17 	    ^
02:31:17 1 error
02:31:17 
02:31:17 
02:31:17 
02:31:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:19 --- javac err: ---
02:31:19 X.java:18: error: incompatible types: X cannot be converted to CAP#1
02:31:19 		lx1.add(lx2.get(0));
02:31:19 		               ^
02:31:19   where CAP#1 is a fresh type-variable:
02:31:19     CAP#1 extends X from capture of ? extends @Nullable X
02:31:19 X.java:19: error: incompatible types: X cannot be converted to CAP#1
02:31:19 		lx1.add(lx1.get(0));
02:31:19 		               ^
02:31:19   where CAP#1 is a fresh type-variable:
02:31:19     CAP#1 extends X from capture of ? extends @Nullable X
02:31:19 X.java:20: error: method getAdd in class X cannot be applied to given types;
02:31:19        getAdd(lx1, lx2);
02:31:19        ^
02:31:19   required: List<P>,List<P>
02:31:19   found: List<CAP#1>,List<CAP#2>
02:31:19   reason: inference variable P has incompatible equality constraints CAP#2,CAP#1
02:31:19   where P is a type-variable:
02:31:19     P extends Object declared in method <P>getAdd(List<P>,List<P>)
02:31:19   where CAP#1,CAP#2 are fresh type-variables:
02:31:19     CAP#1 extends X from capture of ? extends @Nullable X
02:31:19     CAP#2 extends X from capture of ? extends @NonNull X
02:31:19 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:31:19 3 errors
02:31:19 
02:31:19 
02:31:19 
02:31:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:19 ***************************************************************************
02:31:19 * Comparison with Sun Javac compiler for class NullTypeAnnotationTest (null tests)
02:31:19 ***************************************************************************
02:31:21 
02:31:21 
02:31:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:22 --- javac err: ---
02:31:22 X.java:5: warning: [rawtypes] found raw type: ArrayList
02:31:22 		Collections.sort(new ArrayList(), (o1, o2) -> {
02:31:22 		                     ^
02:31:22   missing type arguments for generic class ArrayList<E>
02:31:22   where E is a type-variable:
02:31:22     E extends Object declared in class ArrayList
02:31:22 X.java:6: error: cannot find symbol
02:31:22 			return o1.compareToIgnoreCase(o1);
02:31:22 			         ^
02:31:22   symbol:   method compareToIgnoreCase(Object)
02:31:22   location: variable o1 of type Object
02:31:22 X.java:5: warning: [unchecked] unchecked method invocation: method sort in class Collections is applied to given types
02:31:22 		Collections.sort(new ArrayList(), (o1, o2) -> {
02:31:22 		                ^
02:31:22   required: List<T>,Comparator<? super T>
02:31:22   found: ArrayList,Comparator<Object>
02:31:22   where T is a type-variable:
02:31:22     T extends Object declared in method <T>sort(List<T>,Comparator<? super T>)
02:31:22 X.java:5: warning: [unchecked] unchecked conversion
02:31:22 		Collections.sort(new ArrayList(), (o1, o2) -> {
02:31:22 		                 ^
02:31:22   required: List<T>
02:31:22   found:    ArrayList
02:31:22   where T is a type-variable:
02:31:22     T extends Object declared in method <T>sort(List<T>,Comparator<? super T>)
02:31:22 1 error
02:31:22 3 warnings
02:31:22 
02:31:22 
02:31:22 
02:31:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:24 --- javac err: ---
02:31:24 X.java:8: error: cannot find symbol
02:31:24 internalFlatMapToInt(Functionish<BT, IS, E> mapper,
02:31:24                      ^
02:31:24   symbol:   class Functionish
02:31:24   location: interface X
02:31:24 X.java:7: error: cannot find symbol
02:31:24 static <BT, T extends BT, IS extends IntStream, E extends Exception> IntStreamy<E>
02:31:24                                                                      ^
02:31:24   symbol:   class IntStreamy
02:31:24   location: interface X
02:31:24 X.java:11: error: wrong number of type arguments; required 1
02:31:24 BiFunction<Stream<T>, ToIntFunction<BT>, IntStream> func = (Stream<T> t, ToIntFunction<BT, IS> m) -> t.flatmmapToInt(m);
02:31:24                                                                                       ^
02:31:24 X.java:12: error: cannot find symbol
02:31:24 return IntStreamy.fromFlatMap(func, mapper, classOfE, maker);
02:31:24        ^
02:31:24   symbol:   variable IntStreamy
02:31:24   location: interface X
02:31:24 4 errors
02:31:24 
02:31:24 
02:31:24 
02:31:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:25 --- javac err: ---
02:31:25 BuildIdeMain.java:9: error: variable p is already defined in method writeUpdates(Stream<Path>,HashMap<Path,SimpleEntry<byte[],Instant>>,HashMap<Path,Path>)
02:31:25    filter2.map(p -> new SimpleEntry<>(updateToFile.get(p), p->ideFiles.get(p)));
02:31:25                                                            ^
02:31:25 BuildIdeMain.java:9: error: incompatible types: cannot infer type-variable(s) K,V
02:31:25    filter2.map(p -> new SimpleEntry<>(updateToFile.get(p), p->ideFiles.get(p)));
02:31:25               ^
02:31:25     (argument mismatch; Object is not a functional interface)
02:31:25   where K,V are type-variables:
02:31:25     K extends Object declared in class SimpleEntry
02:31:25     V extends Object declared in class SimpleEntry
02:31:25 2 errors
02:31:25 
02:31:25 
02:31:25 
02:31:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:27 
02:31:27 
02:31:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:30 
02:31:30 
02:31:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:31 --- javac err: ---
02:31:31 test/Test.java:6: warning: [rawtypes] found raw type: Function
02:31:31 		Function function = x -> x;
02:31:31 		^
02:31:31   missing type arguments for generic class Function<T,R>
02:31:31   where T,R are type-variables:
02:31:31     T extends Object declared in interface Function
02:31:31     R extends Object declared in interface Function
02:31:31 test/Test.java:7: warning: [unchecked] unchecked method invocation: method test2 in class Test is applied to given types
02:31:31 		String @Nullable [] z = test2(function, "");
02:31:31 		                             ^
02:31:31   required: Function<T,T>,T
02:31:31   found: Function,String
02:31:31   where T is a type-variable:
02:31:31     T extends Object declared in method <T>test2(Function<T,T>,T)
02:31:31 test/Test.java:7: warning: [unchecked] unchecked conversion
02:31:31 		String @Nullable [] z = test2(function, "");
02:31:31 		                              ^
02:31:31   required: Function<T,T>
02:31:31   found:    Function
02:31:31   where T is a type-variable:
02:31:31     T extends Object declared in method <T>test2(Function<T,T>,T)
02:31:31 3 warnings
02:31:31 
02:31:31 
02:31:31 
02:31:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:33 
02:31:33 
02:31:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:34 
02:31:34 
02:31:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:35 
02:31:35 
02:31:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:36 
02:31:36 
02:31:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:38 
02:31:38 
02:31:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:39 
02:31:39 
02:31:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:40 
02:31:40 
02:31:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:41 
02:31:41 
02:31:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:42 
02:31:42 
02:31:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:43 
02:31:43 
02:31:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:44 
02:31:44 
02:31:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:46 
02:31:46 
02:31:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:48 
02:31:48 
02:31:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:51 
02:31:51 
02:31:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:53 
02:31:53 
02:31:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:56 
02:31:56 
02:31:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:31:59 
02:31:59 
02:31:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:04 
02:32:04 
02:32:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:08 
02:32:08 
02:32:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:11 
02:32:11 
02:32:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:15 
02:32:15 
02:32:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:19 
02:32:19 
02:32:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:23 
02:32:23 
02:32:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:27 
02:32:27 
02:32:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:28 
02:32:28 
02:32:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:29 
02:32:29 
02:32:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:30 
02:32:30 
02:32:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:32 
02:32:32 
02:32:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:33 --- javac err: ---
02:32:33 X.java:6: error: cannot find symbol
02:32:33 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
02:32:33 	         ^
02:32:33   symbol:   class Map
02:32:33   location: class X
02:32:33 X.java:7: error: cannot find symbol
02:32:33    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
02:32:33             ^
02:32:33   symbol:   class Map
02:32:33   location: class X
02:32:33 2 errors
02:32:33 
02:32:33 
02:32:33 
02:32:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:34 --- javac err: ---
02:32:34 X.java:5: error: cannot find symbol
02:32:34 	void foo(Map<@Nullable ? super @Nullable Object, @Nullable ? extends @Nullable String> m){}
02:32:34 	         ^
02:32:34   symbol:   class Map
02:32:34   location: class X
02:32:34 X.java:6: error: cannot find symbol
02:32:34    void goo(Map<@Nullable ? extends @Nullable Object, @Nullable ? super @Nullable String> m){}
02:32:34             ^
02:32:34   symbol:   class Map
02:32:34   location: class X
02:32:34 2 errors
02:32:34 
02:32:34 
02:32:34 
02:32:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:35 --- javac err: ---
02:32:35 X.java:3: error: invalid method declaration; return type required
02:32:35 	@NonNull foo() {}
02:32:35 	         ^
02:32:35 1 error
02:32:35 
02:32:35 
02:32:35 
02:32:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:36 
02:32:36 
02:32:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:37 --- javac err: ---
02:32:37 Note: X.java uses or overrides a deprecated API.
02:32:37 Note: Recompile with -Xlint:deprecation for details.
02:32:37 
02:32:37 
02:32:37 
02:32:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:39 
02:32:39 
02:32:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:40 --- javac err: ---
02:32:40 X.java:5: error: illegal start of expression
02:32:40 		int @Marker [][][] i = new @Marker int @Marker [2] @Marker [@Marker bar()] @Marker [];
02:32:40 		                                                            ^
02:32:40 1 error
02:32:40 
02:32:40 
02:32:40 
02:32:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:41 
02:32:41 
02:32:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:42 
02:32:42 
02:32:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:43 
02:32:43 
02:32:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:44 
02:32:44 
02:32:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:46 
02:32:46 
02:32:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:47 
02:32:47 
02:32:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:48 
02:32:48 
02:32:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:49 --- javac err: ---
02:32:49 X.java:8: error: method bar(T) is already defined in class X
02:32:49 	@NonNull T bar(@Nullable T t) {
02:32:49 	           ^
02:32:49   where T is a type-variable:
02:32:49     T extends Object declared in class X
02:32:49 1 error
02:32:49 
02:32:49 
02:32:49 
02:32:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:50 
02:32:50 
02:32:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:51 
02:32:51 
02:32:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:52 
02:32:52 
02:32:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:54 
02:32:54 
02:32:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:55 
02:32:55 
02:32:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:56 
02:32:56 
02:32:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:57 
02:32:57 
02:32:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:32:59 --- javac err: ---
02:32:59 X.java:9: error: incompatible thrown types IOException in functional expression
02:32:59     Function<Path, Stream<Path>> method = Files::walk;
02:32:59                                           ^
02:32:59 1 error
02:32:59 
02:32:59 
02:32:59 
02:32:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:00 
02:33:00 
02:33:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:02 
02:33:02 
02:33:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:03 
02:33:03 
02:33:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:04 
02:33:04 
02:33:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:05 
02:33:06 
02:33:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:06 
02:33:06 
02:33:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:08 
02:33:08 
02:33:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:09 
02:33:09 
02:33:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:10 --- javac err: ---
02:33:10 X.java:4: error: cannot find symbol
02:33:10        void foo(int @NonNull [] x) {}
02:33:10                      ^
02:33:10   symbol:   class NonNull
02:33:10   location: class X
02:33:10 1 error
02:33:10 
02:33:10 
02:33:10 
02:33:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:11 
02:33:11 
02:33:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:12 --- javac err: ---
02:33:12 p/PLogLine.java:12: error: incompatible types: QField<R,Long> cannot be converted to @org.eclipse.jdt.annotation.NonNull QField<R,String>
02:33:12 		return new QField<R, java.lang.Long>(m_root, this, "lastName");
02:33:12 		       ^
02:33:12   where R is a type-variable:
02:33:12     R extends QField<R,?> declared in class PLogLine
02:33:12 1 error
02:33:12 
02:33:12 
02:33:12 
02:33:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:14 
02:33:14 
02:33:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:16 
02:33:16 
02:33:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:17 
02:33:17 
02:33:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:19 
02:33:19 
02:33:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:21 --- javac err: ---
02:33:21 UnequalBinaryNode.java:1: warning: auxiliary class ExtendedNode in AbstractNode.java should not be accessed from outside its own source file
02:33:21 public class UnequalBinaryNode<L extends ExtendedNode, R extends ExtendedNode>
02:33:21                                          ^
02:33:21 UnequalBinaryNode.java:1: warning: auxiliary class ExtendedNode in AbstractNode.java should not be accessed from outside its own source file
02:33:21 public class UnequalBinaryNode<L extends ExtendedNode, R extends ExtendedNode>
02:33:21                                                                  ^
02:33:21 2 warnings
02:33:21 
02:33:21 
02:33:21 
02:33:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:22 
02:33:22 
02:33:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:23 
02:33:23 
02:33:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:25 
02:33:25 
02:33:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:26 
02:33:26 
02:33:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:27 
02:33:27 
02:33:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:29 
02:33:29 
02:33:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:30 
02:33:30 
02:33:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:31 
02:33:31 
02:33:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:32 
02:33:32 
02:33:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:34 
02:33:34 
02:33:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:37 
02:33:37 
02:33:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:38 --- javac err: ---
02:33:38 X.java:10: error: unexpected type
02:33:38 	List<@NonNull int> intlist;
02:33:38 	     ^
02:33:38   required: reference
02:33:38   found:    int
02:33:38 1 error
02:33:38 
02:33:38 
02:33:38 
02:33:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:39 
02:33:39 
02:33:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:40 
02:33:40 
02:33:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:42 
02:33:42 
02:33:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:43 
02:33:43 
02:33:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:44 
02:33:44 
02:33:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:45 
02:33:45 
02:33:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:47 
02:33:47 
02:33:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:48 
02:33:48 
02:33:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:49 
02:33:49 
02:33:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:50 
02:33:50 
02:33:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:52 
02:33:52 
02:33:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:53 
02:33:53 
02:33:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:54 
02:33:54 
02:33:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:55 
02:33:55 
02:33:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:57 
02:33:57 
02:33:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:33:59 
02:33:59 
02:33:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:00 
02:34:00 
02:34:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:01 
02:34:01 
02:34:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:02 --- javac err: ---
02:34:02 Bar.java:6: warning: [unchecked] unchecked cast
02:34:02         this((Iterable<E>) emptyList());
02:34:02                                     ^
02:34:02   required: Iterable<E>
02:34:02   found:    Iterable<X>
02:34:02   where X,E are type-variables:
02:34:02     X extends Foo<X>
02:34:02     E extends Foo<E> declared in class Bar
02:34:02 1 warning
02:34:02 
02:34:02 
02:34:02 
02:34:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:04 
02:34:04 
02:34:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:05 
02:34:05 
02:34:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:06 
02:34:06 
02:34:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:07 
02:34:07 
02:34:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:08 --- javac err: ---
02:34:08 Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo
02:34:08 interface Baz extends Foo<Integer, Integer> {}
02:34:08 ^
02:34:08 1 error
02:34:08 
02:34:08 ----------------------------------------
02:34:08 org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest#testBug446442_4 - 10
02:34:08 Test.java [
02:34:08 import org.eclipse.jdt.annotation.*;
02:34:08 interface Foo<T, N extends Number> {
02:34:08 	abstract void m(@NonNull N arg2) throws Exception;
02:34:08 
02:34:08 	default void m(T arg1) throws java.io.IOException {}
02:34:08 }
02:34:08 
02:34:08 interface Baz extends Foo<Integer, Integer> {}
02:34:08 abstract class Impl {
02:34:08   public void m(Integer a) throws java.io.IOException {}
02:34:08 }
02:34:08 class BazImpl extends Impl implements Baz {}
02:34:08 
02:34:08 public class Test {
02:34:08 	void test(BazImpl b) throws java.io.IOException {
02:34:08 		b.m(null);
02:34:08 	}
02:34:08 }
02:34:08 
02:34:08 ]
02:34:08 
02:34:08 
02:34:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:10 
02:34:10 
02:34:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:11 
02:34:11 
02:34:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:13 
02:34:13 
02:34:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:14 
02:34:14 
02:34:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:16 
02:34:16 
02:34:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:17 
02:34:17 
02:34:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:18 
02:34:18 
02:34:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:21 
02:34:21 
02:34:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:23 
02:34:23 
02:34:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:24 
02:34:24 
02:34:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:25 
02:34:25 
02:34:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:26 
02:34:26 
02:34:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:28 
02:34:28 
02:34:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:29 
02:34:29 
02:34:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:32 
02:34:32 
02:34:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:35 
02:34:35 
02:34:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:37 
02:34:37 
02:34:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:38 
02:34:38 
02:34:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:40 --- javac err: ---
02:34:40 projA/ClassWithRawUsage.java:4: warning: [rawtypes] found raw type: GenericType
02:34:40    public java.util.List<GenericType> method() {
02:34:40                          ^
02:34:40   missing type arguments for generic class GenericType<T>
02:34:40   where T is a type-variable:
02:34:40     T extends Object declared in class GenericType
02:34:40 1 warning
02:34:40 
02:34:41 --- javac err: ---
02:34:41 projB/ClassThatImports.java:7: warning: [rawtypes] found raw type: GenericType
02:34:41 		@NonNull GenericType gt = cwru.method().get(0);
02:34:41 		         ^
02:34:41   missing type arguments for generic class GenericType<T>
02:34:41   where T is a type-variable:
02:34:41     T extends Object declared in class GenericType
02:34:41 1 warning
02:34:41 
02:34:41 
02:34:41 
02:34:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:44 --- javac err: ---
02:34:44 projA/ClassWithRawUsage.java:3: warning: [rawtypes] found raw type: @proj0.MyAnnotation GenericType
02:34:44    public java.util.List<@proj0.MyAnnotation GenericType> method() {
02:34:44                          ^
02:34:44   missing type arguments for generic class GenericType<T>
02:34:44   where T is a type-variable:
02:34:44     T extends Object declared in class GenericType
02:34:44 1 warning
02:34:44 
02:34:45 
02:34:45 
02:34:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:46 
02:34:46 
02:34:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:47 
02:34:47 
02:34:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:49 
02:34:49 
02:34:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:50 
02:34:50 
02:34:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:51 
02:34:51 
02:34:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:53 
02:34:53 
02:34:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:54 
02:34:54 
02:34:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:55 
02:34:55 
02:34:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:57 
02:34:57 
02:34:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:58 
02:34:58 
02:34:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:34:59 
02:34:59 
02:34:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:01 
02:35:01 
02:35:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:03 --- javac err: ---
02:35:03 pack1/A.java:4: warning: [rawtypes] found raw type: Class
02:35:03 interface A { Object m(Class c); }
02:35:03                        ^
02:35:03   missing type arguments for generic class Class<T>
02:35:03   where T is a type-variable:
02:35:03     T extends Object declared in class Class
02:35:03 1 warning
02:35:03 
02:35:03 
02:35:03 
02:35:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:04 
02:35:04 
02:35:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:05 
02:35:05 
02:35:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:06 
02:35:06 
02:35:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:07 
02:35:07 
02:35:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:09 
02:35:09 
02:35:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:10 
02:35:10 
02:35:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:11 
02:35:11 
02:35:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:12 
02:35:12 
02:35:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:13 
02:35:13 
02:35:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:15 
02:35:15 
02:35:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:16 
02:35:16 
02:35:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:17 
02:35:17 
02:35:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:18 
02:35:18 
02:35:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:19 
02:35:19 
02:35:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:21 
02:35:21 
02:35:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:22 --- javac err: ---
02:35:22 Bug.java:3: error: illegal generic type for instanceof
02:35:22 		return o instanceof java.util.Iterator<java.lang. @MyAnnot @org.eclipse.jdt.annotation.Nullable String>;
02:35:22 		                                      ^
02:35:22 1 error
02:35:22 
02:35:22 
02:35:22 
02:35:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:23 
02:35:23 
02:35:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:26 
02:35:26 
02:35:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:27 
02:35:27 
02:35:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:28 
02:35:28 
02:35:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:29 
02:35:29 
02:35:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:31 
02:35:31 
02:35:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:32 
02:35:32 
02:35:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:33 
02:35:33 
02:35:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:35 
02:35:35 
02:35:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:36 
02:35:36 
02:35:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:37 
02:35:37 
02:35:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:38 
02:35:38 
02:35:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:39 
02:35:39 
02:35:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:41 
02:35:41 
02:35:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:44 
02:35:44 
02:35:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:47 
02:35:47 
02:35:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:48 
02:35:48 
02:35:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:49 
02:35:49 
02:35:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:50 --- javac err: ---
02:35:50 Note: X.java uses or overrides a deprecated API.
02:35:50 Note: Recompile with -Xlint:deprecation for details.
02:35:50 
02:35:50 
02:35:50 
02:35:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:51 
02:35:51 
02:35:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:53 
02:35:53 
02:35:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:54 
02:35:54 
02:35:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:55 
02:35:55 
02:35:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:56 
02:35:56 
02:35:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:58 
02:35:58 
02:35:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:35:59 
02:35:59 
02:35:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:00 
02:36:00 
02:36:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:01 
02:36:01 
02:36:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:04 
02:36:04 
02:36:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:06 
02:36:06 
02:36:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:08 
02:36:08 
02:36:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:09 
02:36:09 
02:36:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:10 
02:36:10 
02:36:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:13 
02:36:13 
02:36:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:14 
02:36:14 
02:36:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:15 
02:36:15 
02:36:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:17 
02:36:17 
02:36:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:18 
02:36:18 
02:36:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:20 
02:36:20 
02:36:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:21 
02:36:21 
02:36:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:22 
02:36:22 
02:36:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:24 
02:36:24 
02:36:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:25 
02:36:25 
02:36:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:26 
02:36:26 
02:36:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:27 
02:36:27 
02:36:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:29 
02:36:29 
02:36:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:31 
02:36:31 
02:36:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:32 
02:36:32 
02:36:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:34 
02:36:34 
02:36:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:35 
02:36:35 
02:36:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:36 
02:36:36 
02:36:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:38 
02:36:38 
02:36:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:39 
02:36:39 
02:36:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:42 
02:36:42 
02:36:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:44 --- javac err: ---
02:36:44 p/X1.java:4: warning: [serial] serializable class X1 has no definition of serialVersionUID
02:36:44 public abstract class X1<T extends @NonNull Object> extends ArrayList<T> {
02:36:44                 ^
02:36:44 1 warning
02:36:44 
02:36:44 
02:36:44 
02:36:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:45 --- javac err: ---
02:36:45 p/X1.java:4: warning: [serial] serializable class X1 has no definition of serialVersionUID
02:36:45 public abstract class X1<T extends java.lang.@NonNull Object> extends ArrayList<T> {
02:36:45                 ^
02:36:45 1 warning
02:36:45 
02:36:45 
02:36:45 
02:36:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:46 
02:36:46 
02:36:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:49 
02:36:49 
02:36:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:51 
02:36:51 
02:36:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:52 
02:36:52 
02:36:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:53 
02:36:53 
02:36:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:54 
02:36:54 
02:36:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:57 
02:36:57 
02:36:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:36:59 
02:36:59 
02:36:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:02 
02:37:02 
02:37:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:03 
02:37:03 
02:37:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:04 
02:37:04 
02:37:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:06 
02:37:06 
02:37:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:07 
02:37:07 
02:37:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:08 
02:37:08 
02:37:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:09 
02:37:09 
02:37:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:11 
02:37:11 
02:37:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:12 
02:37:12 
02:37:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:14 
02:37:14 
02:37:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:15 
02:37:15 
02:37:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:17 
02:37:17 
02:37:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:21 
02:37:21 
02:37:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:23 
02:37:23 
02:37:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:25 
02:37:25 
02:37:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:26 
02:37:26 
02:37:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:27 
02:37:27 
02:37:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:28 
02:37:28 
02:37:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:31 
02:37:31 
02:37:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:34 
02:37:34 
02:37:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:36 
02:37:36 
02:37:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:39 
02:37:39 
02:37:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:41 
02:37:41 
02:37:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:44 
02:37:44 
02:37:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:45 --- javac err: ---
02:37:45 test/Or.java:7: error: wrong number of type arguments; required 2
02:37:45 	public static <V> Or<V> create() {
02:37:45 	                    ^
02:37:45 1 error
02:37:45 
02:37:45 
02:37:45 
02:37:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:46 --- javac err: ---
02:37:46 test/X.java:8: error: wrong number of type arguments; required 2
02:37:46 		public <V1> Or<V1> create() {
02:37:46 		              ^
02:37:46 test/And.java:7: warning: [rawtypes] found raw type: X.Or
02:37:46 	public static void createAnd(X.Or x) {
02:37:46 	                              ^
02:37:46   missing type arguments for generic class X<Z>.Or<D,V>
02:37:46   where D,V,Z are type-variables:
02:37:46     D extends Object declared in class X.Or
02:37:46     V extends Object declared in class X.Or
02:37:46     Z extends Object declared in class X
02:37:46 1 error
02:37:46 1 warning
02:37:46 
02:37:46 
02:37:46 
02:37:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:47 --- javac err: ---
02:37:47 test/Or.java:7: error: wrong number of type arguments; required 2
02:37:47 	public <V1> Or<V1> create() {
02:37:47 	              ^
02:37:47 test/And.java:8: warning: [rawtypes] found raw type: Or
02:37:47 		new Or().create();
02:37:47 		    ^
02:37:47   missing type arguments for generic class Or<D,V>
02:37:47   where D,V are type-variables:
02:37:47     D extends Object declared in class Or
02:37:47     V extends Object declared in class Or
02:37:47 1 error
02:37:47 1 warning
02:37:47 
02:37:47 
02:37:47 
02:37:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:49 
02:37:49 
02:37:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:50 
02:37:50 
02:37:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:51 
02:37:51 
02:37:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:54 
02:37:54 
02:37:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:56 
02:37:56 
02:37:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:57 --- javac err: ---
02:37:57 test/X.java:22: warning: [rawtypes] found raw type: Ref
02:37:57 	public final Ref<String[][]>[][] genericField = new Ref[0][];
02:37:57 	                                                    ^
02:37:57   missing type arguments for generic class Ref<T>
02:37:57   where T is a type-variable:
02:37:57     T extends Object declared in class Ref
02:37:57 test/X.java:23: warning: [rawtypes] found raw type: Ref
02:37:57 	public final @Nullable Ref<@Nullable String[][]>[][] genericFieldWithNullable1 = new Ref[0][];
02:37:57 	                                                                                     ^
02:37:57   missing type arguments for generic class Ref<T>
02:37:57   where T is a type-variable:
02:37:57     T extends Object declared in class Ref
02:37:57 test/X.java:24: warning: [rawtypes] found raw type: Ref
02:37:57 	public final Ref<String[] @Nullable []>[] @Nullable [] genericFieldWithNullable2 = new Ref[0][];
02:37:57 	                                                                                       ^
02:37:57   missing type arguments for generic class Ref<T>
02:37:57   where T is a type-variable:
02:37:57     T extends Object declared in class Ref
02:37:57 3 warnings
02:37:57 
02:37:57 
02:37:57 
02:37:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:37:59 --- javac err: ---
02:37:59 test/X.java:22: warning: [rawtypes] found raw type: Ref
02:37:59 	public final test.Ref<test.A.B[][]>[][] genericField = new Ref[0][];
02:37:59 	                                                           ^
02:37:59   missing type arguments for generic class Ref<T>
02:37:59   where T is a type-variable:
02:37:59     T extends Object declared in class Ref
02:37:59 test/X.java:23: warning: [rawtypes] found raw type: Ref
02:37:59 	public final test.@Nullable Ref<test.A.@Nullable B[][]>[][] genericFieldWithNullable1 = new Ref[0][];;
02:37:59 	                                                                                            ^
02:37:59   missing type arguments for generic class Ref<T>
02:37:59   where T is a type-variable:
02:37:59     T extends Object declared in class Ref
02:37:59 test/X.java:24: warning: [rawtypes] found raw type: Ref
02:37:59 	public final test.Ref<test.A.B[] @Nullable []>[] @Nullable[] genericFieldWithNullable2 = new Ref[0][];;
02:37:59 	                                                                                             ^
02:37:59   missing type arguments for generic class Ref<T>
02:37:59   where T is a type-variable:
02:37:59     T extends Object declared in class Ref
02:37:59 3 warnings
02:37:59 
02:37:59 
02:37:59 
02:37:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:00 
02:38:00 
02:38:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:01 
02:38:01 
02:38:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:02 
02:38:02 
02:38:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:03 
02:38:03 
02:38:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:05 
02:38:05 
02:38:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:06 
02:38:06 
02:38:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:07 
02:38:07 
02:38:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:08 
02:38:08 
02:38:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:10 
02:38:10 
02:38:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:11 
02:38:11 
02:38:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:13 
02:38:13 
02:38:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:14 
02:38:14 
02:38:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:15 
02:38:15 
02:38:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:18 
02:38:18 
02:38:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:19 
02:38:19 
02:38:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:22 
02:38:22 
02:38:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:23 
02:38:23 
02:38:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:24 
02:38:24 
02:38:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:25 
02:38:25 
02:38:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:26 
02:38:26 
02:38:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:27 
02:38:27 
02:38:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:28 
02:38:28 
02:38:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:32 
02:38:32 
02:38:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:36 
02:38:36 
02:38:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:39 
02:38:39 
02:38:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:42 
02:38:42 
02:38:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:44 --- javac err: ---
02:38:44 B2.java:2: warning: auxiliary class Fluent in Reference.java should not be accessed from outside its own source file
02:38:44 	void b1(Fluent f) {
02:38:44 	        ^
02:38:44 B2.java:6: warning: auxiliary class Fluent in Reference.java should not be accessed from outside its own source file
02:38:44 	void b2(Reference<@org.eclipse.jdt.annotation.NonNull Fluent> ref) {
02:38:44 	                                                      ^
02:38:44 B2.java:2: warning: [rawtypes] found raw type: Fluent
02:38:44 	void b1(Fluent f) {
02:38:44 	        ^
02:38:44   missing type arguments for generic class Fluent<SELF>
02:38:44   where SELF is a type-variable:
02:38:44     SELF extends Fluent<SELF> declared in interface Fluent
02:38:44 B2.java:6: warning: [rawtypes] found raw type: @org.eclipse.jdt.annotation.NonNull Fluent
02:38:44 	void b2(Reference<@org.eclipse.jdt.annotation.NonNull Fluent> ref) {
02:38:44 	                  ^
02:38:44   missing type arguments for generic class Fluent<SELF>
02:38:44   where SELF is a type-variable:
02:38:44     SELF extends Fluent<SELF> declared in interface Fluent
02:38:44 4 warnings
02:38:44 
02:38:44 
02:38:44 
02:38:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:47 
02:38:47 
02:38:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:49 
02:38:49 
02:38:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:50 
02:38:50 
02:38:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:51 
02:38:51 
02:38:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:53 
02:38:53 
02:38:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:54 
02:38:54 
02:38:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:56 
02:38:56 
02:38:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:38:58 
02:38:58 
02:38:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:00 
02:39:00 
02:39:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:01 
02:39:01 
02:39:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:02 
02:39:02 
02:39:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:05 
02:39:05 
02:39:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:09 
02:39:09 
02:39:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:10 
02:39:10 
02:39:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:14 
02:39:14 
02:39:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:18 
02:39:18 
02:39:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:20 
02:39:20 
02:39:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:25 --- javac err: ---
02:39:25 test/Test.java:17: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     C<Object, ? extends Number> f1; // warning 1
02:39:25     ^
02:39:25 test/Test.java:20: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     C<@NonNull Object, ? extends @NonNull Number> f2; // warning 2
02:39:25     ^
02:39:25 test/Test.java:26: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     abstract Object m1(C<Object, ? extends Number> p1, Object p2);
02:39:25                        ^
02:39:25 test/Test.java:28: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     abstract @NNBDReturn Object m2(@NNBDParam @NNBDTypeArg @NNBDTypeBound C<Object, ? extends Number> p1,
02:39:25                                                                           ^
02:39:25 test/Test.java:31: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     abstract @NonNull Object m3(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2);
02:39:25                                          ^
02:39:25 test/Test.java:35: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     Object m1(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2) { // warning 3 on return type
02:39:25                        ^
02:39:25 test/Test.java:43: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     Object m2(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2) { // warning 6 on return type
02:39:25                        ^
02:39:25 test/Test.java:49: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     Object m3(@NonNull C<@NonNull Object, ? extends @NonNull Number> p1, @NonNull Object p2) { // warning 7 on return type
02:39:25                        ^
02:39:25 test/Test.java:60: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     Object m1(C<Object, ? extends Number> p1, Object p2) { // warning 8 on return type
02:39:25               ^
02:39:25 test/Test.java:68: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     Object m2(C<Object, ? extends Number> p1, Object p2) { // warning 11 on return type
02:39:25               ^
02:39:25 test/Test.java:74: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25     Object m3(C<Object, ? extends Number> p1, Object p2) { // warning 12 on return type
02:39:25               ^
02:39:25 test/Test.java:86: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25         Object m1(C<Object, ? extends Number> p1, Object p2) { // warning 13 on return type
02:39:25                   ^
02:39:25 test/Test.java:94: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25         Object m2(C<Object, ? extends Number> p1, Object p2) { // warning 16 on return type
02:39:25                   ^
02:39:25 test/Test.java:100: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25         Object m3(C<Object, ? extends Number> p1, Object p2) { // warning 17 on return type
02:39:25                   ^
02:39:25 test/Test.java:112: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25             Object m1(C<Object, ? extends Number> p1, Object p2) { // warning 18 on return type
02:39:25                       ^
02:39:25 test/Test.java:120: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25             Object m2(C<Object, ? extends Number> p1, Object p2) { // warning 21 on return type
02:39:25                       ^
02:39:25 test/Test.java:126: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25             Object m3(C<Object, ? extends Number> p1, Object p2) { // warning 22 on return type
02:39:25                       ^
02:39:25 test/Test.java:139: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25             Object m1(C<Object, ? extends Number> p1, Object p2) { // warning 23 on return type
02:39:25                       ^
02:39:25 test/Test.java:147: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25             Object m2(C<Object, ? extends Number> p1, Object p2) { // warning 26 on return type
02:39:25                       ^
02:39:25 test/Test.java:153: warning: auxiliary class C in X.java should not be accessed from outside its own source file
02:39:25             Object m3(C<Object, ? extends Number> p1, Object p2) { // warning 27 on return type
02:39:25                       ^
02:39:25 20 warnings
02:39:25 
02:39:25 
02:39:25 
02:39:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:27 
02:39:27 
02:39:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:30 
02:39:30 
02:39:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:32 --- javac err: ---
02:39:32 Test.java:13: warning: [unchecked] Possible heap pollution from parameterized vararg type T
02:39:32 	<T> List<T> getList(T... in) {
02:39:32 	                         ^
02:39:32   where T is a type-variable:
02:39:32     T extends Object declared in method <T>getList(T...)
02:39:32 1 warning
02:39:32 
02:39:32 
02:39:32 
02:39:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:33 
02:39:33 
02:39:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:36 
02:39:36 
02:39:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:37 
02:39:37 
02:39:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:39 
02:39:39 
02:39:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:40 --- javac err: ---
02:39:40 example/Example.java:5: error: cannot find symbol
02:39:40         for (X.Y<Z> entry : x) {
02:39:40                             ^
02:39:40   symbol:   variable x
02:39:40   location: class Example
02:39:40 example/Example.java:5: error: package X does not exist
02:39:40         for (X.Y<Z> entry : x) {
02:39:40               ^
02:39:40 example/Example.java:5: error: cannot find symbol
02:39:40         for (X.Y<Z> entry : x) {
02:39:40                  ^
02:39:40   symbol:   class Z
02:39:40   location: class Example
02:39:40 3 errors
02:39:40 
02:39:40 
02:39:40 
02:39:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:40 
02:39:40 
02:39:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:43 
02:39:43 
02:39:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:44 
02:39:44 
02:39:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:46 
02:39:46 
02:39:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:47 
02:39:47 
02:39:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:48 
02:39:48 
02:39:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:50 
02:39:50 
02:39:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:51 
02:39:51 
02:39:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:52 
02:39:52 
02:39:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:54 
02:39:54 
02:39:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:55 
02:39:55 
02:39:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:56 
02:39:56 
02:39:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:57 
02:39:57 
02:39:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:39:58 
02:39:58 
02:39:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:00 
02:40:00 
02:40:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:01 
02:40:01 
02:40:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:02 
02:40:02 
02:40:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:03 
02:40:03 
02:40:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:05 
02:40:05 
02:40:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:08 
02:40:08 
02:40:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:09 
02:40:09 
02:40:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:10 
02:40:10 
02:40:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:12 
02:40:12 
02:40:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:13 
02:40:13 
02:40:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:14 --- javac err: ---
02:40:14 Note: X.java uses or overrides a deprecated API.
02:40:14 Note: Recompile with -Xlint:deprecation for details.
02:40:14 
02:40:16 
02:40:16 
02:40:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:17 
02:40:17 
02:40:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:18 --- javac err: ---
02:40:18 Note: X.java uses or overrides a deprecated API.
02:40:18 Note: Recompile with -Xlint:deprecation for details.
02:40:18 
02:40:19 
02:40:19 
02:40:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:20 
02:40:20 
02:40:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:21 --- javac err: ---
02:40:21 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated
02:40:21 	Number field = new Long(13);
02:40:21 	               ^
02:40:21 1 warning
02:40:21 
02:40:22 
02:40:22 
02:40:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:23 
02:40:23 
02:40:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:26 
02:40:26 
02:40:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:27 
02:40:27 
02:40:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:28 
02:40:28 
02:40:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:30 
02:40:30 
02:40:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:32 
02:40:32 
02:40:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:34 
02:40:34 
02:40:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:36 
02:40:36 
02:40:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:38 
02:40:38 
02:40:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:39 --- javac err: ---
02:40:39 X.java:3: error: cannot find symbol
02:40:39    @Missing1 X.@Missing2 U fU;
02:40:39                 ^
02:40:39   symbol:   class Missing2
02:40:39   location: class X
02:40:39 X.java:3: error: cannot find symbol
02:40:39    @Missing1 X.@Missing2 U fU;
02:40:39     ^
02:40:39   symbol:   class Missing1
02:40:39   location: class X
02:40:39 2 errors
02:40:39 
02:40:39 
02:40:39 
02:40:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:42 
02:40:42 
02:40:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:43 
02:40:43 
02:40:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:44 
02:40:44 
02:40:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:45 
02:40:45 
02:40:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:47 
02:40:47 
02:40:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:48 
02:40:48 
02:40:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:49 
02:40:49 
02:40:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:51 
02:40:51 
02:40:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:52 
02:40:52 
02:40:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:53 
02:40:53 
02:40:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:54 
02:40:54 
02:40:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:55 
02:40:55 
02:40:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:57 --- javac err: ---
02:40:57 X.java:5: warning: [rawtypes] found raw type: X
02:40:57 		@NonNull X x = null;
02:40:57 		         ^
02:40:57   missing type arguments for generic class X<T>
02:40:57   where T is a type-variable:
02:40:57     T extends Object declared in class X
02:40:57 X.java:6: warning: [rawtypes] found raw type: X.@org.eclipse.jdt.annotation.NonNull Y
02:40:57 		X.@NonNull Y xy = null;
02:40:57 		  ^
02:40:57   missing type arguments for generic class X<T>.Y<P>
02:40:57   where P,T are type-variables:
02:40:57     P extends Object declared in class X.Y
02:40:57     T extends Object declared in class X
02:40:57 2 warnings
02:40:57 
02:40:57 
02:40:57 
02:40:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:58 
02:40:58 
02:40:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:40:59 
02:40:59 
02:40:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:00 
02:41:00 
02:41:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:01 
02:41:01 
02:41:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:02 
02:41:02 
02:41:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:04 
02:41:04 
02:41:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:05 
02:41:05 
02:41:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:06 
02:41:06 
02:41:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:07 
02:41:07 
02:41:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:09 
02:41:09 
02:41:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:10 
02:41:10 
02:41:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:12 
02:41:12 
02:41:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:15 
02:41:15 
02:41:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:16 
02:41:16 
02:41:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:17 
02:41:17 
02:41:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:18 
02:41:18 
02:41:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:21 
02:41:21 
02:41:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:22 
02:41:22 
02:41:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:23 
02:41:23 
02:41:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:24 
02:41:24 
02:41:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:25 
02:41:25 
02:41:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:26 
02:41:26 
02:41:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:28 
02:41:28 
02:41:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:29 
02:41:29 
02:41:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:30 
02:41:30 
02:41:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:31 
02:41:31 
02:41:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:33 
02:41:33 
02:41:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:34 
02:41:34 
02:41:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:35 
02:41:35 
02:41:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:36 
02:41:36 
02:41:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:37 
02:41:37 
02:41:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:38 
02:41:38 
02:41:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:40 
02:41:40 
02:41:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:41 
02:41:41 
02:41:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:43 
02:41:43 
02:41:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:44 
02:41:44 
02:41:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:45 
02:41:45 
02:41:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:46 
02:41:46 
02:41:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:48 
02:41:48 
02:41:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:49 
02:41:49 
02:41:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:50 
02:41:50 
02:41:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:51 
02:41:51 
02:41:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:52 
02:41:52 
02:41:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:54 --- javac err: ---
02:41:54 p/X.java:6: error: illegal generic type for instanceof
02:41:54         if (!(arg instanceof List<@NonNull X>))
02:41:54                                  ^
02:41:54 1 error
02:41:54 
02:41:54 
02:41:54 
02:41:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:55 
02:41:55 
02:41:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:56 
02:41:56 
02:41:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:57 
02:41:57 
02:41:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:41:59 
02:41:59 
02:41:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:00 
02:42:00 
02:42:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:01 
02:42:01 
02:42:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:02 
02:42:02 
02:42:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:04 
02:42:04 
02:42:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:05 
02:42:05 
02:42:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:06 
02:42:06 
02:42:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:07 
02:42:07 
02:42:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:08 
02:42:08 
02:42:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:09 
02:42:09 
02:42:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:10 
02:42:10 
02:42:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:12 
02:42:12 
02:42:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:13 
02:42:13 
02:42:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:14 
02:42:14 
02:42:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:14 ***************************************************************************
02:42:14 * Comparison with Sun Javac compiler for class NegativeLambdaExpressionsTest (null tests)
02:42:14 ***************************************************************************
02:42:15 --- javac err: ---
02:42:15 X.java:7: error: incompatible types: incompatible parameter types in lambda expression
02:42:15     I i = () -> {
02:42:15           ^
02:42:15 X.java:10: error: bad operand type I for unary operator '++'
02:42:15     i++;
02:42:15      ^
02:42:15 2 errors
02:42:15 
02:42:15 
02:42:15 
02:42:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:17 --- javac err: ---
02:42:17 X.java:10: error: bad operand type I for unary operator '++'
02:42:17     i++;
02:42:17      ^
02:42:17 1 error
02:42:17 
02:42:17 
02:42:17 
02:42:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:18 --- javac err: ---
02:42:18 X.java:10: error: bad operand type I for unary operator '++'
02:42:18     i++;
02:42:18      ^
02:42:18 1 error
02:42:18 
02:42:18 
02:42:18 
02:42:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:19 --- javac err: ---
02:42:19 X.java:6: error: ';' expected
02:42:19      int x
02:42:19           ^
02:42:19 1 error
02:42:19 
02:42:19 
02:42:19 
02:42:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:20 --- javac err: ---
02:42:20 X.java:6: error: cannot find symbol
02:42:20    Zork z;
02:42:20    ^
02:42:20   symbol:   class Zork
02:42:20   location: class X
02:42:20 1 error
02:42:20 
02:42:20 
02:42:20 
02:42:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:21 --- javac err: ---
02:42:21 X.java:13: error: ';' expected
02:42:21    int x
02:42:21         ^
02:42:21 1 error
02:42:21 
02:42:21 
02:42:21 
02:42:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:22 --- javac err: ---
02:42:22 X.java:6: error: ')' expected
02:42:22     I i = (X this) -> 10;  
02:42:22             ^
02:42:22 X.java:6: error: not a statement
02:42:22     I i = (X this) -> 10;  
02:42:22              ^
02:42:22 X.java:6: error: ';' expected
02:42:22     I i = (X this) -> 10;  
02:42:22                  ^
02:42:22 3 errors
02:42:22 
02:42:22 
02:42:22 
02:42:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:23 --- javac err: ---
02:42:23 X.java:7: error: illegal start of expression
02:42:23     ActionListener al = (public xyz) -> System.out.println(xyz); 
02:42:23                          ^
02:42:23 X.java:7: error: <identifier> expected
02:42:23     ActionListener al = (public xyz) -> System.out.println(xyz); 
02:42:23                                    ^
02:42:23 X.java:7: error: <identifier> expected
02:42:23     ActionListener al = (public xyz) -> System.out.println(xyz); 
02:42:23                                                           ^
02:42:23 X.java:7: error: <identifier> expected
02:42:23     ActionListener al = (public xyz) -> System.out.println(xyz); 
02:42:23                                                               ^
02:42:23 X.java:8: error: illegal start of expression
02:42:23     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
02:42:23            ^
02:42:23 X.java:8: error: <identifier> expected
02:42:23     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
02:42:23                            ^
02:42:23 X.java:8: error: <identifier> expected
02:42:23     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
02:42:23                             ^
02:42:23 X.java:8: error: illegal start of type
02:42:23     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
02:42:23                              ^
02:42:23 X.java:8: error: ';' expected
02:42:23     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
02:42:23                                       ^
02:42:23 X.java:8: error: <identifier> expected
02:42:23     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
02:42:23                                         ^
02:42:23 X.java:8: error: <identifier> expected
02:42:23     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
02:42:23                                                                ^
02:42:23 X.java:8: error: <identifier> expected
02:42:23     I f = (abstract final s, @Nullable t) -> System.out.println(s + t); 
02:42:23                                                                  ^
02:42:23 X.java:10: error: class, interface, or enum expected
02:42:23 }
02:42:23 ^
02:42:23 13 errors
02:42:23 
02:42:23 
02:42:23 
02:42:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:24 --- javac err: ---
02:42:24 X.java:9: error: cannot find symbol
02:42:24 	Zork z;
02:42:24 	^
02:42:24   symbol:   class Zork
02:42:24   location: class X
02:42:24 1 error
02:42:24 
02:42:24 
02:42:24 
02:42:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:25 --- javac err: ---
02:42:25 X.java:6: error: cannot find symbol
02:42:25 		Zork z;
02:42:25 		^
02:42:25   symbol:   class Zork
02:42:25   location: class X
02:42:25 X.java:7: error: cannot find symbol
02:42:25 		unknown = 0;
02:42:25 		^
02:42:25   symbol:   variable unknown
02:42:25   location: class X
02:42:25 X.java:8: error: bad operand types for binary operator '+'
02:42:25 ;		int a = 42 + ia;
02:42:25  		           ^
02:42:25   first type:  int
02:42:25   second type: int[]
02:42:25 X.java:12: error: non-static variable this cannot be referenced from a static context
02:42:25 		I i = (int [] ia) -> this;
02:42:25 		                     ^
02:42:25 X.java:16: error: bad operand types for binary operator '+'
02:42:25 		int b = 42 + array;
02:42:25 		           ^
02:42:25   first type:  int
02:42:25   second type: int[]
02:42:25 X.java:18: error: incompatible types: bad return type in lambda expression
02:42:25 		return;
02:42:25 		^
02:42:25     missing return value
02:42:25 X.java:20: error: incompatible types: bad return type in lambda expression
02:42:25 	Runnable r = () -> { return 42; };
02:42:25 	                            ^
02:42:25     unexpected return value
02:42:25 7 errors
02:42:25 
02:42:25 
02:42:25 
02:42:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:26 --- javac err: ---
02:42:26 X.java:7: error: non-static variable this cannot be referenced from a static context
02:42:26 			System.out.println(this);
02:42:26 			                   ^
02:42:26 X.java:9: error: non-static variable this cannot be referenced from a static context
02:42:26 				System.out.println(this);
02:42:26 				                   ^
02:42:26 X.java:11: error: non-static variable this cannot be referenced from a static context
02:42:26 					System.out.println(this);
02:42:26 					                   ^
02:42:26 3 errors
02:42:26 
02:42:26 
02:42:26 
02:42:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:27 --- javac err: ---
02:42:27 X.java:5: error: cannot find symbol
02:42:27 	void foo(Zork z) {
02:42:27 	         ^
02:42:27   symbol:   class Zork
02:42:27   location: class X
02:42:27 1 error
02:42:27 
02:42:27 
02:42:27 
02:42:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:28 --- javac err: ---
02:42:28 X.java:5: error: modifier public not allowed here
02:42:28      I i = (final @Marker int x, @Undefined static strictfp public Object o, static volatile int p) -> x;
02:42:28                                                                    ^
02:42:28 X.java:5: error: modifier static not allowed here
02:42:28      I i = (final @Marker int x, @Undefined static strictfp public Object o, static volatile int p) -> x;
02:42:28                                                                                              ^
02:42:28 2 errors
02:42:28 
02:42:28 
02:42:28 
02:42:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:29 --- javac err: ---
02:42:29 X.java:7: error: incompatible types: incompatible parameter types in lambda expression
02:42:29     I i1 = (String y) -> {};
02:42:29            ^
02:42:29 X.java:10: error: incompatible types: incompatible parameter types in lambda expression
02:42:29     I i4 = (int x, String y) -> {};
02:42:29            ^
02:42:29 X.java:12: error: incompatible types: incompatible parameter types in lambda expression
02:42:29     J j1 = () -> {};
02:42:29            ^
02:42:29 X.java:14: error: incompatible types: incompatible parameter types in lambda expression
02:42:29     J j3 = (String x, int s) -> {};
02:42:29            ^
02:42:29 X.java:16: error: incompatible types: incompatible parameter types in lambda expression
02:42:29     J j5 = x ->  {};
02:42:29            ^
02:42:29 X.java:17: warning: [rawtypes] found raw type: Collection
02:42:29     K k1 = (Collection l) -> {};
02:42:29             ^
02:42:29   missing type arguments for generic class Collection<E>
02:42:29   where E is a type-variable:
02:42:29     E extends Object declared in interface Collection
02:42:29 X.java:17: error: incompatible types: incompatible parameter types in lambda expression
02:42:29     K k1 = (Collection l) -> {};
02:42:29            ^
02:42:29 X.java:18: error: incompatible types: incompatible parameter types in lambda expression
02:42:29     K k2 = (Collection <Integer> l) -> {};
02:42:29            ^
02:42:29 X.java:20: error: incompatible types: incompatible parameter types in lambda expression
02:42:29     K k4 = (List <String> l) -> {};
02:42:29            ^
02:42:29 8 errors
02:42:29 1 warning
02:42:29 
02:42:29 
02:42:29 
02:42:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:30 --- javac err: ---
02:42:30 X.java:6: error: incompatible types: bad return type in lambda expression
02:42:30     I i1 = () -> 42;
02:42:30                  ^
02:42:30     int cannot be converted to String
02:42:30 X.java:8: error: incompatible types: bad return type in lambda expression
02:42:30     I i3 = () -> { return 42; };
02:42:30                           ^
02:42:30     int cannot be converted to String
02:42:30 X.java:10: error: incompatible types: bad return type in lambda expression
02:42:30     I i5 = () -> {};
02:42:30            ^
02:42:30     missing return value
02:42:30 3 errors
02:42:30 
02:42:30 
02:42:30 
02:42:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:32 --- javac err: ---
02:42:32 X.java:7: error: incompatible types: bad return type in lambda expression
02:42:32     I i2 = () -> "Hello";
02:42:32                  ^
02:42:32     String cannot be converted to Integer
02:42:32 X.java:9: error: incompatible types: bad return type in lambda expression
02:42:32     I i4 = () -> { return "Hello"; };
02:42:32                           ^
02:42:32     String cannot be converted to Integer
02:42:32 X.java:10: error: incompatible types: bad return type in lambda expression
02:42:32     I i5 = () -> {};
02:42:32            ^
02:42:32     missing return value
02:42:32 3 errors
02:42:32 
02:42:32 
02:42:32 
02:42:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:33 --- javac err: ---
02:42:33 X.java:9: error: incompatible types: bad return type in lambda expression
02:42:33     I i1 = () -> 42;
02:42:33                  ^
02:42:33     int cannot be converted to I
02:42:33 X.java:10: error: incompatible types: bad return type in lambda expression
02:42:33     I i2 = () -> "Hello";
02:42:33                  ^
02:42:33     String cannot be converted to I
02:42:33 X.java:11: error: incompatible types: bad return type in lambda expression
02:42:33     I i3 = () -> { return 42; };
02:42:33                           ^
02:42:33     int cannot be converted to I
02:42:33 X.java:12: error: incompatible types: bad return type in lambda expression
02:42:33     I i4 = () -> { return "Hello"; };
02:42:33                           ^
02:42:33     String cannot be converted to I
02:42:33 4 errors
02:42:33 
02:42:33 
02:42:33 
02:42:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:34 --- javac err: ---
02:42:34 X.java:5: error: incompatible types: lambda body is not compatible with a void functional interface
02:42:34     I i1 = () -> 42;
02:42:34                  ^
02:42:34     (consider using a block lambda body, or use a statement expression instead)
02:42:34 X.java:6: error: incompatible types: bad return type in lambda expression
02:42:34     I i3 = () -> { return 42; };
02:42:34                           ^
02:42:34     unexpected return value
02:42:34 2 errors
02:42:34 
02:42:34 
02:42:34 
02:42:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:35 --- javac err: ---
02:42:35 X.java:5: error: incompatible types: bad return type in lambda expression
02:42:35     I i5 = (x) -> { if (x == 0) throw new NullPointerException(); };
02:42:35            ^
02:42:35     missing return value
02:42:35 1 error
02:42:35 
02:42:35 
02:42:35 
02:42:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:36 --- javac err: ---
02:42:36 X.java:6: error: cannot find symbol
02:42:36     Zork z;
02:42:36     ^
02:42:36   symbol:   class Zork
02:42:36   location: class X
02:42:36 1 error
02:42:36 
02:42:36 
02:42:36 
02:42:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:37 --- javac err: ---
02:42:37 X.java:9: error: cannot find symbol
02:42:37     Zork z;
02:42:37     ^
02:42:37   symbol:   class Zork
02:42:37   location: class X
02:42:37 1 error
02:42:37 
02:42:37 
02:42:37 
02:42:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:38 --- javac err: ---
02:42:38 X.java:8: error: incompatible types: bad return type in lambda expression
02:42:38     I i1 = () -> 10;
02:42:38                  ^
02:42:38     int cannot be converted to J
02:42:38 X.java:9: error: incompatible types: bad return type in lambda expression
02:42:38     I i2 = () -> { return 10; };
02:42:38                           ^
02:42:38     int cannot be converted to J
02:42:38 2 errors
02:42:38 
02:42:38 
02:42:38 
02:42:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:39 --- javac err: ---
02:42:39 X.java:8: error: cannot find symbol
02:42:39   Object foo(Zork z) {
02:42:39              ^
02:42:39   symbol:   class Zork
02:42:39   location: class X
02:42:39 1 error
02:42:39 
02:42:39 
02:42:39 
02:42:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:40 --- javac err: ---
02:42:40 X.java:6: error: incompatible types: bad return type in lambda expression
02:42:40     I i = () -> 42;
02:42:40                 ^
02:42:40     int cannot be converted to String
02:42:40 1 error
02:42:40 
02:42:40 
02:42:40 
02:42:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:41 --- javac err: ---
02:42:41 X.java:7: error: incompatible types: bad return type in lambda expression
02:42:41       return 42;
02:42:41              ^
02:42:41     int cannot be converted to String
02:42:41 1 error
02:42:41 
02:42:41 
02:42:41 
02:42:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:43 --- javac err: ---
02:42:43 X.java:6: error: incompatible types: bad return type in lambda expression
02:42:43     I i1 = () -> {
02:42:43            ^
02:42:43     missing return value
02:42:43 X.java:9: error: incompatible types: bad return type in lambda expression
02:42:43     I i2 = () -> {
02:42:43            ^
02:42:43     missing return value
02:42:43 X.java:12: error: incompatible types: bad return type in lambda expression
02:42:43     I i3 = () -> {
02:42:43            ^
02:42:43     missing return value
02:42:43 3 errors
02:42:43 
02:42:43 
02:42:43 
02:42:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:44 --- javac err: ---
02:42:44 X.java:13: error: incompatible types: lambda body is not compatible with a void functional interface
02:42:44     I i7 = () -> 0;
02:42:44                  ^
02:42:44     (consider using a block lambda body, or use a statement expression instead)
02:42:44 X.java:14: error: incompatible types: lambda body is not compatible with a void functional interface
02:42:44     I i = () -> 1 + data++;
02:42:44                   ^
02:42:44     (consider using a block lambda body, or use a statement expression instead)
02:42:44 2 errors
02:42:44 
02:42:44 
02:42:44 
02:42:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:45 --- javac err: ---
02:42:45 X.java:6: error: non-static variable this cannot be referenced from a static context
02:42:45 		I i1 = this::zoo;
02:42:45 		       ^
02:42:45 X.java:7: error: non-static variable super cannot be referenced from a static context
02:42:45 		I i2 = super::boo;
02:42:45 		       ^
02:42:45 X.java:8: error: non-static variable super cannot be referenced from a static context
02:42:45 		I i3 = () -> super.zoo();
02:42:45 		             ^
02:42:45 X.java:9: error: non-static variable this cannot be referenced from a static context
02:42:45 		I i4 = () -> this.boo();
02:42:45 		             ^
02:42:45 4 errors
02:42:45 
02:42:45 
02:42:45 
02:42:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:46 --- javac err: ---
02:42:46 X.java:7: error: incompatible types: X is not a functional interface
02:42:46     X x = () -> 10;
02:42:46           ^
02:42:46 X.java:8: error: incompatible types: I is not a functional interface
02:42:46     I i = () -> 10;
02:42:46           ^
02:42:46     multiple non-overriding abstract methods found in interface I
02:42:46 2 errors
02:42:46 
02:42:46 
02:42:46 
02:42:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:47 --- javac err: ---
02:42:47 X.java:7: error: cannot find symbol
02:42:47             		p = 10;
02:42:47             		^
02:42:47   symbol:   variable p
02:42:47   location: class X
02:42:47 X.java:8: error: cannot find symbol
02:42:47             		Zork z = this.blank;
02:42:47             		^
02:42:47   symbol:   class Zork
02:42:47   location: class X
02:42:47 X.java:8: error: cannot find symbol
02:42:47             		Zork z = this.blank;
02:42:47             		             ^
02:42:47   symbol: variable blank
02:42:47 X.java:9: error: cannot find symbol
02:42:47             		super.foo();
02:42:47             		     ^
02:42:47   symbol: method foo()
02:42:47 X.java:10: error: cannot find symbol
02:42:47             		goo();
02:42:47             		^
02:42:47   symbol:   method goo()
02:42:47   location: class X
02:42:47 5 errors
02:42:47 
02:42:47 
02:42:47 
02:42:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:48 --- javac err: ---
02:42:48 X.java:10: error: unreported exception EOFException; must be caught or declared to be thrown
02:42:48       throw new java.io.EOFException(); // Error: not declared
02:42:48       ^
02:42:48 1 error
02:42:48 
02:42:48 
02:42:48 
02:42:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:49 --- javac err: ---
02:42:49 X.java:10: error: unreported exception EOFException; must be caught or declared to be thrown
02:42:49       throw new java.io.EOFException(); // Error: not declared
02:42:49       ^
02:42:49 1 error
02:42:49 
02:42:49 
02:42:49 
02:42:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:50 --- javac err: ---
02:42:50 X.java:8: error: incompatible types: bad return type in lambda expression
02:42:50       return 42.0 + a + args.length; // Type mismatch: cannot convert from double to int
02:42:50                       ^
02:42:50     possible lossy conversion from double to int
02:42:50 1 error
02:42:50 
02:42:50 
02:42:50 
02:42:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:51 --- javac err: ---
02:42:51 X.java:7: error: cannot find symbol
02:42:51 	Zork z;
02:42:51 	^
02:42:51   symbol:   class Zork
02:42:51   location: class X
02:42:51 1 error
02:42:51 
02:42:51 
02:42:51 
02:42:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:52 --- javac err: ---
02:42:52 X.java:7: error: variable x is already defined in method main(String[])
02:42:52     I i = (x, y) -> { // Error: x,y being redeclared
02:42:52            ^
02:42:52 X.java:7: error: variable y is already defined in method main(String[])
02:42:52     I i = (x, y) -> { // Error: x,y being redeclared
02:42:52               ^
02:42:52 X.java:8: error: variable args is already defined in method main(String[])
02:42:52       int args = 10; //  Error args is being redeclared
02:42:52           ^
02:42:52 3 errors
02:42:52 
02:42:52 
02:42:52 
02:42:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:53 --- javac err: ---
02:42:53 X.java:6: error: lambda expression not expected here
02:42:53     System.out.println("Lambda in illegal context: " + (() -> "Illegal Lambda"));
02:42:53                                                         ^
02:42:53 X.java:7: error: method reference not expected here
02:42:53     System.out.println("Method Reference in illegal context: " + System::exit);
02:42:53                                                                  ^
02:42:53 X.java:8: error: method reference not expected here
02:42:53     System.out.println("Constructor Reference in illegal context: " + String::new);
02:42:53                                                                       ^
02:42:53 X.java:10: error: incompatible types: int is not a functional interface
02:42:53     int x = (x) -> 10;
02:42:53             ^
02:42:53 X.java:10: error: variable x is already defined in method main(String[])
02:42:53     int x = (x) -> 10;
02:42:53              ^
02:42:53 X.java:11: error: incompatible types: X is not a functional interface
02:42:53     X x2 = (x) -> 10;
02:42:53            ^
02:42:53 X.java:11: error: variable x is already defined in method main(String[])
02:42:53     X x2 = (x) -> 10;
02:42:53             ^
02:42:53 7 errors
02:42:53 
02:42:53 
02:42:53 
02:42:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:55 --- javac err: ---
02:42:55 X.java:12: error: unreported exception IOException; must be caught or declared to be thrown
02:42:55 			throw new IOException();
02:42:55 			^
02:42:55 X.java:16: error: unreported exception ClassNotFoundException; must be caught or declared to be thrown
02:42:55 			throw new ClassNotFoundException(); 
02:42:55 			^
02:42:55 2 errors
02:42:55 
02:42:55 
02:42:55 
02:42:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:56 --- javac err: ---
02:42:56 X.java:11: warning: [rawtypes] found raw type: List
02:42:56   List foo(List<String> arg) throws EOFException, SQLException, TimeoutException;
02:42:56   ^
02:42:56   missing type arguments for generic class List<E>
02:42:56   where E is a type-variable:
02:42:56     E extends Object declared in interface List
02:42:56 X.java:14: warning: [rawtypes] found raw type: List
02:42:56   List foo(List arg) throws Exception;
02:42:56            ^
02:42:56   missing type arguments for generic class List<E>
02:42:56   where E is a type-variable:
02:42:56     E extends Object declared in interface List
02:42:56 X.java:14: warning: [rawtypes] found raw type: List
02:42:56   List foo(List arg) throws Exception;
02:42:56   ^
02:42:56   missing type arguments for generic class List<E>
02:42:56   where E is a type-variable:
02:42:56     E extends Object declared in interface List
02:42:56 X.java:30: warning: [unchecked] foo(List) in <anonymous X$> implements foo(List<String>) in A
02:42:56 	E e = (x) -> {
02:42:56 	      ^
02:42:56   return type requires unchecked conversion from List to List<String>
02:42:56 X.java:23: error: unreported exception IOException; must be caught or declared to be thrown
02:42:56 		case 1: throw new IOException();
02:42:56 		        ^
02:42:56 X.java:24: error: unreported exception SQLException; must be caught or declared to be thrown
02:42:56 		case 2: throw new SQLException();
02:42:56 		        ^
02:42:56 X.java:26: error: unreported exception TimeoutException; must be caught or declared to be thrown
02:42:56 		case 4: throw new TimeoutException();
02:42:56 		        ^
02:42:56 X.java:33: error: unreported exception IOException; must be caught or declared to be thrown
02:42:56 		case 1: throw new IOException();
02:42:56 		        ^
02:42:56 X.java:34: error: unreported exception SQLException; must be caught or declared to be thrown
02:42:56 		case 2: throw new SQLException();
02:42:56 		        ^
02:42:56 X.java:36: error: unreported exception TimeoutException; must be caught or declared to be thrown
02:42:56 		case 4: throw new TimeoutException();
02:42:56 		        ^
02:42:56 6 errors
02:42:56 4 warnings
02:42:56 
02:42:56 
02:42:56 
02:42:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:57 --- javac err: ---
02:42:57 X.java:10: error: incompatible types: invalid functional descriptor for lambda expression
02:42:57 	G g1 = () -> {
02:42:57 	       ^
02:42:57     method <Q>()String in interface G is generic
02:42:57   where Q is a type-variable:
02:42:57     Q extends Exception declared in method <Q>m()
02:42:57 1 error
02:42:57 
02:42:57 
02:42:57 
02:42:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:58 --- javac err: ---
02:42:58 X.java:11: error: incompatible types: invalid functional descriptor for lambda expression
02:42:58 	G g = (x) -> { // Elided type is inferred from descriptor to be F
02:42:58 	      ^
02:42:58     method <F>(F)String in interface G is generic
02:42:58   where F is a type-variable:
02:42:58     F extends Exception declared in method <F>m(F)
02:42:58 X.java:19: warning: [overloads] foo(G1) in Y is potentially ambiguous with foo(G2) in Y
02:42:58 	void foo(G1 g1) {
02:42:58 	     ^
02:42:58 1 error
02:42:58 1 warning
02:42:58 
02:42:58 
02:42:58 
02:42:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:42:59 --- javac err: ---
02:42:59 X.java:11: error: cannot find symbol
02:42:59 	G g1 = (F x) -> {
02:42:59 	        ^
02:42:59   symbol:   class F
02:42:59   location: class X
02:42:59 X.java:11: error: incompatible types: invalid functional descriptor for lambda expression
02:42:59 	G g1 = (F x) -> {
02:42:59 	       ^
02:42:59     method <F>(F)String in interface G is generic
02:42:59   where F is a type-variable:
02:42:59     F extends Exception declared in method <F>m(F)
02:42:59 X.java:14: error: incompatible types: invalid functional descriptor for lambda expression
02:42:59 	G g2 = (IOException x) -> {
02:42:59 	       ^
02:42:59     method <F>(F)String in interface G is generic
02:42:59   where F is a type-variable:
02:42:59     F extends Exception declared in method <F>m(F)
02:42:59 3 errors
02:42:59 
02:42:59 
02:42:59 
02:42:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:01 --- javac err: ---
02:43:01 X.java:10: warning: [rawtypes] found raw type: List
02:43:01 interface I { List foo(List<String> p); }
02:43:01               ^
02:43:01   missing type arguments for generic class List<E>
02:43:01   where E is a type-variable:
02:43:01     E extends Object declared in interface List
02:43:01 X.java:11: warning: [rawtypes] found raw type: List
02:43:01 interface J { List<String> foo(List arg); }
02:43:01                                ^
02:43:01   missing type arguments for generic class List<E>
02:43:01   where E is a type-variable:
02:43:01     E extends Object declared in interface List
02:43:01 X.java:14: error: name clash: foo(List<Integer>) in L and foo(List<String>) in I have the same erasure, yet neither overrides the other
02:43:01 interface M extends I, L {}
02:43:01 ^
02:43:01 X.java:15: warning: [rawtypes] found raw type: Class
02:43:01 interface N { void foo(List<String> p, Class q); }
02:43:01                                        ^
02:43:01   missing type arguments for generic class Class<T>
02:43:01   where T is a type-variable:
02:43:01     T extends Object declared in class Class
02:43:01 X.java:16: warning: [rawtypes] found raw type: List
02:43:01 interface O { void foo(List p, Class<?> q); }
02:43:01                        ^
02:43:01   missing type arguments for generic class List<E>
02:43:01   where E is a type-variable:
02:43:01     E extends Object declared in interface List
02:43:01 X.java:17: error: name clash: foo(List,Class<?>) in O and foo(List<String>,Class) in N have the same erasure, yet neither overrides the other
02:43:01 interface P extends N, O {}
02:43:01 ^
02:43:01 X.java:20: error: types R and Q are incompatible; both define foo(), but with unrelated return types
02:43:01 interface S extends Q, R {}
02:43:01 ^
02:43:01 X.java:23: error: name clash: foo(Q) in U and foo(P) in T have the same erasure, yet neither overrides the other
02:43:01 interface V<P, Q> extends T<P>, U<Q> {}
02:43:01 ^
02:43:01   where Q,P are type-variables:
02:43:01     Q extends Object declared in interface V
02:43:01     P extends Object declared in interface V
02:43:01 X.java:29: error: incompatible types: B is not a functional interface
02:43:01     B b              =    () -> {};
02:43:01                           ^
02:43:01     no abstract method found in interface B
02:43:01 X.java:32: error: incompatible types: E is not a functional interface
02:43:01     E e              =    () -> {};
02:43:01                           ^
02:43:01     multiple non-overriding abstract methods found in interface E
02:43:01 X.java:40: error: incompatible types: M is not a functional interface
02:43:01     M m              =    (p0) -> {};
02:43:01                           ^
02:43:01     multiple non-overriding abstract methods found in interface M
02:43:01 X.java:43: error: incompatible types: P is not a functional interface
02:43:01     P p              =    (p0, q0) -> {};
02:43:01                           ^
02:43:01     multiple non-overriding abstract methods found in interface P
02:43:01 X.java:46: error: incompatible types: incompatible function descriptors found in interface S
02:43:01     S s              =    () -> {};
02:43:01                           ^
02:43:01       descriptor: int foo()
02:43:01       descriptor: long foo()
02:43:01 X.java:49: error: incompatible types: V is not a functional interface
02:43:01     V<?,?> v         =    (p0) -> {};
02:43:01                           ^
02:43:01     multiple non-overriding abstract methods found in interface V
02:43:01 X.java:50: error: incompatible types: W is not a functional interface
02:43:01     W<?,?> w         =    (p0) -> {};
02:43:01                           ^
02:43:01     multiple non-overriding abstract methods found in interface W
02:43:01 X.java:51: error: incompatible types: X is not a functional interface
02:43:01     X x              =    (p0) -> {};
02:43:01                           ^
02:43:01     multiple non-overriding abstract methods found in interface X
02:43:01 12 errors
02:43:01 4 warnings
02:43:01 
02:43:01 
02:43:01 
02:43:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:02 --- javac err: ---
02:43:02 X.java:6: error: name clash: foo(List<T#1>) in C and foo(List<T#2>) in A have the same erasure, yet neither overrides the other
02:43:02 interface E extends A, C {}
02:43:02 ^
02:43:02   where T#1,S,T#2 are type-variables:
02:43:02     T#1 extends Object declared in method <T#1,S>foo(List<T#1>)
02:43:02     S extends Object declared in method <T#1,S>foo(List<T#1>)
02:43:02     T#2 extends Object declared in method <T#2>foo(List<T#2>)
02:43:02 X.java:8: error: incompatible types: invalid functional descriptor for lambda expression
02:43:02     A a              =    (p) -> { return null;};
02:43:02                           ^
02:43:02     method <T>(List<T>)T in interface A is generic
02:43:02   where T is a type-variable:
02:43:02     T extends Object declared in method <T>foo(List<T>)
02:43:02 X.java:9: error: incompatible types: invalid functional descriptor for lambda expression
02:43:02     B b              =    (p) -> { return null;};
02:43:02                           ^
02:43:02     method <S>(List<S>)S in interface B is generic
02:43:02   where S is a type-variable:
02:43:02     S extends Object declared in method <S>foo(List<S>)
02:43:02 X.java:10: error: incompatible types: invalid functional descriptor for lambda expression
02:43:02     C c              =    (p) -> { return null;};
02:43:02                           ^
02:43:02     method <T,S>(List<T>)S in interface C is generic
02:43:02   where T,S are type-variables:
02:43:02     T extends Object declared in method <T,S>foo(List<T>)
02:43:02     S extends Object declared in method <T,S>foo(List<T>)
02:43:02 X.java:11: error: incompatible types: invalid functional descriptor for lambda expression
02:43:02     D d              =    (p) -> { return null;};
02:43:02                           ^
02:43:02     method <S>(List<S>)S in interface D is generic
02:43:02   where S is a type-variable:
02:43:02     S extends Object declared in method <S>foo(List<S>)
02:43:02 X.java:12: error: incompatible types: E is not a functional interface
02:43:02     E e              =    (p) -> { return null;};
02:43:02                           ^
02:43:02     multiple non-overriding abstract methods found in interface E
02:43:02 6 errors
02:43:02 
02:43:02 
02:43:02 
02:43:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:03 --- javac err: ---
02:43:03 X.java:4: error: types K<T> and J<S> are incompatible; both define m(), but with unrelated return types
02:43:03 interface Functional<S,T> extends I, J<S>, K<T> {}
02:43:03 ^
02:43:03   where T,S are type-variables:
02:43:03     T extends Object declared in interface Functional
02:43:03     S extends Object declared in interface Functional
02:43:03 X.java:6: error: incompatible types: incompatible function descriptors found in interface Functional
02:43:03     Functional<String,Integer> f = () -> { };
02:43:03                                    ^
02:43:03       descriptor: T m()
02:43:03       descriptor: S m()
02:43:03       descriptor: Object m()
02:43:03   where T,S are type-variables:
02:43:03     T extends Object declared in interface K
02:43:03     S extends Object declared in interface J
02:43:03 2 errors
02:43:03 
02:43:03 
02:43:03 
02:43:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:04 --- javac err: ---
02:43:04 X.java:4: error: name clash: f(List<Integer>) in B and f(List<String>) in A have the same erasure, yet neither overrides the other
02:43:04 interface C extends A,B {}
02:43:04 ^
02:43:04 1 error
02:43:04 
02:43:04 
02:43:04 
02:43:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:05 --- javac err: ---
02:43:05 X.java:10: error: local variables referenced from an inner class must be final or effectively final
02:43:05         System.out.println(var); // Error: var is not effectively final
02:43:05                            ^
02:43:05 1 error
02:43:05 
02:43:05 
02:43:05 
02:43:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:06 --- javac err: ---
02:43:06 X.java:8: error: local variables referenced from a lambda expression must be final or effectively final
02:43:06       System.out.println(var); // Error: var is not effectively final
02:43:06                          ^
02:43:06 1 error
02:43:06 
02:43:06 
02:43:06 
02:43:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:08 
02:43:08 
02:43:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:09 
02:43:09 
02:43:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:11 
02:43:11 
02:43:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:12 --- javac err: ---
02:43:12 X.java:10: error: local variables referenced from a lambda expression must be final or effectively final
02:43:12         System.out.println(s2); // Error: var is not effectively final
02:43:12                            ^
02:43:12 1 error
02:43:12 
02:43:12 
02:43:12 
02:43:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:13 
02:43:13 
02:43:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:14 --- javac err: ---
02:43:14 X.java:14: error: local variables referenced from an inner class must be final or effectively final
02:43:14        args = null;
02:43:14        ^
02:43:14 1 error
02:43:14 
02:43:14 
02:43:14 
02:43:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:15 --- javac err: ---
02:43:15 X.java:7: error: final parameter x may not be assigned
02:43:15       x = 10;
02:43:15       ^
02:43:15 1 error
02:43:15 
02:43:15 
02:43:15 
02:43:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:16 --- javac err: ---
02:43:16 X.java:7: error: cannot assign a value to final variable x
02:43:16       { x = 10; }
02:43:16         ^
02:43:16 1 error
02:43:16 
02:43:16 
02:43:16 
02:43:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:17 --- javac err: ---
02:43:17 X.java:7: error: local variables referenced from a lambda expression must be final or effectively final
02:43:17       x = 10;
02:43:17       ^
02:43:17 1 error
02:43:17 
02:43:17 
02:43:17 
02:43:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:18 --- javac err: ---
02:43:18 X.java:7: error: local variables referenced from an inner class must be final or effectively final
02:43:18       { x = 10; }
02:43:18         ^
02:43:18 1 error
02:43:18 
02:43:18 
02:43:18 
02:43:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:19 
02:43:19 
02:43:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:20 
02:43:20 
02:43:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:22 --- javac err: ---
02:43:22 X.java:13: error: local variables referenced from a lambda expression must be final or effectively final
02:43:22        args = null;
02:43:22        ^
02:43:22 1 error
02:43:22 
02:43:22 
02:43:22 
02:43:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:23 
02:43:23 
02:43:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:24 --- javac err: ---
02:43:24 X.java:12: error: unreported exception Exception; must be caught or declared to be thrown
02:43:24 			throw e;
02:43:24 			^
02:43:24 1 error
02:43:24 
02:43:24 
02:43:24 
02:43:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:25 
02:43:25 
02:43:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:26 --- javac err: ---
02:43:26 X.java:8: error: local variables referenced from a lambda expression must be final or effectively final
02:43:26 			System.out.println(x++);
02:43:26 			                   ^
02:43:26 1 error
02:43:26 
02:43:26 
02:43:26 
02:43:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:27 --- javac err: ---
02:43:27 X.java:8: error: unreported exception Exception; must be caught or declared to be thrown
02:43:27 				throw e;
02:43:27 				^
02:43:27 1 error
02:43:27 
02:43:27 
02:43:27 
02:43:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:28 --- javac err: ---
02:43:28 X.java:11: error: local variables referenced from a lambda expression must be final or effectively final
02:43:28 			x.p = i++;
02:43:28 			^
02:43:28 X.java:11: error: local variables referenced from a lambda expression must be final or effectively final
02:43:28 			x.p = i++;
02:43:28 			      ^
02:43:28 2 errors
02:43:28 
02:43:28 
02:43:28 
02:43:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:29 --- javac err: ---
02:43:29 X.java:11: error: local variables referenced from a lambda expression must be final or effectively final
02:43:29 			x.p = i;
02:43:29 			^
02:43:29 1 error
02:43:29 
02:43:29 
02:43:29 
02:43:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:30 
02:43:30 
02:43:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:31 --- javac err: ---
02:43:31 X.java:6: error: variable x is already defined in method foo(int)
02:43:31 		I i = (int x)  -> {
02:43:31 		           ^
02:43:31 1 error
02:43:31 
02:43:31 
02:43:31 
02:43:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:32 --- javac err: ---
02:43:32 X.java:7: error: variable l is already defined in method foo(int)
02:43:32 		I i = (int l)  -> {
02:43:32 		           ^
02:43:32 1 error
02:43:32 
02:43:32 
02:43:32 
02:43:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:33 --- javac err: ---
02:43:33 X.java:7: error: variable p is already defined in method foo(int)
02:43:33 		I i = (int p, int p)  -> {
02:43:33 		                  ^
02:43:33 1 error
02:43:33 
02:43:33 
02:43:33 
02:43:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:35 
02:43:35 
02:43:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:36 --- javac err: ---
02:43:36 X.java:8: error: variable a is already defined in method foo(int)
02:43:36            int a;
02:43:36                ^
02:43:36 1 error
02:43:36 
02:43:36 
02:43:36 
02:43:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:37 --- javac err: ---
02:43:37 X.java:9: error: variable loc is already defined in method foo(int)
02:43:37            int loc;
02:43:37                ^
02:43:37 1 error
02:43:37 
02:43:37 
02:43:37 
02:43:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:38 --- javac err: ---
02:43:38 X.java:9: error: variable p is already defined in method foo(int)
02:43:38            int p;
02:43:38                ^
02:43:38 1 error
02:43:38 
02:43:38 
02:43:38 
02:43:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:39 --- javac err: ---
02:43:39 X.java:9: error: variable self is already defined in method foo(int)
02:43:39            int self, self;
02:43:39                      ^
02:43:39 1 error
02:43:39 
02:43:39 
02:43:39 
02:43:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:40 
02:43:40 
02:43:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:41 --- javac err: ---
02:43:41 X.java:9: error: variable outerp is already defined in method foo(int)
02:43:41            I i2 = (int f, int outerp) -> {};
02:43:41                               ^
02:43:41 1 error
02:43:41 
02:43:41 
02:43:41 
02:43:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:42 --- javac err: ---
02:43:42 X.java:9: error: variable locouter is already defined in method foo(int)
02:43:42            I i2 = (int locouter, int outerp) -> {};
02:43:42                        ^
02:43:42 X.java:9: error: variable outerp is already defined in method foo(int)
02:43:42            I i2 = (int locouter, int outerp) -> {};
02:43:42                                      ^
02:43:42 2 errors
02:43:42 
02:43:42 
02:43:42 
02:43:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:43 --- javac err: ---
02:43:43 X.java:9: error: variable p is already defined in method foo(int)
02:43:43            I i2 = (int p, int q) -> {};
02:43:43                        ^
02:43:43 X.java:9: error: variable q is already defined in method foo(int)
02:43:43            I i2 = (int p, int q) -> {};
02:43:43                               ^
02:43:43 2 errors
02:43:43 
02:43:43 
02:43:43 
02:43:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:44 --- javac err: ---
02:43:44 X.java:10: error: variable lamlocal is already defined in method foo(int)
02:43:44            I i2 = (int lamlocal, int q) -> {};
02:43:44                        ^
02:43:44 X.java:10: error: variable q is already defined in method foo(int)
02:43:44            I i2 = (int lamlocal, int q) -> {};
02:43:44                                      ^
02:43:44 2 errors
02:43:44 
02:43:44 
02:43:44 
02:43:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:45 --- javac err: ---
02:43:45 X.java:10: error: variable lamlocal is already defined in method foo(int)
02:43:45            I i2 = (int lamlocal, int q) -> {int f;};
02:43:45                        ^
02:43:45 X.java:10: error: variable q is already defined in method foo(int)
02:43:45            I i2 = (int lamlocal, int q) -> {int f;};
02:43:45                                      ^
02:43:45 2 errors
02:43:45 
02:43:45 
02:43:45 
02:43:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:46 --- javac err: ---
02:43:46 X.java:10: error: variable lamlocal is already defined in method foo(int)
02:43:46            I i2 = (int lamlocal, int q) -> {int locouter;};
02:43:46                        ^
02:43:46 X.java:10: error: variable q is already defined in method foo(int)
02:43:46            I i2 = (int lamlocal, int q) -> {int locouter;};
02:43:46                                      ^
02:43:46 X.java:10: error: variable locouter is already defined in method foo(int)
02:43:46            I i2 = (int lamlocal, int q) -> {int locouter;};
02:43:46                                                 ^
02:43:46 3 errors
02:43:46 
02:43:46 
02:43:46 
02:43:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:47 --- javac err: ---
02:43:47 X.java:10: error: variable q is already defined in method foo(int)
02:43:47            I i2 = (int j, int q) -> {int p, lamlocal;};
02:43:47                               ^
02:43:47 X.java:10: error: variable p is already defined in method foo(int)
02:43:47            I i2 = (int j, int q) -> {int p, lamlocal;};
02:43:47                                          ^
02:43:47 X.java:10: error: variable lamlocal is already defined in method foo(int)
02:43:47            I i2 = (int j, int q) -> {int p, lamlocal;};
02:43:47                                             ^
02:43:47 3 errors
02:43:47 
02:43:47 
02:43:47 
02:43:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:48 --- javac err: ---
02:43:48 X.java:10: error: variable x1 is already defined in method foo(int)
02:43:48            I i2 = (int x1, int x2) -> {int x1, x2;};
02:43:48                                            ^
02:43:48 X.java:10: error: variable x2 is already defined in method foo(int)
02:43:48            I i2 = (int x1, int x2) -> {int x1, x2;};
02:43:48                                                ^
02:43:48 2 errors
02:43:48 
02:43:48 
02:43:48 
02:43:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:49 --- javac err: ---
02:43:49 X.java:10: error: class X is already defined in package unnamed package
02:43:49            class X { void foo(int f) {} }
02:43:49            ^
02:43:49 1 error
02:43:49 
02:43:49 
02:43:49 
02:43:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:50 
02:43:50 
02:43:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:51 
02:43:51 
02:43:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:52 
02:43:52 
02:43:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:54 
02:43:54 
02:43:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:55 
02:43:55 
02:43:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:56 
02:43:56 
02:43:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:57 
02:43:57 
02:43:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:58 
02:43:58 
02:43:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:43:59 --- javac err: ---
02:43:59 X.java:10: error: variable x1 is already defined in method foo(int,int)
02:43:59            I i2 = new I() { public void foo(int x1, int x2) {int x1, x2;}};
02:43:59                                                                  ^
02:43:59 X.java:10: error: variable x2 is already defined in method foo(int,int)
02:43:59            I i2 = new I() { public void foo(int x1, int x2) {int x1, x2;}};
02:43:59                                                                      ^
02:43:59 2 errors
02:43:59 
02:43:59 
02:43:59 
02:43:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:00 --- javac err: ---
02:44:00 X.java:9: error: illegal start of type
02:44:00     I functional = Action::<?>fooMethod;
02:44:00                             ^
02:44:00 X.java:9: error: illegal start of expression
02:44:00     I functional = Action::<?>fooMethod;
02:44:00                              ^
02:44:00 X.java:9: error: : expected
02:44:00     I functional = Action::<?>fooMethod;
02:44:00                                        ^
02:44:00 3 errors
02:44:00 
02:44:00 
02:44:00 
02:44:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:01 --- javac err: ---
02:44:01 X.java:11: error: illegal start of type
02:44:01     I len6 = foo->exp.<?>method(x, y, z);
02:44:01                        ^
02:44:01 X.java:11: error: illegal start of expression
02:44:01     I len6 = foo->exp.<?>method(x, y, z);
02:44:01                         ^
02:44:01 X.java:11: error: : expected
02:44:01     I len6 = foo->exp.<?>method(x, y, z);
02:44:01                                         ^
02:44:01 3 errors
02:44:01 
02:44:01 
02:44:01 
02:44:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:02 --- javac err: ---
02:44:02 X.java:6: error: ';' expected
02:44:02         } 
02:44:02          ^
02:44:02 X.java:7: error: reached end of file while parsing
02:44:02 }
02:44:02  ^
02:44:02 2 errors
02:44:02 
02:44:02 
02:44:02 
02:44:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:03 --- javac err: ---
02:44:03 X.java:6: error: invalid method reference
02:44:03 	I i = x::zoo;
02:44:03 	      ^
02:44:03   cannot find symbol
02:44:03     symbol:   method zoo(int,String)
02:44:03     location: class int
02:44:03 1 error
02:44:03 
02:44:03 
02:44:03 
02:44:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:04 --- javac err: ---
02:44:04 X.java:6: error: I is abstract; cannot be instantiated
02:44:04 	I i = I::new;
02:44:04 	      ^
02:44:04 1 error
02:44:04 
02:44:04 
02:44:04 
02:44:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:05 --- javac err: ---
02:44:05 X.java:6: error: X is abstract; cannot be instantiated
02:44:05 	I i = X::new;
02:44:05 	      ^
02:44:05 1 error
02:44:05 
02:44:05 
02:44:05 
02:44:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:06 --- javac err: ---
02:44:06 X.java:6: error: enum types may not be instantiated
02:44:06 	I i = E::new;
02:44:06 	      ^
02:44:06 1 error
02:44:06 
02:44:06 
02:44:06 
02:44:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:07 --- javac err: ---
02:44:07 X.java:6: error: unexpected type
02:44:07 	I i = X<? extends String>::new;
02:44:07 	       ^
02:44:07   required: class or interface without bounds
02:44:07   found:    ? extends String
02:44:07 1 error
02:44:07 
02:44:07 
02:44:07 
02:44:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:08 --- javac err: ---
02:44:08 X.java:6: error: unexpected type
02:44:08 	I i = T::new;
02:44:08 	      ^
02:44:08   required: class or array
02:44:08   found:    type parameter T
02:44:08   where T is a type-variable:
02:44:08     T extends Object declared in class X
02:44:08 1 error
02:44:08 
02:44:08 
02:44:08 
02:44:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:09 --- javac err: ---
02:44:09 X.java:6: error: Annot is abstract; cannot be instantiated
02:44:09 	I i = Annot::new;
02:44:09 	      ^
02:44:09 1 error
02:44:09 
02:44:09 
02:44:09 
02:44:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:10 --- javac err: ---
02:44:10 X.java:7: error: non-static variable this cannot be referenced from a static context
02:44:10 	    I i = this::foo;
02:44:10 	          ^
02:44:10 1 error
02:44:10 
02:44:10 
02:44:10 
02:44:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:12 
02:44:12 
02:44:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:13 --- javac err: ---
02:44:13 X.java:6: error: non-static variable super cannot be referenced from a static context
02:44:13 	    I i = super::foo;
02:44:13 	          ^
02:44:13 1 error
02:44:13 
02:44:13 
02:44:13 
02:44:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:14 
02:44:14 
02:44:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:15 --- javac err: ---
02:44:15 X.java:9: error: non-static variable super cannot be referenced from a static context
02:44:15     	I i = X.super::zoo;
02:44:15     	       ^
02:44:15 1 error
02:44:15 
02:44:15 
02:44:15 
02:44:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:16 
02:44:16 
02:44:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:18 --- javac err: ---
02:44:18 X.java:12: error: incompatible types: bad return type in method reference
02:44:18    I i3 = ArrayList<Integer>::new;
02:44:18           ^
02:44:18     ArrayList<Integer> cannot be converted to List<String>
02:44:18 X.java:13: error: List is abstract; cannot be instantiated
02:44:18    I i4 = List<String>::new;
02:44:18               ^
02:44:18 X.java:14: error: incompatible types: invalid method reference
02:44:18    J j1 = String::length;
02:44:18           ^
02:44:18     method length in class String cannot be applied to given types
02:44:18       required: no arguments
02:44:18       found: ArrayList<String>
02:44:18       reason: actual and formal argument lists differ in length
02:44:18 X.java:17: error: incompatible types: invalid method reference
02:44:18    J j4 = List<Integer>::size;
02:44:18           ^
02:44:18     method size in interface List<E> cannot be applied to given types
02:44:18       required: no arguments
02:44:18       found: ArrayList<String>
02:44:18       reason: actual and formal argument lists differ in length
02:44:18   where E is a type-variable:
02:44:18     E extends Object declared in interface List
02:44:18 4 errors
02:44:18 
02:44:18 
02:44:18 
02:44:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:19 --- javac err: ---
02:44:19 X.java:7: error: generic array creation
02:44:19    I i1 = ArrayList<String>[]::new;
02:44:19                            ^
02:44:19 X.java:8: error: generic array creation
02:44:19    I i2 = List<String>[]::new;
02:44:19                       ^
02:44:19 2 errors
02:44:19 
02:44:19 
02:44:19 
02:44:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:20 --- javac err: ---
02:44:20 X.java:34: error: incompatible types: invalid constructor reference
02:44:20    I i = List[]::new;
02:44:20          ^
02:44:20     constructor Array in class Array cannot be applied to given types
02:44:20       required: int
02:44:20       found: no arguments
02:44:20       reason: actual and formal argument lists differ in length
02:44:20 X.java:35: error: incompatible types: invalid constructor reference
02:44:20    J j = ArrayList[]::new;
02:44:20          ^
02:44:20     incompatible types: possible lossy conversion from long to int
02:44:20 X.java:36: error: incompatible types: invalid constructor reference
02:44:20    K k = ArrayList[]::new;
02:44:20          ^
02:44:20     constructor Array in class Array cannot be applied to given types
02:44:20       required: int
02:44:20       found: String,long
02:44:20       reason: actual and formal argument lists differ in length
02:44:20 X.java:37: warning: [unchecked] unchecked conversion
02:44:20    L l = ArrayList[]::new;
02:44:20          ^
02:44:20   required: List<String>[]
02:44:20   found:    ArrayList[]
02:44:20 X.java:38: warning: [unchecked] unchecked conversion
02:44:20    M m = ArrayList[]::new;
02:44:20          ^
02:44:20   required: List<String>[]
02:44:20   found:    ArrayList[]
02:44:20 X.java:39: warning: [unchecked] unchecked conversion
02:44:20    N n = ArrayList[]::new;
02:44:20          ^
02:44:20   required: List<String>[]
02:44:20   found:    ArrayList[]
02:44:20 X.java:40: warning: [unchecked] unchecked conversion
02:44:20    O o = ArrayList[]::new;
02:44:20          ^
02:44:20   required: List<String>[]
02:44:20   found:    ArrayList[]
02:44:20 X.java:41: warning: [unchecked] unchecked conversion
02:44:20    P p = ArrayList[]::new;
02:44:20          ^
02:44:20   required: List<String>[]
02:44:20   found:    ArrayList[]
02:44:20 X.java:42: error: incompatible types: invalid constructor reference
02:44:20    Q q = ArrayList[]::new;
02:44:20          ^
02:44:20     incompatible types: Float cannot be converted to int
02:44:20 X.java:43: error: incompatible types: bad return type in method reference
02:44:20    R r = ArrayList[][][]::new;
02:44:20          ^
02:44:20     ArrayList[][][] cannot be converted to List<String>[]
02:44:20 5 errors
02:44:20 5 warnings
02:44:20 
02:44:20 
02:44:20 
02:44:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:21 --- javac err: ---
02:44:21 X.java:9: error: incompatible types: invalid method reference
02:44:21 		I i1 = x::foo;
02:44:21 		       ^
02:44:21     unexpected static method foo() found in bound lookup
02:44:21 X.java:10: error: invalid method reference
02:44:21 		I i2 = X<String>::foo;
02:44:21 		        ^
02:44:21   parameterized qualifier on static method reference
02:44:21 X.java:11: error: incompatible types: bad return type in method reference
02:44:21 		I i3 = X::foo;
02:44:21 		       ^
02:44:21     void cannot be converted to List<String>
02:44:21 3 errors
02:44:21 
02:44:21 
02:44:21 
02:44:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:23 --- javac err: ---
02:44:23 X.java:9: error: incompatible types: bad return type in method reference
02:44:23 		I i1 = x::foo;
02:44:23 		       ^
02:44:23     void cannot be converted to List<String>
02:44:23 X.java:10: error: incompatible types: invalid method reference
02:44:23 		I i2 = X<String>::foo;
02:44:23 		       ^
02:44:23     unexpected instance method foo() found in unbound lookup
02:44:23 X.java:11: error: incompatible types: invalid method reference
02:44:23 		I i3 = X::foo;
02:44:23 		       ^
02:44:23     unexpected instance method foo() found in unbound lookup
02:44:23 3 errors
02:44:23 
02:44:23 
02:44:23 
02:44:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:24 --- javac err: ---
02:44:24 X.java:9: error: incompatible types: bad return type in method reference
02:44:24 		I i1 = X::foo;
02:44:24 		       ^
02:44:24     void cannot be converted to List<String>
02:44:24 1 error
02:44:24 
02:44:24 
02:44:24 
02:44:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:25 --- javac err: ---
02:44:25 X.java:9: error: incompatible types: bad return type in method reference
02:44:25 		I i1 = X<String>::foo;
02:44:25 		       ^
02:44:25     void cannot be converted to List<String>
02:44:25 1 error
02:44:25 
02:44:25 
02:44:25 
02:44:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:26 --- javac err: ---
02:44:26 X.java:9: error: incompatible types: invalid method reference
02:44:26 		I i1 = X<String>::foo;
02:44:26 		       ^
02:44:26     unexpected static method foo() found in unbound lookup
02:44:26 1 error
02:44:26 
02:44:26 
02:44:26 
02:44:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:28 --- javac err: ---
02:44:28 X.java:9: error: incompatible types: invalid method reference
02:44:28 		I i1 = X::foo;
02:44:28 		       ^
02:44:28     method foo in class X<T> cannot be applied to given types
02:44:28       required: no arguments
02:44:28       found: X<String>,int
02:44:28       reason: actual and formal argument lists differ in length
02:44:28   where T is a type-variable:
02:44:28     T extends Object declared in class X
02:44:28 1 error
02:44:28 
02:44:28 
02:44:28 
02:44:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:29 --- javac err: ---
02:44:29 X.java:10: error: incompatible types: invalid method reference
02:44:29 		I i1 = X::foo;
02:44:29 		       ^
02:44:29     reference to foo is ambiguous
02:44:29       both method foo(X<String>,int) in X and method foo(int) in X match
02:44:29 1 error
02:44:29 
02:44:29 
02:44:29 
02:44:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:30 --- javac err: ---
02:44:30 X.java:23: error: incompatible types: bad return type in method reference
02:44:30        J j = X<Integer>::new;
02:44:30              ^
02:44:30     X<Integer> cannot be converted to X<String>
02:44:30 X.java:24: error: incompatible types: K is not a functional interface
02:44:30        K k = X::new;
02:44:30              ^
02:44:30     multiple non-overriding abstract methods found in interface K
02:44:30 X.java:26: error: incompatible types: invalid constructor reference
02:44:30        M m = X<String>::new;
02:44:30              ^
02:44:30     incompatible types: String cannot be converted to int
02:44:30 3 errors
02:44:30 
02:44:30 
02:44:30 
02:44:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:31 --- javac err: ---
02:44:31 X.java:19: error: incompatible thrown types IOException,FileNotFoundException in functional expression
02:44:31 		I i = X::new;
02:44:31 		      ^
02:44:31 X.java:20: error: incompatible types: bad return type in method reference
02:44:31        J j = X<Integer>::new;
02:44:31              ^
02:44:31     X<Integer> cannot be converted to X<String>
02:44:31 X.java:21: error: incompatible thrown types IOException,FileNotFoundException in functional expression
02:44:31        K k = X::new;
02:44:31              ^
02:44:31 3 errors
02:44:31 
02:44:31 
02:44:31 
02:44:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:33 --- javac err: ---
02:44:33 X.java:10: error: abstract method foo() in Y cannot be accessed directly
02:44:33    I i = super::foo;
02:44:33          ^
02:44:33 1 error
02:44:33 
02:44:33 
02:44:33 
02:44:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:34 
02:44:34 
02:44:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:35 --- javac err: ---
02:44:35 X.java:4: warning: [deprecation] Y in unnamed package has been deprecated
02:44:35 class X extends Y {
02:44:35                 ^
02:44:35 X.java:5: warning: [deprecation] foo() in Y has been deprecated
02:44:35    I i = X::foo;
02:44:35          ^
02:44:35 2 warnings
02:44:35 
02:44:35 
02:44:35 
02:44:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:36 --- javac err: ---
02:44:36 X.java:4: warning: [deprecation] Y in unnamed package has been deprecated
02:44:36 class X extends Y {
02:44:36                 ^
02:44:36 X.java:5: warning: [deprecation] foo() in Y has been deprecated
02:44:36    I i = X::<String>foo;
02:44:36          ^
02:44:36 2 warnings
02:44:36 
02:44:36 
02:44:36 
02:44:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:37 
02:44:37 
02:44:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:39 --- javac err: ---
02:44:39 X.java:7: error: incompatible types: bad return type in method reference
02:44:39    I i = new X()::foo;
02:44:39          ^
02:44:39     void cannot be converted to List<String>
02:44:39 1 error
02:44:39 
02:44:39 
02:44:39 
02:44:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:40 --- javac err: ---
02:44:40 X.java:8: error: incompatible types: bad return type in method reference
02:44:40    I i = new X()::foo;
02:44:40          ^
02:44:40     ArrayList<Integer> cannot be converted to List<String>
02:44:40 1 error
02:44:40 
02:44:40 
02:44:40 
02:44:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:41 
02:44:41 
02:44:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:43 --- javac err: ---
02:44:43 X.java:4: warning: [rawtypes] found raw type: X
02:44:43 	List<String> doit(X x, int y);
02:44:43 	                  ^
02:44:43   missing type arguments for generic class X<T>
02:44:43   where T is a type-variable:
02:44:43     T extends Object declared in class X
02:44:43 X.java:8: warning: [rawtypes] found raw type: X
02:44:43    I i = X::foo;
02:44:43          ^
02:44:43   missing type arguments for generic class X<T>
02:44:43   where T is a type-variable:
02:44:43     T extends Object declared in class X
02:44:43 X.java:8: warning: [unchecked] unchecked conversion
02:44:43    I i = X::foo;
02:44:43          ^
02:44:43   required: List<String>
02:44:43   found:    ArrayList
02:44:43 3 warnings
02:44:43 
02:44:43 
02:44:43 
02:44:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:44 
02:44:44 
02:44:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:45 --- javac err: ---
02:44:45 X.java:5: error: cannot find symbol
02:44:45 	Zork foo() {
02:44:45 	^
02:44:45   symbol:   class Zork
02:44:45   location: class X
02:44:45 1 error
02:44:45 
02:44:45 
02:44:45 
02:44:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:46 --- javac err: ---
02:44:46 p/I.java:12: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:46 class ExceptionType extends Exception {
02:44:46 ^
02:44:46 X.java:3: warning: [rawtypes] found raw type: I
02:44:46 	I i = (p) -> { return null; };
02:44:46 	^
02:44:46   missing type arguments for generic class I<P>
02:44:46   where P is a type-variable:
02:44:46     P extends ParameterType declared in interface I
02:44:46 error: ParameterType is not public in p; cannot be accessed from outside package
02:44:46 X.java:3: error: ParameterType is not public in p; cannot be accessed from outside package
02:44:46 	I i = (p) -> { return null; };
02:44:46 	      ^
02:44:46 2 errors
02:44:46 2 warnings
02:44:46 
02:44:46 
02:44:46 
02:44:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:47 --- javac err: ---
02:44:47 p/I.java:2: warning: auxiliary class ParameterType in p/ReturnType.java should not be accessed from outside its own source file
02:44:47 public interface I<P extends ParameterType> {
02:44:47                              ^
02:44:47 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:47 public class ExceptionType extends Exception {
02:44:47        ^
02:44:47 X.java:3: warning: [rawtypes] found raw type: I
02:44:47 	I i = (p) -> { return null; };
02:44:47 	^
02:44:47   missing type arguments for generic class I<P>
02:44:47   where P is a type-variable:
02:44:47     P extends ParameterType declared in interface I
02:44:47 error: ParameterType is not public in p; cannot be accessed from outside package
02:44:47 X.java:3: error: ParameterType is not public in p; cannot be accessed from outside package
02:44:47 	I i = (p) -> { return null; };
02:44:47 	      ^
02:44:47 2 errors
02:44:47 3 warnings
02:44:47 
02:44:47 
02:44:47 
02:44:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:48 --- javac err: ---
02:44:48 p/I.java:13: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:48 class ExceptionType extends Exception {
02:44:48 ^
02:44:48 X.java:3: warning: [rawtypes] found raw type: I
02:44:48 	I i = (p) -> { return null; };
02:44:48 	^
02:44:48   missing type arguments for generic class I<P>
02:44:48   where P is a type-variable:
02:44:48     P extends ParameterType declared in interface I
02:44:48 X.java:3: error: ReturnType is not public in p; cannot be accessed from outside package
02:44:48 	I i = (p) -> { return null; };
02:44:48 	      ^
02:44:48 1 error
02:44:48 2 warnings
02:44:48 
02:44:48 
02:44:48 
02:44:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:49 --- javac err: ---
02:44:49 p/I.java:10: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:49 class ExceptionType extends Exception {
02:44:49 ^
02:44:49 error: ParameterType is not public in p; cannot be accessed from outside package
02:44:49 X.java:3: error: ParameterType is not public in p; cannot be accessed from outside package
02:44:49 	I<?, ?, ?> i = (p) -> { return null; };
02:44:49 	               ^
02:44:49 2 errors
02:44:49 1 warning
02:44:49 
02:44:49 
02:44:49 
02:44:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:51 --- javac err: ---
02:44:51 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:51 public class ExceptionType extends Exception {
02:44:51        ^
02:44:51 1 warning
02:44:51 
02:44:51 
02:44:51 
02:44:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:52 --- javac err: ---
02:44:52 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:52 public class ExceptionType extends Exception {
02:44:52        ^
02:44:52 X.java:3: error: incompatible types: cannot infer functional interface descriptor for I<?,?,?>
02:44:52 	I<?, ?, ?> i = (String p) -> { return null; };
02:44:52 	               ^
02:44:52 1 error
02:44:52 1 warning
02:44:52 
02:44:52 
02:44:52 
02:44:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:53 --- javac err: ---
02:44:53 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:53 public class ExceptionType extends Exception {
02:44:53        ^
02:44:53 X.java:3: error: incompatible types: cannot infer functional interface descriptor for I<? extends ParameterType,? extends ExceptionType,? extends ReturnType>
02:44:53 	I<? extends p.ParameterType, ? extends p.ExceptionType, ? extends p.ReturnType> i = (String p) -> { return null; };
02:44:53 	                                                                                    ^
02:44:53 1 error
02:44:53 1 warning
02:44:53 
02:44:53 
02:44:53 
02:44:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:54 --- javac err: ---
02:44:54 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:54 public class ExceptionType extends Exception {
02:44:54        ^
02:44:54 X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID
02:44:54 class T extends p.ExceptionType {}
02:44:54 ^
02:44:54 X.java:6: error: incompatible types: incompatible parameter types in lambda expression
02:44:54 	I<P, T, R> i = (String p) -> { return null; };
02:44:54 	               ^
02:44:54 1 error
02:44:54 2 warnings
02:44:54 
02:44:54 
02:44:54 
02:44:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:56 --- javac err: ---
02:44:56 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:56 public class ExceptionType extends Exception {
02:44:56        ^
02:44:56 X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID
02:44:56 class T extends p.ExceptionType {}
02:44:56 ^
02:44:56 X.java:6: error: type argument T is not within bounds of type-variable P
02:44:56 	I<T, R, P> i = (String p) -> { return null; };
02:44:56 	  ^
02:44:56   where P is a type-variable:
02:44:56     P extends ParameterType declared in interface I
02:44:56 X.java:6: error: incompatible types: cannot infer functional interface descriptor for I<T,R,P>
02:44:56 	I<T, R, P> i = (String p) -> { return null; };
02:44:56 	               ^
02:44:56 2 errors
02:44:56 2 warnings
02:44:56 
02:44:56 
02:44:56 
02:44:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:57 --- javac err: ---
02:44:57 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:57 public class ExceptionType extends Exception {
02:44:57        ^
02:44:57 X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID
02:44:57 class T extends p.ExceptionType {}
02:44:57 ^
02:44:57 X.java:6: error: incompatible types: cannot infer functional interface descriptor for I<? super P,? super T,? super R>
02:44:57 	I<? super P, ? super T, ? super R> i = (String p) -> { return null; };
02:44:57 	                                       ^
02:44:57 1 error
02:44:57 2 warnings
02:44:57 
02:44:57 
02:44:57 
02:44:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:44:58 --- javac err: ---
02:44:58 p/I.java:4: error: incompatible types: T cannot be converted to Throwable
02:44:58 	R doit(List<? extends List<P>>[] p) throws T;
02:44:58 	                                           ^
02:44:58   where T,P are type-variables:
02:44:58     T extends P declared in interface I
02:44:58     P extends ParameterType declared in interface I
02:44:58 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:44:58 public class ExceptionType extends Exception {
02:44:58        ^
02:44:58 X.java:3: warning: [serial] serializable class T has no definition of serialVersionUID
02:44:58 class T extends p.ExceptionType {}
02:44:58 ^
02:44:58 X.java:6: error: incompatible types: cannot infer functional interface descriptor for I<?,?,?>
02:44:58 	I<?, ?, ?> i = (String p) -> { return null; };
02:44:58 	               ^
02:44:58 2 errors
02:44:58 2 warnings
02:44:58 
02:44:58 
02:44:58 
02:44:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:00 --- javac err: ---
02:45:00 p/ExceptionType.java:2: warning: [serial] serializable class ExceptionType has no definition of serialVersionUID
02:45:00 public class ExceptionType extends Exception {
02:45:00        ^
02:45:00 X.java:3: warning: [rawtypes] found raw type: I
02:45:00 	I i = (String p) -> { return null; };
02:45:00 	^
02:45:00   missing type arguments for generic class I<P,T,R>
02:45:00   where P,T,R are type-variables:
02:45:00     P extends ParameterType declared in interface I
02:45:00     T extends ExceptionType declared in interface I
02:45:00     R extends ReturnType declared in interface I
02:45:00 X.java:3: error: incompatible types: incompatible parameter types in lambda expression
02:45:00 	I i = (String p) -> { return null; };
02:45:00 	      ^
02:45:00 1 error
02:45:00 2 warnings
02:45:00 
02:45:00 
02:45:00 
02:45:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:01 --- javac err: ---
02:45:01 X.java:8: error: class Y is already defined in method foo()
02:45:01 			class Y{} ;
02:45:01 			^
02:45:01 1 error
02:45:01 
02:45:01 
02:45:01 
02:45:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:02 
02:45:02 
02:45:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:03 
02:45:03 
02:45:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:05 
02:45:05 
02:45:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:06 --- javac err: ---
02:45:06 X.java:20: error: no suitable method found for foo((s)->{ })
02:45:06 		new X().foo((s)->{});
02:45:06 		       ^
02:45:06     method X.foo(I) is not applicable
02:45:06       (argument mismatch; incompatible parameter types in lambda expression)
02:45:06     method X.foo(J) is not applicable
02:45:06       (argument mismatch; incompatible parameter types in lambda expression)
02:45:06 1 error
02:45:06 
02:45:06 
02:45:06 
02:45:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:07 --- javac err: ---
02:45:07 X.java:15: error: no suitable method found for foo(()->{ return ""; })
02:45:07 		new X().foo(()->{ return "";});
02:45:07 		       ^
02:45:07     method X.foo(I) is not applicable
02:45:07       (argument mismatch; bad return type in lambda expression
02:45:07           unexpected return value)
02:45:07     method X.foo(K) is not applicable
02:45:07       (argument mismatch; incompatible parameter types in lambda expression)
02:45:07 X.java:16: error: no suitable method found for foo(()->10)
02:45:07 		new X().foo(()-> 10);
02:45:07 		       ^
02:45:07     method X.foo(I) is not applicable
02:45:07       (argument mismatch; lambda body is not compatible with a void functional interface
02:45:07           (consider using a block lambda body, or use a statement expression instead))
02:45:07     method X.foo(K) is not applicable
02:45:07       (argument mismatch; bad return type in lambda expression
02:45:07           int cannot be converted to String)
02:45:07 X.java:17: error: no suitable method found for foo((s)->{ })
02:45:07 		new X().foo((s)->{});
02:45:07 		       ^
02:45:07     method X.foo(I) is not applicable
02:45:07       (argument mismatch; incompatible parameter types in lambda expression)
02:45:07     method X.foo(K) is not applicable
02:45:07       (argument mismatch; bad return type in lambda expression
02:45:07           missing return value)
02:45:07 X.java:18: error: no suitable method found for foo((s)->{ return; })
02:45:07 		new X().foo((s)->{ return;});
02:45:07 		       ^
02:45:07     method X.foo(I) is not applicable
02:45:07       (argument mismatch; incompatible parameter types in lambda expression)
02:45:07     method X.foo(K) is not applicable
02:45:07       (argument mismatch; bad return type in lambda expression
02:45:07           missing return value)
02:45:07 4 errors
02:45:07 
02:45:07 
02:45:07 
02:45:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:08 
02:45:08 
02:45:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:10 --- javac err: ---
02:45:10 X.java:5: error: type argument T#1 is not within bounds of type-variable T#2
02:45:10 	<T> T foo(I<T> it) { return null; }
02:45:10 	            ^
02:45:10   where T#1,T#2 are type-variables:
02:45:10     T#1 extends Object declared in method <T#1>foo(I<T#1>)
02:45:10     T#2 extends String declared in interface I
02:45:10 X.java:7: error: method foo in class X cannot be applied to given types;
02:45:10 		new X().foo(()->{});
02:45:10 		       ^
02:45:10   required: I<T>
02:45:10   found: ()->{ }
02:45:10   reason: cannot infer type-variable(s) T
02:45:10     (argument mismatch; cannot infer functional interface descriptor for I<T>)
02:45:10   where T is a type-variable:
02:45:10     T extends Object declared in method <T>foo(I<T>)
02:45:10 2 errors
02:45:10 
02:45:10 
02:45:10 
02:45:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:11 
02:45:11 
02:45:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:12 
02:45:12 
02:45:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:13 
02:45:13 
02:45:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:15 --- javac err: ---
02:45:15 X.java:11: error: no suitable method found for foo(()->{ return 10; })
02:45:15 		new X().foo(()->{ return 10; });
02:45:15 		       ^
02:45:15     method X.foo(I) is not applicable
02:45:15       (argument mismatch; bad return type in lambda expression
02:45:15           unexpected return value)
02:45:15     method X.foo(J) is not applicable
02:45:15       (argument mismatch; bad return type in lambda expression
02:45:15           int cannot be converted to String)
02:45:15 1 error
02:45:15 
02:45:15 
02:45:15 
02:45:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:16 --- javac err: ---
02:45:16 X.java:8: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
02:45:16 	void foo(I it) { System.out.println("foo(I)");}
02:45:16 	     ^
02:45:16 1 warning
02:45:16 
02:45:16 
02:45:16 
02:45:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:17 --- javac err: ---
02:45:17 X.java:8: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
02:45:17 	void foo(I it) { System.out.println("foo(I)");}
02:45:17 	     ^
02:45:17 X.java:11: error: no suitable method found for foo((Object o)->{ })
02:45:17 		new X().foo((Object o)->{});
02:45:17 		       ^
02:45:17     method X.foo(I) is not applicable
02:45:17       (argument mismatch; incompatible parameter types in lambda expression)
02:45:17     method X.foo(J) is not applicable
02:45:17       (argument mismatch; incompatible parameter types in lambda expression)
02:45:17 1 error
02:45:17 1 warning
02:45:17 
02:45:17 
02:45:17 
02:45:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:18 --- javac err: ---
02:45:18 X.java:12: error: reference to g is ambiguous
02:45:18 		g(() -> f++);
02:45:18 		^
02:45:18   both method g(I) in X and method g(J) in X match
02:45:18 1 error
02:45:18 
02:45:18 
02:45:18 
02:45:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:19 --- javac err: ---
02:45:19 X.java:31: error: cannot find symbol
02:45:19    Zork z;
02:45:19    ^
02:45:19   symbol:   class Zork
02:45:19   location: class Z
02:45:19 1 error
02:45:19 
02:45:19 
02:45:19 
02:45:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:20 --- javac err: ---
02:45:20 X.java:31: error: cannot find symbol
02:45:20    Zork z;
02:45:20    ^
02:45:20   symbol:   class Zork
02:45:20   location: class Z
02:45:20 X.java:9: error: incompatible types: bad return type in method reference
02:45:20 			this(X::goo);
02:45:20 			     ^
02:45:20     int cannot be converted to String
02:45:20 X.java:14: error: incompatible types: bad return type in lambda expression
02:45:20 		this((x) -> { return 10;});
02:45:20 		                     ^
02:45:20     int cannot be converted to String
02:45:20 X.java:18: error: incompatible types: bad return type in method reference
02:45:20 		foo(X::goo);
02:45:20 		    ^
02:45:20     int cannot be converted to String
02:45:20 X.java:19: error: incompatible types: bad return type in lambda expression
02:45:20 		new X((x)->{ return 10;});
02:45:20 		                    ^
02:45:20     int cannot be converted to String
02:45:20 X.java:20: error: incompatible types: bad return type in lambda expression
02:45:20 		new X((x)->{ return 10;}).new Y((x) -> { return 0;});
02:45:20 		                    ^
02:45:20     int cannot be converted to String
02:45:20 X.java:20: error: incompatible types: bad return type in lambda expression
02:45:20 		new X((x)->{ return 10;}).new Y((x) -> { return 0;});
02:45:20 		                                                ^
02:45:20     int cannot be converted to String
02:45:20 X.java:21: error: incompatible types: bad return type in lambda expression
02:45:20 		new X((x)->{ return 10;}) {};
02:45:20 		                    ^
02:45:20     int cannot be converted to String
02:45:20 X.java:26: error: incompatible types: bad return type in method reference
02:45:20 		super(X::goo);
02:45:20 		      ^
02:45:20     int cannot be converted to String
02:45:20 X.java:29: error: incompatible types: bad return type in lambda expression
02:45:20 		super (x -> 10);
02:45:20 		            ^
02:45:20     int cannot be converted to String
02:45:20 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:45:20 10 errors
02:45:20 
02:45:20 
02:45:20 
02:45:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:22 --- javac err: ---
02:45:22 X.java:4: error: cannot find symbol
02:45:22 public class X extends Zork {
02:45:22                        ^
02:45:22   symbol: class Zork
02:45:22 1 error
02:45:22 
02:45:22 
02:45:22 
02:45:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:23 --- javac err: ---
02:45:23 X.java:8: error: method foo in class X cannot be applied to given types;
02:45:23 		foo(X::goo);
02:45:23 		^
02:45:23   required: I[][]
02:45:23   found: X::goo
02:45:23   reason: varargs mismatch; Array is not a functional interface
02:45:23 X.java:9: error: method foo in class X cannot be applied to given types;
02:45:23 		foo((x)-> {return 10;});
02:45:23 		^
02:45:23   required: I[][]
02:45:23   found: (x)->{ return 10; }
02:45:23   reason: varargs mismatch; Array is not a functional interface
02:45:23 2 errors
02:45:23 
02:45:23 
02:45:23 
02:45:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:24 --- javac err: ---
02:45:24 X.java:4: error: cannot find symbol
02:45:24 public class X extends Zork {
02:45:24                        ^
02:45:24   symbol: class Zork
02:45:24 1 error
02:45:24 
02:45:24 
02:45:24 
02:45:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:25 --- javac err: ---
02:45:25 X.java:4: error: cannot find symbol
02:45:25 public class X extends Zork {
02:45:25                        ^
02:45:25   symbol: class Zork
02:45:25 1 error
02:45:25 
02:45:25 
02:45:25 
02:45:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:26 --- javac err: ---
02:45:26 X.java:4: error: cannot find symbol
02:45:26 public class X extends Zork {
02:45:26                        ^
02:45:26   symbol: class Zork
02:45:26 1 error
02:45:26 
02:45:26 
02:45:26 
02:45:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:27 --- javac err: ---
02:45:27 X.java:4: error: cannot find symbol
02:45:27 public class X extends Zork {
02:45:27                        ^
02:45:27   symbol: class Zork
02:45:27 1 error
02:45:27 
02:45:27 
02:45:27 
02:45:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:28 
02:45:28 
02:45:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:29 --- javac err: ---
02:45:29 X.java:8: error: method foo in class X cannot be applied to given types;
02:45:29 		foo(true ? X::goo : X::goo);
02:45:29 		^
02:45:29   required: I[]
02:45:29   found: true ? X::[...]::goo
02:45:29   reason: varargs mismatch; bad type in conditional expression
02:45:29       bad return type in method reference
02:45:29         int cannot be converted to String
02:45:29 X.java:9: error: method foo in class X cannot be applied to given types;
02:45:29 		foo(true ? x-> 1 : x->0);
02:45:29 		   ^
02:45:29   required: I[]
02:45:29   found: true ? (x)[...]x)->0
02:45:29   reason: varargs mismatch; bad type in conditional expression
02:45:29       bad return type in lambda expression
02:45:29         int cannot be converted to String
02:45:29 2 errors
02:45:29 
02:45:29 
02:45:29 
02:45:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:30 
02:45:30 
02:45:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:32 --- javac err: ---
02:45:32 X.java:1: error: incompatible types: bad return type in lambda expression
02:45:32 interface I {
02:45:32 ^
02:45:32     missing return value
02:45:32 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:45:32 1 error
02:45:32 
02:45:32 
02:45:32 
02:45:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:33 --- javac err: ---
02:45:33 X.java:14: error: incompatible types: bad return type in lambda expression
02:45:33 		goo((x) -> { while (FALSE) throw new Exception(); });
02:45:33 		    ^
02:45:33     missing return value
02:45:33 X.java:17: error: incompatible types: bad return type in lambda expression
02:45:33 		goo((x) -> { while (POI) throw new Exception(); });
02:45:33 		    ^
02:45:33     missing return value
02:45:33 X.java:19: error: incompatible types: bad return type in lambda expression
02:45:33 		goo((x) -> { if (TRUE) throw new Exception(); });
02:45:33 		    ^
02:45:33     missing return value
02:45:33 X.java:22: error: incompatible types: bad return type in lambda expression
02:45:33 		goo((x) -> { while (BLANK) throw new Exception(); });
02:45:33 		    ^
02:45:33     missing return value
02:45:33 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:45:33 4 errors
02:45:33 
02:45:33 
02:45:33 
02:45:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:34 --- javac err: ---
02:45:34 X.java:8: error: lambda body is neither value nor void compatible
02:45:34 		goo((x) -> { if (x) return null; });
02:45:34 		           ^
02:45:34 X.java:8: error: incompatible types: bad return type in lambda expression
02:45:34 		goo((x) -> { if (x) return null; });
02:45:34 		    ^
02:45:34     missing return value
02:45:34 X.java:9: error: incompatible types: bad return type in lambda expression
02:45:34 		goo((x) -> {});
02:45:34 		    ^
02:45:34     missing return value
02:45:34 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:45:34 3 errors
02:45:34 
02:45:34 
02:45:34 
02:45:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:35 --- javac err: ---
02:45:35 X.java:8: error: incompatible types: bad return type in lambda expression
02:45:35 		goo((x) -> {});
02:45:35 		    ^
02:45:35     missing return value
02:45:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:45:35 1 error
02:45:35 
02:45:35 
02:45:35 
02:45:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:36 --- javac err: ---
02:45:36 X.java:8: error: lambda body is neither value nor void compatible
02:45:36 		goo((x) -> { if (x) return null; });
02:45:36 		           ^
02:45:36 X.java:8: error: incompatible types: bad return type in lambda expression
02:45:36 		goo((x) -> { if (x) return null; });
02:45:36 		    ^
02:45:36     missing return value
02:45:36 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:45:36 2 errors
02:45:36 
02:45:36 
02:45:36 
02:45:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:37 --- javac err: ---
02:45:37 X.java:8: error: incompatible types: unexpected return value
02:45:37 		goo((x) -> { return null; });
02:45:37 		    ^
02:45:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:45:37 1 error
02:45:37 
02:45:37 
02:45:37 
02:45:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:38 
02:45:38 
02:45:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:39 
02:45:39 
02:45:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:41 --- javac err: ---
02:45:41 X.java:13: error: cannot find symbol
02:45:41     Zork z;
02:45:41     ^
02:45:41   symbol:   class Zork
02:45:41   location: class X
02:45:41 X.java:8: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:45:41 	void goo(I i) {}
02:45:41 	     ^
02:45:41 X.java:11: error: reference to goo is ambiguous
02:45:41 		new X().goo((p1, p2) -> p1 = p1 + p2);
02:45:41 		       ^
02:45:41   both method goo(I) in X and method goo(J) in X match
02:45:41 2 errors
02:45:41 1 warning
02:45:41 
02:45:41 
02:45:41 
02:45:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:41 --- javac err: ---
02:45:41 javac: invalid flag: Xlint:empty
02:45:41 Usage: javac <options> <source files>
02:45:41 use --help for a list of possible options
02:45:41 
02:45:41 
02:45:41 
02:45:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:42 --- javac err: ---
02:45:42 X.java:13: error: cannot find symbol
02:45:42     Zork z;
02:45:42     ^
02:45:42   symbol:   class Zork
02:45:42   location: class X
02:45:42 X.java:8: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:45:42 	void goo(I i) {}
02:45:42 	     ^
02:45:42 X.java:11: error: reference to goo is ambiguous
02:45:42 		new X().goo((p1, p2) -> p1 + p2);
02:45:42 		       ^
02:45:42   both method goo(I) in X and method goo(J) in X match
02:45:42 2 errors
02:45:42 1 warning
02:45:42 
02:45:42 
02:45:42 
02:45:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:43 --- javac err: ---
02:45:43 X.java:10: error: illegal start of expression
02:45:43 		new X().foo(() -> { return () -> { return}; });
02:45:43 		                                         ^
02:45:43 1 error
02:45:43 
02:45:43 
02:45:43 
02:45:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:44 --- javac err: ---
02:45:44 X.java:12: error: cannot find symbol
02:45:44    Zork z;
02:45:44    ^
02:45:44   symbol:   class Zork
02:45:44   location: class X
02:45:44 1 error
02:45:44 
02:45:44 
02:45:44 
02:45:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:45 --- javac err: ---
02:45:45 X.java:12: error: cannot find symbol
02:45:45    Zork z;
02:45:45    ^
02:45:45   symbol:   class Zork
02:45:45   location: class X
02:45:45 1 error
02:45:45 
02:45:45 
02:45:45 
02:45:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:46 --- javac err: ---
02:45:46 X.java:12: error: cannot find symbol
02:45:46    Zork z;
02:45:46    ^
02:45:46   symbol:   class Zork
02:45:46   location: class X
02:45:46 1 error
02:45:46 
02:45:46 
02:45:46 
02:45:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:47 --- javac err: ---
02:45:47 X.java:12: error: cannot find symbol
02:45:47    Zork z;
02:45:47    ^
02:45:47   symbol:   class Zork
02:45:47   location: class X
02:45:47 1 error
02:45:47 
02:45:47 
02:45:47 
02:45:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:49 --- javac err: ---
02:45:49 X.java:18: error: reference to f is ambiguous
02:45:49 		f(super::foo);
02:45:49 		^
02:45:49   both method f(I) in X and method f(J) in X match
02:45:49 X.java:18: error: non-static variable super cannot be referenced from a static context
02:45:49 		f(super::foo);
02:45:49 		  ^
02:45:49 2 errors
02:45:49 
02:45:49 
02:45:49 
02:45:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:50 --- javac err: ---
02:45:50 X.java:17: error: abstract method foo() in Y cannot be accessed directly
02:45:50 		f(super::foo);
02:45:50 		  ^
02:45:50 X.java:18: error: abstract method foo() in Y cannot be accessed directly
02:45:50        I i = super::foo;
02:45:50              ^
02:45:50 2 errors
02:45:50 
02:45:50 
02:45:50 
02:45:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:51 --- javac err: ---
02:45:51 X.java:18: error: reference to f is ambiguous
02:45:51 		f(super::foo);
02:45:51 		^
02:45:51   both method f(I) in X and method f(J) in X match
02:45:51 X.java:18: error: abstract method foo() in Y cannot be accessed directly
02:45:51 		f(super::foo);
02:45:51 		  ^
02:45:51 2 errors
02:45:51 
02:45:51 
02:45:51 
02:45:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:52 --- javac err: ---
02:45:52 X.java:18: error: reference to f is ambiguous
02:45:52 		f(super::foo);
02:45:52 		^
02:45:52   both method f(I) in X and method f(J) in X match
02:45:52 1 error
02:45:52 
02:45:52 
02:45:52 
02:45:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:53 --- javac err: ---
02:45:53 X.java:8: error: local variables referenced from a lambda expression must be final or effectively final
02:45:53     executeLater(() -> System.out.println(n)); // Error: n is not effectively final
02:45:53                                           ^
02:45:53 1 error
02:45:53 
02:45:53 
02:45:53 
02:45:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:54 --- javac err: ---
02:45:54 X.java:8: error: local variables referenced from a lambda expression must be final or effectively final
02:45:54    executeLater(() -> System.out.println(n)); // Error: n is not effectively final
02:45:54                                          ^
02:45:54 1 error
02:45:54 
02:45:54 
02:45:54 
02:45:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:55 --- javac err: ---
02:45:55 X.java:11: error: ';' expected
02:45:55     static Foo1 f1 = af1 -> (a1,b1) -> {int uniqueName = 4; return uniqueName};
02:45:55                                                                              ^
02:45:55 1 error
02:45:55 
02:45:55 
02:45:55 
02:45:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:56 --- javac err: ---
02:45:56 X.java:8: error: invalid constructor reference
02:45:56 		I i = Y::new;
02:45:56 		      ^
02:45:56   cannot access constructor Y()
02:45:56     an enclosing instance of type X is not in scope
02:45:56 1 error
02:45:56 
02:45:56 
02:45:56 
02:45:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:57 --- javac err: ---
02:45:57 X.java:10: error: cannot reference this before supertype constructor has been called
02:45:57 			this(Z::new);
02:45:57 			     ^
02:45:57 1 error
02:45:57 
02:45:57 
02:45:57 
02:45:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:59 --- javac err: ---
02:45:59 X.java:9: error: cannot reference this before supertype constructor has been called
02:45:59 		this(() -> this.f);
02:45:59 		           ^
02:45:59 X.java:12: error: cannot reference this before supertype constructor has been called
02:45:59 		this(() -> this.g());
02:45:59 		           ^
02:45:59 X.java:15: error: cannot reference f before supertype constructor has been called
02:45:59 	    this(() -> f);
02:45:59 	               ^
02:45:59 X.java:18: error: cannot reference this before supertype constructor has been called
02:45:59 	    this(() -> g());
02:45:59 	               ^
02:45:59 4 errors
02:45:59 
02:45:59 
02:45:59 
02:45:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:45:59 
02:45:59 
02:45:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:00 
02:46:00 
02:46:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:01 
02:46:01 
02:46:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:02 
02:46:02 
02:46:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:03 
02:46:03 
02:46:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:04 --- javac err: ---
02:46:04 Sample.java:6: error: local variables referenced from a lambda expression must be final or effectively final
02:46:04 										j=10;
02:46:04 										^
02:46:04 1 error
02:46:04 
02:46:04 
02:46:04 
02:46:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:05 --- javac err: ---
02:46:05 X.java:11: error: local variables referenced from an inner class must be final or effectively final
02:46:05 			j = 10;
02:46:05 			^
02:46:05 1 error
02:46:05 
02:46:05 
02:46:05 
02:46:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:07 
02:46:07 
02:46:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:08 --- javac err: ---
02:46:08 X.java:10: error: variable i might not have been initialized
02:46:08 			 i.foo();
02:46:08 			 ^
02:46:08 1 error
02:46:08 
02:46:08 
02:46:08 
02:46:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:09 --- javac err: ---
02:46:09 X.java:9: error: variable t might already have been assigned
02:46:09            t = 4;
02:46:09            ^
02:46:09 X.java:12: error: variable t might not have been initialized
02:46:09   }
02:46:09   ^
02:46:09 2 errors
02:46:09 
02:46:09 
02:46:09 
02:46:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:10 --- javac err: ---
02:46:10 X.java:7: error: variable t might not have been initialized
02:46:10            t += 3;
02:46:10            ^
02:46:10 X.java:9: error: variable t might not have been initialized
02:46:10            t += 4;
02:46:10            ^
02:46:10 X.java:12: error: variable t might not have been initialized
02:46:10   }
02:46:10   ^
02:46:10 3 errors
02:46:10 
02:46:10 
02:46:10 
02:46:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:11 --- javac err: ---
02:46:11 X.java:13: error: incompatible types: incompatible parameter types in lambda expression
02:46:11 		final Optional<Integer> min = empty.minBy((a, b) -> a - b);
02:46:11 		                                          ^
02:46:11 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:46:11 1 error
02:46:11 
02:46:11 
02:46:11 
02:46:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:12 --- javac err: ---
02:46:12 X.java:7: error: incompatible types: bad return type in method reference
02:46:12 		foo(() -> foo(X::getInt));
02:46:12 		              ^
02:46:12     Integer cannot be converted to String
02:46:12 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:46:12 1 error
02:46:12 
02:46:12 
02:46:12 
02:46:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:13 --- javac err: ---
02:46:13 Sample.java:6: error: local variables referenced from a lambda expression must be final or effectively final
02:46:13 								j=10;
02:46:13 								^
02:46:13 1 error
02:46:13 
02:46:13 
02:46:13 
02:46:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:14 --- javac err: ---
02:46:14 X.java:10: error: cannot assign a value to final variable j
02:46:14 				j = 10;
02:46:14 				^
02:46:14 1 error
02:46:14 
02:46:14 
02:46:14 
02:46:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:16 --- javac err: ---
02:46:16 X.java:5: error: self-reference in initializer
02:46:16    public static final int f = f;
02:46:16                                ^
02:46:16 X.java:6: error: self-reference in initializer
02:46:16 	public static final I fi = x -> fi;
02:46:16 	                                ^
02:46:16 X.java:7: error: illegal forward reference
02:46:16 	public static final I fj = x -> fk;
02:46:16 	                                ^
02:46:16 3 errors
02:46:16 
02:46:16 
02:46:16 
02:46:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:17 --- javac err: ---
02:46:17 X.java:5: error: illegal forward reference
02:46:17     static int f = ((I) (int x5, int x2) -> x1).run(10,  20);
02:46:17                                             ^
02:46:17 1 error
02:46:17 
02:46:17 
02:46:17 
02:46:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:18 
02:46:18 
02:46:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:19 
02:46:19 
02:46:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:20 
02:46:20 
02:46:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:21 --- javac err: ---
02:46:21 X.java:8: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:46:21     static void goo(I i) {
02:46:21                 ^
02:46:21 X.java:13: error: reference to goo is ambiguous
02:46:21 		goo((x, y) -> { x[0] += 1; });
02:46:21 		^
02:46:21   both method goo(I) in X and method goo(J) in X match
02:46:21 1 error
02:46:21 1 warning
02:46:21 
02:46:21 
02:46:21 
02:46:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:22 --- javac err: ---
02:46:22 X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X
02:46:22     static void goo(J j) {
02:46:22                 ^
02:46:22 X.java:13: error: reference to goo is ambiguous
02:46:22 		goo((x, y) -> { x[0] += 1; });
02:46:22 		^
02:46:22   both method goo(J) in X and method goo(I) in X match
02:46:22 X.java:13: error: array required, but int found
02:46:22 		goo((x, y) -> { x[0] += 1; });
02:46:22 		                 ^
02:46:22 2 errors
02:46:22 1 warning
02:46:22 
02:46:22 
02:46:22 
02:46:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:24 --- javac err: ---
02:46:24 X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X
02:46:24     static void goo(J j) {
02:46:24                 ^
02:46:24 1 warning
02:46:24 
02:46:24 
02:46:24 
02:46:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:25 --- javac err: ---
02:46:25 X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X
02:46:25     static void goo(J j) {
02:46:25                 ^
02:46:25 X.java:13: error: reference to goo is ambiguous
02:46:25 		goo((x, y) -> x[0] += 1);
02:46:25 		^
02:46:25   both method goo(J) in X and method goo(I) in X match
02:46:25 X.java:13: error: array required, but int found
02:46:25 		goo((x, y) -> x[0] += 1);
02:46:25 		               ^
02:46:25 2 errors
02:46:25 1 warning
02:46:25 
02:46:25 
02:46:25 
02:46:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:26 --- javac err: ---
02:46:26 X.java:8: warning: [overloads] goo(J) in X is potentially ambiguous with goo(I) in X
02:46:26     static void goo(J j) {
02:46:26                 ^
02:46:26 X.java:13: error: reference to goo is ambiguous
02:46:26 		goo((x, y) -> x[0] += 1);
02:46:26 		^
02:46:26   both method goo(J) in X and method goo(I) in X match
02:46:26 X.java:13: error: array required, but int found
02:46:26 		goo((x, y) -> x[0] += 1);
02:46:26 		               ^
02:46:26 2 errors
02:46:26 1 warning
02:46:26 
02:46:26 
02:46:26 
02:46:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:27 --- javac err: ---
02:46:27 X.java:5: error: cannot find symbol
02:46:27             sysoresult[0]= 42;
02:46:27             ^
02:46:27   symbol:   variable sysoresult
02:46:27   location: class X
02:46:27 1 error
02:46:27 
02:46:27 
02:46:27 
02:46:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:28 --- javac err: ---
02:46:28 X.java:5: error: cannot find symbol
02:46:28             System.out.printlnresult[0]= 42;
02:46:28                       ^
02:46:28   symbol:   variable printlnresult
02:46:28   location: variable out of type PrintStream
02:46:28 1 error
02:46:28 
02:46:28 
02:46:28 
02:46:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:29 --- javac err: ---
02:46:29 X.java:2: error: cannot find symbol
02:46:29     public void foo(Random arg) {
02:46:29                     ^
02:46:29   symbol:   class Random
02:46:29   location: class X
02:46:29 1 error
02:46:29 
02:46:29 
02:46:29 
02:46:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:30 --- javac err: ---
02:46:30 X.java:2: error: cannot find symbol
02:46:30     Random arg;
02:46:30     ^
02:46:30   symbol:   class Random
02:46:30   location: class X
02:46:30 1 error
02:46:30 
02:46:30 
02:46:30 
02:46:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:32 --- javac err: ---
02:46:32 X.java:12: error: <identifier> expected
02:46:32 			return xyz.
02:46:32 			           ^
02:46:32 1 error
02:46:32 
02:46:32 
02:46:32 
02:46:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:33 --- javac err: ---
02:46:33 X.java:12: error: class, interface, or enum expected
02:46:33 }
02:46:33 ^
02:46:33 1 error
02:46:33 
02:46:33 
02:46:33 
02:46:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:34 
02:46:34 
02:46:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:35 --- javac err: ---
02:46:35 X.java:14: error: incompatible types: bad return type in lambda expression
02:46:35 			return (xyz, pqr) -> first.length();
02:46:35 			       ^
02:46:35     int is not a functional interface
02:46:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:46:35 1 error
02:46:35 
02:46:35 
02:46:35 
02:46:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:36 --- javac err: ---
02:46:36 X.java:5: error: reference to bar is ambiguous
02:46:36         bar(x -> x++); // [1]
02:46:36         ^
02:46:36   both method bar(FL) in C2_Sup and method bar(FI) in C2 match
02:46:36 X.java:8: warning: [overloads] bar(FI) in C2 is potentially ambiguous with bar(FL) in C2_Sup
02:46:36     void bar(FI fi) { }
02:46:36          ^
02:46:36 1 error
02:46:36 1 warning
02:46:36 
02:46:36 
02:46:36 
02:46:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:37 --- javac err: ---
02:46:37 X.java:3: error: reference to bar is ambiguous
02:46:37         bar(x -> x++); // [1]
02:46:37         ^
02:46:37   both method bar(J) in K and method bar(I) in X match
02:46:37 X.java:5: warning: [overloads] bar(I) in X is potentially ambiguous with bar(J) in K
02:46:37     void bar(I fi) { }
02:46:37          ^
02:46:37 1 error
02:46:37 1 warning
02:46:37 
02:46:37 
02:46:37 
02:46:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:38 --- javac err: ---
02:46:38 X.java:1: error: incompatible types: cannot infer functional interface descriptor for Predicate<? super Process>
02:46:38 import java.util.List;public class X {
02:46:38                              ^
02:46:38 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:46:38 1 error
02:46:38 
02:46:38 
02:46:38 
02:46:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:40 --- javac err: ---
02:46:40 X.java:6: error: method foo in class X cannot be applied to given types;
02:46:40 		foo(0, (int x, int y) -> {return 2;}, 0);
02:46:40 		^
02:46:40   required: no arguments
02:46:40   found: int,(int x, in[...] 2; },int
02:46:40   reason: actual and formal argument lists differ in length
02:46:40 X.java:7: error: incompatible types: bad return type in lambda expression
02:46:40 		foo2((int x) -> "");
02:46:40 		                ^
02:46:40     String cannot be converted to int
02:46:40 X.java:7: error: incompatible types: incompatible parameter types in lambda expression
02:46:40 		foo2((int x) -> "");
02:46:40 		     ^
02:46:40 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:46:40 3 errors
02:46:40 
02:46:40 
02:46:40 
02:46:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:41 --- javac err: ---
02:46:41 X.java:3: error: Comparable cannot be inherited with different arguments: <java.lang.Integer> and <>
02:46:41     	int result = ((Comparable<Integer> & MyComparable) new X()).compareTo(1);
02:46:41     	              ^
02:46:41 X.java:3: warning: [rawtypes] found raw type: X
02:46:41     	int result = ((Comparable<Integer> & MyComparable) new X()).compareTo(1);
02:46:41     	                                                       ^
02:46:41   missing type arguments for generic class X<T>
02:46:41   where T is a type-variable:
02:46:41     T extends Object declared in class X
02:46:41 1 error
02:46:41 1 warning
02:46:41 
02:46:41 
02:46:41 
02:46:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:42 --- javac err: ---
02:46:42 X.java:7: error: incompatible types: bad return type in method reference
02:46:42     	Functional<Integer []> contr = int[]::new;
02:46:42     	                               ^
02:46:42     int[] cannot be converted to Integer[]
02:46:42 1 error
02:46:42 
02:46:42 
02:46:42 
02:46:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:43 
02:46:43 
02:46:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:44 --- javac err: ---
02:46:44 X.java:6: error: unexpected type
02:46:44     	int [] a = (int [] & IJK) null;
02:46:44     	                ^
02:46:44   required: class
02:46:44   found:    int[]
02:46:44 1 error
02:46:44 
02:46:44 
02:46:44 
02:46:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:45 --- javac err: ---
02:46:45 X.java:7: error: unexpected type
02:46:45     	int [] a = (int [] & Serializable & IJK) null;
02:46:45     	                ^
02:46:45   required: class
02:46:45   found:    int[]
02:46:45 1 error
02:46:45 
02:46:45 
02:46:45 
02:46:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:46 --- javac err: ---
02:46:46 X.java:7: error: unexpected type
02:46:46     	int [] a = (int [] & IJK & Serializable) null;
02:46:46     	                ^
02:46:46   required: class
02:46:46   found:    int[]
02:46:46 1 error
02:46:46 
02:46:46 
02:46:46 
02:46:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:47 --- javac err: ---
02:46:47 X.java:7: error: unexpected type
02:46:47     	int [] a = (IJK & Serializable & int []) null;
02:46:47     	                                     ^
02:46:47   required: class
02:46:47   found:    int[]
02:46:47 1 error
02:46:47 
02:46:47 
02:46:47 
02:46:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:48 --- javac err: ---
02:46:48 X.java:7: error: unexpected type
02:46:48     	I i = (int [] & I) (i) -> {};
02:46:48     	           ^
02:46:48   required: class
02:46:48   found:    int[]
02:46:48 1 error
02:46:48 
02:46:48 
02:46:48 
02:46:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:49 --- javac err: ---
02:46:49 X.java:7: error: unexpected type
02:46:49     	I i = (int [] & Serializable) (i) -> {};
02:46:49     	           ^
02:46:49   required: class
02:46:49   found:    int[]
02:46:49 1 error
02:46:49 
02:46:49 
02:46:49 
02:46:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:50 --- javac err: ---
02:46:50 X.java:5: warning: [rawtypes] found raw type: Y
02:46:50     Y<Y> foo();
02:46:50       ^
02:46:50   missing type arguments for generic class Y<T>
02:46:50   where T is a type-variable:
02:46:50     T extends Object declared in class Y
02:46:50 X.java:8: error: invalid constructor reference
02:46:50     I i = Y::<X>new;
02:46:50           ^
02:46:50   cannot use raw constructor reference with explicit type parameters for constructor
02:46:50 1 error
02:46:50 1 warning
02:46:50 
02:46:50 
02:46:50 
02:46:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:51 --- javac err: ---
02:46:51 X.java:3: error: reference to bar is ambiguous
02:46:51         bar( () -> (char) 0); // [1]
02:46:51         ^
02:46:51   both method bar(FC) in C2 and method bar(FB) in C2 match
02:46:51 1 error
02:46:51 
02:46:52 
02:46:52 
02:46:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:53 --- javac err: ---
02:46:53 X.java:4: error: incompatible types: bad type in conditional expression
02:46:53         Comparator<? extends String> c = true ? (Integer i, Integer j) -> { return 0; } : (Long i, Long j) -> { return 1; };
02:46:53                                                 ^
02:46:53     Comparator<Integer> cannot be converted to Comparator<? extends String>
02:46:53 X.java:4: error: incompatible types: bad type in conditional expression
02:46:53         Comparator<? extends String> c = true ? (Integer i, Integer j) -> { return 0; } : (Long i, Long j) -> { return 1; };
02:46:53                                                                                           ^
02:46:53     Comparator<Long> cannot be converted to Comparator<? extends String>
02:46:53 2 errors
02:46:53 
02:46:53 
02:46:53 
02:46:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:54 
02:46:54 
02:46:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:55 --- javac err: ---
02:46:55 X.java:6: error: lambda expression not expected here
02:46:55 		I i = (I) ((args == null) ? ()->{} : ()-> {});
02:46:55 		                            ^
02:46:55 X.java:6: error: lambda expression not expected here
02:46:55 		I i = (I) ((args == null) ? ()->{} : ()-> {});
02:46:55 		                                     ^
02:46:55 X.java:6: warning: [cast] redundant cast to I
02:46:55 		I i = (I) ((args == null) ? ()->{} : ()-> {});
02:46:55 		      ^
02:46:55 2 errors
02:46:55 1 warning
02:46:55 
02:46:55 
02:46:55 
02:46:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:57 
02:46:57 
02:46:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:46:58 --- javac err: ---
02:46:58 X.java:10: error: cannot find symbol
02:46:58             I i = Y<String>.Z<Integer>::<String> new;
02:46:58                   ^
02:46:58   symbol:   class Y
02:46:58   location: class X<T>.Z<K>
02:46:58   where K,T are type-variables:
02:46:58     K extends Object declared in class X.Z
02:46:58     T extends Object declared in class X
02:46:58 X.java:11: error: cannot find symbol
02:46:58             i.foo(new Y<String>());
02:46:58                       ^
02:46:58   symbol:   class Y
02:46:58   location: class X<T>.Z<K>
02:46:58   where K,T are type-variables:
02:46:58     K extends Object declared in class X.Z
02:46:58     T extends Object declared in class X
02:46:58 X.java:19: error: cannot find symbol
02:46:58 		Y<String> y = new Y<String>();
02:46:58 		^
02:46:58   symbol:   class Y
02:46:58   location: class X<T>
02:46:58   where T is a type-variable:
02:46:58     T extends Object declared in class X
02:46:58 X.java:19: error: cannot find symbol
02:46:58 		Y<String> y = new Y<String>();
02:46:58 		                  ^
02:46:58   symbol:   class Y
02:46:58   location: class X<T>
02:46:58   where T is a type-variable:
02:46:58     T extends Object declared in class X
02:46:58 4 errors
02:46:58 
02:46:58 
02:46:58 
02:46:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:00 --- javac err: ---
02:47:00 X.java:19: error: incompatible types: Stream<CAP#1> cannot be converted to Stream<String>
02:47:00         Stream<String> stream2 = entries.map(toName).distinct(); // ERROR
02:47:00                                                              ^
02:47:00   where CAP#1 is a fresh type-variable:
02:47:00     CAP#1 extends String from capture of ? extends String
02:47:00 X.java:20: error: incompatible types: Stream<CAP#1> cannot be converted to Stream<String>
02:47:00         withoutWildcard(entries.map(toName).distinct()); // ERROR
02:47:00                                                     ^
02:47:00   where CAP#1 is a fresh type-variable:
02:47:00     CAP#1 extends String from capture of ? extends String
02:47:00 X.java:21: error: incompatible types: Stream<CAP#1> cannot be converted to Stream<String>
02:47:00         withoutWildcard(stream); // ERROR
02:47:00                         ^
02:47:00   where CAP#1 is a fresh type-variable:
02:47:00     CAP#1 extends String from capture of ? extends String
02:47:00 X.java:36: error: incompatible types: Stream<CAP#1> cannot be converted to Stream<String>
02:47:00     if("1" == "") { return stream.collect(Collectors.toList()).stream(); // ERROR
02:47:00                                                                      ^
02:47:00   where CAP#1 is a fresh type-variable:
02:47:00     CAP#1 extends String from capture of ? extends String
02:47:00 X.java:38: error: incompatible types: inference variable R has incompatible bounds
02:47:00     return stream.collect(Collectors.toList()); // NO ERROR
02:47:00                          ^
02:47:00     equality constraints: List<T#2>
02:47:00     upper bounds: Stream<String>,Object
02:47:00   where R,A,T#1,T#2 are type-variables:
02:47:00     R extends Object declared in method <R,A>collect(Collector<? super T#1,A,R>)
02:47:00     A extends Object declared in method <R,A>collect(Collector<? super T#1,A,R>)
02:47:00     T#1 extends Object declared in interface Stream
02:47:00     T#2 extends Object declared in method <T#2>toList()
02:47:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:47:00 5 errors
02:47:00 
02:47:00 
02:47:00 
02:47:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:01 
02:47:01 
02:47:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:03 
02:47:03 
02:47:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:04 --- javac err: ---
02:47:04 X.java:7: error: cannot find symbol
02:47:04         System.out.println( name.get().toUpperCase() )
02:47:04                                 ^
02:47:04   symbol:   method get()
02:47:04   location: variable name of type String
02:47:04 1 error
02:47:04 
02:47:04 
02:47:04 
02:47:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:06 --- javac err: ---
02:47:06 X.java:7: error: incompatible types: invalid method reference
02:47:06         Function<List<String>, String> func = ArrayList::toString;
02:47:06                                               ^
02:47:06     method toString in class AbstractCollection<E> cannot be applied to given types
02:47:06       required: no arguments
02:47:06       found: List<String>
02:47:06       reason: actual and formal argument lists differ in length
02:47:06   where E is a type-variable:
02:47:06     E extends Object declared in class AbstractCollection
02:47:06 1 error
02:47:06 
02:47:06 
02:47:06 
02:47:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:07 --- javac err: ---
02:47:07 X.java:8: error: incompatible types: no instance(s) of type variable(s) T exist so that List<T> conforms to ArrayList<String>
02:47:07         System.out.println(func.apply(Arrays.asList("a", "b")));
02:47:07                                ^
02:47:07   where T is a type-variable:
02:47:07     T extends Object declared in method <T>asList(T...)
02:47:07 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:47:07 1 error
02:47:07 
02:47:07 
02:47:07 
02:47:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:09 --- javac err: ---
02:47:09 X.java:8: error: incompatible types: no instance(s) of type variable(s) T exist so that List<T> conforms to ArrayList<String>
02:47:09         System.out.println(func.apply(Arrays.asList("a", "b")));
02:47:09                                ^
02:47:09   where T is a type-variable:
02:47:09     T extends Object declared in method <T>asList(T...)
02:47:09 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:47:09 1 error
02:47:09 
02:47:09 
02:47:09 
02:47:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:10 --- javac err: ---
02:47:10 X.java:14: error: cannot find symbol
02:47:10     Zork z;
02:47:10     ^
02:47:10   symbol:   class Zork
02:47:10   location: class X
02:47:10 X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID
02:47:10 class Vector<E> extends ArrayList<E> {}
02:47:10 ^
02:47:10 1 error
02:47:10 1 warning
02:47:10 
02:47:10 
02:47:10 
02:47:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:11 --- javac err: ---
02:47:11 X.java:14: error: cannot find symbol
02:47:11     Zork z;
02:47:11     ^
02:47:11   symbol:   class Zork
02:47:11   location: class X
02:47:11 X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID
02:47:11 class Vector<E> extends ArrayList<E> {}
02:47:11 ^
02:47:11 1 error
02:47:11 1 warning
02:47:11 
02:47:11 
02:47:11 
02:47:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:13 --- javac err: ---
02:47:13 X.java:14: error: cannot find symbol
02:47:13     Zork z;
02:47:13     ^
02:47:13   symbol:   class Zork
02:47:13   location: class X
02:47:13 X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID
02:47:13 class Vector<E> extends ArrayList<E> {}
02:47:13 ^
02:47:13 X.java:11: error: incompatible types: bad return type in lambda expression
02:47:13         I i = ArrayList::new;
02:47:13               ^
02:47:13     no instance(s) of type variable(s) E exist so that ArrayList<E> conforms to Vector<String>
02:47:13   where E is a type-variable:
02:47:13     E extends Object declared in class ArrayList
02:47:13 2 errors
02:47:13 1 warning
02:47:13 
02:47:13 
02:47:13 
02:47:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:14 --- javac err: ---
02:47:14 X.java:14: error: cannot find symbol
02:47:14     Zork z;
02:47:14     ^
02:47:14   symbol:   class Zork
02:47:14   location: class X
02:47:14 X.java:5: warning: [serial] serializable class Vector has no definition of serialVersionUID
02:47:14 class Vector<E> extends ArrayList<E> {}
02:47:14 ^
02:47:14 1 error
02:47:14 1 warning
02:47:14 
02:47:14 
02:47:14 
02:47:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:16 --- javac err: ---
02:47:16 X.java:8: error: incompatible types: no instance(s) of type variable(s) T exist so that List<T> conforms to CAP#1
02:47:16         System.out.println(func.apply(Arrays.asList("a", "b")));
02:47:16                                ^
02:47:16   where T is a type-variable:
02:47:16     T extends Object declared in method <T>asList(T...)
02:47:16   where CAP#1 is a fresh type-variable:
02:47:16     CAP#1 extends ArrayList<String> from capture of ? extends ArrayList<String>
02:47:16 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:47:16 1 error
02:47:16 
02:47:16 
02:47:16 
02:47:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:17 --- javac err: ---
02:47:17 X.java:1: error: cannot find symbol
02:47:17 interface I1 { int foo(Strin i); }
02:47:17                        ^
02:47:17   symbol:   class Strin
02:47:17   location: interface I1
02:47:17 X.java:3: error: incompatible types: bad return type in lambda expression
02:47:17 	I1 i = (a) -> { 
02:47:17 	       ^
02:47:17     missing return value
02:47:17 2 errors
02:47:17 
02:47:17 
02:47:17 
02:47:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:18 --- javac err: ---
02:47:18 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
02:47:18 		Function<String, String> f1= (String s, Function this) -> s;
02:47:18 		                                                 ^
02:47:18 X.java:4: error: ')' expected
02:47:18 		Function<String, String> f2= (Function this, String s) -> s;
02:47:18 		                                      ^
02:47:18 X.java:4: error: not a statement
02:47:18 		Function<String, String> f2= (Function this, String s) -> s;
02:47:18 		                                       ^
02:47:18 X.java:4: error: ';' expected
02:47:18 		Function<String, String> f2= (Function this, String s) -> s;
02:47:18 		                                           ^
02:47:18 X.java:4: error: ';' expected
02:47:18 		Function<String, String> f2= (Function this, String s) -> s;
02:47:18 		                                                     ^
02:47:18 X.java:4: error: not a statement
02:47:18 		Function<String, String> f2= (Function this, String s) -> s;
02:47:18 		                                                          ^
02:47:18 6 errors
02:47:18 
02:47:18 
02:47:18 
02:47:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:19 --- javac err: ---
02:47:19 X.java:7: error: unreported exception IOException; must be caught or declared to be thrown
02:47:19                 require(s1 != null || s2 != null, "both strings are null");
02:47:19                        ^
02:47:19 1 error
02:47:19 
02:47:19 
02:47:19 
02:47:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:21 --- javac err: ---
02:47:21 X.java:9: error: incompatible thrown types Exception in functional expression
02:47:21 		I i = X::goo;
02:47:21 		      ^
02:47:21 1 error
02:47:21 
02:47:21 
02:47:21 
02:47:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:22 --- javac err: ---
02:47:22 X.java:9: error: Unexpected @FunctionalInterface annotation
02:47:22 @FunctionalInterface
02:47:22 ^
02:47:22   F2 is not a functional interface
02:47:22     multiple non-overriding abstract methods found in interface F2
02:47:22 1 error
02:47:22 
02:47:22 
02:47:22 
02:47:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:23 --- javac err: ---
02:47:23 X.java:7: error: class Z is already defined in method foo()
02:47:23 					class Z { }
02:47:23 					^
02:47:23 1 error
02:47:23 
02:47:23 
02:47:23 
02:47:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:24 --- javac err: ---
02:47:24 Y.java:13: error: cannot reference this before supertype constructor has been called
02:47:24 			return new Z();
02:47:24 			       ^
02:47:24 1 error
02:47:24 
02:47:24 
02:47:24 
02:47:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:26 --- javac err: ---
02:47:26 X.java:13: error: incompatible types: invalid method reference
02:47:26 		BinaryOperator<Consumer<? super T>> attempt_X_0 = Consumer::andThen;
02:47:26 		                                                  ^
02:47:26     incompatible types: Consumer<CAP#1> cannot be converted to Consumer<? super CAP#2>
02:47:26   where T,ISSUPER_T are type-variables:
02:47:26     T extends ISSUPER_T declared in method <T,ISSUPER_T>method()
02:47:26     ISSUPER_T extends Object declared in method <T,ISSUPER_T>method()
02:47:26   where CAP#1,CAP#2 are fresh type-variables:
02:47:26     CAP#1 extends Object super: T from capture of ? super T
02:47:26     CAP#2 extends Object super: T from capture of ? super T
02:47:26 X.java:14: error: incompatible types: invalid method reference
02:47:26 		BinaryOperator<Subsumer<? super T>> attempt_X_1 = Subsumer::andThe1;
02:47:26 		                                                  ^
02:47:26     incompatible types: Subsumer<CAP#1> cannot be converted to Subsumer<? super CAP#2>
02:47:26   where T,ISSUPER_T are type-variables:
02:47:26     T extends ISSUPER_T declared in method <T,ISSUPER_T>method()
02:47:26     ISSUPER_T extends Object declared in method <T,ISSUPER_T>method()
02:47:26   where CAP#1,CAP#2 are fresh type-variables:
02:47:26     CAP#1 extends Object super: T from capture of ? super T
02:47:26     CAP#2 extends Object super: T from capture of ? super T
02:47:26 X.java:15: error: incompatible types: invalid method reference
02:47:26 		BinaryOperator<Subsumer<? super T>> attempt_X_2 = Subsumer::andThe2;
02:47:26 		                                                  ^
02:47:26     incompatible types: Subsumer<CAP#1> cannot be converted to Subsumer<? super CAP#2>
02:47:26   where T,ISSUPER_T are type-variables:
02:47:26     T extends ISSUPER_T declared in method <T,ISSUPER_T>method()
02:47:26     ISSUPER_T extends Object declared in method <T,ISSUPER_T>method()
02:47:26   where CAP#1,CAP#2 are fresh type-variables:
02:47:26     CAP#1 extends Object super: T from capture of ? super T
02:47:26     CAP#2 extends Object super: T from capture of ? super T
02:47:26 X.java:16: error: incompatible types: invalid method reference
02:47:26 		BinaryOperator<Subsumer<? super T>> attempt_X_3 = Subsumer::andThe3;
02:47:26 		                                                  ^
02:47:26     method andThe3 in interface Subsumer<T#2> cannot be applied to given types
02:47:26       required: Subsumer<U>,Subsumer<? super U>
02:47:26       found: Subsumer<? super T#1>,Subsumer<? super T#1>
02:47:26       reason: inference variable U has incompatible bounds
02:47:26         equality constraints: CAP#1
02:47:26         upper bounds: CAP#2,Object
02:47:26   where U,T#1,ISSUPER_T,T#2 are type-variables:
02:47:26     U extends Object declared in method <U>andThe3(Subsumer<U>,Subsumer<? super U>)
02:47:26     T#1 extends ISSUPER_T declared in method <T#1,ISSUPER_T>method()
02:47:26     ISSUPER_T extends Object declared in method <T#1,ISSUPER_T>method()
02:47:26     T#2 extends Object declared in interface Subsumer
02:47:26   where CAP#1,CAP#2 are fresh type-variables:
02:47:26     CAP#1 extends Object super: T#1 from capture of ? super T#1
02:47:26     CAP#2 extends Object super: T#1 from capture of ? super T#1
02:47:26 X.java:17: error: incompatible types: invalid method reference
02:47:26 		BinaryOperator<Subsumer<? super T>> attempt_X_4 = Subsumer::andThe4;
02:47:26 		                                                  ^
02:47:26     method andThe4 in interface Subsumer<T#2> cannot be applied to given types
02:47:26       required: Subsumer<S>,Subsumer<ISSUPER_S>
02:47:26       found: Subsumer<? super T#1>,Subsumer<? super T#1>
02:47:26       reason: inference variable ISSUPER_S has incompatible bounds
02:47:26         equality constraints: CAP#1
02:47:26         lower bounds: S,CAP#2
02:47:26   where S,ISSUPER_S,T#1,ISSUPER_T,T#2 are type-variables:
02:47:26     S extends ISSUPER_S declared in method <S,ISSUPER_S>andThe4(Subsumer<S>,Subsumer<ISSUPER_S>)
02:47:26     ISSUPER_S extends Object declared in method <S,ISSUPER_S>andThe4(Subsumer<S>,Subsumer<ISSUPER_S>)
02:47:26     T#1 extends ISSUPER_T declared in method <T#1,ISSUPER_T>method()
02:47:26     ISSUPER_T extends Object declared in method <T#1,ISSUPER_T>method()
02:47:26     T#2 extends Object declared in interface Subsumer
02:47:26   where CAP#1,CAP#2 are fresh type-variables:
02:47:26     CAP#1 extends Object super: T#1 from capture of ? super T#1
02:47:26     CAP#2 extends Object super: T#1 from capture of ? super T#1
02:47:26 5 errors
02:47:26 
02:47:26 
02:47:26 
02:47:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:27 --- javac err: ---
02:47:27 X.java:3: warning: [rawtypes] found raw type: Comparator
02:47:27     final Comparator mComparator1;
02:47:27           ^
02:47:27   missing type arguments for generic class Comparator<T>
02:47:27   where T is a type-variable:
02:47:27     T extends Object declared in interface Comparator
02:47:27 X.java:4: warning: [rawtypes] found raw type: Comparator
02:47:27     Comparator mComparator2 = (pObj1, pObj2) -> mComparator1.compare(pObj1, pObj2);
02:47:27     ^
02:47:27   missing type arguments for generic class Comparator<T>
02:47:27   where T is a type-variable:
02:47:27     T extends Object declared in interface Comparator
02:47:27 X.java:4: warning: [unchecked] unchecked call to compare(T,T) as a member of the raw type Comparator
02:47:27     Comparator mComparator2 = (pObj1, pObj2) -> mComparator1.compare(pObj1, pObj2);
02:47:27                                                                     ^
02:47:27   where T is a type-variable:
02:47:27     T extends Object declared in interface Comparator
02:47:27 X.java:4: error: variable mComparator1 might not have been initialized
02:47:27     Comparator mComparator2 = (pObj1, pObj2) -> mComparator1.compare(pObj1, pObj2);
02:47:27                                                 ^
02:47:27 1 error
02:47:27 3 warnings
02:47:27 
02:47:27 
02:47:27 
02:47:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:28 --- javac err: ---
02:47:28 X.java:10: error: variable x might not have been initialized
02:47:28 	}
02:47:28 	^
02:47:28 1 error
02:47:28 
02:47:28 
02:47:28 
02:47:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:29 --- javac err: ---
02:47:29 X.java:29: error: reference to forEachOrdered is ambiguous
02:47:29 		lines1.forEachOrdered(s -> Files.isHidden(Paths.get(s)));
02:47:29 		      ^
02:47:29   both method forEachOrdered(Consumer<? super T>) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match
02:47:29   where T,CONSUMER are type-variables:
02:47:29     T extends Object declared in interface StreamyBase
02:47:29     CONSUMER extends Object declared in class AbstractStream
02:47:29 X.java:30: error: reference to forEachOrdered is ambiguous
02:47:29 		lines1.forEachOrdered(s -> System.out.println(s));
02:47:29 		      ^
02:47:29   both method forEachOrdered(Consumer<? super T>) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match
02:47:29   where T,CONSUMER are type-variables:
02:47:29     T extends Object declared in interface StreamyBase
02:47:29     CONSUMER extends Object declared in class AbstractStream
02:47:29 2 errors
02:47:29 
02:47:29 
02:47:29 
02:47:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:31 --- javac err: ---
02:47:31 X.java:29: error: reference to forEachOrdered is ambiguous
02:47:31 		lines1.forEachOrdered(s -> Files.isHidden(Paths.get(s)));
02:47:31 		      ^
02:47:31   both method forEachOrdered(Consumer<? super T>) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match
02:47:31   where T,CONSUMER are type-variables:
02:47:31     T extends Object declared in interface StreamyBase
02:47:31     CONSUMER extends Object declared in class AbstractStream
02:47:31 X.java:30: error: reference to forEachOrdered is ambiguous
02:47:31 		lines1.forEachOrdered(s -> System.out.println(s));
02:47:31 		      ^
02:47:31   both method forEachOrdered(Consumer<? super T>) in StreamyBase and method forEachOrdered(CONSUMER) in AbstractStream match
02:47:31   where T,CONSUMER are type-variables:
02:47:31     T extends Object declared in interface StreamyBase
02:47:31     CONSUMER extends Object declared in class AbstractStream
02:47:31 2 errors
02:47:31 
02:47:31 
02:47:31 
02:47:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:32 --- javac err: ---
02:47:32 X.java:18: error: cannot reference this before supertype constructor has been called
02:47:32 			return new Z();
02:47:32 			       ^
02:47:32 1 error
02:47:32 
02:47:32 
02:47:32 
02:47:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:33 --- javac err: ---
02:47:33 X.java:19: warning: [overloads] module(M) in BaseModule is potentially ambiguous with module(Function<Config,M>) in BaseModule
02:47:33   public BaseModule module(final M m) {
02:47:33                     ^
02:47:33 X.java:33: error: reference to module is ambiguous
02:47:33     new M1().module((c) -> new M2());
02:47:33             ^
02:47:33   both method module(M) in BaseModule and method module(Function<Config,M>) in BaseModule match
02:47:33 1 error
02:47:33 1 warning
02:47:33 
02:47:33 
02:47:33 
02:47:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:35 --- javac err: ---
02:47:35 X.java:7: error: cannot find symbol
02:47:35         Map<String, Person> map = 
02:47:35         ^
02:47:35   symbol:   class Map
02:47:35   location: class X
02:47:35 X.java:12: error: invalid method reference
02:47:35                         Person::getLast,
02:47:35                         ^
02:47:35   cannot find symbol
02:47:35     symbol:   method getLast()
02:47:35     location: class Person
02:47:35 X.java:13: error: cannot find symbol
02:47:35                         Function.identity() 
02:47:35                         ^
02:47:35   symbol:   variable Function
02:47:35   location: class X
02:47:35 3 errors
02:47:35 
02:47:35 
02:47:35 
02:47:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:36 --- javac err: ---
02:47:36 X.java:8: warning: [overloads] <T#1>test(ToLongFunction<T#1>) in X is potentially ambiguous with <T#2>test(ToIntFunction<T#2>) in X
02:47:36     private static <T> void test(ToLongFunction<T> func) {}
02:47:36                             ^
02:47:36   where T#1,T#2 are type-variables:
02:47:36     T#1 extends Object declared in method <T#1>test(ToLongFunction<T#1>)
02:47:36     T#2 extends Object declared in method <T#2>test(ToIntFunction<T#2>)
02:47:36 1 warning
02:47:36 
02:47:36 
02:47:36 
02:47:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:37 --- javac err: ---
02:47:37 X.java:3: error: InvisibleInterface has private access in T2
02:47:37         T2.run(() -> {});
02:47:37                ^
02:47:37 1 error
02:47:37 
02:47:37 
02:47:37 
02:47:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:38 
02:47:38 
02:47:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:39 --- javac err: ---
02:47:39 X.java:15: error: incompatible types: invalid method reference
02:47:39 		Fun<X, Integer> f1 = X::size;
02:47:39 		                     ^
02:47:39     reference to size is ambiguous
02:47:39       both method size(X) in X and method size() in X match
02:47:39 1 error
02:47:39 
02:47:40 
02:47:40 
02:47:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:41 --- javac err: ---
02:47:41 X.java:12: error: incompatible types: invalid method reference
02:47:41 		Fun<X, Integer> f1 = X::size;
02:47:41 		                     ^
02:47:41     reference to size is ambiguous
02:47:41       both method size(Object) in X and method size() in X match
02:47:41 1 error
02:47:41 
02:47:41 
02:47:41 
02:47:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:42 
02:47:42 
02:47:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:44 --- javac err: ---
02:47:44 X.java:7: error: incompatible types: invalid method reference
02:47:44 		Function<CL<Integer>, String> v5 = CL::method1;
02:47:44 		                                   ^
02:47:44     unexpected instance method <F>method1(CL<T>) found in unbound lookup
02:47:44   where F,T are type-variables:
02:47:44     F extends Object declared in method <F>method1(CL<T>)
02:47:44     T extends Object declared in class CL
02:47:44 X.java:8: error: method method1 in class CL<T> cannot be applied to given types;
02:47:44 		v5 = t -> t.method1();	
02:47:44 		           ^
02:47:44   required: CL<Integer>
02:47:44   found: no arguments
02:47:44   reason: cannot infer type-variable(s) F
02:47:44     (actual and formal argument lists differ in length)
02:47:44   where T,F are type-variables:
02:47:44     T extends Object declared in class CL
02:47:44     F extends Object declared in method <F>method1(CL<T>)
02:47:44 2 errors
02:47:44 
02:47:44 
02:47:44 
02:47:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:45 --- javac err: ---
02:47:45 X.java:3: error: cannot find symbol
02:47:45         java.util.function.Consumer<int[]> c = array -> map.compute(array.get(0), (k, v) -> null);
02:47:45                                                                          ^
02:47:45   symbol:   method get(int)
02:47:45   location: variable array of type int[]
02:47:45 1 error
02:47:45 
02:47:45 
02:47:45 
02:47:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:46 --- javac err: ---
02:47:46 Bug.java:13: error: variable s might not have been initialized
02:47:46     private final ActionListener listener2 = e -> System.out.println(s);
02:47:46                                                                      ^
02:47:46 1 error
02:47:46 
02:47:46 
02:47:46 
02:47:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:47 --- javac err: ---
02:47:47 X.java:9: error: cannot find symbol
02:47:47     public void bar(FI<?, ?> fi) {}
02:47:47                     ^
02:47:47   symbol:   class FI
02:47:47   location: class X
02:47:47 1 error
02:47:47 
02:47:47 
02:47:47 
02:47:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:53 
02:47:53 
02:47:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:54 --- javac err: ---
02:47:54 X.java:2: error: illegal '.'
02:47:54 	void consume(String.. strings); // syntax error here
02:47:54 	                    ^
02:47:54 1 error
02:47:54 
02:47:54 
02:47:54 
02:47:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:55 --- javac err: ---
02:47:55 X.java:8: error: incompatible types: incompatible parameter types in lambda expression
02:47:55 		consu((String... s) -> System.out.print(s.length));
02:47:55 		                                       ^
02:47:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:47:55 1 error
02:47:55 
02:47:55 
02:47:55 
02:47:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:56 --- javac err: ---
02:47:56 X.java:7: error: incompatible types: invalid method reference
02:47:56 		I i = X::<String>function;
02:47:56 		      ^
02:47:56     incompatible types: Integer cannot be converted to String
02:47:56 1 error
02:47:56 
02:47:56 
02:47:56 
02:47:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:57 --- javac err: ---
02:47:57 X.java:7: error: generic array creation
02:47:57 		i = X<String, Integer, ?>[]::new; // ! OK
02:47:57 		                         ^
02:47:57 X.java:9: error: generic array creation
02:47:57 		a = new X<String, Integer, ?>[10]; // ! OK
02:47:57 		    ^
02:47:57 2 errors
02:47:57 
02:47:57 
02:47:57 
02:47:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:47:58 --- javac err: ---
02:47:58 X.java:10: error: incompatible types: I<X,X,C> cannot be converted to I<? extends A,? extends B,? extends C>
02:47:58     	return m((X x1, X x2) -> { return new Y(); });
02:47:58     	         ^
02:47:58 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:47:58 1 error
02:47:58 
02:47:58 
02:47:58 
02:47:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:00 
02:48:00 
02:48:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:01 --- javac err: ---
02:48:01 X.java:6: error: bad type qualifier I1 in default super call
02:48:01 		doOutput(I1.super::print); // illegal attempt to skip I2.print()
02:48:01 		           ^
02:48:01   redundant interface I1 is extended by I2
02:48:01 1 error
02:48:01 
02:48:01 
02:48:01 
02:48:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:02 --- javac err: ---
02:48:02 X.java:17: error: bad type qualifier IA in default super call
02:48:02 		doOutput(IA.super::print); // illegal attempt to skip IB.print()
02:48:02 		         ^
02:48:02   method print() is overridden in IB
02:48:02 1 error
02:48:02 
02:48:02 
02:48:02 
02:48:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:03 --- javac err: ---
02:48:03 XY.java:23: error: cannot find symbol
02:48:03 		 J jx = y.super ::  foo;
02:48:03 		        ^
02:48:03   symbol:   class y
02:48:03   location: class XY
02:48:03 1 error
02:48:03 
02:48:03 
02:48:03 
02:48:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:04 --- javac err: ---
02:48:04 X.java:6: error: '_' used as an identifier
02:48:04 		F f = (int _) -> {
02:48:04 		           ^
02:48:04   (use of '_' as an identifier is forbidden for lambda parameters)
02:48:04 X.java:8: error: '_' used as an identifier
02:48:04 		F f2 = _ -> {};
02:48:04 		       ^
02:48:04   (use of '_' as an identifier is forbidden for lambda parameters)
02:48:04 2 errors
02:48:04 
02:48:04 
02:48:04 
02:48:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:06 
02:48:06 
02:48:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:07 --- javac err: ---
02:48:07 YYY.java:3: error: Unexpected @FunctionalInterface annotation
02:48:07 interface DERIVED extends BASE {void run1();}@FunctionalInterface public class YYY {
02:48:07                                              ^
02:48:07   YYY is not a functional interface
02:48:07 YYY.java:4: error: annotation type not applicable to this kind of declaration
02:48:07    @FunctionalInterface int x;	@FunctionalInterface public static void main(String[] args) {
02:48:07    ^
02:48:07 YYY.java:4: error: annotation type not applicable to this kind of declaration
02:48:07    @FunctionalInterface int x;	@FunctionalInterface public static void main(String[] args) {
02:48:07                               	^
02:48:07 YYY.java:2: error: Unexpected @FunctionalInterface annotation
02:48:07 @FunctionalInterface
02:48:07 ^
02:48:07   DERIVED is not a functional interface
02:48:07     multiple non-overriding abstract methods found in interface DERIVED
02:48:07 YYY.java:5: error: annotation type not applicable to this kind of declaration
02:48:07        @FunctionalInterface int y;		System.out.println("Hello");	}
02:48:07        ^
02:48:07 5 errors
02:48:07 
02:48:07 
02:48:07 
02:48:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:07 ***************************************************************************
02:48:07 * Comparison with Sun Javac compiler for class LambdaExpressionsTest (null tests)
02:48:07 ***************************************************************************
02:48:08 
02:48:08 
02:48:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:10 
02:48:10 
02:48:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:11 
02:48:11 
02:48:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:12 --- javac err: ---
02:48:12 X.java:6: warning: [rawtypes] found raw type: BinaryOperator
02:48:12     BinaryOperator binOp = (x,y) -> { return x+y; };
02:48:12     ^
02:48:12   missing type arguments for generic class BinaryOperator<T>
02:48:12   where T is a type-variable:
02:48:12     T extends Object declared in interface BinaryOperator
02:48:12 X.java:6: error: bad operand types for binary operator '+'
02:48:12     BinaryOperator binOp = (x,y) -> { return x+y; };
02:48:12                                               ^
02:48:12   first type:  Object
02:48:12   second type: Object
02:48:12 1 error
02:48:12 1 warning
02:48:12 
02:48:12 
02:48:12 
02:48:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:14 
02:48:14 
02:48:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:15 
02:48:15 
02:48:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:16 
02:48:16 
02:48:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:18 
02:48:18 
02:48:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:19 
02:48:19 
02:48:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:20 --- javac err: ---
02:48:20 X.java:7: warning: [deprecation] Integer(int) in Integer has been deprecated
02:48:20 		System.out.println(i.unbox(new Integer(1234)));
02:48:20 		                           ^
02:48:20 1 warning
02:48:20 
02:48:20 
02:48:20 
02:48:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:22 
02:48:22 
02:48:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:23 
02:48:23 
02:48:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:24 
02:48:24 
02:48:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:26 
02:48:26 
02:48:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:27 
02:48:27 
02:48:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:29 
02:48:29 
02:48:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:30 
02:48:30 
02:48:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:31 
02:48:31 
02:48:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:33 
02:48:33 
02:48:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:34 
02:48:34 
02:48:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:35 --- javac err: ---
02:48:35 X.java:8: warning: [deprecation] Integer(int) in Integer has been deprecated
02:48:35 		X[][][] x = i.copy(new Integer(631));
02:48:35 		                   ^
02:48:35 X.java:10: warning: [deprecation] Integer(int) in Integer has been deprecated
02:48:35        x = j.copy(new Integer((short)136));
02:48:35                   ^
02:48:35 2 warnings
02:48:35 
02:48:35 
02:48:35 
02:48:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:37 
02:48:37 
02:48:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:38 
02:48:38 
02:48:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:40 
02:48:40 
02:48:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:41 
02:48:41 
02:48:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:42 
02:48:42 
02:48:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:44 
02:48:44 
02:48:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:45 
02:48:45 
02:48:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:47 
02:48:47 
02:48:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:48 
02:48:48 
02:48:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:49 
02:48:49 
02:48:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:50 
02:48:50 
02:48:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:52 
02:48:52 
02:48:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:53 
02:48:53 
02:48:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:54 
02:48:54 
02:48:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:56 
02:48:56 
02:48:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:58 
02:48:58 
02:48:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:48:59 
02:48:59 
02:48:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:00 
02:49:00 
02:49:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:01 
02:49:01 
02:49:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:03 
02:49:03 
02:49:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:04 
02:49:04 
02:49:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:05 
02:49:05 
02:49:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:07 --- javac err: ---
02:49:07 X.java:15: error: cannot find symbol
02:49:07 				i = X.Y::new;
02:49:07 				     ^
02:49:07   symbol:   class Y
02:49:07   location: class X
02:49:07 X.java:27: error: cannot find symbol
02:49:07 		new X().new Y().f();
02:49:07 		            ^
02:49:07   symbol:   class Y
02:49:07   location: class X
02:49:07 2 errors
02:49:07 
02:49:07 
02:49:07 
02:49:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:08 
02:49:08 
02:49:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:09 
02:49:09 
02:49:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:11 
02:49:11 
02:49:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:12 
02:49:12 
02:49:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:13 
02:49:13 
02:49:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:15 
02:49:15 
02:49:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:16 
02:49:16 
02:49:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:17 
02:49:17 
02:49:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:19 
02:49:19 
02:49:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:20 
02:49:20 
02:49:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:21 
02:49:21 
02:49:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:23 
02:49:23 
02:49:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:24 
02:49:24 
02:49:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:25 
02:49:25 
02:49:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:27 
02:49:27 
02:49:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:28 
02:49:28 
02:49:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:30 
02:49:30 
02:49:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:31 
02:49:31 
02:49:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:32 
02:49:32 
02:49:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:34 
02:49:34 
02:49:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:35 
02:49:35 
02:49:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:36 
02:49:36 
02:49:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:38 
02:49:38 
02:49:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:39 
02:49:39 
02:49:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:40 
02:49:40 
02:49:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:42 
02:49:42 
02:49:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:43 
02:49:43 
02:49:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:44 
02:49:44 
02:49:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:45 
02:49:45 
02:49:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:47 
02:49:47 
02:49:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:48 
02:49:48 
02:49:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:49 
02:49:49 
02:49:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:51 --- javac err: ---
02:49:51 X.java:2: warning: [rawtypes] found raw type: X
02:49:51 	X foo(int x);
02:49:51 	^
02:49:51   missing type arguments for generic class X<T>
02:49:51   where T is a type-variable:
02:49:51     T extends Object declared in class X
02:49:51 X.java:5: warning: [rawtypes] found raw type: X
02:49:51 	class Y extends X {
02:49:51 	                ^
02:49:51   missing type arguments for generic class X<T>
02:49:51   where T is a type-variable:
02:49:51     T extends Object declared in class X
02:49:51 X.java:12: warning: [rawtypes] found raw type: X
02:49:51 		new X().goo();
02:49:51 		    ^
02:49:51   missing type arguments for generic class X<T>
02:49:51   where T is a type-variable:
02:49:51     T extends Object declared in class X
02:49:51 3 warnings
02:49:51 
02:49:51 
02:49:51 
02:49:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:52 
02:49:52 
02:49:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:53 
02:49:53 
02:49:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:55 
02:49:55 
02:49:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:56 
02:49:56 
02:49:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:57 
02:49:57 
02:49:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:49:59 
02:49:59 
02:49:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:00 
02:50:00 
02:50:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:01 
02:50:01 
02:50:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:03 
02:50:03 
02:50:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:04 
02:50:04 
02:50:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:05 
02:50:05 
02:50:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:07 
02:50:07 
02:50:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:08 
02:50:08 
02:50:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:10 
02:50:10 
02:50:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:11 --- javac err: ---
02:50:11 X.java:11: error: cannot find symbol
02:50:11         Set<Z> x = foo(Set::new);
02:50:11             ^
02:50:11   symbol:   class Z
02:50:11   location: class X
02:50:11 X.java:11: error: Set is abstract; cannot be instantiated
02:50:11         Set<Z> x = foo(Set::new);
02:50:11                        ^
02:50:11 2 errors
02:50:11 
02:50:11 
02:50:11 
02:50:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:12 
02:50:12 
02:50:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:13 
02:50:13 
02:50:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:14 --- javac err: ---
02:50:14 X.java:4: error: unexpected type
02:50:14     	int [] a = (int [] & Cloneable & Serializable) new int[5];
02:50:14     	                ^
02:50:14   required: class
02:50:14   found:    int[]
02:50:14 1 error
02:50:14 
02:50:14 
02:50:14 
02:50:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:16 
02:50:16 
02:50:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:17 
02:50:17 
02:50:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:18 
02:50:18 
02:50:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:20 
02:50:20 
02:50:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:21 --- javac err: ---
02:50:21 X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
02:50:21 		((Serializable & AutoCloseable) (() -> {})).close();
02:50:21 		 ^
02:50:21   where INT#1 is an intersection type:
02:50:21     INT#1 extends Object,Serializable,AutoCloseable
02:50:21 1 warning
02:50:21 
02:50:21 
02:50:21 
02:50:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:22 --- javac err: ---
02:50:22 X.java:2: warning: [try] auto-closeable resource AnotherAutoCloseable has a member method close() that could throw InterruptedException
02:50:22 interface AnotherAutoCloseable extends AutoCloseable {}
02:50:22 ^
02:50:22 X.java:5: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
02:50:22 		((Serializable & AnotherAutoCloseable) (() -> {})).close();
02:50:22 		 ^
02:50:22   where INT#1 is an intersection type:
02:50:22     INT#1 extends Object,Serializable,AnotherAutoCloseable
02:50:22 2 warnings
02:50:22 
02:50:22 
02:50:22 
02:50:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:24 --- javac err: ---
02:50:24 X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
02:50:24 		((AutoCloseable & Serializable) (() -> {})).close();
02:50:24 		 ^
02:50:24   where INT#1 is an intersection type:
02:50:24     INT#1 extends Object,AutoCloseable,Serializable
02:50:24 1 warning
02:50:24 
02:50:24 
02:50:24 
02:50:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:25 --- javac err: ---
02:50:25 X.java:2: warning: [try] auto-closeable resource AnotherAutoCloseable has a member method close() that could throw InterruptedException
02:50:25 interface AnotherAutoCloseable extends AutoCloseable {}
02:50:25 ^
02:50:25 X.java:5: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
02:50:25 		((AnotherAutoCloseable & Serializable) (() -> {})).close();
02:50:25 		 ^
02:50:25   where INT#1 is an intersection type:
02:50:25     INT#1 extends Object,AnotherAutoCloseable,Serializable
02:50:25 2 warnings
02:50:25 
02:50:25 
02:50:25 
02:50:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:26 --- javac err: ---
02:50:26 X.java:9: warning: [static] static variable should be qualified by type name, J, instead of by an expression
02:50:26 		System.out.println(((I & J) j).xyz);
02:50:26 		                              ^
02:50:26 1 warning
02:50:26 
02:50:26 
02:50:26 
02:50:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:27 --- javac err: ---
02:50:27 X.java:9: warning: [static] static variable should be qualified by type name, J, instead of by an expression
02:50:27 		System.out.println(((I & J) j).xyz);
02:50:27 		                              ^
02:50:27 1 warning
02:50:27 
02:50:28 
02:50:28 
02:50:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:29 
02:50:29 
02:50:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:31 
02:50:31 
02:50:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:32 --- javac err: ---
02:50:32 X.java:7: warning: [rawtypes] found raw type: Comparable
02:50:32         int foo (Comparable arg); 
02:50:32                  ^
02:50:32   missing type arguments for generic class Comparable<T>
02:50:32   where T is a type-variable:
02:50:32     T extends Object declared in interface Comparable
02:50:32 1 warning
02:50:32 
02:50:32 
02:50:32 
02:50:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:34 
02:50:34 
02:50:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:35 
02:50:35 
02:50:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:37 
02:50:37 
02:50:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:39 
02:50:39 
02:50:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:40 
02:50:40 
02:50:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:42 
02:50:42 
02:50:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:44 
02:50:44 
02:50:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:46 
02:50:46 
02:50:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:48 
02:50:48 
02:50:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:50 
02:50:50 
02:50:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:51 
02:50:51 
02:50:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:53 
02:50:53 
02:50:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:54 
02:50:54 
02:50:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:55 --- javac err: ---
02:50:55 ArrayConstructorReference.java:9: warning: [rawtypes] found raw type: IntFunction
02:50:55     java.util.function.IntFunction[][][] sa = (java.util.function.IntFunction[][][]) o;
02:50:55                       ^
02:50:55   missing type arguments for generic class IntFunction<R>
02:50:55   where R is a type-variable:
02:50:55     R extends Object declared in interface IntFunction
02:50:55 1 warning
02:50:55 
02:50:55 
02:50:55 
02:50:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:57 --- javac err: ---
02:50:57 ArrayConstructorReference.java:9: warning: [rawtypes] found raw type: IntFunction
02:50:57     java.util.function.IntFunction[] sa = (java.util.function.IntFunction[]) o;
02:50:57                       ^
02:50:57   missing type arguments for generic class IntFunction<R>
02:50:57   where R is a type-variable:
02:50:57     R extends Object declared in interface IntFunction
02:50:57 1 warning
02:50:57 
02:50:57 
02:50:57 
02:50:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:50:58 
02:50:58 
02:50:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:00 
02:51:00 
02:51:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:01 
02:51:01 
02:51:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:03 
02:51:03 
02:51:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:04 
02:51:04 
02:51:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:06 
02:51:06 
02:51:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:07 
02:51:07 
02:51:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:09 
02:51:09 
02:51:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:11 
02:51:11 
02:51:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:12 
02:51:12 
02:51:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:13 
02:51:13 
02:51:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:15 --- javac err: ---
02:51:15 X.java:12: error: reference to foo is ambiguous
02:51:15       k.foo("direct", " call");
02:51:15        ^
02:51:15   both method foo(T#1,String) in J and method foo(String,T#2) in I match
02:51:15   where T#1,T#2 are type-variables:
02:51:15     T#1 extends Object declared in interface J
02:51:15     T#2 extends Object declared in interface I
02:51:15 1 error
02:51:15 
02:51:15 
02:51:15 
02:51:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:16 --- javac err: ---
02:51:16 X.java:12: error: reference to foo is ambiguous
02:51:16       System.out.println(k.foo("direct", " call"));
02:51:16                           ^
02:51:16   both method foo(T#1,String) in J and method foo(String,T#2) in I match
02:51:16   where T#1,T#2 are type-variables:
02:51:16     T#1 extends Object declared in interface J
02:51:16     T#2 extends Object declared in interface I
02:51:16 1 error
02:51:16 
02:51:16 
02:51:16 
02:51:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:17 
02:51:17 
02:51:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:19 --- javac err: ---
02:51:19 X.java:8: warning: [rawtypes] found raw type: X.Observable
02:51:19         public void invalidated(Observable observable);
02:51:19                                 ^
02:51:19   missing type arguments for generic class X.Observable<T>
02:51:19   where T is a type-variable:
02:51:19     T extends Object declared in class X.Observable
02:51:19 X.java:22: warning: [rawtypes] found raw type: X.Observable
02:51:19         helper = (ExpressionHelper<Object>) addListener(helper, null, (Observable o) -> {throw new RuntimeException();});
02:51:19                                                                        ^
02:51:19   missing type arguments for generic class X.Observable<T>
02:51:19   where T is a type-variable:
02:51:19     T extends Object declared in class X.Observable
02:51:19 X.java:22: warning: [cast] redundant cast to ExpressionHelper<Object>
02:51:19         helper = (ExpressionHelper<Object>) addListener(helper, null, (Observable o) -> {throw new RuntimeException();});
02:51:19                  ^
02:51:19 X.java:23: warning: [rawtypes] found raw type: X.Observable
02:51:19         helper = addListener(helper, null, (Observable o) -> {throw new RuntimeException();});
02:51:19                                             ^
02:51:19   missing type arguments for generic class X.Observable<T>
02:51:19   where T is a type-variable:
02:51:19     T extends Object declared in class X.Observable
02:51:19 4 warnings
02:51:19 
02:51:19 
02:51:19 
02:51:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:20 
02:51:20 
02:51:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:22 --- javac err: ---
02:51:22 X.java:7: warning: [rawtypes] found raw type: Comparable
02:51:22     Comparable foo();
02:51:22     ^
02:51:22   missing type arguments for generic class Comparable<T>
02:51:22   where T is a type-variable:
02:51:22     T extends Object declared in interface Comparable
02:51:22 1 warning
02:51:22 
02:51:22 
02:51:22 
02:51:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:23 
02:51:23 
02:51:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:24 
02:51:24 
02:51:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:25 
02:51:25 
02:51:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:27 
02:51:27 
02:51:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:28 --- javac err: ---
02:51:28 X.java:17: error: incompatible types: invalid method reference
02:51:28 		persons.sort(Comparator.comparing(Comparator.nullsLast(Person::getEmail)));
02:51:28 		                                                       ^
02:51:28     method getEmail in class Person cannot be applied to given types
02:51:28       required: no arguments
02:51:28       found: T,T
02:51:28       reason: actual and formal argument lists differ in length
02:51:28   where T is a type-variable:
02:51:28     T extends Object declared in method <T>nullsLast(Comparator<? super T>)
02:51:28 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:51:28 1 error
02:51:28 
02:51:28 
02:51:28 
02:51:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:30 --- javac err: ---
02:51:30 X.java:21: error: no suitable method found for comparing(Comparator<Object>)
02:51:30 		persons.sort(Comparator.comparing(Comparator.nullsLast(Person::<Runnable>isRunnable)));
02:51:30 		                       ^
02:51:30     method Comparator.<T#1,U#1>comparing(Function<? super T#1,? extends U#1>,Comparator<? super U#1>) is not applicable
02:51:30       (cannot infer type-variable(s) T#1,U#1
02:51:30         (actual and formal argument lists differ in length))
02:51:30     method Comparator.<T#2,U#2>comparing(Function<? super T#2,? extends U#2>) is not applicable
02:51:30       (no instance(s) of type variable(s) T#3 exist so that Comparator<T#3> conforms to Function<? super T#2,? extends U#2>)
02:51:30   where T#1,U#1,T#2,U#2,T#3 are type-variables:
02:51:30     T#1 extends Object declared in method <T#1,U#1>comparing(Function<? super T#1,? extends U#1>,Comparator<? super U#1>)
02:51:30     U#1 extends Object declared in method <T#1,U#1>comparing(Function<? super T#1,? extends U#1>,Comparator<? super U#1>)
02:51:30     T#2 extends Object declared in method <T#2,U#2>comparing(Function<? super T#2,? extends U#2>)
02:51:30     U#2 extends Comparable<? super U#2> declared in method <T#2,U#2>comparing(Function<? super T#2,? extends U#2>)
02:51:30     T#3 extends Object declared in method <T#3>nullsLast(Comparator<? super T#3>)
02:51:30 X.java:21: error: incompatible types: cannot infer type-variable(s) T#1
02:51:30 		persons.sort(Comparator.comparing(Comparator.nullsLast(Person::<Runnable>isRunnable)));
02:51:30 		                                                      ^
02:51:30     (argument mismatch; invalid method reference
02:51:30       method isRunnable in class Person cannot be applied to given types
02:51:30         required: T#2,V
02:51:30         found: Object,Object
02:51:30         reason: wrong number of type arguments; required 2)
02:51:30   where T#1,T#2,V are type-variables:
02:51:30     T#1 extends Object declared in method <T#1>nullsLast(Comparator<? super T#1>)
02:51:30     T#2 extends Runnable declared in method <T#2,V>isRunnable(T#2,V)
02:51:30     V extends Serializable declared in method <T#2,V>isRunnable(T#2,V)
02:51:30 2 errors
02:51:30 
02:51:30 
02:51:30 
02:51:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:31 
02:51:31 
02:51:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:32 
02:51:32 
02:51:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:33 
02:51:33 
02:51:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:35 
02:51:35 
02:51:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:36 
02:51:36 
02:51:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:37 
02:51:37 
02:51:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:40 
02:51:40 
02:51:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:41 
02:51:41 
02:51:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:43 
02:51:43 
02:51:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:44 
02:51:44 
02:51:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:46 
02:51:46 
02:51:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:47 
02:51:47 
02:51:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:49 
02:51:49 
02:51:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:50 --- javac err: ---
02:51:50 X.java:5: error: reference to visit is ambiguous
02:51:50 		new X().visit( System.out::println );
02:51:50 		       ^
02:51:50   both method visit(Function<Integer,Boolean>) in X and method visit(Consumer<Integer>) in X match
02:51:50 X.java:5: error: incompatible types: bad return type in method reference
02:51:50 		new X().visit( System.out::println );
02:51:50 		               ^
02:51:50     void cannot be converted to Boolean
02:51:50 X.java:7: warning: [overloads] visit(Function<Integer,Boolean>) in X is potentially ambiguous with visit(Consumer<Integer>) in X
02:51:50 	public boolean visit(Function<Integer, Boolean> func) {
02:51:50 	               ^
02:51:50 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:51:50 2 errors
02:51:50 1 warning
02:51:50 
02:51:50 
02:51:50 
02:51:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:52 
02:51:52 
02:51:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:53 
02:51:53 
02:51:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:55 
02:51:55 
02:51:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:56 --- javac err: ---
02:51:56 Foo.java:5: warning: [rawtypes] found raw type: Function
02:51:56   Test(Function pFunction) {
02:51:56        ^
02:51:56   missing type arguments for generic class Function<T,R>
02:51:56   where T,R are type-variables:
02:51:56     T extends Object declared in interface Function
02:51:56     R extends Object declared in interface Function
02:51:56 Foo.java:6: warning: [unchecked] unchecked call to apply(T) as a member of the raw type Function
02:51:56     class Baz {public Baz(Object pObj) {pFunction.apply(pObj);}}
02:51:56                                                        ^
02:51:56   where T,R are type-variables:
02:51:56     T extends Object declared in interface Function
02:51:56     R extends Object declared in interface Function
02:51:56 2 warnings
02:51:56 
02:51:56 
02:51:56 
02:51:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:57 --- javac err: ---
02:51:57 Foo.java:5: warning: [rawtypes] found raw type: Function
02:51:57 	Test(Function pFunction) {
02:51:57 	     ^
02:51:57   missing type arguments for generic class Function<T,R>
02:51:57   where T,R are type-variables:
02:51:57     T extends Object declared in interface Function
02:51:57     R extends Object declared in interface Function
02:51:57 Foo.java:12: warning: [unchecked] unchecked call to apply(T) as a member of the raw type Function
02:51:57 	    			pFunction.apply(pObj);
02:51:57 	    			               ^
02:51:57   where T,R are type-variables:
02:51:57     T extends Object declared in interface Function
02:51:57     R extends Object declared in interface Function
02:51:57 2 warnings
02:51:57 
02:51:57 
02:51:57 
02:51:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:51:59 
02:51:59 
02:51:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:00 
02:52:00 
02:52:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:02 
02:52:02 
02:52:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:03 
02:52:03 
02:52:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:05 
02:52:05 
02:52:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:07 
02:52:07 
02:52:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:08 
02:52:08 
02:52:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:10 
02:52:10 
02:52:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:11 --- javac err: ---
02:52:11 X.java:4: error: variable y is already defined in method foo(int)
02:52:11 		Consumer<Integer> c1 = (y)-> {};
02:52:11 		                        ^
02:52:11 X.java:8: error: variable y is already defined in method foo2()
02:52:11 		Consumer<Integer> c1 = (y)-> {};
02:52:11 		                        ^
02:52:11 2 errors
02:52:11 
02:52:11 
02:52:11 
02:52:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:13 
02:52:13 
02:52:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:15 
02:52:15 
02:52:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:16 
02:52:16 
02:52:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:18 
02:52:18 
02:52:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:21 
02:52:21 
02:52:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:22 --- javac err: ---
02:52:22 X.java:6: warning: [serial] serializable class X has no definition of serialVersionUID
02:52:22 public class X implements java.io.Serializable {
02:52:22        ^
02:52:22 1 warning
02:52:22 
02:52:22 
02:52:22 
02:52:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:24 
02:52:24 
02:52:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:25 
02:52:25 
02:52:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:27 
02:52:27 
02:52:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:29 
02:52:29 
02:52:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:30 
02:52:30 
02:52:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:31 
02:52:31 
02:52:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:33 
02:52:33 
02:52:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:34 --- javac err: ---
02:52:34 Test.java:4: warning: [serial] serializable class Test has no definition of serialVersionUID
02:52:34 public class Test implements Serializable{
02:52:34        ^
02:52:34 1 warning
02:52:34 
02:52:34 
02:52:34 
02:52:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:36 
02:52:36 
02:52:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:38 
02:52:38 
02:52:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:40 
02:52:40 
02:52:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:41 
02:52:41 
02:52:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:43 --- javac err: ---
02:52:43 Test.java:5: warning: [rawtypes] found raw type: Function
02:52:43 	Foo foo(Function pFunction) {
02:52:43 	        ^
02:52:43   missing type arguments for generic class Function<T,R>
02:52:43   where T,R are type-variables:
02:52:43     T extends Object declared in interface Function
02:52:43     R extends Object declared in interface Function
02:52:43 Test.java:12: warning: [unchecked] unchecked call to apply(T) as a member of the raw type Function
02:52:43 	    			pFunction.apply(pObj);
02:52:43 	    			               ^
02:52:43   where T,R are type-variables:
02:52:43     T extends Object declared in interface Function
02:52:43     R extends Object declared in interface Function
02:52:43 2 warnings
02:52:43 
02:52:43 
02:52:43 
02:52:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:45 
02:52:45 
02:52:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:46 
02:52:46 
02:52:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:48 
02:52:48 
02:52:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:49 
02:52:49 
02:52:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:51 
02:52:51 
02:52:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:52 
02:52:52 
02:52:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:53 --- javac err: ---
02:52:53 test/BugDemonstrator.java:6: error: B is not public in test.subpackage; cannot be accessed from outside package
02:52:53 		c.invoke((Integer i) -> { 
02:52:53 		         ^
02:52:53 1 error
02:52:53 
02:52:53 
02:52:53 
02:52:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:55 
02:52:55 
02:52:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:56 
02:52:56 
02:52:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:58 
02:52:58 
02:52:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:52:59 
02:52:59 
02:52:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:01 
02:53:01 
02:53:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:03 
02:53:03 
02:53:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:04 
02:53:04 
02:53:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:06 
02:53:06 
02:53:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:07 
02:53:07 
02:53:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:08 --- javac err: ---
02:53:08 TestInlineLambdaArray.java:5: error: invalid method declaration; return type required
02:53:08 	public TestInlineLambda(FI fi) {}
02:53:08 	       ^
02:53:08 1 error
02:53:08 
02:53:08 
02:53:08 
02:53:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:09 
02:53:09 
02:53:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:11 --- javac err: ---
02:53:11 BadInferenceMars451.java:31: error: type BadInferenceMars451 does not take parameters
02:53:11 		return stuff.stream().collect(Collectors.toMap(Function.identity(), t -> Arrays.asList(t), BadInferenceMars451<X>::sum));
02:53:11 		                                                                                                              ^
02:53:11 1 error
02:53:11 
02:53:11 
02:53:11 
02:53:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:12 
02:53:12 
02:53:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:14 --- javac err: ---
02:53:14 X.java:18: error: incompatible types: INT#1 is not a functional interface
02:53:14     Calculator test = (Calculator & Sumator) (a, b) -> a + b;
02:53:14                                              ^
02:53:14     multiple non-overriding abstract methods found in interface INT#1
02:53:14   where INT#1 is an intersection type:
02:53:14     INT#1 extends Object,Calculator,Sumator
02:53:14 X.java:21: error: incompatible types: INT#1 is not a functional interface
02:53:14     Sumator sumator = (Calculator & Sumator) (a, b) -> a + b; // does compile, but throws an Exception
02:53:14                                              ^
02:53:14     multiple non-overriding abstract methods found in interface INT#1
02:53:14   where INT#1 is an intersection type:
02:53:14     INT#1 extends Object,Calculator,Sumator
02:53:14 X.java:24: error: incompatible types: Both is not a functional interface
02:53:14     Both both = (Both) (a, b) -> a + b; // does not compile
02:53:14                        ^
02:53:14     multiple non-overriding abstract methods found in interface Both
02:53:14 3 errors
02:53:14 
02:53:14 
02:53:14 
02:53:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:15 
02:53:15 
02:53:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:16 
02:53:16 
02:53:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:17 --- javac err: ---
02:53:17 test/GryoMapper.java:11: warning: [rawtypes] found raw type: Generic
02:53:17 	public void addCustom(Generic c) {
02:53:17 	                      ^
02:53:17   missing type arguments for generic class Generic<A>
02:53:17   where A is a type-variable:
02:53:17     A extends Object declared in interface Generic
02:53:17 test/GryoMapper.java:12: warning: [unchecked] unchecked method invocation: method of in class GryoTypeReg is applied to given types
02:53:17 		addOrOverrideRegistration(() -> GryoTypeReg.of(c));
02:53:17 		                                              ^
02:53:17   required: Generic<E>
02:53:17   found: Generic
02:53:17   where E is a type-variable:
02:53:17     E extends Object declared in method <E>of(Generic<E>)
02:53:17 test/GryoMapper.java:12: warning: [unchecked] unchecked conversion
02:53:17 		addOrOverrideRegistration(() -> GryoTypeReg.of(c));
02:53:17 		                                               ^
02:53:17   required: Generic<E>
02:53:17   found:    Generic
02:53:17   where E is a type-variable:
02:53:17     E extends Object declared in method <E>of(Generic<E>)
02:53:17 test/GryoMapper.java:12: warning: [unchecked] unchecked method invocation: method addOrOverrideRegistration in class GryoMapper is applied to given types
02:53:17 		addOrOverrideRegistration(() -> GryoTypeReg.of(c));
02:53:17 		                         ^
02:53:17   required: SAM<GryoTypeReg<C>>
02:53:17   found: SAM<GryoTypeReg<Object>>
02:53:17   where C is a type-variable:
02:53:17     C extends Object declared in method <C>addOrOverrideRegistration(SAM<GryoTypeReg<C>>)
02:53:17 4 warnings
02:53:17 
02:53:17 
02:53:17 
02:53:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:19 
02:53:19 
02:53:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:20 
02:53:20 
02:53:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:21 
02:53:21 
02:53:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:23 
02:53:23 
02:53:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:25 
02:53:25 
02:53:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:26 --- javac err: ---
02:53:26 Snippet.java:11: warning: [try] auto-closeable resource istr is never referenced in body of corresponding try statement
02:53:26 		try( java.io.InputStream istr = Files.newInputStream( Paths.get( "" ) )){
02:53:26 		                         ^
02:53:26 1 warning
02:53:26 
02:53:26 
02:53:26 
02:53:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:27 
02:53:27 
02:53:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:28 
02:53:28 
02:53:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:30 
02:53:30 
02:53:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:31 
02:53:31 
02:53:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:33 
02:53:33 
02:53:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:34 --- javac err: ---
02:53:34 Z.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
02:53:34 	Object m(T... arg);
02:53:34 	              ^
02:53:34   where T is a type-variable:
02:53:34     T extends Object declared in interface FI2
02:53:34 Z.java:8: warning: [overloads] m(FI1,Integer,Integer) in Z is potentially ambiguous with <V>m(FI2<V>,V,V) in Z
02:53:34 	static Object m(FI1 fi, Integer v1, Integer v2) {
02:53:34 	              ^
02:53:34   where V is a type-variable:
02:53:34     V extends Integer declared in method <V>m(FI2<V>,V,V)
02:53:34 2 warnings
02:53:34 
02:53:34 
02:53:34 
02:53:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:35 
02:53:35 
02:53:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:36 
02:53:36 
02:53:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:38 --- javac err: ---
02:53:38 X.java:9: error: incompatible types: J<Object,Z> cannot be converted to J<?,Y>
02:53:38 		J<?, Y> j5 = (C<?, Z> y) -> "";
02:53:38 		             ^
02:53:38 X.java:10: error: incompatible types: cannot infer functional interface descriptor for K<? extends List<?>>
02:53:38 		K<? extends List<?>> k = (D<? extends List<?>> d) -> "";
02:53:38 		                         ^
02:53:38 2 errors
02:53:38 
02:53:38 
02:53:38 
02:53:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:39 --- javac err: ---
02:53:39 X.java:7: error: incompatible types: incompatible parameter types in lambda expression
02:53:39         I<String> i = (C<? super Number> l) -> {};
02:53:39                       ^
02:53:39 1 error
02:53:39 
02:53:39 
02:53:39 
02:53:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:40 
02:53:40 
02:53:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:42 
02:53:42 
02:53:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:43 
02:53:43 
02:53:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:45 
02:53:45 
02:53:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:47 
02:53:47 
02:53:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:48 
02:53:48 
02:53:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:50 
02:53:50 
02:53:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:51 
02:53:51 
02:53:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:53 
02:53:53 
02:53:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:54 
02:53:54 
02:53:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:56 
02:53:56 
02:53:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:57 
02:53:57 
02:53:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:58 
02:53:58 
02:53:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:53:59 --- javac err: ---
02:53:59 X.java:7: error: incompatible types: cannot infer type-variable(s) S,T,U,W
02:53:59 		I<X,String> x2s = compose(this::bar, this::<String>i2s);	}
02:53:59 		                         ^
02:53:59     (argument mismatch; invalid method reference
02:53:59       incompatible types: Object cannot be converted to Integer)
02:53:59   where S,T,U,W,V are type-variables:
02:53:59     S extends Object declared in method <S,T,U>compose(I<S,T>,I<T,U>)
02:53:59     T extends Object declared in method <S,T,U>compose(I<S,T>,I<T,U>)
02:53:59     U extends Object declared in method <S,T,U>compose(I<S,T>,I<T,U>)
02:53:59     W extends Number declared in method <V,W>bar(V)
02:53:59     V extends Object declared in method <V,W>bar(V)
02:53:59 1 error
02:53:59 
02:53:59 
02:53:59 
02:53:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:00 --- javac err: ---
02:54:00 X.java:7: error: incompatible types: cannot infer type-variable(s) Z
02:54:00 		I<X,String> x2s = compose(this::bar, this::i2s);
02:54:00 		                         ^
02:54:00     (argument mismatch; Object cannot be converted to Integer)
02:54:00   where Z is a type-variable:
02:54:00     Z extends Object declared in method <Z>i2s(Integer)
02:54:00 1 error
02:54:00 
02:54:00 
02:54:00 
02:54:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:02 
02:54:02 
02:54:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:02 ***************************************************************************
02:54:02 * Comparison with Sun Javac compiler for class LambdaRegressionTest (null tests)
02:54:02 ***************************************************************************
02:54:04 
02:54:04 
02:54:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:05 
02:54:05 
02:54:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:06 
02:54:06 
02:54:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:08 --- javac err: ---
02:54:08 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.
02:54:08 java.lang.AssertionError
02:54:08 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)
02:54:08 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor$LambdaTranslationContext.addSymbol(LambdaToMethod.java:2095)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitClassDef(LambdaToMethod.java:1329)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitBlock(LambdaToMethod.java:1294)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitLambda(TreeTranslator.java:294)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.analyzeLambda(LambdaToMethod.java:1410)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitLambda(LambdaToMethod.java:1388)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1807)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitApply(TreeTranslator.java:280)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitApply(LambdaToMethod.java:1271)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1634)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitExec(TreeTranslator.java:250)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCExpressionStatement.accept(JCTree.java:1452)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitBlock(TreeTranslator.java:167)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitBlock(LambdaToMethod.java:1294)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitMethodDef(TreeTranslator.java:150)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitMethodDef(LambdaToMethod.java:1427)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:70)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.visitClassDef(TreeTranslator.java:139)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitClassDef(LambdaToMethod.java:1336)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.analyzeAndPreprocessClass(LambdaToMethod.java:1260)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.access$300(LambdaToMethod.java:1212)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.visitClassDef(LambdaToMethod.java:241)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:774)
02:54:08 	at jdk.compiler/com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.translate(LambdaToMethod.java:206)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.translate(LambdaToMethod.java:199)
02:54:08 	at jdk.compiler/com.sun.tools.javac.comp.LambdaToMethod.translateTopLevelClass(LambdaToMethod.java:226)
02:54:08 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1552)
02:54:08 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.desugar(JavaCompiler.java:1424)
02:54:08 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)
02:54:08 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)
02:54:08 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)
02:54:08 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)
02:54:08 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)
02:54:08 
02:54:08 
02:54:08 
02:54:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:09 
02:54:09 
02:54:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:10 --- javac err: ---
02:54:10 X.java:9: error: incompatible types: inference variable T#1 has incompatible bounds
02:54:10 		String s = goo(foo("String", "String", (u, v) -> v));
02:54:10 		              ^
02:54:10     upper bounds: String,T#2,Object
02:54:10     lower bounds: Object,String
02:54:10   where T#1,U,V,T#2 are type-variables:
02:54:10     T#1 extends Object declared in method <T#1,U,V>foo(T#1,U,I<T#1,U,V>)
02:54:10     U extends Object declared in method <T#1,U,V>foo(T#1,U,I<T#1,U,V>)
02:54:10     V extends Object declared in method <T#1,U,V>foo(T#1,U,I<T#1,U,V>)
02:54:10     T#2 extends Object declared in method <T#2>goo(T#2)
02:54:10 1 error
02:54:10 
02:54:10 
02:54:10 
02:54:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:12 
02:54:12 
02:54:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:13 
02:54:13 
02:54:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:15 
02:54:15 
02:54:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:16 
02:54:16 
02:54:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:18 
02:54:18 
02:54:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:19 --- javac err: ---
02:54:19 X.java:6: error: incompatible types: bad return type in lambda expression
02:54:19         .forEach(entry -> test() ? bad() : returnType());
02:54:19                  ^
02:54:19     missing return value
02:54:19 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:54:19 1 error
02:54:19 
02:54:19 
02:54:19 
02:54:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:20 --- javac err: ---
02:54:20 X.java:4: error: reference to call is ambiguous
02:54:20     fl.call(each -> each.doSomething()); // fails
02:54:20       ^
02:54:20   both method call(LeftHand<? super T#1>) in Left and method call(RightHand<? super T#2>) in Concrete match
02:54:20   where T#1,T#2 are type-variables:
02:54:20     T#1 extends Object declared in interface Left
02:54:20     T#2 extends Object declared in class Concrete
02:54:20 X.java:5: error: reference to call is ambiguous
02:54:20     fl.call((Target each) -> each.doSomething()); // fails
02:54:20       ^
02:54:20   both method call(LeftHand<? super T#1>) in Left and method call(RightHand<? super T#2>) in Concrete match
02:54:20   where T#1,T#2 are type-variables:
02:54:20     T#1 extends Object declared in interface Left
02:54:20     T#2 extends Object declared in class Concrete
02:54:20 X.java:6: error: reference to call is ambiguous
02:54:20     fl.call(Target::doSomething); // succeeds in Eclipse 4.5M3 and 4.4.1
02:54:20       ^
02:54:20   both method call(LeftHand<? super T#1>) in Left and method call(RightHand<? super T#2>) in Concrete match
02:54:20   where T#1,T#2 are type-variables:
02:54:20     T#1 extends Object declared in interface Left
02:54:20     T#2 extends Object declared in class Concrete
02:54:20 3 errors
02:54:20 
02:54:20 
02:54:20 
02:54:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:21 --- javac err: ---
02:54:21 X.java:5: error: incompatible types: invalid constructor reference
02:54:21         return System::new;
02:54:21                ^
02:54:21     constructor System in class System cannot be applied to given types
02:54:21       required: no arguments
02:54:21       found: int
02:54:21       reason: actual and formal argument lists differ in length
02:54:21 1 error
02:54:21 
02:54:21 
02:54:21 
02:54:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:23 
02:54:23 
02:54:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:24 
02:54:24 
02:54:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:26 
02:54:26 
02:54:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:27 --- javac err: ---
02:54:27 X.java:8: warning: [deprecation] Integer(int) in Integer has been deprecated
02:54:27     	return new Integer(++value);
02:54:27     	       ^
02:54:27 1 warning
02:54:27 
02:54:27 
02:54:27 
02:54:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:28 --- javac err: ---
02:54:28 test/Main.java:12: error: variable value might not have been initialized
02:54:28 			LOG.info(() -> String.format("Value is: %s", value));
02:54:28 			                                             ^
02:54:28 test/Main.java:8: error: variable value not initialized in the default constructor
02:54:28 	private final static String value;
02:54:28 	                            ^
02:54:28 2 errors
02:54:28 
02:54:28 
02:54:28 
02:54:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:30 --- javac err: ---
02:54:30 test/Main.java:12: error: variable value might not have been initialized
02:54:30 			LOG.info(() -> String.format("Value is: %s", value));
02:54:30 			                                             ^
02:54:30 1 error
02:54:30 
02:54:30 
02:54:30 
02:54:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:31 
02:54:31 
02:54:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:32 
02:54:32 
02:54:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:33 --- javac err: ---
02:54:33 X.java:4: error: cannot find symbol
02:54:33     	MySupplier<X> s = test::new; // incorrect
02:54:33     	                  ^
02:54:33   symbol:   class test
02:54:33   location: class X
02:54:33 1 error
02:54:33 
02:54:33 
02:54:33 
02:54:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:35 
02:54:35 
02:54:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:37 
02:54:37 
02:54:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:38 
02:54:38 
02:54:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:39 --- javac err: ---
02:54:39 Test.java:4: error: incompatible types: bad return type in lambda expression
02:54:39         r.accept((l) -> (doItOnTheClass(new Object())));
02:54:39                  ^
02:54:39     missing return value
02:54:39 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:54:39 1 error
02:54:39 
02:54:39 
02:54:39 
02:54:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:41 --- javac err: ---
02:54:41 Test.java:5: error: incompatible types: bad return type in lambda expression
02:54:41         r.process((o) -> (new Object()));
02:54:41                   ^
02:54:41     missing return value
02:54:41 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:54:41 1 error
02:54:41 
02:54:41 
02:54:41 
02:54:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:42 --- javac err: ---
02:54:42 Test.java:5: error: incompatible types: bad return type in lambda expression
02:54:42         r.assign((o) -> (o = new Object()));
02:54:42                  ^
02:54:42     missing return value
02:54:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:54:42 1 error
02:54:42 
02:54:42 
02:54:42 
02:54:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:43 --- javac err: ---
02:54:43 test/X.java:6: error: generic array creation
02:54:43        list.stream().toArray(List<String>[]::new);
02:54:43                                          ^
02:54:43 1 error
02:54:43 
02:54:43 
02:54:43 
02:54:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:45 
02:54:45 
02:54:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:46 --- javac err: ---
02:54:46 Test.java:14: error: incompatible types: lambda body is not compatible with a void functional interface
02:54:46 		forEachValueOfType(numList, Integer.class, (Integer i) -> (System.out.println(Integer.toString(i))));
02:54:46 		                                                                             ^
02:54:46     (consider using a block lambda body, or use a statement expression instead)
02:54:46 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:54:46 1 error
02:54:46 
02:54:46 
02:54:46 
02:54:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:48 
02:54:48 
02:54:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:49 --- javac err: ---
02:54:49 Test.java:10: error: incompatible types: bad return type in lambda expression
02:54:49 		return x -> x.isEmpty() ? System.out.println() : System.out.println(getIndex() + " " + x); // error must be reported here!
02:54:49 		                        ^
02:54:49     target-type for conditional expression cannot be void
02:54:49 1 error
02:54:49 
02:54:49 
02:54:49 
02:54:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:51 
02:54:51 
02:54:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:52 
02:54:52 
02:54:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:54 
02:54:54 
02:54:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:54 ***************************************************************************
02:54:54 * Comparison with Sun Javac compiler for class SerializableLambdaTest (null tests)
02:54:54 ***************************************************************************
02:54:55 
02:54:55 
02:54:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:57 
02:54:57 
02:54:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:54:59 
02:54:59 
02:54:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:01 
02:55:01 
02:55:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:03 
02:55:03 
02:55:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:05 
02:55:05 
02:55:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:07 
02:55:07 
02:55:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:08 
02:55:08 
02:55:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:10 
02:55:10 
02:55:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:12 
02:55:12 
02:55:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:14 
02:55:14 
02:55:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:16 
02:55:16 
02:55:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:18 
02:55:18 
02:55:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:19 --- javac err: ---
02:55:19 X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
02:55:19 		AutoCloseable one = ((Serializable & AutoCloseable) (() -> {}));
02:55:19 		                     ^
02:55:19   where INT#1 is an intersection type:
02:55:19     INT#1 extends Object,Serializable,AutoCloseable
02:55:19 1 warning
02:55:19 
02:55:19 
02:55:19 
02:55:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:21 --- javac err: ---
02:55:21 X.java:4: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
02:55:21 		AutoCloseable one = ((AutoCloseable & Serializable) (() -> {}));
02:55:21 		                     ^
02:55:21   where INT#1 is an intersection type:
02:55:21     INT#1 extends Object,AutoCloseable,Serializable
02:55:21 1 warning
02:55:21 
02:55:21 
02:55:21 
02:55:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:22 --- javac err: ---
02:55:22 X.java:5: warning: [try] auto-closeable resource INT#1 has a member method close() that could throw InterruptedException
02:55:22 		AutoCloseable one = ((Marker & AutoCloseable) (() -> {}));
02:55:22 		                     ^
02:55:22   where INT#1 is an intersection type:
02:55:22     INT#1 extends Object,Marker,AutoCloseable
02:55:22 1 warning
02:55:22 
02:55:23 
02:55:23 
02:55:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:24 
02:55:24 
02:55:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:26 
02:55:26 
02:55:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:28 
02:55:28 
02:55:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:30 
02:55:30 
02:55:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:32 
02:55:32 
02:55:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:34 
02:55:34 
02:55:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:36 --- javac err: ---
02:55:36 X.java:11: warning: [unchecked] unchecked cast
02:55:36        times3 = (IntFunction<Integer>)util.Helper.read();
02:55:36                                                       ^
02:55:36   required: IntFunction<Integer>
02:55:36   found:    Object
02:55:36 1 warning
02:55:36 
02:55:36 
02:55:36 
02:55:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:38 
02:55:38 
02:55:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:40 
02:55:40 
02:55:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:42 
02:55:42 
02:55:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:44 
02:55:44 
02:55:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:46 
02:55:46 
02:55:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:47 --- javac err: ---
02:55:47 SerializationTest.java:3: warning: [serial] serializable class SerializationTest has no definition of serialVersionUID
02:55:47 public class SerializationTest implements Serializable {
02:55:47        ^
02:55:47 1 warning
02:55:47 
02:55:47 
02:55:47 
02:55:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:49 --- javac err: ---
02:55:49 SerializationTest.java:3: warning: [serial] serializable class SerializationTest has no definition of serialVersionUID
02:55:49 public class SerializationTest implements Serializable {
02:55:49        ^
02:55:49 1 warning
02:55:49 
02:55:49 
02:55:49 
02:55:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:51 --- javac err: ---
02:55:51 TestClass.java:38: warning: [serial] serializable class OtherClass has no definition of serialVersionUID
02:55:51 class OtherClass implements Serializable {
02:55:51 ^
02:55:51 TestClass.java:15: warning: [serial] access to member length() from serializable lambda can be publicly accessible to untrusted code
02:55:51           sb.length();
02:55:51             ^
02:55:51 TestClass.java:7: warning: [serial] serializable class TestClass has no definition of serialVersionUID
02:55:51 public class TestClass implements Serializable {
02:55:51        ^
02:55:51 TestClass.java:42: warning: [serial] serializable class OtherClass2 has no definition of serialVersionUID
02:55:51 class OtherClass2 implements Serializable {
02:55:51 ^
02:55:51 4 warnings
02:55:51 
02:55:51 
02:55:51 
02:55:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:53 --- javac err: ---
02:55:53 com/foo/TestClass.java:38: warning: [serial] serializable class OtherClass has no definition of serialVersionUID
02:55:53 class OtherClass implements Serializable {
02:55:53 ^
02:55:53 com/foo/TestClass.java:15: warning: [serial] access to member length() from serializable lambda can be publicly accessible to untrusted code
02:55:53           sb.length();
02:55:53             ^
02:55:53 com/foo/TestClass.java:7: warning: [serial] serializable class TestClass has no definition of serialVersionUID
02:55:53 public class TestClass implements Serializable {
02:55:53        ^
02:55:53 com/foo/TestClass.java:42: warning: [serial] serializable class OtherClass2 has no definition of serialVersionUID
02:55:53 class OtherClass2 implements Serializable {
02:55:53 ^
02:55:53 4 warnings
02:55:53 
02:55:53 
02:55:53 
02:55:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:55 --- javac err: ---
02:55:55 Foo.java:2: warning: [serial] serializable class Foo has no definition of serialVersionUID
02:55:55 public class Foo implements Serializable {
02:55:55        ^
02:55:55 1 warning
02:55:55 
02:55:55 
02:55:55 
02:55:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:57 
02:55:57 
02:55:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:55:59 
02:55:59 
02:55:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:01 --- javac err: ---
02:56:01 Testbed.java:13: warning: [serial] serializable class Testbed has no definition of serialVersionUID
02:56:01 public class Testbed implements Serializable{
02:56:01        ^
02:56:01 1 warning
02:56:01 
02:56:01 
02:56:01 
02:56:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:03 --- javac err: ---
02:56:03 Testbed.java:15: warning: [serial] serializable class MethodRefImpl has no definition of serialVersionUID
02:56:03 	static class MethodRefImpl implements MethodRef {
02:56:03 	       ^
02:56:03 1 warning
02:56:03 
02:56:03 
02:56:03 
02:56:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:05 --- javac err: ---
02:56:05 X.java:30: warning: [unchecked] unchecked conversion
02:56:05 			Consumer<Bar> x = (Consumer)oi.readObject();
02:56:05 			                  ^
02:56:05   required: Consumer<Bar>
02:56:05   found:    Consumer
02:56:05 X.java:38: warning: [unchecked] unchecked conversion
02:56:05 			Consumer<Foo> x = (Consumer)oi.readObject();
02:56:05 			                  ^
02:56:05   required: Consumer<Foo>
02:56:05   found:    Consumer
02:56:05 2 warnings
02:56:05 
02:56:05 
02:56:05 
02:56:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:07 --- javac err: ---
02:56:07 Test.java:9: warning: [serial] serializable class Impl has no definition of serialVersionUID
02:56:07 class Impl implements Serializable {
02:56:07 ^
02:56:07 1 warning
02:56:07 
02:56:07 
02:56:07 
02:56:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:09 --- javac err: ---
02:56:09 Test.java:4: warning: [serial] serializable class Test.AnException has no definition of serialVersionUID
02:56:09   class AnException extends Exception {
02:56:09   ^
02:56:09 1 warning
02:56:09 
02:56:09 
02:56:09 
02:56:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:11 
02:56:11 
02:56:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:13 
02:56:13 
02:56:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:15 --- javac err: ---
02:56:15 LambdaSerializationTest.java:15: warning: [rawtypes] found raw type: List
02:56:15         SerializableSupplier<List[]> function = ArrayList[]::new;
02:56:15                              ^
02:56:15   missing type arguments for generic class List<E>
02:56:15   where E is a type-variable:
02:56:15     E extends Object declared in interface List
02:56:15 1 warning
02:56:15 
02:56:15 
02:56:15 
02:56:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:17 
02:56:17 
02:56:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:19 
02:56:19 
02:56:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:21 --- javac err: ---
02:56:21 compilertest/BaseType.java:8: warning: [serial] serializable class BaseType has no definition of serialVersionUID
02:56:21 public class BaseType implements Serializable {
02:56:21        ^
02:56:21 compilertest/sub/SubType.java:4: warning: [serial] serializable class SubType has no definition of serialVersionUID
02:56:21 public class SubType extends BaseType {
02:56:21        ^
02:56:21 2 warnings
02:56:21 
02:56:21 
02:56:21 
02:56:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:21 ***************************************************************************
02:56:21 * Comparison with Sun Javac compiler for class OverloadResolutionTest8 (null tests)
02:56:21 ***************************************************************************
02:56:22 --- javac err: ---
02:56:22 X.java:9: error: reference to foo is ambiguous
02:56:22 		System.out.println(foo((a)->a.length));
02:56:22 		                   ^
02:56:22   both method foo(I) in X and method foo(J) in X match
02:56:22 X.java:11: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
02:56:22 	static String foo(I i) {
02:56:22 	              ^
02:56:22 1 error
02:56:22 1 warning
02:56:22 
02:56:22 
02:56:22 
02:56:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:24 
02:56:24 
02:56:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:25 
02:56:25 
02:56:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:26 --- javac err: ---
02:56:26 X.java:1: error: incompatible types: bad return type in lambda expression
02:56:26 interface J {
02:56:26 ^
02:56:26     missing return value
02:56:26 X.java:11: error: incompatible types: bad return type in lambda expression
02:56:26 		goo(()-> { 
02:56:26 		    ^
02:56:26     missing return value
02:56:26 X.java:15: error: incompatible types: bad return type in lambda expression
02:56:26 		goo(()-> { 
02:56:26 		    ^
02:56:26     missing return value
02:56:26 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:56:26 3 errors
02:56:26 
02:56:26 
02:56:26 
02:56:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:27 --- javac err: ---
02:56:27 X.java:19: error: non-static variable f cannot be referenced from a static context
02:56:27 			while (f); 
02:56:27 			       ^
02:56:27 1 error
02:56:27 
02:56:27 
02:56:27 
02:56:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:29 
02:56:29 
02:56:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:30 --- javac err: ---
02:56:30 X.java:9: error: incompatible types: lambda body is not compatible with a void functional interface
02:56:30 		goo(()-> 10); 
02:56:30 		         ^
02:56:30     (consider using a block lambda body, or use a statement expression instead)
02:56:30 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:56:30 1 error
02:56:30 
02:56:30 
02:56:30 
02:56:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:31 
02:56:31 
02:56:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:32 
02:56:32 
02:56:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:34 
02:56:34 
02:56:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:35 
02:56:35 
02:56:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:36 
02:56:36 
02:56:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:38 
02:56:38 
02:56:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:39 --- javac err: ---
02:56:39 X.java:18: warning: [deprecation] Integer(int) in Integer has been deprecated
02:56:39 		foo(()-> new Integer(10));
02:56:39 		         ^
02:56:39 1 warning
02:56:39 
02:56:39 
02:56:39 
02:56:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:40 --- javac err: ---
02:56:40 X.java:18: warning: [deprecation] Integer(int) in Integer has been deprecated
02:56:40 		foo(()-> new Integer(10));
02:56:40 		         ^
02:56:40 1 warning
02:56:40 
02:56:40 
02:56:40 
02:56:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:42 
02:56:42 
02:56:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:43 --- javac err: ---
02:56:43 X.java:9: warning: [deprecation] Integer(int) in Integer has been deprecated
02:56:43 		foo(()-> new Integer(10));
02:56:43 		         ^
02:56:43 1 warning
02:56:43 
02:56:43 
02:56:43 
02:56:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:44 
02:56:44 
02:56:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:46 
02:56:46 
02:56:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:47 --- javac err: ---
02:56:47 X.java:20: error: reference to foo is ambiguous
02:56:47 		foo(Y::new);
02:56:47 		^
02:56:47   both method foo(I) in X and method foo(J) in X match
02:56:47 1 error
02:56:47 
02:56:47 
02:56:47 
02:56:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:48 
02:56:48 
02:56:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:50 
02:56:50 
02:56:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:51 --- javac err: ---
02:56:51 X.java:18: error: reference to foo is ambiguous
02:56:51 		foo(Y::new);
02:56:51 		^
02:56:51   both method foo(I) in X and method foo(J) in X match
02:56:51 1 error
02:56:51 
02:56:51 
02:56:51 
02:56:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:52 --- javac err: ---
02:56:52 X.java:13: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
02:56:52 	static void foo(I i) {
02:56:52 	            ^
02:56:52 X.java:18: error: reference to foo is ambiguous
02:56:52 		foo(Y::new);
02:56:52 		^
02:56:52   both method foo(I) in X and method foo(J) in X match
02:56:52 1 error
02:56:52 1 warning
02:56:52 
02:56:52 
02:56:52 
02:56:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:53 --- javac err: ---
02:56:53 X.java:12: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
02:56:53 	static void foo(I i) {
02:56:53 	            ^
02:56:53 1 warning
02:56:53 
02:56:53 
02:56:53 
02:56:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:54 --- javac err: ---
02:56:54 X.java:12: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
02:56:54 	static void foo(I i) {
02:56:54 	            ^
02:56:54 X.java:19: error: reference to foo is ambiguous
02:56:54 		foo(Y::new);
02:56:54 		^
02:56:54   both method foo(I) in X and method foo(J) in X match
02:56:54 1 error
02:56:54 1 warning
02:56:54 
02:56:54 
02:56:54 
02:56:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:56 --- javac err: ---
02:56:56 X.java:12: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
02:56:56 	static void foo(I i) {
02:56:56 	            ^
02:56:56 X.java:19: error: reference to foo is ambiguous
02:56:56 		foo(Y::<String>new);
02:56:56 		^
02:56:56   both method foo(I) in X and method foo(J) in X match
02:56:56 1 error
02:56:56 1 warning
02:56:56 
02:56:56 
02:56:56 
02:56:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:57 
02:56:57 
02:56:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:58 --- javac err: ---
02:56:58 X.java:17: error: no suitable method found for foo(X[]::new)
02:56:58 		foo(X []::new);
02:56:58 		^
02:56:58     method X.foo(I) is not applicable
02:56:58       (argument mismatch; bad return type in method reference
02:56:58           X[] cannot be converted to Y[])
02:56:58     method X.foo(J) is not applicable
02:56:58       (argument mismatch; invalid constructor reference
02:56:58           constructor Array in class Array cannot be applied to given types
02:56:58             required: int
02:56:58             found: no arguments
02:56:58             reason: actual and formal argument lists differ in length)
02:56:58 1 error
02:56:58 
02:56:58 
02:56:58 
02:56:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:56:59 --- javac err: ---
02:56:59 X.java:10: warning: [overloads] foo(I) in X is potentially ambiguous with foo(J) in X
02:56:59 	static void foo(I i) {
02:56:59 	            ^
02:56:59 1 warning
02:56:59 
02:56:59 
02:56:59 
02:56:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:01 
02:57:01 
02:57:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:02 
02:57:02 
02:57:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:04 
02:57:04 
02:57:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:05 --- javac err: ---
02:57:05 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:05 	static void goo(I i) {
02:57:05 	            ^
02:57:05 X.java:23: error: reference to goo is ambiguous
02:57:05 		goo(new X()::foo);
02:57:05 		^
02:57:05   both method goo(I) in X and method goo(J) in X match
02:57:05 1 error
02:57:05 1 warning
02:57:05 
02:57:05 
02:57:05 
02:57:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:07 --- javac err: ---
02:57:07 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:07 	static void goo(I i) {
02:57:07 	            ^
02:57:07 1 warning
02:57:07 
02:57:07 
02:57:07 
02:57:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:08 --- javac err: ---
02:57:08 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:08 	static void goo(I i) {
02:57:08 	            ^
02:57:08 X.java:20: error: reference to goo is ambiguous
02:57:08 		goo(new X()::foo);
02:57:08 		^
02:57:08   both method goo(I) in X and method goo(J) in X match
02:57:08 1 error
02:57:08 1 warning
02:57:08 
02:57:08 
02:57:08 
02:57:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:09 --- javac err: ---
02:57:09 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:09 	static void goo(I i) {
02:57:09 	            ^
02:57:09 X.java:20: error: invalid method reference
02:57:09 		goo(new X()::foo);
02:57:09 		    ^
02:57:09   cannot find symbol
02:57:09     symbol:   method foo()
02:57:09     location: class X
02:57:09 1 error
02:57:09 1 warning
02:57:09 
02:57:09 
02:57:09 
02:57:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:10 --- javac err: ---
02:57:10 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:10 	static void goo(I i) {
02:57:10 	            ^
02:57:10 X.java:20: error: reference to goo is ambiguous
02:57:10 		goo(new X()::foo);
02:57:10 		^
02:57:10   both method goo(I) in X and method goo(J) in X match
02:57:10 1 error
02:57:10 1 warning
02:57:10 
02:57:10 
02:57:10 
02:57:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:12 --- javac err: ---
02:57:12 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:12 	static void goo(I i) {
02:57:12 	            ^
02:57:12 X.java:20: error: reference to goo is ambiguous
02:57:12 		goo(new X()::<String>foo);
02:57:12 		^
02:57:12   both method goo(I) in X and method goo(J) in X match
02:57:12 1 error
02:57:12 1 warning
02:57:12 
02:57:12 
02:57:12 
02:57:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:13 --- javac err: ---
02:57:13 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:13 	static void goo(I i) {
02:57:13 	            ^
02:57:13 1 warning
02:57:13 
02:57:13 
02:57:13 
02:57:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:14 --- javac err: ---
02:57:14 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:14 	static void goo(I i) {
02:57:14 	            ^
02:57:14 1 warning
02:57:14 
02:57:14 
02:57:14 
02:57:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:15 --- javac err: ---
02:57:15 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:15 	static void goo(I i) {
02:57:15 	            ^
02:57:15 1 warning
02:57:15 
02:57:15 
02:57:15 
02:57:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:17 --- javac err: ---
02:57:17 X.java:14: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:17 	static void goo(I i) {
02:57:17 	            ^
02:57:17 X.java:21: error: reference to goo is ambiguous
02:57:17 		goo(new X<String>()::foo);
02:57:17 		^
02:57:17   both method goo(I) in X and method goo(J) in X match
02:57:17 1 error
02:57:17 1 warning
02:57:17 
02:57:17 
02:57:17 
02:57:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:18 --- javac err: ---
02:57:18 X.java:14: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:18 	static void goo(I i) {
02:57:18 	            ^
02:57:18 1 warning
02:57:18 
02:57:18 
02:57:18 
02:57:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:19 --- javac err: ---
02:57:19 X.java:10: warning: [rawtypes] found raw type: K
02:57:19 class Y<T> implements K {
02:57:19                       ^
02:57:19   missing type arguments for generic class K<T>
02:57:19   where T is a type-variable:
02:57:19     T extends Object declared in interface K
02:57:19 X.java:17: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:19 	static void goo(I i) {
02:57:19 	            ^
02:57:19 2 warnings
02:57:19 
02:57:19 
02:57:19 
02:57:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:20 --- javac err: ---
02:57:20 X.java:14: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:20 	static void goo(I i) {
02:57:20 	            ^
02:57:20 X.java:21: error: reference to goo is ambiguous
02:57:20 		goo(new X()::foo);
02:57:20 		^
02:57:20   both method goo(I) in X and method goo(J) in X match
02:57:20 X.java:21: warning: [rawtypes] found raw type: X
02:57:20 		goo(new X()::foo);
02:57:20 		        ^
02:57:20   missing type arguments for generic class X<T>
02:57:20   where T is a type-variable:
02:57:20     T extends Object declared in class X
02:57:20 1 error
02:57:20 2 warnings
02:57:20 
02:57:20 
02:57:20 
02:57:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:22 --- javac err: ---
02:57:22 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:22 	static void goo(I i) {
02:57:22 	            ^
02:57:22 1 warning
02:57:22 
02:57:22 
02:57:22 
02:57:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:23 --- javac err: ---
02:57:23 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:23 	static void goo(I i) {
02:57:23 	            ^
02:57:23 X.java:20: warning: [rawtypes] found raw type: X
02:57:23 		goo(new X()::foo);
02:57:23 		        ^
02:57:23   missing type arguments for generic class X<T>
02:57:23   where T is a type-variable:
02:57:23     T extends Object declared in class X
02:57:23 X.java:20: warning: [unchecked] unchecked call to foo(T) as a member of the raw type Y
02:57:23 		goo(new X()::foo);
02:57:23 		    ^
02:57:23   where T is a type-variable:
02:57:23     T extends Object declared in class Y
02:57:23 3 warnings
02:57:23 
02:57:23 
02:57:23 
02:57:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:25 --- javac err: ---
02:57:25 X.java:20: warning: [rawtypes] found raw type: X
02:57:25 		goo(new X[0]::clone);
02:57:25 		        ^
02:57:25   missing type arguments for generic class X<T>
02:57:25   where T is a type-variable:
02:57:25     T extends Object declared in class X
02:57:25 1 warning
02:57:25 
02:57:25 
02:57:25 
02:57:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:26 --- javac err: ---
02:57:26 X.java:20: warning: [rawtypes] found raw type: X
02:57:26 		goo(new X[0]::toString);
02:57:26 		        ^
02:57:26   missing type arguments for generic class X<T>
02:57:26   where T is a type-variable:
02:57:26     T extends Object declared in class X
02:57:26 1 warning
02:57:26 
02:57:26 
02:57:26 
02:57:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:28 --- javac err: ---
02:57:28 X.java:2: warning: [rawtypes] found raw type: Class
02:57:28 	Class foo();
02:57:28 	^
02:57:28   missing type arguments for generic class Class<T>
02:57:28   where T is a type-variable:
02:57:28     T extends Object declared in class Class
02:57:28 X.java:20: warning: [rawtypes] found raw type: X
02:57:28 		goo(new X[0]::getClass);
02:57:28 		        ^
02:57:28   missing type arguments for generic class X<T>
02:57:28   where T is a type-variable:
02:57:28     T extends Object declared in class X
02:57:28 2 warnings
02:57:28 
02:57:28 
02:57:28 
02:57:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:29 --- javac err: ---
02:57:29 X.java:20: error: invalid method reference
02:57:29 		goo(I::clone);
02:57:29 		    ^
02:57:29   cannot find symbol
02:57:29     symbol:   method clone()
02:57:29     location: interface I
02:57:29 1 error
02:57:29 
02:57:29 
02:57:29 
02:57:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:30 
02:57:30 
02:57:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:31 --- javac err: ---
02:57:31 X.java:21: error: invalid method reference
02:57:31 		goo(i::clone);
02:57:31 		    ^
02:57:31   cannot find symbol
02:57:31     symbol:   method clone()
02:57:31     location: interface I
02:57:31 1 error
02:57:31 
02:57:31 
02:57:31 
02:57:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:33 --- javac err: ---
02:57:33 X.java:15: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:33 	static void goo(I i) {
02:57:33 	            ^
02:57:33 1 warning
02:57:33 
02:57:33 
02:57:33 
02:57:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:34 
02:57:34 
02:57:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:36 
02:57:36 
02:57:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:37 
02:57:37 
02:57:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:38 --- javac err: ---
02:57:38 X.java:16: error: reference to goo is ambiguous
02:57:38 		goo(new X()::foo);
02:57:38 		^
02:57:38   both method goo(I) in X and method goo(J) in X match
02:57:38 1 error
02:57:38 
02:57:38 
02:57:38 
02:57:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:39 --- javac err: ---
02:57:39 X.java:16: error: no suitable method found for goo(new X()::foo)
02:57:39 		goo(new X()::foo);
02:57:39 		^
02:57:39     method X.goo(I) is not applicable
02:57:39       (argument mismatch; bad return type in method reference
02:57:39           long cannot be converted to int)
02:57:39     method X.goo(J) is not applicable
02:57:39       (argument mismatch; bad return type in method reference
02:57:39           long cannot be converted to Integer)
02:57:39 1 error
02:57:39 
02:57:39 
02:57:39 
02:57:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:41 
02:57:41 
02:57:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:42 
02:57:42 
02:57:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:43 
02:57:43 
02:57:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:45 
02:57:45 
02:57:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:46 
02:57:46 
02:57:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:47 --- javac err: ---
02:57:47 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:47 	static void goo(I i) {
02:57:47 	            ^
02:57:47 1 warning
02:57:47 
02:57:47 
02:57:47 
02:57:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:49 --- javac err: ---
02:57:49 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:49 	static void goo(I i) {
02:57:49 	            ^
02:57:49 1 warning
02:57:49 
02:57:49 
02:57:49 
02:57:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:50 --- javac err: ---
02:57:50 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:50 	static void goo(I i) {
02:57:50 	            ^
02:57:50 X.java:23: error: reference to goo is ambiguous
02:57:50 		goo(new X()::foo);
02:57:50 		^
02:57:50   both method goo(I) in X and method goo(J) in X match
02:57:50 1 error
02:57:50 1 warning
02:57:50 
02:57:50 
02:57:50 
02:57:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:51 --- javac err: ---
02:57:51 X.java:13: warning: [overloads] goo(I) in X is potentially ambiguous with goo(J) in X
02:57:51 	static void goo(I i) {
02:57:51 	            ^
02:57:51 X.java:23: error: reference to goo is ambiguous
02:57:51 		goo(new X()::foo);
02:57:51 		^
02:57:51   both method goo(I) in X and method goo(J) in X match
02:57:51 1 error
02:57:51 1 warning
02:57:51 
02:57:51 
02:57:51 
02:57:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:53 
02:57:53 
02:57:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:54 
02:57:54 
02:57:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:55 
02:57:55 
02:57:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:56 
02:57:56 
02:57:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:58 
02:57:58 
02:57:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:57:59 
02:57:59 
02:57:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:00 
02:58:00 
02:58:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:02 --- javac err: ---
02:58:02 X.java:6: error: no suitable method found for test(i != null [...] null)
02:58:02 		test(i!=null?i.getJ():null);
02:58:02 		^
02:58:02     method X.test(X.I) is not applicable
02:58:02       (argument mismatch; bad type in conditional expression
02:58:02           X.J cannot be converted to X.I)
02:58:02     method X.test(X.K) is not applicable
02:58:02       (argument mismatch; bad type in conditional expression
02:58:02           X.J cannot be converted to X.K)
02:58:02 X.java:12: error: cannot find symbol
02:58:02        System.out.println("K" + j);
02:58:02                                 ^
02:58:02   symbol:   variable j
02:58:02   location: class X
02:58:02 2 errors
02:58:02 
02:58:02 
02:58:02 
02:58:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:03 
02:58:03 
02:58:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:04 
02:58:04 
02:58:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:06 
02:58:06 
02:58:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:07 
02:58:07 
02:58:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:09 
02:58:09 
02:58:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:10 --- javac err: ---
02:58:10 Z.java:13: error: abstract method goo() in ZSuper cannot be accessed directly
02:58:10 		super.goo();
02:58:10 		     ^
02:58:10 Z.java:16: error: constructor X in class X cannot be applied to given types;
02:58:10 		X x = new X();
02:58:10 		      ^
02:58:10   required: X.Y[]
02:58:10   found: no arguments
02:58:10   reason: formal varargs element type X.Y is not accessible from class Z
02:58:10 Z.java:17: error: method foo in class X cannot be applied to given types;
02:58:10 		x.foo();
02:58:10 		     ^
02:58:10   required: X.Y[]
02:58:10   found: no arguments
02:58:10   reason: formal varargs element type X.Y is not accessible from class Z
02:58:10 Z.java:18: error: 'void' type not allowed here
02:58:10 		System.out.println(x.goo());
02:58:10 		                        ^
02:58:10 Z.java:19: error: non-static method goo() cannot be referenced from a static context
02:58:10 		goo();
02:58:10 		^
02:58:10 Z.java:20: error: non-static method goo() cannot be referenced from a static context
02:58:10 		Z.goo();
02:58:10 		 ^
02:58:10 Z.java:21: error: cannot find symbol
02:58:10 		zoo();
02:58:10 		^
02:58:10   symbol:   method zoo()
02:58:10   location: class Z
02:58:10 Z.java:22: error: cannot find symbol
02:58:10 		new Z().ifoo();
02:58:10 		       ^
02:58:10   symbol:   method ifoo()
02:58:10   location: class Z
02:58:10 Z.java:23: error: non-static variable super cannot be referenced from a static context
02:58:10 		super.zSuperFoo();
02:58:10 		^
02:58:10 9 errors
02:58:10 
02:58:10 
02:58:10 
02:58:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:11 
02:58:11 
02:58:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:13 
02:58:13 
02:58:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:14 --- javac err: ---
02:58:14 Test.java:14: warning: [overloads] execute1(ConsumerA) in Test is potentially ambiguous with execute1(ConsumerB) in Test
02:58:14     void execute1(ConsumerA c) {}
02:58:14          ^
02:58:14 Test.java:18: warning: [overloads] execute2(ConsumerB) in Test is potentially ambiguous with execute2(ConsumerA) in Test
02:58:14     void execute2(ConsumerB c) {}
02:58:14          ^
02:58:14 Test.java:22: error: reference to execute1 is ambiguous
02:58:14         execute1(x -> {});  // compiles in Eclipse
02:58:14         ^
02:58:14   both method execute1(ConsumerA) in Test and method execute1(ConsumerB) in Test match
02:58:14 Test.java:22: error: incompatible types: invalid functional descriptor for lambda expression
02:58:14         execute1(x -> {});  // compiles in Eclipse
02:58:14                  ^
02:58:14     method <T>(int)void in interface ConsumerA is generic
02:58:14   where T is a type-variable:
02:58:14     T extends Object declared in method <T>accept(int)
02:58:14 Test.java:23: error: reference to execute2 is ambiguous
02:58:14         execute2(x -> {});  // doesn't compile
02:58:14         ^
02:58:14   both method execute2(ConsumerB) in Test and method execute2(ConsumerA) in Test match
02:58:14 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
02:58:14 3 errors
02:58:14 2 warnings
02:58:14 
02:58:14 
02:58:14 
02:58:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:15 --- javac err: ---
02:58:15 Test.java:14: warning: [overloads] execute1(ConsumerA) in Test is potentially ambiguous with execute1(ConsumerB) in Test
02:58:15     void execute1(ConsumerA c) {}
02:58:15          ^
02:58:15 Test.java:18: warning: [overloads] execute2(ConsumerB) in Test is potentially ambiguous with execute2(ConsumerA) in Test
02:58:15     void execute2(ConsumerB c) {}
02:58:15          ^
02:58:15 2 warnings
02:58:15 
02:58:15 
02:58:15 
02:58:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:16 
02:58:16 
02:58:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:16 ***************************************************************************
02:58:16 * Comparison with Sun Javac compiler for class JSR335ClassFileTest (null tests)
02:58:16 ***************************************************************************
02:58:18 
02:58:18 
02:58:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:19 
02:58:19 
02:58:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:20 
02:58:20 
02:58:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:22 
02:58:22 
02:58:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:23 
02:58:23 
02:58:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:24 
02:58:24 
02:58:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:26 
02:58:26 
02:58:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:27 
02:58:27 
02:58:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:28 
02:58:28 
02:58:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:30 
02:58:30 
02:58:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:31 
02:58:31 
02:58:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:33 
02:58:33 
02:58:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:34 
02:58:34 
02:58:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:36 
02:58:36 
02:58:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:37 
02:58:37 
02:58:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:39 
02:58:39 
02:58:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:40 
02:58:40 
02:58:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:41 --- javac err: ---
02:58:41 X.java:18: warning: [rawtypes] found raw type: X
02:58:41 		new X().<String>foo(); 
02:58:41 		    ^
02:58:41   missing type arguments for generic class X<T>
02:58:41   where T is a type-variable:
02:58:41     T extends Object declared in class X
02:58:41 1 warning
02:58:41 
02:58:41 
02:58:41 
02:58:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:43 
02:58:43 
02:58:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:44 
02:58:44 
02:58:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:46 
02:58:46 
02:58:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:47 
02:58:47 
02:58:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:48 
02:58:48 
02:58:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:50 
02:58:50 
02:58:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:51 
02:58:51 
02:58:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:53 
02:58:53 
02:58:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:54 
02:58:54 
02:58:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:55 
02:58:55 
02:58:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:55 ***************************************************************************
02:58:55 * Comparison with Sun Javac compiler for class ExpressionContextTests (null tests)
02:58:55 ***************************************************************************
02:58:56 --- javac err: ---
02:58:56 X.java:6: error: incompatible types: Object is not a functional interface
02:58:56 	Object o = () -> {};
02:58:56 	           ^
02:58:56 1 error
02:58:56 
02:58:56 
02:58:56 
02:58:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:57 --- javac err: ---
02:58:57 X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types I and J
02:58:57 	Object p = (I & J) () -> {};
02:58:57 	           ^
02:58:57   where INT#1 is an intersection type:
02:58:57     INT#1 extends Object,I,J
02:58:57 1 error
02:58:57 
02:58:57 ----------------------------------------
02:58:57 org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests#test002 - 10
02:58:57 X.java [
02:58:57 interface I {
02:58:57 	void doit();
02:58:57 	default void doitalso () {}
02:58:57 }
02:58:57 interface J {
02:58:57 	void doit();
02:58:57 	default void doitalso () {}
02:58:57 }
02:58:57 public class X {
02:58:57 	Object p = (I & J) () -> {};
02:58:57 }
02:58:57 
02:58:57 ]
02:58:57 
02:58:57 
02:58:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:58 --- javac err: ---
02:58:58 X.java:10: error: unexpected type
02:58:58 	Object p = (int & I & J) () -> {};
02:58:58 	            ^
02:58:58   required: reference
02:58:58   found:    int
02:58:58 1 error
02:58:58 
02:58:58 
02:58:58 
02:58:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:58:59 --- javac err: ---
02:58:59 X.java:10: error: cannot find symbol
02:58:59 	Object p = (X[] & Serializable & Cloneable) new X[0];
02:58:59 	                  ^
02:58:59   symbol:   class Serializable
02:58:59   location: class X
02:58:59 X.java:10: error: unexpected type
02:58:59 	Object p = (X[] & Serializable & Cloneable) new X[0];
02:58:59 	             ^
02:58:59   required: class
02:58:59   found:    X[]
02:58:59 2 errors
02:58:59 
02:58:59 
02:58:59 
02:58:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:00 --- javac err: ---
02:59:00 X.java:10: error: interface expected here
02:59:00 	Object p = (I & X) () -> {};
02:59:00 	                ^
02:59:00 1 error
02:59:00 
02:59:00 
02:59:00 
02:59:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:01 --- javac err: ---
02:59:01 X.java:10: error: repeated interface
02:59:01 	Object p = (I & J & I) () -> {};
02:59:01 	                    ^
02:59:01 X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types J and I
02:59:01 	Object p = (I & J & I) () -> {};
02:59:01 	           ^
02:59:01   where INT#1 is an intersection type:
02:59:01     INT#1 extends Object,I,J,I
02:59:01 2 errors
02:59:01 
02:59:01 
02:59:01 
02:59:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:03 --- javac err: ---
02:59:03 X.java:9: error: incompatible types: incompatible parameter types in lambda expression
02:59:03 	I<X> i2 = (List<String> p) -> {};
02:59:03 	          ^
02:59:03 1 error
02:59:03 
02:59:03 
02:59:03 
02:59:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:04 --- javac err: ---
02:59:04 X.java:10: error: cannot find symbol
02:59:04 	Object p = (@Marker java.lang. @Readonly String & I & J) () -> {};
02:59:04 	                                ^
02:59:04   symbol:   class Readonly
02:59:04   location: class X
02:59:04 X.java:10: error: cannot find symbol
02:59:04 	Object p = (@Marker java.lang. @Readonly String & I & J) () -> {};
02:59:04 	             ^
02:59:04   symbol:   class Marker
02:59:04   location: class X
02:59:04 X.java:10: error: cannot find symbol
02:59:04 	Object p = (@Marker java.lang. @Readonly String & I & J) () -> {};
02:59:04 	                    ^
02:59:04   symbol:   class java
02:59:04   location: class X
02:59:04 3 errors
02:59:04 
02:59:04 
02:59:04 
02:59:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:05 
02:59:05 
02:59:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:06 --- javac err: ---
02:59:06 X.java:9: error: cannot find symbol
02:59:06 	I<X> i2 = (Map<String, String>.Entry & I<X> & Serializable) null;
02:59:06 	                                              ^
02:59:06   symbol:   class Serializable
02:59:06   location: class X
02:59:06 1 error
02:59:06 
02:59:06 
02:59:06 
02:59:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:07 --- javac err: ---
02:59:07 X.java:8: error: incompatible types: Y cannot be converted to INT#1
02:59:07 	X X = (X & J & K) new Y();
02:59:07 	                  ^
02:59:07   where INT#1 is an intersection type:
02:59:07     INT#1 extends X,J,K
02:59:07 1 error
02:59:07 
02:59:07 
02:59:07 
02:59:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:08 --- javac err: ---
02:59:08 X.java:10: error: cannot find symbol
02:59:08 class Y extends X implements Zork {
02:59:08                              ^
02:59:08   symbol: class Zork
02:59:08 1 error
02:59:08 
02:59:08 
02:59:08 
02:59:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:09 --- javac err: ---
02:59:09 X.java:8: error: incompatible types: Y cannot be converted to INT#1
02:59:09 	X X = (X & J & K) new Y();
02:59:09 	                  ^
02:59:09   where INT#1 is an intersection type:
02:59:09     INT#1 extends X,J,K
02:59:09 1 error
02:59:09 
02:59:09 
02:59:09 
02:59:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:10 --- javac err: ---
02:59:10 X.java:11: error: cannot find symbol
02:59:10 final class Y extends P {
02:59:10                       ^
02:59:10   symbol: class P
02:59:10 1 error
02:59:10 
02:59:10 
02:59:10 
02:59:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:11 --- javac err: ---
02:59:11 X.java:10: error: cannot find symbol
02:59:11    Zork z;
02:59:11    ^
02:59:11   symbol:   class Zork
02:59:11   location: class X
02:59:11 X.java:9: error: incompatible types: I cannot be converted to INT#1
02:59:11 	X X = (X & J & K) i;
02:59:11 	                  ^
02:59:11   where INT#1 is an intersection type:
02:59:11     INT#1 extends X,J,K
02:59:11 2 errors
02:59:11 
02:59:11 
02:59:11 
02:59:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:12 --- javac err: ---
02:59:12 X.java:10: error: cannot find symbol
02:59:12    Zork z;
02:59:12    ^
02:59:12   symbol:   class Zork
02:59:12   location: class X
02:59:12 1 error
02:59:12 
02:59:12 
02:59:12 
02:59:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:13 --- javac err: ---
02:59:13 X.java:10: error: cannot find symbol
02:59:13    Zork z;
02:59:13    ^
02:59:13   symbol:   class Zork
02:59:13   location: class X
02:59:13 X.java:9: warning: [cast] redundant cast to INT#1
02:59:13 	X X = (X & J & K) (X & K & J) i;
02:59:13 	      ^
02:59:13   where INT#1 is an intersection type:
02:59:13     INT#1 extends X,J,K
02:59:13 1 error
02:59:13 1 warning
02:59:13 
02:59:13 
02:59:13 
02:59:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:14 
02:59:14 
02:59:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:16 
02:59:16 
02:59:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:17 --- javac err: ---
02:59:17 X.java:11: error: incompatible types: bad return type in lambda expression
02:59:17        return x -> { return () -> () -> "Hello"; };
02:59:17                                         ^
02:59:17     bad return type in lambda expression
02:59:17       bad return type in lambda expression
02:59:17         String cannot be converted to I
02:59:17 1 error
02:59:17 
02:59:17 
02:59:17 
02:59:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:18 --- javac err: ---
02:59:18 X.java:6: error: lambda expression not expected here
02:59:18        return "Hello" + () -> {};
02:59:18                         ^
02:59:18 X.java:9: error: incompatible types: String cannot be converted to I
02:59:18        return "Hello" + (I)(() -> {});
02:59:18                       ^
02:59:18 X.java:12: error: lambda expression not expected here
02:59:18        return 10 + (() -> {});
02:59:18                     ^
02:59:18 X.java:15: error: bad operand types for binary operator '+'
02:59:18        return 10 + (I) (() -> {});
02:59:18                  ^
02:59:18   first type:  int
02:59:18   second type: I
02:59:18 4 errors
02:59:18 
02:59:18 
02:59:18 
02:59:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:19 --- javac err: ---
02:59:19 X.java:5: error: incompatible types: bad type in conditional expression
02:59:19 		List<String> l = x == 2 ? (List<String>)(null) : 1;
02:59:19 		                                                 ^
02:59:19     int cannot be converted to List<String>
02:59:19 X.java:6: error: incompatible types: bad type in conditional expression
02:59:19 		List<String> m = x == 2 ? 1 : (List<String>)(null);
02:59:19 		                          ^
02:59:19     int cannot be converted to List<String>
02:59:19 2 errors
02:59:19 
02:59:19 
02:59:19 
02:59:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:19 ***************************************************************************
02:59:19 * Comparison with Sun Javac compiler for class InterfaceMethodsTest (null tests)
02:59:19 ***************************************************************************
02:59:20 --- javac err: ---
02:59:20 I.java:2: error: illegal combination of modifiers: abstract and default
02:59:20     default abstract void foo();
02:59:20                           ^
02:59:20 I.java:3: error: modifier final not allowed here
02:59:20     public abstract default strictfp final void bar();}
02:59:20                                                 ^
02:59:20 2 errors
02:59:20 
02:59:20 
02:59:20 
02:59:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:21 
02:59:21 
02:59:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:22 --- javac err: ---
02:59:22 X.java:4: error: reference to foo is ambiguous
02:59:22 		x.foo((short)5, (short)10);
02:59:22 		 ^
02:59:22   both method foo(int,short) in I and method foo(short,int) in X match
02:59:22 X.java:5: error: reference to bar is ambiguous
02:59:22 		x.bar((short)5, (short)10);
02:59:22 		 ^
02:59:22   both method bar(int,short) in Base and method bar(short,int) in X match
02:59:22 2 errors
02:59:22 
02:59:22 
02:59:22 
02:59:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:24 
02:59:24 
02:59:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:25 --- javac err: ---
02:59:25 X.java:3: error: cannot find symbol
02:59:25 	String b = super.toString();
02:59:25 	           ^
02:59:25   symbol:   variable super
02:59:25   location: interface A
02:59:25 X.java:5: error: cannot find symbol
02:59:25 		System.out.println((A) super::toString);
02:59:25 		                       ^
02:59:25   symbol:   variable super
02:59:25   location: interface A
02:59:25 X.java:6: error: cannot find symbol
02:59:25 		super.toString();
02:59:25 		^
02:59:25   symbol:   variable super
02:59:25   location: interface A
02:59:25 X.java:7: error: not an enclosing class: Object
02:59:25 		Object.super.toString();
02:59:25 		      ^
02:59:25 4 errors
02:59:25 
02:59:25 
02:59:25 
02:59:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:26 
02:59:26 
02:59:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:27 --- javac err: ---
02:59:27 X.java:6: error: clone() in Object cannot implement clone() in I
02:59:27         I x = new I(){};
02:59:27                      ^
02:59:27   attempting to assign weaker access privileges; was public
02:59:27 1 error
02:59:27 
02:59:27 
02:59:27 
02:59:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:28 
02:59:28 
02:59:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:29 --- javac err: ---
02:59:29 X.java:6: warning: [unchecked] Possible heap pollution from parameterized vararg type T
02:59:29    default public <T> void foo(T... x) {};
02:59:29                                     ^
02:59:29   where T is a type-variable:
02:59:29     T extends Object declared in method <T>foo(T...)
02:59:29 X.java:7: warning: [unchecked] Possible heap pollution from parameterized vararg type T
02:59:29    public abstract <T> void goo(T ... x);
02:59:29                                       ^
02:59:29   where T is a type-variable:
02:59:29     T extends Object declared in method <T>goo(T...)
02:59:29 2 warnings
02:59:29 
02:59:29 
02:59:29 
02:59:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:31 
02:59:31 
02:59:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:32 
02:59:32 
02:59:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:33 
02:59:33 
02:59:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:35 
02:59:35 
02:59:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:36 
02:59:36 
02:59:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:38 
02:59:38 
02:59:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:39 
02:59:39 
02:59:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:40 --- javac err: ---
02:59:40 JavaTest.java:14: error: JavaTest.E is not abstract and does not override abstract method foo() in B
02:59:40 	class E implements A, B, C, D {
02:59:40 	^
02:59:40 1 error
02:59:40 
02:59:40 
02:59:40 
02:59:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:41 --- javac err: ---
02:59:41 JavaTest.java:14: error: JavaTest.E is not abstract and does not override abstract method foo() in B
02:59:41 	class E implements B, C, A, D {
02:59:41 	^
02:59:41 1 error
02:59:41 
02:59:41 
02:59:41 
02:59:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:42 --- javac err: ---
02:59:42 D.java:16: error: interface D inherits abstract and default for display() from types B and C
02:59:42 public interface D extends B, C {
02:59:42        ^
02:59:42 1 error
02:59:42 
02:59:42 
02:59:42 
02:59:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:43 --- javac err: ---
02:59:43 D.java:16: error: interface D inherits abstract and default for display() from types B and C
02:59:43 public interface D extends C, B {
02:59:43        ^
02:59:43 1 error
02:59:43 
02:59:43 
02:59:43 
02:59:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:44 --- javac err: ---
02:59:44 Z.java:2: error: interface Z<E> inherits abstract and default for spliterator() from types Y and X
02:59:44 interface Z<E> extends X<E>, Y<E> {
02:59:44 ^
02:59:44   where E is a type-variable:
02:59:44     E extends Object declared in interface Z
02:59:44 1 error
02:59:44 
02:59:44 
02:59:44 
02:59:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:45 --- javac err: ---
02:59:45 Z.java:2: error: interface Z<E> inherits abstract and default for spliterator() from types Y and X
02:59:45 interface Z<E> extends Y<E>, X<E> {
02:59:45 ^
02:59:45   where E is a type-variable:
02:59:45     E extends Object declared in interface Z
02:59:45 1 error
02:59:45 
02:59:45 
02:59:45 
02:59:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:46 --- javac err: ---
02:59:46 Z.java:2: error: interface Z<E> inherits abstract and default for spliterator() from types Y and X
02:59:46 interface Z<E> extends X<E>, Y<E> {
02:59:46 ^
02:59:46   where E is a type-variable:
02:59:46     E extends Object declared in interface Z
02:59:46 1 error
02:59:46 
02:59:46 
02:59:46 
02:59:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:48 --- javac err: ---
02:59:48 Z.java:2: error: interface Z<E> inherits abstract and default for spliterator() from types Y and X
02:59:48 interface Z<E> extends Y<E>, X<E> {
02:59:48 ^
02:59:48   where E is a type-variable:
02:59:48     E extends Object declared in interface Z
02:59:48 1 error
02:59:48 
02:59:48 
02:59:48 
02:59:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:49 
02:59:49 
02:59:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:50 --- javac err: ---
02:59:50 C.java:1: error: C is not abstract and does not override abstract method test() in I1
02:59:50 public class C implements I1, I2 {
02:59:50        ^
02:59:50 1 error
02:59:50 
02:59:50 
02:59:50 
02:59:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:51 --- javac err: ---
02:59:51 C.java:1: error: C is not abstract and does not override abstract method test() in I1
02:59:51 public class C implements I2, I1 {
02:59:51        ^
02:59:51 1 error
02:59:51 
02:59:51 
02:59:51 
02:59:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:52 --- javac err: ---
02:59:52 C.java:1: error: class C inherits abstract and default for test() from types I2 and I1
02:59:52 public abstract class C implements I2, I1 {
02:59:52                 ^
02:59:52 1 error
02:59:52 
02:59:52 
02:59:52 
02:59:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:53 --- javac err: ---
02:59:53 I3.java:1: error: interface I3 inherits abstract and default for test() from types I2 and I1
02:59:53 public interface I3 extends I1, I2 {
02:59:53        ^
02:59:53 1 error
02:59:53 
02:59:53 
02:59:53 
02:59:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:54 
02:59:54 
02:59:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:55 
02:59:55 
02:59:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:56 --- javac err: ---
02:59:56 C.java:1: error: C is not abstract and does not override abstract method test() in I2
02:59:56 public class C implements I2, I1 {
02:59:56        ^
02:59:56 1 error
02:59:56 
02:59:56 
02:59:56 
02:59:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:57 --- javac err: ---
02:59:57 C.java:1: error: C is not abstract and does not override abstract method test() in I2
02:59:57 public class C implements I2, I1 {
02:59:57        ^
02:59:57 1 error
02:59:57 
02:59:57 
02:59:57 
02:59:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
02:59:59 --- javac err: ---
02:59:59 C2.java:1: error: class C2 inherits unrelated defaults for value1() from types I1 and I2
02:59:59 public abstract class C2 implements I1, I2 {
02:59:59                 ^
02:59:59 1 error
02:59:59 
02:59:59 
02:59:59 
02:59:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:00 --- javac err: ---
03:00:00 C3.java:3: error: value1() in C3 cannot implement value1() in I1
03:00:00 	public Object value1() { return this; } // too week, need a method returning String
03:00:00 	              ^
03:00:00   return type Object is not compatible with String
03:00:00 1 error
03:00:00 
03:00:00 
03:00:00 
03:00:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:01 --- javac err: ---
03:00:01 C3.java:1: error: C3 is not abstract and does not override abstract method value1() in I2
03:00:01 public class C3 extends C2 {
03:00:01        ^
03:00:01 C3.java:3: error: value1() in C3 cannot implement value1() in I1
03:00:01 	public Object value1() { return this; } // too week, need a method returning String
03:00:01 	              ^
03:00:01   return type Object is not compatible with String
03:00:01 2 errors
03:00:01 
03:00:01 
03:00:01 
03:00:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:02 --- javac err: ---
03:00:02 C3.java:3: error: value1() in C3 cannot implement value1() in I1
03:00:02 	public Object value1() { return this; } // too week, need a method returning String
03:00:02 	              ^
03:00:02   return type Object is not compatible with String
03:00:02 1 error
03:00:02 
03:00:02 
03:00:02 
03:00:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:03 --- javac err: ---
03:00:03 C2.java:1: error: C2 is not abstract and does not override abstract method value() in C1
03:00:03 public class C2 extends C1 implements I1 {
03:00:03        ^
03:00:03 1 error
03:00:03 
03:00:03 
03:00:03 
03:00:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:04 --- javac err: ---
03:00:04 C2.java:1: error: class C2 inherits unrelated defaults for value1() from types I1 and I2
03:00:04 public abstract class C2 extends p1.C1 implements I1, I2 {
03:00:04                 ^
03:00:04 1 error
03:00:04 
03:00:04 
03:00:04 
03:00:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:05 --- javac err: ---
03:00:05 I.java:2: error: modifier default not allowed here
03:00:05     default String id() { return "1"; }
03:00:05                    ^
03:00:05 I.java:2: error: interface abstract methods cannot have body
03:00:05     default String id() { return "1"; }
03:00:05                         ^
03:00:05 2 errors
03:00:05 
03:00:05 
03:00:05 
03:00:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:07 --- javac err: ---
03:00:07 PurebredCatShopImpl.java:6: error: name clash: getPets() in CatShop and getPets() in PetShop have the same erasure, yet neither overrides the other
03:00:07 	default <V extends Pet> List<? extends Cat> getPets() { return null; }
03:00:07 	                                            ^
03:00:07 PurebredCatShopImpl.java:10: warning: [unchecked] getPets() in CatShopImpl implements <V>getPets() in CatShop
03:00:07 	@Override public List<Pet> getPets() { return null; }
03:00:07 	                           ^
03:00:07   return type requires unchecked conversion from List<Pet> to List<? extends Cat>
03:00:07   where V is a type-variable:
03:00:07     V extends Pet declared in method <V>getPets()
03:00:07 PurebredCatShopImpl.java:12: warning: [unchecked] getPets() in CatShopImpl implements <V>getPets() in CatShop
03:00:07 class PurebredCatShopImpl extends CatShopImpl implements PurebredCatShop {}
03:00:07 ^
03:00:07   return type requires unchecked conversion from List<Pet> to List<? extends Cat>
03:00:07   where V is a type-variable:
03:00:07     V extends Pet declared in method <V>getPets()
03:00:07 1 error
03:00:07 2 warnings
03:00:07 
03:00:07 
03:00:07 
03:00:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:08 
03:00:08 
03:00:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:09 
03:00:09 
03:00:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:10 --- javac err: ---
03:00:10 X.java:7: error: X is not abstract and does not override abstract method foo() in J
03:00:10 public class X implements J {
03:00:10        ^
03:00:10 1 error
03:00:10 
03:00:10 
03:00:10 
03:00:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:11 --- javac err: ---
03:00:11 X.java:7: error: X is not abstract and does not override abstract method foo(J) in J
03:00:11 public class X implements J {
03:00:11        ^
03:00:11 1 error
03:00:11 
03:00:11 
03:00:11 
03:00:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:13 
03:00:13 
03:00:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:14 
03:00:14 
03:00:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:15 --- javac err: ---
03:00:15 X.java:12: error: not an enclosing class: T
03:00:15         System.out.println(T.super.f); // no error in Java 8 (wrong) without fix
03:00:15                             ^
03:00:15 X.java:12: error: not an enclosing class: System
03:00:15         System.out.println(T.super.f); // no error in Java 8 (wrong) without fix
03:00:15         ^
03:00:15 X.java:14: error: not an enclosing class: S
03:00:15         System.out.println(S.super.f); // compile error (correct)
03:00:15                             ^
03:00:15 X.java:21: error: not an enclosing class: T
03:00:15             System.out.println(T.super.f); // no error in Java 8 (wrong) without fix
03:00:15                                 ^
03:00:15 X.java:21: error: not an enclosing class: System
03:00:15             System.out.println(T.super.f); // no error in Java 8 (wrong) without fix
03:00:15             ^
03:00:15 X.java:28: error: non-static variable super cannot be referenced from a static context
03:00:15 	static int foo() { return super.f;}
03:00:15 	                          ^
03:00:15 X.java:32: error: not an enclosing class: T2
03:00:15 	int i = T2.super.f;
03:00:15 	          ^
03:00:15 X.java:37: error: not an enclosing class: T4
03:00:15 	int i = T4.super.f;
03:00:15 	          ^
03:00:15 X.java:41: error: not an enclosing class: T5
03:00:15 	static int i = T5.super.f;
03:00:15 	                 ^
03:00:15 X.java:45: error: not an enclosing class: T6
03:00:15 	static int i = T6.super.f;
03:00:15 	                 ^
03:00:15 10 errors
03:00:15 
03:00:15 
03:00:15 
03:00:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:17 --- javac err: ---
03:00:17 X.java:11: warning: [static] static variable should be qualified by type name, I, instead of by an expression
03:00:17         System.out.println("((I)this).x= "  + ((I)this).x);
03:00:17                                                        ^
03:00:17 1 warning
03:00:17 
03:00:17 
03:00:17 
03:00:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:18 --- javac err: ---
03:00:18 Test.java:16: warning: [unchecked] f() in Bar implements <U>f() in Foo
03:00:18 		public Object f() {
03:00:18 		              ^
03:00:18   return type requires unchecked conversion from Object to U
03:00:18   where U is a type-variable:
03:00:18     U extends Object declared in method <U>f()
03:00:18 1 warning
03:00:18 
03:00:18 
03:00:18 
03:00:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:19 --- javac err: ---
03:00:19 X.java:2: error: = expected
03:00:19    Zork z;
03:00:19          ^
03:00:19 1 error
03:00:19 
03:00:19 
03:00:19 
03:00:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:20 --- javac err: ---
03:00:20 X.java:2: error: = expected
03:00:20    Zork z;
03:00:20          ^
03:00:20 1 error
03:00:20 
03:00:20 
03:00:20 
03:00:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:21 --- javac err: ---
03:00:21 X.java:2: error: = expected
03:00:21    Zork z;
03:00:21          ^
03:00:21 1 error
03:00:21 
03:00:21 
03:00:21 
03:00:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:22 --- javac err: ---
03:00:22 X.java:2: error: = expected
03:00:22    Zork z;
03:00:22          ^
03:00:22 1 error
03:00:22 
03:00:22 
03:00:22 
03:00:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:23 
03:00:23 
03:00:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:24 --- javac err: ---
03:00:24 I3.java:1: error: interface I3 inherits abstract and default for foo() from types I2 and I1
03:00:24 public interface I3 extends I1, I2 {
03:00:24        ^
03:00:24 1 error
03:00:24 
03:00:24 
03:00:24 
03:00:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:26 --- javac err: ---
03:00:26 I3.java:1: error: interface I3 inherits abstract and default for foo() from types I2 and I1
03:00:26 public interface I3 extends I1A, I2A {
03:00:26        ^
03:00:26 1 error
03:00:26 
03:00:26 
03:00:26 
03:00:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:27 --- javac err: ---
03:00:27 I3.java:4: error: name clash: foo(List<String>) in I3 and foo(List) in I2 have the same erasure, yet neither overrides the other
03:00:27    String foo(List<String> l);
03:00:27           ^
03:00:27 1 error
03:00:27 
03:00:27 
03:00:27 
03:00:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:28 --- javac err: ---
03:00:28 I3.java:4: error: name clash: foo(List<String>) in I3 and foo(List) in I2 have the same erasure, yet neither overrides the other
03:00:28    String foo(List<String> l);
03:00:28           ^
03:00:28 1 error
03:00:28 
03:00:28 
03:00:28 
03:00:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:30 
03:00:30 
03:00:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:31 
03:00:31 
03:00:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:32 
03:00:32 
03:00:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:34 --- javac err: ---
03:00:34 I.java:5: error: modifier synchronized not allowed here
03:00:34     public default synchronized void foo2() { System.exit(0); }
03:00:34                                      ^
03:00:34 I.java:7: error: modifier synchronized not allowed here
03:00:34     public default strictfp synchronized void foo4() {}
03:00:34                                               ^
03:00:34 I.java:8: error: modifier synchronized not allowed here
03:00:34     public default strictfp synchronized @Annot void foo5() {}
03:00:34                                                      ^
03:00:34 3 errors
03:00:34 
03:00:34 
03:00:34 
03:00:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:35 --- javac err: ---
03:00:35 I.java:6: error: <identifier> expected
03:00:35     stritfp default void foo3() {}
03:00:35            ^
03:00:35 I.java:6: error: = expected
03:00:35     stritfp default void foo3() {}
03:00:35             ^
03:00:35 2 errors
03:00:35 
03:00:35 
03:00:35 
03:00:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:36 --- javac err: ---
03:00:36 I.java:5: error: modifier synchronized not allowed here
03:00:36     public synchronized void foo2();
03:00:36                              ^
03:00:36 I.java:6: error: modifier strictfp not allowed here
03:00:36     strictfp void foo3();
03:00:36                   ^
03:00:36 I.java:7: error: modifier synchronized,strictfp not allowed here
03:00:36     public strictfp synchronized void foo4();
03:00:36                                       ^
03:00:36 I.java:8: error: modifier synchronized,strictfp not allowed here
03:00:36     public strictfp synchronized @Annot void foo5();
03:00:36                                              ^
03:00:36 4 errors
03:00:36 
03:00:36 
03:00:36 
03:00:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:37 --- javac err: ---
03:00:37 I.java:2: error: modifier native not allowed here
03:00:37     native void foo1();
03:00:37                 ^
03:00:37 I.java:4: error: modifier native not allowed here
03:00:37     native default void foo3() {}
03:00:37                         ^
03:00:37 I.java:5: error: modifier native not allowed here
03:00:37     default native void foo4() {}
03:00:37                         ^
03:00:37 I.java:6: error: illegal combination of modifiers: static and default
03:00:37     static default void foo5() {}
03:00:37                         ^
03:00:37 I.java:7: error: illegal combination of modifiers: static and default
03:00:37     default static void foo6() {}
03:00:37                         ^
03:00:37 I.java:3: error: missing method body, or declare abstract
03:00:37     static void foo2();
03:00:37                 ^
03:00:37 6 errors
03:00:37 
03:00:37 
03:00:37 
03:00:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:38 --- javac err: ---
03:00:38 I.java:4: error: illegal combination of modifiers: abstract and default
03:00:38     public abstract default void foo2() {}
03:00:38                                  ^
03:00:38 I.java:5: error: illegal combination of modifiers: abstract and default
03:00:38     default abstract void foo3() {}
03:00:38                           ^
03:00:38 I.java:7: error: illegal combination of modifiers: abstract and static
03:00:38     abstract static default void foo5() {}
03:00:38                                  ^
03:00:38 I.java:6: error: interface abstract methods cannot have body
03:00:38     void foo4() { }
03:00:38                 ^
03:00:38 4 errors
03:00:38 
03:00:38 
03:00:38 
03:00:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:39 
03:00:39 
03:00:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:40 --- javac err: ---
03:00:40 C.java:1: error: C is not abstract and does not override abstract method bar() in I
03:00:40 public class C implements I {}
03:00:40        ^
03:00:40 1 error
03:00:40 
03:00:40 
03:00:40 
03:00:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:41 --- javac err: ---
03:00:41 I.java:2: error: missing method body, or declare abstract
03:00:41     default void foo();
03:00:41                  ^
03:00:41 1 error
03:00:41 
03:00:41 
03:00:41 
03:00:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:42 --- javac err: ---
03:00:42 I.java:2: error: default method toString in interface I overrides a member of java.lang.Object
03:00:42     public default String toString () { return "";}
03:00:42                           ^
03:00:42 1 error
03:00:42 
03:00:42 
03:00:42 
03:00:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:44 --- javac err: ---
03:00:44 I.java:2: error: name clash: equals(T) in I and equals(Object) in Object have the same erasure, yet neither overrides the other
03:00:44     public default boolean equals (T other) { return false;}
03:00:44                            ^
03:00:44   where T is a type-variable:
03:00:44     T extends Object declared in interface I
03:00:44 1 error
03:00:44 
03:00:44 
03:00:44 
03:00:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:45 --- javac err: ---
03:00:45 I.java:3: error: getClass() in I cannot override getClass() in Object
03:00:45     default public Class<?> getClass() { return null;}
03:00:45                             ^
03:00:45   overridden method is final
03:00:45 1 error
03:00:45 
03:00:45 
03:00:45 
03:00:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:46 --- javac err: ---
03:00:46 I.java:4: error: illegal combination of modifiers: static and default
03:00:46 	public static default void foo2 () {};
03:00:46 	                           ^
03:00:46 I.java:5: error: illegal combination of modifiers: abstract and static
03:00:46 	abstract static void foo3();
03:00:46 	                     ^
03:00:46 I.java:6: error: illegal combination of modifiers: abstract and static
03:00:46 	abstract static void foo4() {}
03:00:46 	                     ^
03:00:46 I.java:3: error: missing method body, or declare abstract
03:00:46 	static void foo1();
03:00:46 	            ^
03:00:46 I.java:6: error: interface abstract methods cannot have body
03:00:46 	abstract static void foo4() {}
03:00:46 	                            ^
03:00:46 5 errors
03:00:46 
03:00:46 
03:00:46 
03:00:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:47 --- javac err: ---
03:00:47 I.java:3: error: non-static method bar() cannot be referenced from a static context
03:00:47 		bar();
03:00:47 		^
03:00:47 I.java:4: error: non-static variable this cannot be referenced from a static context
03:00:47 		this.bar();
03:00:47 		^
03:00:47 I.java:7: warning: [static] static method should be qualified by type name, I, instead of by an expression
03:00:47 		this.foo();
03:00:47 		    ^
03:00:47 I.java:7: error: illegal static interface method call
03:00:47 		this.foo();
03:00:47 		        ^
03:00:47   the receiver expression should be replaced with the type qualifier 'I'
03:00:47 I.java:12: error: cannot find symbol
03:00:47 		super.bar();
03:00:47 		^
03:00:47   symbol:   variable super
03:00:47   location: interface II
03:00:47 4 errors
03:00:47 1 warning
03:00:47 
03:00:47 
03:00:47 
03:00:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:48 
03:00:48 
03:00:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:50 --- javac err: ---
03:00:50 X.java:3: error: cannot find symbol
03:00:50 		 bar();
03:00:50 		 ^
03:00:50   symbol:   method bar()
03:00:50   location: class X
03:00:50 X.java:7: error: cannot find symbol
03:00:50 		bar();
03:00:50 		^
03:00:50   symbol:   method bar()
03:00:50   location: class X
03:00:50 X.java:8: error: cannot find symbol
03:00:50 		II.bar();
03:00:50 		  ^
03:00:50   symbol:   method bar()
03:00:50   location: interface II
03:00:50 X.java:9: error: cannot find symbol
03:00:50 		(new X()).bar();
03:00:50 		         ^
03:00:50   symbol:   method bar()
03:00:50   location: class X
03:00:50 X.java:10: error: cannot find symbol
03:00:50 		II.bar();
03:00:50 		  ^
03:00:50   symbol:   method bar()
03:00:50   location: interface II
03:00:50 X.java:12: error: cannot find symbol
03:00:50 		ii.bar();
03:00:50 		  ^
03:00:50   symbol:   method bar()
03:00:50   location: variable ii of type II
03:00:50 X.java:15: warning: [static] static method should be qualified by type name, I, instead of by an expression
03:00:50 		i.bar();
03:00:50 		 ^
03:00:50 X.java:15: error: illegal static interface method call
03:00:50 		i.bar();
03:00:50 		     ^
03:00:50   the receiver expression should be replaced with the type qualifier 'I'
03:00:50 X.java:16: error: cannot find symbol
03:00:50       new I() {}.foo();
03:00:50                 ^
03:00:50   symbol: method foo()
03:00:50 X.java:29: error: cannot find symbol
03:00:50 		bar();
03:00:50 		^
03:00:50   symbol:   method bar()
03:00:50   location: interface II
03:00:50 X.java:21: error: non-static method bar2() cannot be referenced from a static context
03:00:50 		bar2();
03:00:50 		^
03:00:50 10 errors
03:00:50 1 warning
03:00:50 
03:00:50 
03:00:50 
03:00:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:51 --- javac err: ---
03:00:51 X.java:19: error: goo(int) in X cannot override goo(int) in Y
03:00:51 	void goo(int x) {}   // Error.
03:00:51 	     ^
03:00:51   overridden method is static
03:00:51 1 error
03:00:51 
03:00:51 
03:00:51 
03:00:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:52 
03:00:52 
03:00:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:53 --- javac err: ---
03:00:53 C.java:2: error: non-static type variable T cannot be referenced from a static context
03:00:53 	public static T foo(T t) {
03:00:53 	                    ^
03:00:53 C.java:2: error: non-static type variable T cannot be referenced from a static context
03:00:53 	public static T foo(T t) {
03:00:53 	              ^
03:00:53 2 errors
03:00:53 
03:00:53 
03:00:53 
03:00:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:55 --- javac err: ---
03:00:55 C.java:2: error: modifier static not allowed here
03:00:55 	static String foo() default "Blah";
03:00:55 	              ^
03:00:55 1 error
03:00:55 
03:00:55 
03:00:55 
03:00:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:56 --- javac err: ---
03:00:56 C.java:4: warning: [static] static method should be qualified by type name, A, instead of by an expression
03:00:56 		a.foo();
03:00:56 		 ^
03:00:56 C.java:4: error: illegal static interface method call
03:00:56 		a.foo();
03:00:56 		     ^
03:00:56   the receiver expression should be replaced with the type qualifier 'A'
03:00:56 1 error
03:00:56 1 warning
03:00:56 
03:00:56 
03:00:56 
03:00:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:57 --- javac err: ---
03:00:57 C.java:5: warning: [static] static method should be qualified by type name, A, instead of by an expression
03:00:57 		a.foo(10);
03:00:57 		 ^
03:00:57 C.java:5: error: illegal static interface method call
03:00:57 		a.foo(10);
03:00:57 		     ^
03:00:57   the receiver expression should be replaced with the type qualifier 'A'
03:00:57 1 error
03:00:57 1 warning
03:00:57 
03:00:57 
03:00:57 
03:00:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:58 --- javac err: ---
03:00:58 C.java:5: error: foo(String) in B clashes with foo(X) in A
03:00:58     static void foo(String s) {}
03:00:58                 ^
03:00:58   overriding method is static
03:00:58   where X is a type-variable:
03:00:58     X extends Object declared in interface A
03:00:58 1 error
03:00:58 
03:00:58 
03:00:58 
03:00:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:00:59 --- javac err: ---
03:00:59 C.java:7: error: class X is public, should be declared in a file named X.java
03:00:59 public class X {
03:00:59        ^
03:00:59 1 error
03:00:59 
03:00:59 
03:00:59 
03:00:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:01 --- javac err: ---
03:01:01 C.java:3: error: non-static variable this cannot be referenced from a static context
03:01:01        System.out.println(this);
03:01:01                           ^
03:01:01 C.java:4: error: cannot find symbol
03:01:01        System.out.println(super.hashCode());
03:01:01                           ^
03:01:01   symbol:   variable super
03:01:01   location: interface A
03:01:01 2 errors
03:01:01 
03:01:01 
03:01:01 
03:01:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:02 
03:01:02 
03:01:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:03 
03:01:03 
03:01:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:04 
03:01:04 
03:01:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:06 
03:01:06 
03:01:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:07 --- javac err: ---
03:01:07 T.java:6: error: not an enclosing class: List
03:01:07 		return List.super.stream(); // List is not a direct super interface
03:01:07 		           ^
03:01:07 T.java:12: error: not an enclosing class: OrderedSet
03:01:07 			return OrderedSet.super.stream(); // not a super interface of the direct enclosing class
03:01:07 			                 ^
03:01:07 T.java:17: error: abstract method add(E) in OrderedSet cannot be accessed directly
03:01:07 		OrderedSet.super.add(o); // target not a default method
03:01:07 		                ^
03:01:07   where E is a type-variable:
03:01:07     E extends Object declared in interface OrderedSet
03:01:07 T.java:20: error: illegal qualifier; Object is not an inner class
03:01:07 		OrderedSet.super(); // not applicable for super ctor call
03:01:07 		          ^
03:01:07 4 errors
03:01:07 
03:01:07 
03:01:07 
03:01:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:09 
03:01:09 
03:01:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:10 --- javac err: ---
03:01:10 X.java:4: error: bad type qualifier I1 in default super call
03:01:10 		I1.super.print(); // illegal attempt to skip I2.print()
03:01:10 		  ^
03:01:10   redundant interface I1 is extended by I2
03:01:10 1 error
03:01:10 
03:01:10 
03:01:10 
03:01:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:11 --- javac err: ---
03:01:11 X.java:4: error: bad type qualifier I1 in default super call
03:01:11 		I1.super.print(); // illegal attempt to skip I2.print()
03:01:11 		  ^
03:01:11   redundant interface I1 is extended by I2
03:01:11 1 error
03:01:11 
03:01:11 
03:01:11 
03:01:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:13 --- javac err: ---
03:01:13 SuperOverride.java:14: error: bad type qualifier IA in default super call
03:01:13 		IA.super.foo(); // illegal attempt to skip IB.foo()
03:01:13 		            ^
03:01:13   method foo() is overridden in IB
03:01:13 1 error
03:01:13 
03:01:13 
03:01:13 
03:01:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:14 
03:01:14 
03:01:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:14 ***************************************************************************
03:01:14 * Comparison with Sun Javac compiler for class GrammarCoverageTests308 (null tests)
03:01:14 ***************************************************************************
03:01:15 --- javac err: ---
03:01:15 X.java:1: error: cannot find symbol
03:01:15 public class X extends @Marker @SingleMember(0) @Normal(Value = 0) Object {
03:01:15                         ^
03:01:15   symbol: class Marker
03:01:15 X.java:1: error: cannot find symbol
03:01:15 public class X extends @Marker @SingleMember(0) @Normal(Value = 0) Object {
03:01:15                                 ^
03:01:15   symbol: class SingleMember
03:01:15 X.java:1: error: cannot find symbol
03:01:15 public class X extends @Marker @SingleMember(0) @Normal(Value = 0) Object {
03:01:15                                                  ^
03:01:15   symbol: class Normal
03:01:15 3 errors
03:01:15 
03:01:15 
03:01:15 
03:01:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:16 --- javac err: ---
03:01:16 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
03:01:16 package java.lang.annotation;
03:01:16 ^
03:01:16 X.java:3: error: cannot find symbol
03:01:16     Zork z;
03:01:16     ^
03:01:16   symbol:   class Zork
03:01:16   location: class X
03:01:16 X.java:2: error: annotation type not applicable to this kind of declaration
03:01:16     @Marker int x;
03:01:16     ^
03:01:16 3 errors
03:01:16 
03:01:16 
03:01:16 
03:01:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:18 --- javac err: ---
03:01:18 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
03:01:18 package java.lang.annotation;
03:01:18 ^
03:01:18 X.java:3: error: cannot find symbol
03:01:18     Zork z;
03:01:18     ^
03:01:18   symbol:   class Zork
03:01:18   location: class X
03:01:18 X.java:2: error: Marker is not a repeatable annotation type
03:01:18     @Marker <T> @Marker int x() { return 10; };
03:01:18                 ^
03:01:18 X.java:2: error: annotation type not applicable to this kind of declaration
03:01:18     @Marker <T> @Marker int x() { return 10; };
03:01:18     ^
03:01:18 4 errors
03:01:18 
03:01:18 
03:01:18 
03:01:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:19 --- javac err: ---
03:01:19 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
03:01:19 package java.lang.annotation;
03:01:19 ^
03:01:19 X.java:3: error: cannot find symbol
03:01:19     Zork z;
03:01:19     ^
03:01:19   symbol:   class Zork
03:01:19   location: class X
03:01:19 X.java:2: error: annotation type not applicable to this kind of declaration
03:01:19     @Marker int x() { return 10; };
03:01:19     ^
03:01:19 3 errors
03:01:19 
03:01:19 
03:01:19 
03:01:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:20 --- javac err: ---
03:01:20 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
03:01:20 package java.lang.annotation;
03:01:20 ^
03:01:20 X.java:3: error: cannot find symbol
03:01:20     Zork z;
03:01:20     ^
03:01:20   symbol:   class Zork
03:01:20   location: class X
03:01:20 X.java:2: error: annotation type not applicable to this kind of declaration
03:01:20     int x(@Marker int p) { return 10; };
03:01:20           ^
03:01:20 3 errors
03:01:20 
03:01:20 
03:01:20 
03:01:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:21 --- javac err: ---
03:01:21 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
03:01:21 package java.lang.annotation;
03:01:21 ^
03:01:21 X.java:3: error: cannot find symbol
03:01:21     Zork z;
03:01:21     ^
03:01:21   symbol:   class Zork
03:01:21   location: class X
03:01:21 X.java:2: error: annotation type not applicable to this kind of declaration
03:01:21     int x(@Marker int ... p) { return 10; };
03:01:21           ^
03:01:21 3 errors
03:01:21 
03:01:21 
03:01:21 
03:01:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:22 --- javac err: ---
03:01:22 X.java:2: error: cannot find symbol
03:01:22     int x(@Marker int [] @Marker ... p) { return 10; };
03:01:22                           ^
03:01:22   symbol:   class Marker
03:01:22   location: class X
03:01:22 X.java:3: error: cannot find symbol
03:01:22     Zork z;
03:01:22     ^
03:01:22   symbol:   class Zork
03:01:22   location: class X
03:01:22 X.java:2: error: cannot find symbol
03:01:22     int x(@Marker int [] @Marker ... p) { return 10; };
03:01:22            ^
03:01:22   symbol:   class Marker
03:01:22   location: class X
03:01:22 3 errors
03:01:22 
03:01:22 
03:01:22 
03:01:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:23 --- javac err: ---
03:01:23 X.java:8: error: cannot find symbol
03:01:23     Zork z;
03:01:23     ^
03:01:23   symbol:   class Zork
03:01:23   location: class X
03:01:23 X.java:4: error: cannot find symbol
03:01:23         } catch (@Marker NullPointerException | @Marker ArrayIndexOutOfBoundsException e) {
03:01:23                                                  ^
03:01:23   symbol:   class Marker
03:01:23   location: class X
03:01:23 X.java:4: error: cannot find symbol
03:01:23         } catch (@Marker NullPointerException | @Marker ArrayIndexOutOfBoundsException e) {
03:01:23                   ^
03:01:23   symbol:   class Marker
03:01:23   location: class X
03:01:23 3 errors
03:01:23 
03:01:23 
03:01:23 
03:01:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:25 --- javac err: ---
03:01:25 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
03:01:25 package java.lang.annotation;
03:01:25 ^
03:01:25 X.java:8: error: cannot find symbol
03:01:25     Zork z;
03:01:25     ^
03:01:25   symbol:   class Zork
03:01:25   location: class X
03:01:25 X.java:3: error: annotation type not applicable to this kind of declaration
03:01:25         @Marker int p;
03:01:25         ^
03:01:25 X.java:4: error: annotation type not applicable to this kind of declaration
03:01:25         final @Marker int q;
03:01:25               ^
03:01:25 X.java:5: error: annotation type not applicable to this kind of declaration
03:01:25         @Marker final int r;
03:01:25         ^
03:01:25 5 errors
03:01:25 
03:01:25 
03:01:25 
03:01:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:26 --- javac err: ---
03:01:26 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
03:01:26 package java.lang.annotation;
03:01:26 ^
03:01:26 X.java:7: error: cannot find symbol
03:01:26     Zork z;
03:01:26     ^
03:01:26   symbol:   class Zork
03:01:26   location: class X
03:01:26 X.java:3: error: annotation type not applicable to this kind of declaration
03:01:26         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
03:01:26              ^
03:01:26 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
03:01:26         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
03:01:26                              ^
03:01:26     (Integer cannot be converted to AutoCloseable)
03:01:26 X.java:3: error: annotation type not applicable to this kind of declaration
03:01:26         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
03:01:26                                              ^
03:01:26 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
03:01:26         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
03:01:26                                                              ^
03:01:26     (Integer cannot be converted to AutoCloseable)
03:01:26 X.java:3: error: annotation type not applicable to this kind of declaration
03:01:26         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
03:01:26                                                                        ^
03:01:26 X.java:3: error: incompatible types: try-with-resources not applicable to variable type
03:01:26         try (@Marker Integer p = null; final @Marker Integer q = null; @Marker final Integer r = null) {
03:01:26                                                                                              ^
03:01:26     (Integer cannot be converted to AutoCloseable)
03:01:26 8 errors
03:01:26 
03:01:26 
03:01:26 
03:01:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:27 --- javac err: ---
03:01:27 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
03:01:27 package java.lang.annotation;
03:01:27 ^
03:01:27 X.java:8: error: cannot find symbol
03:01:27     Zork z;
03:01:27     ^
03:01:27   symbol:   class Zork
03:01:27   location: class X
03:01:27 X.java:3: error: annotation type not applicable to this kind of declaration
03:01:27         for (@Marker int i: new int[3]) {}
03:01:27              ^
03:01:27 X.java:4: error: annotation type not applicable to this kind of declaration
03:01:27         for (final @Marker int i: new int[3]) {}
03:01:27                    ^
03:01:27 X.java:5: error: annotation type not applicable to this kind of declaration
03:01:27         for (@Marker final int i: new int[3]) {}
03:01:27              ^
03:01:27 5 errors
03:01:27 
03:01:27 
03:01:27 
03:01:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:29 --- javac err: ---
03:01:29 java/lang/annotation/ElementType.java:1: error: package exists in another module: java.base
03:01:29 package java.lang.annotation;
03:01:29 ^
03:01:29 X.java:5: error: Marker is not a repeatable annotation type
03:01:29 	public @Marker <T> @Marker String value4(); 
03:01:29 	                   ^
03:01:29 X.java:6: error: Marker is not a repeatable annotation type
03:01:29 	@Marker <T> @Marker String value5(); 
03:01:29 	            ^
03:01:29 X.java:7: error: Marker is not a repeatable annotation type
03:01:29 	@Marker public <T> @Marker String value6(); 
03:01:29 	                   ^
03:01:29 X.java:2: error: annotation type not applicable to this kind of declaration
03:01:29 	public @Marker String value(); 
03:01:29 	       ^
03:01:29 X.java:3: error: annotation type not applicable to this kind of declaration
03:01:29 	@Marker String value2(); 
03:01:29 	^
03:01:29 X.java:4: error: annotation type not applicable to this kind of declaration
03:01:29 	@Marker public String value3(); 
03:01:29 	^
03:01:29 X.java:5: error: annotation type not applicable to this kind of declaration
03:01:29 	public @Marker <T> @Marker String value4(); 
03:01:29 	       ^
03:01:29 X.java:6: error: annotation type not applicable to this kind of declaration
03:01:29 	@Marker <T> @Marker String value5(); 
03:01:29 	^
03:01:29 X.java:7: error: annotation type not applicable to this kind of declaration
03:01:29 	@Marker public <T> @Marker String value6(); 
03:01:29 	^
03:01:29 X.java:5: error: elements in annotation type declarations cannot be generic methods
03:01:29 	public @Marker <T> @Marker String value4(); 
03:01:29 	                ^
03:01:29 X.java:6: error: elements in annotation type declarations cannot be generic methods
03:01:29 	@Marker <T> @Marker String value5(); 
03:01:29 	         ^
03:01:29 X.java:7: error: elements in annotation type declarations cannot be generic methods
03:01:29 	@Marker public <T> @Marker String value6(); 
03:01:29 	                ^
03:01:29 13 errors
03:01:29 
03:01:29 
03:01:29 
03:01:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:30 --- javac err: ---
03:01:30 X.java:3: error: no annotations are allowed in the type of a class literal
03:01:30 		Object o = @Marker int.class;
03:01:30 		                            ^
03:01:30 X.java:4: error: no annotations are allowed in the type of a class literal
03:01:30 		Object o2 = @Marker int @Marker[] [] @Marker[].class;
03:01:30 		                                                    ^
03:01:30 2 errors
03:01:30 
03:01:30 
03:01:30 
03:01:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:31 --- javac err: ---
03:01:31 X.java:6: error: cannot find symbol
03:01:31         I i = @Marker int @Marker []::<String>clone;
03:01:31                ^
03:01:31   symbol:   class Marker
03:01:31   location: class X
03:01:31 X.java:6: error: cannot find symbol
03:01:31         I i = @Marker int @Marker []::<String>clone;
03:01:31                            ^
03:01:31   symbol:   class Marker
03:01:31   location: class X
03:01:31 2 errors
03:01:31 
03:01:31 
03:01:31 
03:01:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:32 --- javac err: ---
03:01:32 X.java:3: error: cannot find symbol
03:01:32         int i [] = new @Marker int @Marker [4];
03:01:32                                     ^
03:01:32   symbol:   class Marker
03:01:32   location: class X
03:01:32 X.java:3: error: cannot find symbol
03:01:32         int i [] = new @Marker int @Marker [4];
03:01:32                         ^
03:01:32   symbol:   class Marker
03:01:32   location: class X
03:01:32 X.java:4: error: cannot find symbol
03:01:32         int j [] = new @Marker int @Marker [] { 10 };
03:01:32                                     ^
03:01:32   symbol:   class Marker
03:01:32   location: class X
03:01:32 X.java:4: error: cannot find symbol
03:01:32         int j [] = new @Marker int @Marker [] { 10 };
03:01:32                         ^
03:01:32   symbol:   class Marker
03:01:32   location: class X
03:01:32 X.java:5: error: cannot find symbol
03:01:32         Zork z;
03:01:32         ^
03:01:32   symbol:   class Zork
03:01:32   location: class X
03:01:32 5 errors
03:01:32 
03:01:32 
03:01:32 
03:01:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:33 --- javac err: ---
03:01:33 X.java:3: error: cannot find symbol
03:01:33         int i = (@Marker int) 0;
03:01:33                   ^
03:01:33   symbol:   class Marker
03:01:33   location: class X
03:01:33 X.java:4: error: cannot find symbol
03:01:33         int j [] = (@Marker int @Marker []) null;
03:01:33                                  ^
03:01:33   symbol:   class Marker
03:01:33   location: class X
03:01:33 X.java:4: error: cannot find symbol
03:01:33         int j [] = (@Marker int @Marker []) null;
03:01:33                      ^
03:01:33   symbol:   class Marker
03:01:33   location: class X
03:01:33 X.java:5: error: cannot find symbol
03:01:33         Zork z;
03:01:33         ^
03:01:33   symbol:   class Zork
03:01:33   location: class X
03:01:33 4 errors
03:01:33 
03:01:33 
03:01:33 
03:01:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:34 --- javac err: ---
03:01:34 X.java:3: error: cannot find symbol
03:01:34         if (args instanceof @Readonly String) {
03:01:34                              ^
03:01:34   symbol:   class Readonly
03:01:34   location: class X
03:01:34 X.java:3: error: incompatible types: String[] cannot be converted to String
03:01:34         if (args instanceof @Readonly String) {
03:01:34             ^
03:01:34 2 errors
03:01:34 
03:01:34 
03:01:34 
03:01:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:36 --- javac err: ---
03:01:36 X.java:1: error: cannot find symbol
03:01:36 public class X extends Y<@Marker Integer, String> {}
03:01:36                           ^
03:01:36   symbol: class Marker
03:01:36 X.java:3: error: cannot find symbol
03:01:36     Zork z;
03:01:36     ^
03:01:36   symbol:   class Zork
03:01:36   location: class Y<T,V>
03:01:36   where T,V are type-variables:
03:01:36     T extends Object declared in class Y
03:01:36     V extends Object declared in class Y
03:01:36 2 errors
03:01:36 
03:01:36 
03:01:36 
03:01:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:37 --- javac err: ---
03:01:37 X.java:1: error: cannot find symbol
03:01:37 public class X extends Y<@Marker Integer> {}
03:01:37                           ^
03:01:37   symbol: class Marker
03:01:37 X.java:3: error: cannot find symbol
03:01:37     Zork z;
03:01:37     ^
03:01:37   symbol:   class Zork
03:01:37   location: class Y<T>
03:01:37   where T is a type-variable:
03:01:37     T extends Object declared in class Y
03:01:37 2 errors
03:01:37 
03:01:37 
03:01:37 
03:01:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:38 --- javac err: ---
03:01:38 X.java:1: error: cannot find symbol
03:01:38 public class X<T extends Object & Comparable<? super @Marker String>> {}
03:01:38                                                       ^
03:01:38   symbol: class Marker
03:01:38 X.java:3: error: cannot find symbol
03:01:38     Zork z;
03:01:38     ^
03:01:38   symbol:   class Zork
03:01:38   location: class Y<T>
03:01:38   where T is a type-variable:
03:01:38     T extends Object declared in class Y
03:01:38 2 errors
03:01:38 
03:01:38 
03:01:38 
03:01:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:39 --- javac err: ---
03:01:39 X.java:1: error: cannot find symbol
03:01:39 public class X<A extends X<X<X<@Marker String>>>> {}
03:01:39                                 ^
03:01:39   symbol: class Marker
03:01:39 X.java:3: error: cannot find symbol
03:01:39     Zork z;
03:01:39     ^
03:01:39   symbol:   class Zork
03:01:39   location: class Y<T>
03:01:39   where T is a type-variable:
03:01:39     T extends Object declared in class Y
03:01:39 X.java:1: error: type argument X<X<@Marker String>> is not within bounds of type-variable A
03:01:39 public class X<A extends X<X<X<@Marker String>>>> {}
03:01:39                             ^
03:01:39   where A is a type-variable:
03:01:39     A extends X<X<X<@Marker String>>> declared in class X
03:01:39 X.java:1: error: type argument X<@Marker String> is not within bounds of type-variable A
03:01:39 public class X<A extends X<X<X<@Marker String>>>> {}
03:01:39                               ^
03:01:39   where A is a type-variable:
03:01:39     A extends X<X<X<@Marker String>>> declared in class X
03:01:39 X.java:1: error: type argument @Marker String is not within bounds of type-variable A
03:01:39 public class X<A extends X<X<X<@Marker String>>>> {}
03:01:39                                ^
03:01:39   where A is a type-variable:
03:01:39     A extends X<X<X<@Marker String>>> declared in class X
03:01:39 5 errors
03:01:39 
03:01:39 
03:01:39 
03:01:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:40 --- javac err: ---
03:01:40 X.java:2: error: cannot find symbol
03:01:40 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
03:01:40 	         ^
03:01:40   symbol:   class Map
03:01:40   location: class X
03:01:40 X.java:2: error: cannot find symbol
03:01:40 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
03:01:40 	              ^
03:01:40   symbol:   class Marker
03:01:40   location: class X
03:01:40 X.java:2: error: cannot find symbol
03:01:40 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
03:01:40 	                              ^
03:01:40   symbol:   class Marker
03:01:40   location: class X
03:01:40 X.java:2: error: cannot find symbol
03:01:40 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
03:01:40 	                                              ^
03:01:40   symbol:   class Marker
03:01:40   location: class X
03:01:40 X.java:2: error: cannot find symbol
03:01:40 	void foo(Map<@Marker ? super @Marker Object, @Marker ? extends @Marker String> m){}
03:01:40 	                                                                ^
03:01:40   symbol:   class Marker
03:01:40   location: class X
03:01:40 X.java:3: error: cannot find symbol
03:01:40    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
03:01:40             ^
03:01:40   symbol:   class Map
03:01:40   location: class X
03:01:40 X.java:3: error: cannot find symbol
03:01:40    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
03:01:40                  ^
03:01:40   symbol:   class Marker
03:01:40   location: class X
03:01:40 X.java:3: error: cannot find symbol
03:01:40    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
03:01:40                                    ^
03:01:40   symbol:   class Marker
03:01:40   location: class X
03:01:40 X.java:3: error: cannot find symbol
03:01:40    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
03:01:40                                                    ^
03:01:40   symbol:   class Marker
03:01:40   location: class X
03:01:40 X.java:3: error: cannot find symbol
03:01:40    void goo(Map<@Marker ? extends @Marker Object, @Marker ? super @Marker String> m){}
03:01:40                                                                    ^
03:01:40   symbol:   class Marker
03:01:40   location: class X
03:01:40 10 errors
03:01:40 
03:01:40 
03:01:40 
03:01:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:41 --- javac err: ---
03:01:41 X.java:1: error: cannot find symbol
03:01:41 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
03:01:41                                    ^
03:01:41   symbol: class Marker
03:01:41 X.java:1: error: cannot find symbol
03:01:41 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
03:01:41                                              ^
03:01:41   symbol: class Marker
03:01:41 X.java:1: error: cannot find symbol
03:01:41 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
03:01:41                                                                            ^
03:01:41   symbol: class Marker
03:01:41 X.java:1: error: cannot find symbol
03:01:41 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
03:01:41                  ^
03:01:41   symbol: class Marker
03:01:41 X.java:1: error: cannot find symbol
03:01:41 public class X <@Marker T extends @Marker Y<@Marker ?>, @Marker Q extends @Marker Integer> {
03:01:41                                                          ^
03:01:41   symbol: class Marker
03:01:41 5 errors
03:01:41 
03:01:41 
03:01:41 
03:01:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:42 --- javac err: ---
03:01:42 I.java:9: error: cannot find symbol
03:01:42 class CJ<T extends CI<U, T> & @Marker I<@Marker U>,
03:01:42                                ^
03:01:42   symbol: class Marker
03:01:42 I.java:9: error: cannot find symbol
03:01:42 class CJ<T extends CI<U, T> & @Marker I<@Marker U>,
03:01:42                                          ^
03:01:42   symbol: class Marker
03:01:42 I.java:5: error: cannot find symbol
03:01:42 class CI<U extends CJ<T, U> & @Marker J<@Marker T>,
03:01:42                                ^
03:01:42   symbol: class Marker
03:01:42 I.java:5: error: cannot find symbol
03:01:42 class CI<U extends CJ<T, U> & @Marker J<@Marker T>,
03:01:42                                          ^
03:01:42   symbol: class Marker
03:01:42 I.java:6: error: cannot find symbol
03:01:42 			T extends CI<U, T> & @Marker I<U>>
03:01:42 			                      ^
03:01:42   symbol: class Marker
03:01:42 5 errors
03:01:42 
03:01:42 
03:01:42 
03:01:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:43 --- javac err: ---
03:01:43 X.java:5: error: cannot find symbol
03:01:43       if (!(other instanceof @Marker X<?>.Y)) {};
03:01:43                               ^
03:01:43   symbol:   class Marker
03:01:43   location: class X<E>.Y
03:01:43   where E is a type-variable:
03:01:43     E extends Object declared in class X
03:01:43 1 error
03:01:43 
03:01:43 
03:01:43 
03:01:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:44 --- javac err: ---
03:01:44 X.java:3: error: cannot find symbol
03:01:44     if (!(this instanceof @Marker X)) {}
03:01:44                            ^
03:01:44   symbol:   class Marker
03:01:44   location: class X<P,C>
03:01:44   where P,C are type-variables:
03:01:44     P extends Object declared in class X
03:01:44     C extends Object declared in class X
03:01:44 1 error
03:01:44 
03:01:44 
03:01:44 
03:01:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:45 --- javac err: ---
03:01:45 X.java:6: error: <identifier> expected
03:01:45         I i = Y<String>.@Marker Z::foo;
03:01:45                         ^
03:01:45 X.java:6: error: illegal start of type
03:01:45         I i = Y<String>.@Marker Z::foo;
03:01:45                                 ^
03:01:45 2 errors
03:01:45 
03:01:45 
03:01:45 
03:01:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:46 --- javac err: ---
03:01:46 X.java:3: error: cannot find symbol
03:01:46         X [] x = new @Marker X @Marker [5];
03:01:46                                 ^
03:01:46   symbol:   class Marker
03:01:46   location: class X
03:01:46 X.java:3: error: cannot find symbol
03:01:46         X [] x = new @Marker X @Marker [5];
03:01:46                       ^
03:01:46   symbol:   class Marker
03:01:46   location: class X
03:01:46 X.java:4: error: cannot find symbol
03:01:46         X [] x2 = new @Marker X @Marker [] { null };
03:01:46                                  ^
03:01:46   symbol:   class Marker
03:01:46   location: class X
03:01:46 X.java:4: error: cannot find symbol
03:01:46         X [] x2 = new @Marker X @Marker [] { null };
03:01:46                        ^
03:01:46   symbol:   class Marker
03:01:46   location: class X
03:01:46 X.java:5: error: cannot find symbol
03:01:46         Zork z;
03:01:46         ^
03:01:46   symbol:   class Zork
03:01:46   location: class X
03:01:46 5 errors
03:01:46 
03:01:46 
03:01:46 
03:01:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:48 --- javac err: ---
03:01:48 X.java:3: error: cannot find symbol
03:01:48         java.util.Map.Entry [] e = (java.util.Map<String, String>.@Marker Entry []) null;
03:01:48                                                                    ^
03:01:48   symbol:   class Marker
03:01:48   location: class X
03:01:48 X.java:3: warning: [rawtypes] found raw type: Entry
03:01:48         java.util.Map.Entry [] e = (java.util.Map<String, String>.@Marker Entry []) null;
03:01:48                      ^
03:01:48   missing type arguments for generic class Entry<K,V>
03:01:48   where K,V are type-variables:
03:01:48     K extends Object declared in interface Entry
03:01:48     V extends Object declared in interface Entry
03:01:48 X.java:3: error: cannot select a static class from a parameterized type
03:01:48         java.util.Map.Entry [] e = (java.util.Map<String, String>.@Marker Entry []) null;
03:01:48                                                                  ^
03:01:48 2 errors
03:01:48 1 warning
03:01:48 
03:01:48 
03:01:48 
03:01:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:49 --- javac err: ---
03:01:49 X.java:4: error: cannot find symbol
03:01:49 	void foo(List<? extends @Marker Comparable<T>> p) {} 
03:01:49 	                         ^
03:01:49   symbol:   class Marker
03:01:49   location: class X<T>
03:01:49   where T is a type-variable:
03:01:49     T extends Comparable<T>,Serializable declared in class X
03:01:49 1 error
03:01:49 
03:01:49 
03:01:49 
03:01:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:50 --- javac err: ---
03:01:50 X.java:5: error: cannot find symbol
03:01:50 class Bar<E extends Base, F extends Foo<E, @Marker Bar<E, F>>> {
03:01:50                                             ^
03:01:50   symbol: class Marker
03:01:50 X.java:3: error: cannot find symbol
03:01:50 class Foo<U extends Base, V extends Bar<U, @Marker Foo<U, V>>> {
03:01:50                                             ^
03:01:50   symbol: class Marker
03:01:50 X.java:3: error: type argument @Marker Foo<U,V> is not within bounds of type-variable F
03:01:50 class Foo<U extends Base, V extends Bar<U, @Marker Foo<U, V>>> {
03:01:50                                                       ^
03:01:50   where U,V,F,E are type-variables:
03:01:50     U extends Base declared in class Foo
03:01:50     V extends Bar<U,@Marker Foo<U,V>> declared in class Foo
03:01:50     F extends Foo<E,@Marker Bar<E,F>> declared in class Bar
03:01:50     E extends Base declared in class Bar
03:01:50 X.java:5: error: type argument @Marker Bar<E,F> is not within bounds of type-variable V
03:01:50 class Bar<E extends Base, F extends Foo<E, @Marker Bar<E, F>>> {
03:01:50                                                       ^
03:01:50   where E,F,V,U are type-variables:
03:01:50     E extends Base declared in class Bar
03:01:50     F extends Foo<E,@Marker Bar<E,F>> declared in class Bar
03:01:50     V extends Bar<U,@Marker Foo<U,V>> declared in class Foo
03:01:50     U extends Base declared in class Foo
03:01:50 4 errors
03:01:50 
03:01:50 
03:01:50 
03:01:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:51 --- javac err: ---
03:01:51 X.java:1: error: cannot find symbol
03:01:51 public class X extends @Marker Object {
03:01:51                         ^
03:01:51   symbol: class Marker
03:01:51 1 error
03:01:51 
03:01:51 
03:01:51 
03:01:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:52 --- javac err: ---
03:01:52 X.java:2: error: cannot find symbol
03:01:52     X x = new @Marker X();
03:01:52                ^
03:01:52   symbol:   class Marker
03:01:52   location: class X
03:01:52 X.java:3: error: cannot find symbol
03:01:52     X y = new <String> @Marker X();
03:01:52                         ^
03:01:52   symbol:   class Marker
03:01:52   location: class X
03:01:52 2 errors
03:01:52 
03:01:52 
03:01:52 
03:01:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:53 --- javac err: ---
03:01:53 X.java:4: error: cannot find symbol
03:01:53     Y y1 = new @Marker X().new @Marker Y();
03:01:53                 ^
03:01:53   symbol:   class Marker
03:01:53   location: class X
03:01:53 X.java:4: error: cannot find symbol
03:01:53     Y y1 = new @Marker X().new @Marker Y();
03:01:53                                 ^
03:01:53   symbol:   class Marker
03:01:53   location: class X
03:01:53 X.java:5: error: cannot find symbol
03:01:53     Y y2 = new @Marker X().new <String> @Marker Y();
03:01:53                 ^
03:01:53   symbol:   class Marker
03:01:53   location: class X
03:01:53 X.java:5: error: cannot find symbol
03:01:53     Y y2 = new @Marker X().new <String> @Marker Y();
03:01:53                                          ^
03:01:53   symbol:   class Marker
03:01:53   location: class X
03:01:53 4 errors
03:01:53 
03:01:53 
03:01:53 
03:01:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:54 --- javac err: ---
03:01:54 X.java:5: error: illegal start of expression
03:01:54     Y y1 = @Marker x.new @Marker Y();
03:01:54            ^
03:01:54 X.java:6: error: illegal start of expression
03:01:54     Y y2 = @Marker x.new <String> @Marker Y();
03:01:54            ^
03:01:54 2 errors
03:01:54 
03:01:54 
03:01:54 
03:01:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:55 --- javac err: ---
03:01:55 X.java:2: error: cannot find symbol
03:01:55     void foo() throws @Marker NullPointerException, @Marker ArrayIndexOutOfBoundsException {}
03:01:55                        ^
03:01:55   symbol:   class Marker
03:01:55   location: class X
03:01:55 X.java:2: error: cannot find symbol
03:01:55     void foo() throws @Marker NullPointerException, @Marker ArrayIndexOutOfBoundsException {}
03:01:55                                                      ^
03:01:55   symbol:   class Marker
03:01:55   location: class X
03:01:55 2 errors
03:01:55 
03:01:55 
03:01:55 
03:01:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:56 --- javac err: ---
03:01:56 X.java:3: error: cannot find symbol
03:01:56 interface K extends @Marker I, @Marker J {}
03:01:56                      ^
03:01:56   symbol: class Marker
03:01:56 X.java:3: error: cannot find symbol
03:01:56 interface K extends @Marker I, @Marker J {}
03:01:56                                 ^
03:01:56   symbol: class Marker
03:01:56 X.java:5: error: cannot find symbol
03:01:56 public class X implements @Marker K, @Marker L {
03:01:56                            ^
03:01:56   symbol: class Marker
03:01:56 X.java:5: error: cannot find symbol
03:01:56 public class X implements @Marker K, @Marker L {
03:01:56                                       ^
03:01:56   symbol: class Marker
03:01:56 4 errors
03:01:56 
03:01:56 
03:01:56 
03:01:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:57 --- javac err: ---
03:01:57 X.java:6: error: <identifier> expected
03:01:57         I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo;
03:01:57                         ^
03:01:57 X.java:6: error: illegal start of expression
03:01:57         I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo;
03:01:57                          ^
03:01:57 X.java:6: error: ';' expected
03:01:57         I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo;
03:01:57                                 ^
03:01:57 X.java:6: error: not a statement
03:01:57         I i = @Marker Y. @Marker Z @Marker [] [] @Marker [] ::foo;
03:01:57                                  ^
03:01:57 4 errors
03:01:57 
03:01:57 
03:01:57 
03:01:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:01:59 --- javac err: ---
03:01:59 X.java:12: error: cannot find symbol
03:01:59         i = @Marker W<@Marker Integer>::<@Marker String> new;
03:01:59              ^
03:01:59   symbol:   class Marker
03:01:59   location: class X
03:01:59 X.java:12: error: cannot find symbol
03:01:59         i = @Marker W<@Marker Integer>::<@Marker String> new;
03:01:59                        ^
03:01:59   symbol:   class Marker
03:01:59   location: class X
03:01:59 X.java:12: error: cannot find symbol
03:01:59         i = @Marker W<@Marker Integer>::<@Marker String> new;
03:01:59                                           ^
03:01:59   symbol:   class Marker
03:01:59   location: class X
03:01:59 X.java:12: error: cannot find symbol
03:01:59         i = @Marker W<@Marker Integer>::<@Marker String> new;
03:01:59         ^
03:01:59   symbol:   variable i
03:01:59   location: class X
03:01:59 X.java:12: error: method reference not expected here
03:01:59         i = @Marker W<@Marker Integer>::<@Marker String> new;
03:01:59                     ^
03:01:59 5 errors
03:01:59 
03:01:59 
03:01:59 
03:01:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:00 --- javac err: ---
03:02:00 X.java:2: error: cannot find symbol
03:02:00     Object o = (@Marker X) null;
03:02:00                  ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:3: error: cannot find symbol
03:02:00     Object p = (@Marker X @Marker []) null;
03:02:00                            ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:3: error: cannot find symbol
03:02:00     Object p = (@Marker X @Marker []) null;
03:02:00                  ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:4: error: cannot find symbol
03:02:00     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
03:02:00                                              ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:4: error: cannot find symbol
03:02:00     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
03:02:00                                ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:4: error: cannot find symbol
03:02:00     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
03:02:00                  ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:4: error: cannot find symbol
03:02:00     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
03:02:00                                                           ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:4: error: cannot find symbol
03:02:00     Object q = (@Marker java. @Marker util. @Marker List<@Marker String> []) null;
03:02:00                         ^
03:02:00   symbol:   class java
03:02:00   location: class X
03:02:00 X.java:5: error: cannot find symbol
03:02:00     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
03:02:00                                                                                                       ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:5: error: cannot find symbol
03:02:00     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
03:02:00                                                                                         ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:5: error: cannot find symbol
03:02:00     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
03:02:00                                             ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:5: error: cannot find symbol
03:02:00     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
03:02:00                                ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:5: error: cannot find symbol
03:02:00     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
03:02:00                  ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:5: error: cannot find symbol
03:02:00 
03:02:00 
03:02:00     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
03:02:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:00                                                         ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:5: error: cannot find symbol
03:02:00     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
03:02:00                                                                         ^
03:02:00   symbol:   class Marker
03:02:00   location: class X
03:02:00 X.java:5: error: cannot find symbol
03:02:00     Object r = (@Marker java. @Marker util.@Marker Map<@Marker String, @Marker String>.@Marker Entry @Marker []) null;
03:02:00                         ^
03:02:00   symbol:   class java
03:02:00   location: class X
03:02:00 16 errors
03:02:00 
03:02:00 ***************************************************************************
03:02:00 * Comparison with Sun Javac compiler for class FlowAnalysisTest8 (null tests)
03:02:00 ***************************************************************************
03:02:01 
03:02:01 
03:02:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:02 
03:02:02 
03:02:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:03 
03:02:03 
03:02:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:04 
03:02:04 
03:02:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:06 
03:02:06 
03:02:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:07 
03:02:07 
03:02:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:08 
03:02:08 
03:02:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:10 
03:02:10 
03:02:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:11 
03:02:11 
03:02:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:12 
03:02:12 
03:02:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:13 --- javac err: ---
03:02:13 X.java:3: error: incompatible types: ISAM is not a functional interface
03:02:13 		ISAM printer = () -> {
03:02:13 		               ^
03:02:13     no abstract method found in interface ISAM
03:02:13 1 error
03:02:13 
03:02:13 
03:02:13 
03:02:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:14 --- javac err: ---
03:02:14 X.java:12: error: incompatible types: invalid method reference
03:02:14 		I is = xs::soo;
03:02:14 		       ^
03:02:14     unexpected static method soo() found in bound lookup
03:02:14 1 error
03:02:14 
03:02:14 
03:02:14 
03:02:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:16 
03:02:16 
03:02:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:17 
03:02:17 
03:02:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:18 --- javac err: ---
03:02:18 X.java:8: error: cannot find symbol
03:02:18 	Zork zork;
03:02:18 	^
03:02:18   symbol:   class Zork
03:02:18   location: class X
03:02:18 1 error
03:02:18 
03:02:18 
03:02:18 
03:02:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:20 
03:02:20 
03:02:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:20 ***************************************************************************
03:02:20 * Comparison with Sun Javac compiler for class TypeAnnotationTest (null tests)
03:02:20 ***************************************************************************
03:02:21 
03:02:21 
03:02:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:23 
03:02:23 
03:02:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:24 
03:02:24 
03:02:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:26 
03:02:26 
03:02:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:27 
03:02:27 
03:02:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:29 
03:02:29 
03:02:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:31 
03:02:31 
03:02:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:32 
03:02:32 
03:02:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:33 
03:02:33 
03:02:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:35 
03:02:35 
03:02:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:36 
03:02:36 
03:02:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:38 
03:02:38 
03:02:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:40 
03:02:40 
03:02:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:41 
03:02:41 
03:02:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:43 
03:02:43 
03:02:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:44 
03:02:44 
03:02:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:45 
03:02:45 
03:02:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:47 
03:02:47 
03:02:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:48 
03:02:48 
03:02:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:49 
03:02:49 
03:02:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:50 
03:02:50 
03:02:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:52 
03:02:52 
03:02:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:53 
03:02:53 
03:02:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:54 
03:02:54 
03:02:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:56 
03:02:56 
03:02:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:57 
03:02:57 
03:02:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:58 
03:02:58 
03:02:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:02:59 
03:02:59 
03:02:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:01 
03:03:01 
03:03:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:02 
03:03:02 
03:03:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:03 
03:03:03 
03:03:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:04 
03:03:04 
03:03:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:05 
03:03:05 
03:03:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:07 
03:03:07 
03:03:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:08 
03:03:08 
03:03:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:09 
03:03:09 
03:03:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:11 
03:03:11 
03:03:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:12 --- javac err: ---
03:03:12 X.java:2: warning: [rawtypes] found raw type: AA.@A BB
03:03:12   AA.@A BB field;
03:03:12      ^
03:03:12   missing type arguments for generic class AA.BB<T>
03:03:12   where T is a type-variable:
03:03:12     T extends Object declared in class AA.BB
03:03:12 1 warning
03:03:12 
03:03:12 
03:03:12 
03:03:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:13 --- javac err: ---
03:03:13 X.java:2: warning: [rawtypes] found raw type: AA.@A BB
03:03:13   @B AA.@A BB[] @C[] field;
03:03:13         ^
03:03:13   missing type arguments for generic class AA.BB<T>
03:03:13   where T is a type-variable:
03:03:13     T extends Object declared in class AA.BB
03:03:13 1 warning
03:03:13 
03:03:13 
03:03:13 
03:03:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:15 
03:03:15 
03:03:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:16 
03:03:16 
03:03:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:17 
03:03:17 
03:03:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:19 
03:03:19 
03:03:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:20 
03:03:20 
03:03:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:21 
03:03:21 
03:03:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:23 
03:03:23 
03:03:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:24 
03:03:24 
03:03:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:25 
03:03:25 
03:03:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:27 
03:03:27 
03:03:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:28 
03:03:28 
03:03:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:29 
03:03:29 
03:03:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:31 
03:03:31 
03:03:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:32 
03:03:32 
03:03:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:33 
03:03:33 
03:03:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:35 
03:03:35 
03:03:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:36 
03:03:36 
03:03:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:37 
03:03:37 
03:03:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:38 
03:03:38 
03:03:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:40 
03:03:40 
03:03:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:41 
03:03:41 
03:03:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:42 
03:03:42 
03:03:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:44 
03:03:44 
03:03:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:45 
03:03:45 
03:03:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:46 
03:03:46 
03:03:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:48 --- javac err: ---
03:03:48 C.java:1: warning: auxiliary class Foo in X.java should not be accessed from outside its own source file
03:03:48 class C { void m() { new @X Foo() {}; } }
03:03:48                             ^
03:03:48 1 warning
03:03:48 
03:03:48 
03:03:48 
03:03:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:49 
03:03:49 
03:03:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:51 
03:03:51 
03:03:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:52 
03:03:52 
03:03:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:54 
03:03:54 
03:03:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:55 
03:03:55 
03:03:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:56 
03:03:56 
03:03:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:58 
03:03:58 
03:03:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:03:59 
03:03:59 
03:03:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:00 
03:04:00 
03:04:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:02 
03:04:02 
03:04:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:03 
03:04:03 
03:04:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:04 
03:04:04 
03:04:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:06 
03:04:06 
03:04:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:07 
03:04:07 
03:04:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:08 --- javac err: ---
03:04:08 X.java:2: warning: [rawtypes] found raw type: X
03:04:08 interface MR { X process(String input); }
03:04:08                ^
03:04:08   missing type arguments for generic class X<T>
03:04:08   where T is a type-variable:
03:04:08     T extends Object declared in class X
03:04:08 1 warning
03:04:08 
03:04:08 
03:04:08 
03:04:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:10 
03:04:10 
03:04:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:11 --- javac err: ---
03:04:11 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.
03:04:11 java.lang.AssertionError
03:04:11 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)
03:04:11 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)
03:04:11 org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest#test066_codeblocks_methodReference - 10
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)
03:04:11 X.java [
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)
03:04:11 interface I {
03:04:11     Object copy(int [] ia);
03:04:11 }
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)
03:04:11 public class X  {
03:04:11     public static void main(String [] args) {
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)
03:04:11         I i = @B(1) int @B(2)[]::<String>clone;
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)
03:04:11         i.copy(new int[10]); 
03:04:11     }
03:04:11 }
03:04:11 
03:04:11 ]
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)
03:04:11 B.java [
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)
03:04:11 import java.lang.annotation.*;
03:04:11 @Target(ElementType.TYPE_USE)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)
03:04:11 @Retention(RetentionPolicy.RUNTIME)
03:04:11 @interface B {
03:04:11 	int value() default -1;
03:04:11 }
03:04:11 
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)
03:04:11 ]
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)
03:04:11 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)
03:04:11 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)
03:04:11 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)
03:04:11 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)
03:04:11 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)
03:04:11 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)
03:04:11 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)
03:04:11 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)
03:04:11 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)
03:04:11 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)
03:04:11 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)
03:04:11 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)
03:04:11 
03:04:11 ----------------------------------------
03:04:11 
03:04:11 
03:04:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:13 --- javac err: ---
03:04:13 X.java:2: warning: [rawtypes] found raw type: X
03:04:13 interface MR { X process(String input); }
03:04:13                ^
03:04:13   missing type arguments for generic class X<T>
03:04:13   where T is a type-variable:
03:04:13     T extends Object declared in class X
03:04:13 1 warning
03:04:13 
03:04:13 
03:04:13 
03:04:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:14 
03:04:14 
03:04:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:15 
03:04:15 
03:04:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:17 
03:04:17 
03:04:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:18 
03:04:18 
03:04:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:19 --- javac err: ---
03:04:19 X.java:5: warning: [unchecked] unchecked cast
03:04:19 	  I<String> i = (I<@B(1) String> & @B(2) J<String>) o;
03:04:19 	                                                    ^
03:04:19   required: INT#1
03:04:19   found:    Object
03:04:19   where INT#1 is an intersection type:
03:04:19     INT#1 extends Object,I<String>,J<String>
03:04:19 1 warning
03:04:19 
03:04:20 
03:04:20 
03:04:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:21 
03:04:21 
03:04:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:22 
03:04:22 
03:04:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:23 
03:04:23 
03:04:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:25 
03:04:25 
03:04:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:26 --- javac err: ---
03:04:26 X.java:3: warning: [rawtypes] found raw type: X
03:04:26        new <String, @A T2>X();
03:04:26                           ^
03:04:26   missing type arguments for generic class X<T1,T2>
03:04:26   where T1,T2 are type-variables:
03:04:26     T1 extends Object declared in class X
03:04:26     T2 extends Object declared in class X
03:04:26 1 warning
03:04:26 
03:04:26 
03:04:26 
03:04:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:27 --- javac err: ---
03:04:27 X.java:4: warning: [rawtypes] found raw type: X
03:04:27        new <java.util.List<@A String>, T2>X();
03:04:27                                           ^
03:04:27   missing type arguments for generic class X<T1,T2>
03:04:27   where T1,T2 are type-variables:
03:04:27     T1 extends Object declared in class X
03:04:27     T2 extends Object declared in class X
03:04:27 1 warning
03:04:27 
03:04:27 
03:04:27 
03:04:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:28 --- javac err: ---
03:04:28 X.java:3: warning: [rawtypes] found raw type: X
03:04:28        new <@A T>X();
03:04:28                  ^
03:04:28   missing type arguments for generic class X<T>
03:04:28   where T is a type-variable:
03:04:28     T extends Object declared in class X
03:04:28 1 warning
03:04:28 
03:04:29 
03:04:29 
03:04:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:30 
03:04:30 
03:04:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:31 
03:04:31 
03:04:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:33 
03:04:33 
03:04:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:34 
03:04:34 
03:04:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:35 
03:04:35 
03:04:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:36 
03:04:36 
03:04:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:38 
03:04:38 
03:04:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:39 
03:04:39 
03:04:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:40 
03:04:40 
03:04:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:42 
03:04:42 
03:04:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:43 
03:04:43 
03:04:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:45 
03:04:45 
03:04:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:46 
03:04:46 
03:04:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:48 --- javac err: ---
03:04:48 X.java:3: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
03:04:48   one.two.three.Level1.Level2.@B(2) Level3.Level4.@B(3) Level5<String> instance;
03:04:48                ^
03:04:48 1 warning
03:04:48 
03:04:48 
03:04:48 
03:04:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:49 --- javac err: ---
03:04:49 X.java:3: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
03:04:49   one.two.three.Level1.Level2.@B(2) Level3.Level4.@B(3) Level5<String>[][] instance;
03:04:49                ^
03:04:49 1 warning
03:04:49 
03:04:49 
03:04:49 
03:04:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:51 --- javac err: ---
03:04:51 X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
03:04:51   Level1.Level2.@B(2) Level3.Level4.@B(3) Level5<String>[][] instance;
03:04:51   ^
03:04:51 1 warning
03:04:51 
03:04:51 
03:04:51 
03:04:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:52 --- javac err: ---
03:04:52 X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
03:04:52   Level1.Level2.Level3.Level4.Level5<@B(1) String>[][] instance;
03:04:52   ^
03:04:52 1 warning
03:04:52 
03:04:52 
03:04:52 
03:04:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:53 --- javac err: ---
03:04:53 X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
03:04:53   Level1.Level2.Level3<@B(1) String>.Level4.Level5<@B(2) String>[][] instance;
03:04:53   ^
03:04:53 1 warning
03:04:53 
03:04:53 
03:04:53 
03:04:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:54 --- javac err: ---
03:04:54 X.java:2: warning: auxiliary class Level1 in Levels.java should not be accessed from outside its own source file
03:04:54   Level1.@B(5) Level2.Level3<@B(1) String>.Level4.Level5<@B(2) String>[][] instance;
03:04:54   ^
03:04:54 1 warning
03:04:54 
03:04:54 
03:04:54 
03:04:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:56 
03:04:56 
03:04:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:57 --- javac err: ---
03:04:57 X.java:2: warning: [rawtypes] found raw type: @B(2) Entry
03:04:57   java.util.Map.@B(2) Entry field;
03:04:57                 ^
03:04:57   missing type arguments for generic class Entry<K,V>
03:04:57   where K,V are type-variables:
03:04:57     K extends Object declared in interface Entry
03:04:57     V extends Object declared in interface Entry
03:04:57 1 warning
03:04:57 
03:04:57 
03:04:57 
03:04:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:58 
03:04:58 
03:04:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:04:59 
03:04:59 
03:04:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:01 
03:05:01 
03:05:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:02 
03:05:02 
03:05:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:03 
03:05:03 
03:05:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:04 
03:05:04 
03:05:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:06 
03:05:06 
03:05:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:07 
03:05:07 
03:05:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:08 
03:05:08 
03:05:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:10 
03:05:10 
03:05:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:11 
03:05:11 
03:05:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:12 
03:05:12 
03:05:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:14 
03:05:14 
03:05:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:15 
03:05:15 
03:05:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:17 --- javac err: ---
03:05:17 X.java:18: warning: [rawtypes] found raw type: Class
03:05:17 	Class value() default int[].class;
03:05:17 	^
03:05:17   missing type arguments for generic class Class<T>
03:05:17   where T is a type-variable:
03:05:17     T extends Object declared in class Class
03:05:17 1 warning
03:05:17 
03:05:17 
03:05:17 
03:05:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:18 --- javac err: ---
03:05:18 X.java:18: warning: [rawtypes] found raw type: Class
03:05:18 	Class value() default int[].class;
03:05:18 	^
03:05:18   missing type arguments for generic class Class<T>
03:05:18   where T is a type-variable:
03:05:18     T extends Object declared in class Class
03:05:18 1 warning
03:05:18 
03:05:18 
03:05:18 
03:05:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:19 
03:05:19 
03:05:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:21 
03:05:21 
03:05:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:22 --- javac err: ---
03:05:22 X.java:2: warning: [rawtypes] found raw type: List
03:05:22 	java.util.List [][] l = new java.util.ArrayList @pkg.NonNull [0] @pkg.NonNull[];     
03:05:22 	         ^
03:05:22   missing type arguments for generic class List<E>
03:05:22   where E is a type-variable:
03:05:22     E extends Object declared in interface List
03:05:22 X.java:2: warning: [rawtypes] found raw type: ArrayList
03:05:22 	java.util.List [][] l = new java.util.ArrayList @pkg.NonNull [0] @pkg.NonNull[];     
03:05:22 	                                     ^
03:05:22   missing type arguments for generic class ArrayList<E>
03:05:22   where E is a type-variable:
03:05:22     E extends Object declared in class ArrayList
03:05:22 2 warnings
03:05:22 
03:05:22 
03:05:22 
03:05:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:23 
03:05:23 
03:05:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:25 
03:05:25 
03:05:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:26 
03:05:26 
03:05:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:27 
03:05:27 
03:05:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:29 --- javac err: ---
03:05:29 X.java:2: warning: [cast] redundant cast to String
03:05:29 	 String s = (String) "Hello";
03:05:29 	            ^
03:05:29 1 warning
03:05:29 
03:05:29 
03:05:29 
03:05:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:30 --- javac err: ---
03:05:30 X.java:10: error: invalid method declaration; return type required
03:05:30     foo(String s) {
03:05:30     ^
03:05:30 1 error
03:05:30 
03:05:30 
03:05:30 
03:05:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:31 --- javac err: ---
03:05:31 X.java:19: warning: [rawtypes] found raw type: ArrayList
03:05:31 		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) [];
03:05:31 		                                                                                                 ^
03:05:31   missing type arguments for generic class ArrayList<E>
03:05:31   where E is a type-variable:
03:05:31     E extends Object declared in class ArrayList
03:05:31 X.java:19: warning: [unchecked] unchecked conversion
03:05:31 		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) [];
03:05:31 		                                                                                             ^
03:05:31   required: List<@Size(max=41) CharSequence>[] @Size(max=42) [] @Nonnull,@Size(max=43) [][]
03:05:31   found:    @Size(max=44) ArrayList[][][] @Size(max=47),@Size(max=48) []
03:05:31 2 warnings
03:05:31 
03:05:31 
03:05:31 
03:05:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:33 --- javac err: ---
03:05:33 X.java:17: warning: [rawtypes] found raw type: ArrayList
03:05:33    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) [];
03:05:33                                                                                                     ^
03:05:33   missing type arguments for generic class ArrayList<E>
03:05:33   where E is a type-variable:
03:05:33     E extends Object declared in class ArrayList
03:05:33 X.java:17: warning: [unchecked] unchecked conversion
03:05:33    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) [];
03:05:33                                                                                                 ^
03:05:33   required: List<@Size(max=41) CharSequence>[] @Size(max=42) [] @Nonnull,@Size(max=43) [][]
03:05:33   found:    @Size(max=44) ArrayList[][][] @Size(max=47),@Size(max=48) []
03:05:33 2 warnings
03:05:33 
03:05:33 
03:05:33 
03:05:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:34 
03:05:34 
03:05:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:34 
03:05:34 
03:05:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:36 
03:05:36 
03:05:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:37 
03:05:37 
03:05:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:39 
03:05:39 
03:05:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:40 
03:05:40 
03:05:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:41 --- javac err: ---
03:05:41 T.java:5: warning: [deprecation] TC in unnamed package has been deprecated
03:05:41 @R(TC.class)
03:05:41    ^
03:05:41 1 warning
03:05:41 
03:05:41 
03:05:41 
03:05:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:42 
03:05:42 
03:05:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:44 
03:05:44 
03:05:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:45 
03:05:45 
03:05:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:46 --- javac err: ---
03:05:46 Outer.java:4: warning: [rawtypes] found raw type: Outer.@T(7) Inner
03:05:46 	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) [];
03:05:46 	                                                                                     ^
03:05:46   missing type arguments for generic class Outer<K1,K2>.Inner<P1,P2>
03:05:46   where P1,P2,K1,K2 are type-variables:
03:05:46     P1 extends Object declared in class Outer.Inner
03:05:46     P2 extends Object declared in class Outer.Inner
03:05:46     K1 extends Object declared in class Outer
03:05:46     K2 extends Object declared in class Outer
03:05:46 1 warning
03:05:46 
03:05:46 
03:05:46 
03:05:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:47 --- javac err: ---
03:05:47 X.java:1: error: cannot find symbol
03:05:47 public class X<@Missing T> {
03:05:47                 ^
03:05:47   symbol: class Missing
03:05:47 1 error
03:05:47 
03:05:47 
03:05:47 
03:05:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:47 ***************************************************************************
03:05:47 * Comparison with Sun Javac compiler for class JSR308SpecSnippetTests (null tests)
03:05:47 ***************************************************************************
03:05:49 
03:05:49 
03:05:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:50 
03:05:50 
03:05:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:51 
03:05:51 
03:05:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:53 
03:05:53 
03:05:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:54 --- javac err: ---
03:05:54 X.java:10: warning: [serial] serializable class TemperatureException has no definition of serialVersionUID
03:05:54 class TemperatureException extends RuntimeException{}
03:05:54 ^
03:05:54 1 warning
03:05:54 
03:05:54 
03:05:54 
03:05:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:56 
03:05:56 
03:05:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:57 --- javac err: ---
03:05:57 X.java:17: warning: [rawtypes] found raw type: @NonNull Entry
03:05:57 		Map.@NonNull Entry e;
03:05:57 		    ^
03:05:57   missing type arguments for generic class Entry<K,V>
03:05:57   where K,V are type-variables:
03:05:57     K extends Object declared in interface Entry
03:05:57     V extends Object declared in interface Entry
03:05:57 1 warning
03:05:57 
03:05:57 
03:05:57 
03:05:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:05:59 
03:05:59 
03:05:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:00 
03:06:00 
03:06:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:01 --- javac err: ---
03:06:01 X.java:22: warning: [rawtypes] found raw type: List
03:06:01 	int f(List l);
03:06:01 	      ^
03:06:01   missing type arguments for generic class List<E>
03:06:01   where E is a type-variable:
03:06:01     E extends Object declared in interface List
03:06:01 X.java:29: warning: [deprecation] getDay() in Date has been deprecated
03:06:01 		I i = @Vernal Date::getDay;
03:06:01 		              ^
03:06:01 2 warnings
03:06:01 
03:06:02 
03:06:02 
03:06:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:03 
03:06:03 
03:06:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:04 
03:06:04 
03:06:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:06 
03:06:06 
03:06:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:07 --- javac err: ---
03:06:07 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
03:06:07 	void foo (X this, X this) {
03:06:07 	                    ^
03:06:07 X.java:14: error: ')' expected
03:06:07 	I i = (X this) -> {};
03:06:07 	        ^
03:06:07 2 errors
03:06:07 
03:06:07 
03:06:07 
03:06:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:08 
03:06:08 
03:06:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:09 
03:06:09 
03:06:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:10 
03:06:10 
03:06:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:12 --- javac err: ---
03:06:12 X.java:9: error: annotation @Receiver not applicable in this type context
03:06:12 	void foo(@Receiver X this) {}
03:06:12 	         ^
03:06:12 X.java:11: error: annotation @Receiver not applicable in this type context
03:06:12 		 Y(@Receiver X X.this, boolean b) { }
03:06:12 		   ^
03:06:12 2 errors
03:06:12 
03:06:12 
03:06:12 
03:06:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:13 
03:06:13 
03:06:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:14 --- javac err: ---
03:06:14 X.java:1: error: <identifier> expected
03:06:14 import java.util.@NotAllowed Date; // illegal!
03:06:14                  ^
03:06:14 X.java:1: error: class, interface, or enum expected
03:06:14 import java.util.@NotAllowed Date; // illegal!
03:06:14                              ^
03:06:14 X.java:2: error: <identifier> expected
03:06:14 import @IllegalSyntax java.util.Date; // illegal syntax
03:06:14       ^
03:06:14 X.java:2: error: class, interface, or enum expected
03:06:14 import @IllegalSyntax java.util.Date; // illegal syntax
03:06:14                       ^
03:06:14 X.java:19: error: no annotations are allowed in the type of a class literal
03:06:14 		Object o = @Even int.class; // illegal!
03:06:14 		                          ^
03:06:14 X.java:20: error: no annotations are allowed in the type of a class literal
03:06:14 		o = int @NonEmpty [].class; // illegal!
03:06:14 		                          ^
03:06:14 X.java:21: error: illegal start of expression
03:06:14 		int x = @IllegalSyntax X.staticField;
03:06:14 		                                    ^
03:06:14 7 errors
03:06:14 
03:06:14 
03:06:14 
03:06:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:15 --- javac err: ---
03:06:15 X.java:1: error: <identifier> expected
03:06:15 import java.util.@NotAllowed Date; // illegal!
03:06:15                  ^
03:06:15 X.java:1: error: class, interface, or enum expected
03:06:15 import java.util.@NotAllowed Date; // illegal!
03:06:15                              ^
03:06:15 X.java:2: error: <identifier> expected
03:06:15 import @IllegalSyntax java.util.Date; // illegal syntax
03:06:15       ^
03:06:15 X.java:2: error: class, interface, or enum expected
03:06:15 import @IllegalSyntax java.util.Date; // illegal syntax
03:06:15                       ^
03:06:15 X.java:26: error: no annotations are allowed in the type of a class literal
03:06:15 		Object o = @Even int.class; // illegal!
03:06:15 		                          ^
03:06:15 X.java:27: error: no annotations are allowed in the type of a class literal
03:06:15 		o = int @NonEmpty [].class; // illegal!
03:06:15 		                          ^
03:06:15 X.java:28: error: illegal start of expression
03:06:15 		int x = @IllegalSyntax X.staticField;
03:06:15 		                                    ^
03:06:15 X.java:31: error: illegal start of expression
03:06:15 		int x2 = @IllegalSyntax X.super.f;
03:06:15 		                                 ^
03:06:15 8 errors
03:06:15 
03:06:15 
03:06:15 
03:06:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:16 
03:06:16 
03:06:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:18 
03:06:18 
03:06:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:19 
03:06:19 
03:06:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:20 
03:06:20 
03:06:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:21 
03:06:21 
03:06:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:23 
03:06:23 
03:06:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:24 
03:06:24 
03:06:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:25 --- javac err: ---
03:06:25 X.java:13: error: scoping construct cannot be annotated with type-use annotation: @TAnno
03:06:25 @TAnno java.lang.Object field8; // illegal
03:06:25                 ^
03:06:25 X.java:25: error: scoping construct cannot be annotated with type-use annotation: @TAnno
03:06:25 @TAnno java.lang.Object myMethod8() {  } // illegal
03:06:25                 ^
03:06:25 X.java:19: error: annotation type not applicable to this kind of declaration
03:06:25 @TAnno void myMethod2() { } // illegal
03:06:25 ^
03:06:25 X.java:15: error: annotation @FAnno not applicable in this type context
03:06:25 java.lang. @FAnno Object field10; // illegal
03:06:25            ^
03:06:25 X.java:27: error: annotation @MAnno not applicable in this type context
03:06:25 java.lang. @MAnno Object myMethod10() { } // illegal
03:06:25            ^
03:06:25 5 errors
03:06:25 
03:06:25 
03:06:25 
03:06:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:26 
03:06:26 
03:06:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:27 
03:06:27 
03:06:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:29 --- javac err: ---
03:06:29 X.java:7: error: annotation type not applicable to this kind of declaration
03:06:29 @Annotation @TypeAnnotation class X {
03:06:29             ^
03:06:29 1 error
03:06:29 
03:06:29 
03:06:29 
03:06:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:30 
03:06:30 
03:06:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:31 
03:06:31 
03:06:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:32 
03:06:32 
03:06:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:33 
03:06:33 
03:06:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:35 --- javac err: ---
03:06:35 X.java:4: warning: [rawtypes] found raw type: @NonNull Comparable
03:06:35 class X <T extends @NonNull Comparable> {
03:06:35                    ^
03:06:35   missing type arguments for generic class Comparable<T>
03:06:35   where T is a type-variable:
03:06:35     T extends Object declared in interface Comparable
03:06:35 1 warning
03:06:35 
03:06:35 
03:06:35 
03:06:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:36 --- javac err: ---
03:06:36 X.java:6: warning: [rawtypes] found raw type: Comparable
03:06:36 class X <T extends Comparable & @NonNull Serializable> {
03:06:36                    ^
03:06:36   missing type arguments for generic class Comparable<T>
03:06:36   where T is a type-variable:
03:06:36     T extends Object declared in interface Comparable
03:06:36 X.java:7: warning: [rawtypes] found raw type: @NonNull Comparable
03:06:36   <T extends @NonNull Comparable> void one(T t) {}
03:06:36              ^
03:06:36   missing type arguments for generic class Comparable<T>
03:06:36   where T is a type-variable:
03:06:36     T extends Object declared in interface Comparable
03:06:36 X.java:8: warning: [rawtypes] found raw type: Comparable
03:06:36   <T extends Comparable & @NonNull Serializable> void two(T t) {}
03:06:36              ^
03:06:36   missing type arguments for generic class Comparable<T>
03:06:36   where T is a type-variable:
03:06:36     T extends Object declared in interface Comparable
03:06:36 X.java:9: warning: [rawtypes] found raw type: @NonNull Comparable
03:06:36   <T extends @NonNull Comparable & @NonNull Serializable> void three(T t) {}
03:06:36              ^
03:06:36   missing type arguments for generic class Comparable<T>
03:06:36   where T is a type-variable:
03:06:36     T extends Object declared in interface Comparable
03:06:36 4 warnings
03:06:36 
03:06:36 
03:06:36 
03:06:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:38 
03:06:38 
03:06:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:39 
03:06:39 
03:06:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:40 
03:06:40 
03:06:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:42 
03:06:42 
03:06:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:43 
03:06:43 
03:06:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:44 
03:06:44 
03:06:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:45 --- javac err: ---
03:06:45 X.java:14: warning: [rawtypes] found raw type: @B Comparable
03:06:45 class X<T extends @A Object & @B Comparable, U extends @C Cloneable> {
03:06:45                               ^
03:06:45   missing type arguments for generic class Comparable<T>
03:06:45   where T is a type-variable:
03:06:45     T extends Object declared in interface Comparable
03:06:45 1 warning
03:06:45 
03:06:46 
03:06:46 
03:06:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:47 
03:06:47 
03:06:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:48 
03:06:48 
03:06:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:50 
03:06:50 
03:06:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:51 
03:06:51 
03:06:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:53 
03:06:53 
03:06:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:54 
03:06:54 
03:06:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:55 
03:06:55 
03:06:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:57 
03:06:57 
03:06:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:57 ***************************************************************************
03:06:57 * Comparison with Sun Javac compiler for class Deprecated18Test (null tests)
03:06:57 ***************************************************************************
03:06:58 --- javac err: ---
03:06:58 X.java:4: warning: [deprecation] callMe() in Y has been deprecated
03:06:58 			Y.callMe();
03:06:58 			 ^
03:06:58 1 warning
03:06:58 
03:06:58 
03:06:58 
03:06:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:58 ***************************************************************************
03:06:58 * Comparison with Sun Javac compiler for class MethodParametersAttributeTest (null tests)
03:06:58 ***************************************************************************
03:06:58 
03:06:58 
03:06:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:58 
03:06:58 
03:06:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:58 
03:06:58 
03:06:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:58 
03:06:58 
03:06:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:58 
03:06:58 
03:06:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:06:59 
03:06:59 
03:06:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:00 
03:07:00 
03:07:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:01 
03:07:01 
03:07:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:03 
03:07:03 
03:07:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:04 
03:07:04 
03:07:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:05 
03:07:05 
03:07:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:06 
03:07:06 
03:07:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:07 
03:07:08 
03:07:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:08 
03:07:08 
03:07:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:09 
03:07:09 
03:07:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 ***************************************************************************
03:07:11 * Comparison with Sun Javac compiler for class ClassFileReaderTest_1_8 (null tests)
03:07:11 ***************************************************************************
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 
03:07:11 
03:07:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:11 ***************************************************************************
03:07:11 * Comparison with Sun Javac compiler for class RepeatableAnnotationTest (null tests)
03:07:11 ***************************************************************************
03:07:12 --- javac err: ---
03:07:14 X.java:1: error: Foo is not a repeatable annotation type
03:07:14 public @Foo @Foo class X {
03:07:14             ^
03:07:14 1 error
03:07:14 
03:07:14 
03:07:14 
03:07:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:14 
03:07:14 
03:07:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:15 --- javac err: ---
03:07:15 X.java:1: error: container FooContainer is not applicable to element X
03:07:15 @Foo @Foo public class X { /* Problem */
03:07:15 ^
03:07:15 X.java:3: error: container FooContainer is not applicable to element local
03:07:15     @Foo @Foo int local = 0; /* Problem! */
03:07:15     ^
03:07:15 2 errors
03:07:15 
03:07:15 
03:07:15 
03:07:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:17 --- javac err: ---
03:07:17 X.java:1: error: container FooContainer is not applicable to element X
03:07:17 @Foo @Foo public class X { /* Problem */
03:07:17 ^
03:07:17 1 error
03:07:17 
03:07:17 
03:07:17 
03:07:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:18 
03:07:18 
03:07:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:19 --- javac err: ---
03:07:19 X.java:3: error: container FooContainer must not be present at the same time as the element it contains
03:07:19 @Foo @Foo @FooContainer({@Foo, @Foo}) public class X { /* A problem */ }
03:07:19           ^
03:07:19 1 error
03:07:19 
03:07:19 
03:07:19 
03:07:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:21 --- javac err: ---
03:07:21 X.java:4: error: container FooContainer must not be present at the same time as the element it contains
03:07:21 @Foo @Foo @FooContainer({@Foo, @Foo}) public class X { /* Still a problem */ }
03:07:21           ^
03:07:21 1 error
03:07:21 
03:07:21 
03:07:21 
03:07:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:22 --- javac err: ---
03:07:22 X.java:5: error: container FooContainer must not be present at the same time as the element it contains
03:07:22 @Foo @Foo @Bar @Bar @FooContainer({@Foo, @Foo}) public class X { /* Still a problem */ }
03:07:22                     ^
03:07:22 X.java:5: error: Bar is not a repeatable annotation type
03:07:22 @Foo @Foo @Bar @Bar @FooContainer({@Foo, @Foo}) public class X { /* Still a problem */ }
03:07:22                ^
03:07:22 2 errors
03:07:22 
03:07:22 
03:07:22 
03:07:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:23 --- javac err: ---
03:07:23 Foo.java:3: error: FooContainer is not a valid @Repeatable, no value element method declared
03:07:23 @java.lang.annotation.Repeatable(FooContainer.class)
03:07:23 ^
03:07:23 1 error
03:07:23 
03:07:23 
03:07:23 
03:07:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:24 --- javac err: ---
03:07:24 Foo.java:4: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[]
03:07:24 @java.lang.annotation.Repeatable(FooContainer.class)
03:07:24 ^
03:07:24 1 error
03:07:24 
03:07:24 
03:07:24 
03:07:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:25 --- javac err: ---
03:07:25 Foo.java:2: error: invalid type for annotation type element
03:07:25     Foo[][] value();
03:07:25        ^
03:07:25 Foo.java:4: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[]
03:07:25 @java.lang.annotation.Repeatable(FooContainer.class)
03:07:25 ^
03:07:25 2 errors
03:07:25 
03:07:25 
03:07:25 
03:07:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:26 --- javac err: ---
03:07:26 Foo.java:6: error: containing annotation type (FooContainer) does not have a default value for element doesntHaveDefaultValue()
03:07:26 @java.lang.annotation.Repeatable(FooContainer.class)
03:07:26 ^
03:07:26 1 error
03:07:26 
03:07:26 
03:07:26 
03:07:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:27 
03:07:27 
03:07:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:31 --- javac err: ---
03:07:31 X.java:1: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[]
03:07:31 @Foo @Foo public class X { /* Problem since Foo now uses FooContainer which doesn't work anymore*/
03:07:31 ^
03:07:31 X.java:1: error: containing annotation type (FooContainer) must declare an element named 'value' of type Foo[]
03:07:31 @Foo @Foo public class X { /* Problem since Foo now uses FooContainer which doesn't work anymore*/
03:07:31      ^
03:07:31 2 errors
03:07:31 
03:07:31 
03:07:31 
03:07:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:32 --- javac err: ---
03:07:32 Foo.java:5: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo)
03:07:32 @java.lang.annotation.Repeatable(FooContainer.class)
03:07:32 ^
03:07:32 1 error
03:07:32 
03:07:32 
03:07:32 
03:07:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:33 --- javac err: ---
03:07:33 Foo.java:5: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo)
03:07:33 @java.lang.annotation.Repeatable(FooContainer.class)
03:07:33 ^
03:07:33 1 error
03:07:33 
03:07:33 
03:07:33 
03:07:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:35 --- javac err: ---
03:07:35 Foo.java:4: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo)
03:07:35 @java.lang.annotation.Repeatable(FooContainer.class)
03:07:35 ^
03:07:35 1 error
03:07:35 
03:07:35 
03:07:35 
03:07:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:36 
03:07:36 
03:07:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:38 --- javac err: ---
03:07:38 Foo.java:1: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo)
03:07:38 @java.lang.annotation.Repeatable(FooContainer.class)
03:07:38 ^
03:07:38 1 error
03:07:38 
03:07:38 
03:07:38 
03:07:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:40 --- javac err: ---
03:07:40 Foo.java:3: error: retention of containing annotation type (FooContainer) is shorter than the retention of repeatable annotation type (Foo)
03:07:40 @java.lang.annotation.Repeatable(FooContainer.class)
03:07:40 ^
03:07:40 1 error
03:07:40 
03:07:40 
03:07:40 
03:07:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:41 --- javac err: ---
03:07:41 Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo)
03:07:41 public @java.lang.annotation.Repeatable(FooContainer.class)
03:07:41        ^
03:07:41 1 error
03:07:41 
03:07:41 
03:07:41 
03:07:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:44 --- javac err: ---
03:07:44 Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo)
03:07:44 public @java.lang.annotation.Repeatable(FooContainer.class)
03:07:44        ^
03:07:44 1 error
03:07:44 
03:07:44 
03:07:44 
03:07:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:45 
03:07:45 
03:07:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:46 --- javac err: ---
03:07:46 Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo)
03:07:46 public @java.lang.annotation.Repeatable(FooContainer.class)
03:07:46        ^
03:07:46 1 error
03:07:46 
03:07:46 
03:07:46 
03:07:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:48 --- javac err: ---
03:07:48 Foo.java:3: error: containing annotation type (FooContainer) is applicable to more targets than repeatable annotation type (Foo)
03:07:48 @java.lang.annotation.Repeatable(FooContainer.class)
03:07:48 ^
03:07:48 1 error
03:07:48 
03:07:48 
03:07:48 
03:07:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:49 
03:07:49 
03:07:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:50 
03:07:50 
03:07:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:51 --- javac err: ---
03:07:51 Foo.java:1: error: repeatable annotation type (Foo) is @Documented while containing annotation type (FooContainer) is not
03:07:51 @java.lang.annotation.Repeatable(FooContainer.class) @java.lang.annotation.Documented
03:07:51 ^
03:07:51 1 error
03:07:51 
03:07:51 
03:07:51 
03:07:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:54 
03:07:54 
03:07:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:55 
03:07:55 
03:07:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:56 
03:07:56 
03:07:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:57 --- javac err: ---
03:07:57 Foo.java:1: error: repeatable annotation type (Foo) is @Inherited while containing annotation type (FooContainer) is not
03:07:57 @java.lang.annotation.Repeatable(FooContainer.class) @java.lang.annotation.Inherited
03:07:57 ^
03:07:57 1 error
03:07:57 
03:07:57 
03:07:57 
03:07:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:07:59 
03:07:59 
03:07:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:00 --- javac err: ---
03:08:00 X.java:12: error: container TC is not applicable to element X
03:08:00 @T @T // we used to double report here.
03:08:00 ^
03:08:00 X.java:9: error: containing annotation type (TC) is applicable to more targets than repeatable annotation type (T)
03:08:00 @Repeatable(TC.class)
03:08:00 ^
03:08:00 2 errors
03:08:00 
03:08:00 
03:08:00 
03:08:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:02 
03:08:02 
03:08:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:03 
03:08:03 
03:08:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:05 
03:08:05 
03:08:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:06 
03:08:06 
03:08:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:08 
03:08:08 
03:08:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:09 --- javac err: ---
03:08:09 X.java:2: error: incompatible types: Class<X> cannot be converted to Class<? extends Annotation>
03:08:09 @Repeatable(X.class)
03:08:09              ^
03:08:09 1 error
03:08:09 
03:08:09 
03:08:09 
03:08:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:10 --- javac err: ---
03:08:10 T.java:5: error: container TC is not applicable to element I
03:08:10 interface I<@T(1) @T(2) K> {
03:08:10             ^
03:08:10 T.java:5: error: annotation @T not applicable in this type context
03:08:10 interface I<@T(1) @T(2) K> {
03:08:10                   ^
03:08:10 T.java:1: warning: [deprecation] TC in unnamed package has been deprecated
03:08:10 @java.lang.annotation.Repeatable(TC.class)
03:08:10                                  ^
03:08:10 2 errors
03:08:10 1 warning
03:08:10 
03:08:10 
03:08:10 
03:08:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:11 --- javac err: ---
03:08:11 T.java:9: error: container TC is not applicable to element I
03:08:11 interface I<@T(1) @T(2) K> {
03:08:11             ^
03:08:11 T.java:9: error: annotation @T not applicable in this type context
03:08:11 interface I<@T(1) @T(2) K> {
03:08:11                   ^
03:08:11 T.java:5: warning: [deprecation] TC in unnamed package has been deprecated
03:08:11 @java.lang.annotation.Repeatable(TC.class)
03:08:11                                  ^
03:08:11 2 errors
03:08:11 1 warning
03:08:11 
03:08:11 
03:08:11 
03:08:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:13 
03:08:13 
03:08:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:14 
03:08:14 
03:08:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:15 
03:08:15 
03:08:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:17 --- javac err: ---
03:08:17 X.java:35: warning: [rawtypes] found raw type: I
03:08:17   	TypeVariable<Class<I>>[] typeParameters = ci.getTypeParameters();
03:08:17   	                   ^
03:08:17   missing type arguments for generic class I<K>
03:08:17   where K is a type-variable:
03:08:17     K extends @T(3),@T(4) Object,@T(5),@T(6) Comparable<?> declared in interface I
03:08:17 1 warning
03:08:17 
03:08:17 
03:08:17 
03:08:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:18 --- javac err: ---
03:08:18 X.java:10: error: containing annotation type (TC) is applicable to more targets than repeatable annotation type (T)
03:08:18 @Repeatable(TC.class)
03:08:18 ^
03:08:18 1 error
03:08:18 
03:08:18 
03:08:18 
03:08:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:19 --- javac err: ---
03:08:19 X.java:14: error: container TC is not applicable to element X
03:08:19 @T @T
03:08:19 ^
03:08:19 X.java:10: error: containing annotation type (TC) is applicable to more targets than repeatable annotation type (T)
03:08:19 @Repeatable(TC.class)
03:08:19 ^
03:08:19 2 errors
03:08:19 
03:08:19 
03:08:19 
03:08:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:21 --- javac err: ---
03:08:21 X.java:36: warning: [rawtypes] found raw type: X
03:08:21   public <@T(23) @T(24) Q> X @T(25) @T(26) [] method(@T(27) @T(28) X<K, V> this, 
03:08:21                            ^
03:08:21   missing type arguments for generic class X<K,V>
03:08:21   where K,V are type-variables:
03:08:21     K extends @T(5),@T(6) Object,@T(7),@T(8) Comparable<?> declared in class X
03:08:21     V extends Object declared in class X
03:08:21 X.java:52: warning: [rawtypes] found raw type: X
03:08:21   	TypeVariable<Class<X>>[] typeParameters = xc.getTypeParameters();
03:08:21   	                   ^
03:08:21   missing type arguments for generic class X<K,V>
03:08:21   where K,V are type-variables:
03:08:21     K extends @T(5),@T(6) Object,@T(7),@T(8) Comparable<?> declared in class X
03:08:21     V extends Object declared in class X
03:08:21 2 warnings
03:08:21 
03:08:22 
03:08:22 
03:08:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:22 ***************************************************************************
03:08:22 * Comparison with Sun Javac compiler for class GenericsRegressionTest_1_8 (null tests)
03:08:22 ***************************************************************************
03:08:23 --- javac err: ---
03:08:23 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:08:23 	 default <T> void foo (T... p) {}
03:08:23 	                            ^
03:08:23   where T is a type-variable:
03:08:23     T extends Object declared in method <T>foo(T...)
03:08:23 1 warning
03:08:23 
03:08:23 
03:08:23 
03:08:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:24 --- javac err: ---
03:08:24 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:08:24 	 default <T> void foo (T... p) {}
03:08:24 	                            ^
03:08:24   where T is a type-variable:
03:08:24     T extends Object declared in method <T>foo(T...)
03:08:24 X.java:7: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
03:08:24 abstract class B extends A implements I {
03:08:24          ^
03:08:24   where T is a type-variable:
03:08:24     T extends Object declared in method <T>foo(T...)
03:08:24 X.java:9: warning: foo(Object[]) in A implements <T>foo(T...) in I; overriding method is missing '...'
03:08:24 public abstract class X extends B implements I {
03:08:24                 ^
03:08:24   where T is a type-variable:
03:08:24     T extends Object declared in method <T>foo(T...)
03:08:24 X.java:11: error: method foo in class A cannot be applied to given types;
03:08:24 		b.foo("hello", "world");
03:08:24 		 ^
03:08:24   required: Object[]
03:08:24   found: String,String
03:08:24   reason: actual and formal argument lists differ in length
03:08:24 1 error
03:08:24 3 warnings
03:08:24 
03:08:24 
03:08:24 
03:08:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:26 --- javac err: ---
03:08:26 X.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:08:26 	 default <T> void foo (T... p) {}
03:08:26 	                            ^
03:08:26   where T is a type-variable:
03:08:26     T extends Object declared in method <T>foo(T...)
03:08:26 1 warning
03:08:26 
03:08:26 
03:08:26 
03:08:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:27 --- javac err: ---
03:08:27 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:08:27    public static <T> T getLast(T... array) { return null; } // same with T[]
03:08:27                                     ^
03:08:27   where T is a type-variable:
03:08:27     T extends Object declared in method <T>getLast(T...)
03:08:27 1 warning
03:08:27 
03:08:27 
03:08:27 
03:08:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:28 --- javac err: ---
03:08:28 X.java:3: error: incompatible types: inference variable T has incompatible bounds
03:08:28       match(getLast("a"), null);
03:08:28       ^
03:08:28     upper bounds: Boolean,Object
03:08:28     lower bounds: String
03:08:28   where T is a type-variable:
03:08:28     T extends Object declared in method <T>getLast(T...)
03:08:28 X.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:08:28    public static <T> T getLast(T... array) { return null; } // same with T[]
03:08:28                                     ^
03:08:28   where T is a type-variable:
03:08:28     T extends Object declared in method <T>getLast(T...)
03:08:28 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:08:28 1 error
03:08:28 1 warning
03:08:28 
03:08:28 
03:08:28 
03:08:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:29 --- javac err: ---
03:08:29 OperationsPile.java:13: error: cannot infer type arguments for OperationsPile<>
03:08:29     addAll3(combined, new OperationsPile<>(handler));
03:08:29                       ^
03:08:29   reason: cannot infer type-variable(s) B
03:08:29     (argument mismatch; Consumer<S> cannot be converted to Function<B,?>)
03:08:29   where B,S are type-variables:
03:08:29     B extends Object declared in class OperationsPile
03:08:29     S extends Object declared in method <S>adaad3(List<OperationsPile<?>>,Consumer<S>)
03:08:29 1 error
03:08:29 
03:08:29 
03:08:29 
03:08:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:31 
03:08:31 
03:08:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:32 
03:08:32 
03:08:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:34 --- javac err: ---
03:08:34 X.java:11: error: incompatible types: Optional<Stream<Integer>> cannot be converted to Optional<Stream<Object>>
03:08:34 		return s31.map(s2 -> s2.map(s1 -> Integer.parseInt(s1))).findAny();
03:08:34 		                                                                ^
03:08:34 X.java:15: error: incompatible types: Class<X> cannot be converted to Integer
03:08:34 		  X.class);
03:08:34 		   ^
03:08:34 X.java:18: error: incompatible types: inference variable T has incompatible bounds
03:08:34 		return s3.map(s2 -> s2.map(s1 -> Integer.parseInt(s1))).findAny().orElse(Stream.of(new Object()));
03:08:34 		                                                                 ^
03:08:34     equality constraints: Integer
03:08:34     lower bounds: Object
03:08:34   where T is a type-variable:
03:08:34     T extends Object declared in method <T>of(T)
03:08:34 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:08:34 3 errors
03:08:34 
03:08:34 
03:08:34 
03:08:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:36 
03:08:36 
03:08:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:37 --- javac err: ---
03:08:37 X.java:3: error: cannot create array with '<>'
03:08:37 	final List<String>[] ls = Util.cast(new List<>[] { null });
03:08:37 	                                            ^
03:08:37 1 error
03:08:37 
03:08:37 
03:08:37 
03:08:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:39 
03:08:39 
03:08:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:42 
03:08:42 
03:08:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:44 --- javac err: ---
03:08:44 X.java:36: warning: [serial] serializable class Pair has no definition of serialVersionUID
03:08:44 abstract class Pair<L, R> implements Map.Entry<L, R>, Comparable<Pair<L, R>>, Serializable {
03:08:44          ^
03:08:44 1 warning
03:08:44 
03:08:44 
03:08:44 
03:08:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:46 
03:08:46 
03:08:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:48 --- javac err: ---
03:08:48 X.java:35: warning: [serial] serializable class IntCollection has no definition of serialVersionUID
03:08:48   public static class IntCollection extends ArrayList<Integer>
03:08:48                 ^
03:08:48 1 warning
03:08:48 
03:08:48 
03:08:48 
03:08:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:49 --- javac err: ---
03:08:49 X.java:15: warning: [rawtypes] found raw type: X
03:08:49 		new X("").two();
03:08:49 		    ^
03:08:49   missing type arguments for generic class X<T>
03:08:49   where T is a type-variable:
03:08:49     T extends Object declared in class X
03:08:49 1 warning
03:08:49 
03:08:49 
03:08:49 
03:08:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:51 --- javac err: ---
03:08:51 test/Test.java:5: warning: [rawtypes] found raw type: Function
03:08:51 		Function function = x -> x;
03:08:51 		^
03:08:51   missing type arguments for generic class Function<T,R>
03:08:51   where T,R are type-variables:
03:08:51     T extends Object declared in interface Function
03:08:51     R extends Object declared in interface Function
03:08:51 test/Test.java:6: warning: [unchecked] unchecked method invocation: method test2 in class Test is applied to given types
03:08:51 		String [] z = test2(function, "");
03:08:51 		                   ^
03:08:51   required: Function<T,T>,T
03:08:51   found: Function,String
03:08:51   where T is a type-variable:
03:08:51     T extends Object declared in method <T>test2(Function<T,T>,T)
03:08:51 test/Test.java:6: warning: [unchecked] unchecked conversion
03:08:51 		String [] z = test2(function, "");
03:08:51 		                    ^
03:08:51   required: Function<T,T>
03:08:51   found:    Function
03:08:51   where T is a type-variable:
03:08:51     T extends Object declared in method <T>test2(Function<T,T>,T)
03:08:51 3 warnings
03:08:51 
03:08:51 
03:08:51 
03:08:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:52 
03:08:52 
03:08:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:54 
03:08:54 
03:08:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:55 --- javac err: ---
03:08:55 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated
03:08:55         return m(new Long(12l), new Byte((byte)1)) == 1;
03:08:55                  ^
03:08:55 X.java:4: warning: [deprecation] Byte(byte) in Byte has been deprecated
03:08:55         return m(new Long(12l), new Byte((byte)1)) == 1;
03:08:55                                 ^
03:08:55 2 warnings
03:08:55 
03:08:55 
03:08:55 
03:08:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:56 --- javac err: ---
03:08:56 Example.java:4: warning: [rawtypes] found raw type: ArrayList
03:08:56 		DoJobMr bean = getOnlyElement(new ArrayList());
03:08:56 		                                  ^
03:08:56   missing type arguments for generic class ArrayList<E>
03:08:56   where E is a type-variable:
03:08:56     E extends Object declared in class ArrayList
03:08:56 Example.java:4: warning: [unchecked] unchecked method invocation: method getOnlyElement in class Example is applied to given types
03:08:56 		DoJobMr bean = getOnlyElement(new ArrayList());
03:08:56 		                             ^
03:08:56   required: Iterable<T>
03:08:56   found: ArrayList
03:08:56   where T is a type-variable:
03:08:56     T extends Object declared in method <T>getOnlyElement(Iterable<T>)
03:08:56 Example.java:4: warning: [unchecked] unchecked conversion
03:08:56 		DoJobMr bean = getOnlyElement(new ArrayList());
03:08:56 		                              ^
03:08:56   required: Iterable<T>
03:08:56   found:    ArrayList
03:08:56   where T is a type-variable:
03:08:56     T extends Object declared in method <T>getOnlyElement(Iterable<T>)
03:08:56 Example.java:4: error: incompatible types: Object cannot be converted to DoJobMr
03:08:56 		DoJobMr bean = getOnlyElement(new ArrayList());
03:08:56 		                             ^
03:08:56 1 error
03:08:56 3 warnings
03:08:56 
03:08:56 
03:08:56 
03:08:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:58 --- javac err: ---
03:08:58 Test.java:18: error: reference to setValue is ambiguous
03:08:58 		 setValue(p1, null);
03:08:58 		 ^
03:08:58   both method <T#1>setValue(Parameter<T#1>,T#1) in Test and method <T#2>setValue(Parameter<T#2>,Field<T#2>) in Test match
03:08:58   where T#1,T#2 are type-variables:
03:08:58     T#1 extends Object declared in method <T#1>setValue(Parameter<T#1>,T#1)
03:08:58     T#2 extends Object declared in method <T#2>setValue(Parameter<T#2>,Field<T#2>)
03:08:58 Test.java:22: error: reference to setValue is ambiguous
03:08:58         setValue(p2, f2);
03:08:58         ^
03:08:58   both method <T#1>setValue(Parameter<T#1>,T#1) in Test and method <T#2>setValue(Parameter<T#2>,Field<T#2>) in Test match
03:08:58   where T#1,T#2 are type-variables:
03:08:58     T#1 extends Object declared in method <T#1>setValue(Parameter<T#1>,T#1)
03:08:58     T#2 extends Object declared in method <T#2>setValue(Parameter<T#2>,Field<T#2>)
03:08:58 Test.java:23: error: reference to setValue is ambiguous
03:08:58   		 setValue(p2, null);    }
03:08:58   		 ^
03:08:58   both method <T#1>setValue(Parameter<T#1>,T#1) in Test and method <T#2>setValue(Parameter<T#2>,Field<T#2>) in Test match
03:08:58   where T#1,T#2 are type-variables:
03:08:58     T#1 extends Object declared in method <T#1>setValue(Parameter<T#1>,T#1)
03:08:58     T#2 extends Object declared in method <T#2>setValue(Parameter<T#2>,Field<T#2>)
03:08:58 3 errors
03:08:58 
03:08:58 
03:08:58 
03:08:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:08:59 
03:08:59 
03:08:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:00 --- javac err: ---
03:09:00 X.java:7: error: reference to X is ambiguous
03:09:00    int i = m(new X<String>(""));
03:09:00              ^
03:09:00   both constructor X(T) in X and constructor X(String) in X match
03:09:00   where T is a type-variable:
03:09:00     T extends Object declared in class X
03:09:00 1 error
03:09:00 
03:09:00 
03:09:00 
03:09:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:01 
03:09:01 
03:09:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:03 
03:09:03 
03:09:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:05 
03:09:05 
03:09:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:06 
03:09:06 
03:09:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:07 --- javac err: ---
03:09:07 Main.java:9: error: incompatible types: String cannot be converted to CAP#1
03:09:07         return i.bold("1");
03:09:07                       ^
03:09:07   where CAP#1 is a fresh type-variable:
03:09:07     CAP#1 extends String from capture of ? extends String
03:09:07 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:09:07 1 error
03:09:07 
03:09:07 
03:09:07 
03:09:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:09 --- javac err: ---
03:09:09 junk/Junk3.java:12: warning: [rawtypes] found raw type: List
03:09:09     public static final List EMPTY_LIST = new ArrayList<>();
03:09:09                         ^
03:09:09   missing type arguments for generic class List<E>
03:09:09   where E is a type-variable:
03:09:09     E extends Object declared in interface List
03:09:09 junk/Junk3.java:14: warning: [unchecked] unchecked cast
03:09:09         return (List<T>) EMPTY_LIST;
03:09:09                          ^
03:09:09   required: List<T>
03:09:09   found:    List
03:09:09   where T is a type-variable:
03:09:09     T extends Object declared in method <T>emptyList()
03:09:09 junk/Junk3.java:27: warning: [rawtypes] found raw type: List
03:09:09     static List works = emptyList();
03:09:09            ^
03:09:09   missing type arguments for generic class List<E>
03:09:09   where E is a type-variable:
03:09:09     E extends Object declared in interface List
03:09:09 junk/Junk3.java:29: warning: [unchecked] unchecked method invocation: constructor <init> in class Junk3 is applied to given types
03:09:09         this(works);
03:09:09             ^
03:09:09   required: List<ZZObject>
03:09:09   found: List
03:09:09 junk/Junk3.java:29: warning: [unchecked] unchecked conversion
03:09:09         this(works);
03:09:09              ^
03:09:09   required: List<ZZObject>
03:09:09   found:    List
03:09:09 5 warnings
03:09:09 
03:09:09 
03:09:09 
03:09:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:10 
03:09:10 
03:09:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:11 
03:09:11 
03:09:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:13 --- javac err: ---
03:09:13 Foo.java:8: error: incompatible types: List<Stuff<E>> cannot be converted to List<Consumer<E>>
03:09:13         List<Consumer<E>> list2 = stream.gather(() -> new Stuff<>()).toList(); // ERROR
03:09:13                                                                            ^
03:09:13   where E is a type-variable:
03:09:13     E extends Object declared in class Foo
03:09:13 1 error
03:09:13 
03:09:13 
03:09:13 
03:09:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:14 
03:09:14 
03:09:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:16 
03:09:16 
03:09:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:18 --- javac err: ---
03:09:18 NPEOnCollector.java:18: error: incompatible types: inference variable R has incompatible bounds
03:09:18           .distinct().collect(Collectors.toCollection(ArrayList::new));
03:09:18                              ^
03:09:18     upper bounds: Stream<JarEntry>,Collection<T#2>,Object
03:09:18     lower bounds: ArrayList<E>
03:09:18   where R,A,T#1,T#2,C,E are type-variables:
03:09:18     R extends Object declared in method <R,A>collect(Collector<? super T#1,A,R>)
03:09:18     A extends Object declared in method <R,A>collect(Collector<? super T#1,A,R>)
03:09:18     T#1 extends Object declared in interface Stream
03:09:18     T#2 extends Object declared in method <T#2,C>toCollection(Supplier<C>)
03:09:18     C extends Collection<T#2> declared in method <T#2,C>toCollection(Supplier<C>)
03:09:18     E extends Object declared in class ArrayList
03:09:18 1 error
03:09:18 
03:09:18 
03:09:18 
03:09:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:20 
03:09:20 
03:09:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:21 
03:09:21 
03:09:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:22 
03:09:22 
03:09:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:23 
03:09:23 
03:09:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:25 
03:09:25 
03:09:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:26 --- javac err: ---
03:09:26 X.java:17: error: incompatible types: inference variable Q has incompatible bounds
03:09:26         foo(goo(ArrayList<String>::new));
03:09:26                ^
03:09:26     upper bounds: String,Collection<?>
03:09:26     lower bounds: ArrayList<String>
03:09:26   where Q is a type-variable:
03:09:26     Q extends Collection<?> declared in method <Q>goo(Functional<Q>)
03:09:26 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:09:26 1 error
03:09:26 
03:09:26 ----------------------------------------
03:09:26 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8#testBug424415b - 10
03:09:26 X.java [
03:09:26 import java.util.ArrayList;
03:09:26 import java.util.Collection;
03:09:26 
03:09:26 interface Functional<T> {
03:09:26    T apply();
03:09:26 }
03:09:26 
03:09:26 class X {
03:09:26     void foo(Object o) { }
03:09:26     void foo(String str) {} 
03:09:26 
03:09:26     <Q extends Collection<?>> Q goo(Functional<Q> s) {
03:09:26         return null;
03:09:26     } 
03:09:26 
03:09:26     void test() {
03:09:26         foo(goo(ArrayList<String>::new));
03:09:26     }
03:09:26 }
03:09:26 
03:09:26 ]
03:09:26 
03:09:26 
03:09:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:28 
03:09:28 
03:09:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:29 
03:09:29 
03:09:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:30 --- javac err: ---
03:09:30 MyList.java:7: error: no suitable method found for copyOf(Object[],int,Class<CAP#1>)
03:09:30         return (A[]) Arrays.copyOf(elements, size, getClass());
03:09:30                            ^
03:09:30     method Arrays.<T#1>copyOf(T#1[],int) is not applicable
03:09:30       (cannot infer type-variable(s) T#1
03:09:30         (actual and formal argument lists differ in length))
03:09:30     method Arrays.<T#2,U>copyOf(U[],int,Class<? extends T#2[]>) is not applicable
03:09:30       (cannot infer type-variable(s) T#2,U
03:09:30         (argument mismatch; Class<CAP#2> cannot be converted to Class<? extends T#2[]>))
03:09:30   where T#1,T#2,U are type-variables:
03:09:30     T#1 extends Object declared in method <T#1>copyOf(T#1[],int)
03:09:30     T#2 extends Object declared in method <T#2,U>copyOf(U[],int,Class<? extends T#2[]>)
03:09:30     U extends Object declared in method <T#2,U>copyOf(U[],int,Class<? extends T#2[]>)
03:09:30   where CAP#1,CAP#2 are fresh type-variables:
03:09:30     CAP#1 extends MyList from capture of ? extends MyList
03:09:30     CAP#2 extends MyList from capture of ? extends MyList
03:09:30 MyList.java:7: warning: [cast] redundant cast to A[]
03:09:30         return (A[]) Arrays.copyOf(elements, size, getClass());
03:09:30                ^
03:09:30   where A is a type-variable:
03:09:30     A extends Object declared in method <A>toArray(A[])
03:09:30 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:09:30 1 error
03:09:30 1 warning
03:09:30 
03:09:30 
03:09:30 
03:09:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:32 
03:09:32 
03:09:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:33 
03:09:33 
03:09:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:35 
03:09:35 
03:09:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:37 
03:09:37 
03:09:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:38 --- javac err: ---
03:09:38 X.java:12: error: cannot find symbol
03:09:38         Set<Y> rosterSet = (Set<Y>) foo(null, Set::new);
03:09:38             ^
03:09:38   symbol:   class Y
03:09:38   location: class X
03:09:38 X.java:12: error: cannot find symbol
03:09:38         Set<Y> rosterSet = (Set<Y>) foo(null, Set::new);
03:09:38                                 ^
03:09:38   symbol:   class Y
03:09:38   location: class X
03:09:38 X.java:12: error: Set is abstract; cannot be instantiated
03:09:38         Set<Y> rosterSet = (Set<Y>) foo(null, Set::new);
03:09:38                                               ^
03:09:38 3 errors
03:09:38 
03:09:38 
03:09:38 
03:09:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:39 --- javac err: ---
03:09:39 X.java:4: warning: [unchecked] unchecked cast
03:09:39 		Comparator<? super T> comparator = (Comparator<? super T>) Comparator.naturalOrder();
03:09:39 		                                                                                  ^
03:09:39   required: Comparator<? super T#2>
03:09:39   found:    Comparator<T#1>
03:09:39   where T#1,T#2 are type-variables:
03:09:39     T#1 extends Comparable<? super T#1>
03:09:39     T#2 extends Object declared in method <T#2>test()
03:09:39 1 warning
03:09:39 
03:09:39 
03:09:39 
03:09:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:41 
03:09:41 
03:09:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:42 
03:09:42 
03:09:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:43 
03:09:43 
03:09:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:45 
03:09:45 
03:09:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:46 --- javac err: ---
03:09:46 X.java:14: error: non-static variable dequeCapacity cannot be referenced from a static context
03:09:46         return new X<>(() -> new ArrayDeque<>(dequeCapacity));
03:09:46                                               ^
03:09:46 1 error
03:09:46 
03:09:46 
03:09:46 
03:09:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:48 
03:09:48 
03:09:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:49 --- javac err: ---
03:09:49 SomethingBreaks.java:11: warning: [overloads] forEach(Consumer<T>) in SomethingBreaks is potentially ambiguous with <E2>forEach(Use<T,E2>) in SomethingBreaks
03:09:49   public void forEach(Consumer<T> use) throws E {}
03:09:49               ^
03:09:49   where T,E2,E are type-variables:
03:09:49     T extends Object declared in class SomethingBreaks
03:09:49     E2 extends E declared in method <E2>forEach(Use<T,E2>)
03:09:49     E extends Throwable declared in class SomethingBreaks
03:09:49 SomethingBreaks.java:39: error: reference to forEach is ambiguous
03:09:49     stream().<IOException> forEach((String s) -> System.out.println(Files.size(Paths.get(s))));
03:09:49             ^
03:09:49   both method forEach(Consumer<T>) in SomethingBreaks and method <E2>forEach(Use<T,E2>) in SomethingBreaks match
03:09:49   where T,E2,E are type-variables:
03:09:49     T extends Object declared in class SomethingBreaks
03:09:49     E2 extends E declared in method <E2>forEach(Use<T,E2>)
03:09:49     E extends Throwable declared in class SomethingBreaks
03:09:49 SomethingBreaks.java:43: error: reference to forEach is ambiguous
03:09:49     stream().<IOException> forEach(SomethingBreaks::methodReference);
03:09:49             ^
03:09:49   both method forEach(Consumer<T>) in SomethingBreaks and method <E2>forEach(Use<T,E2>) in SomethingBreaks match
03:09:49   where T,E2,E are type-variables:
03:09:49     T extends Object declared in class SomethingBreaks
03:09:49     E2 extends E declared in method <E2>forEach(Use<T,E2>)
03:09:49     E extends Throwable declared in class SomethingBreaks
03:09:49 SomethingBreaks.java:43: error: incompatible thrown types IOException in functional expression
03:09:49     stream().<IOException> forEach(SomethingBreaks::methodReference);
03:09:49                                    ^
03:09:49 SomethingBreaks.java:51: error: incompatible thrown types IOException in functional expression
03:09:49     stream().<Use<String, IOException>> forEach(SomethingBreaks::methodReference);
03:09:49                                                 ^
03:09:49 SomethingBreaks.java:55: error: reference to forEach is ambiguous
03:09:49     stream().forEach((String s) -> System.out.println(Files.size(Paths.get(s))));
03:09:49             ^
03:09:49   both method forEach(Consumer<T>) in SomethingBreaks and method <E2>forEach(Use<T,E2>) in SomethingBreaks match
03:09:49   where T,E2,E are type-variables:
03:09:49     T extends Object declared in class SomethingBreaks
03:09:49     E2 extends E declared in method <E2>forEach(Use<T,E2>)
03:09:49     E extends Throwable declared in class SomethingBreaks
03:09:49 SomethingBreaks.java:59: error: reference to forEach is ambiguous
03:09:49     stream().forEach(SomethingBreaks::methodReference);
03:09:49             ^
03:09:49   both method forEach(Consumer<T>) in SomethingBreaks and method <E2>forEach(Use<T,E2>) in SomethingBreaks match
03:09:49   where T,E2,E are type-variables:
03:09:49     T extends Object declared in class SomethingBreaks
03:09:49     E2 extends E declared in method <E2>forEach(Use<T,E2>)
03:09:49     E extends Throwable declared in class SomethingBreaks
03:09:49 SomethingBreaks.java:59: error: incompatible thrown types IOException in functional expression
03:09:49     stream().forEach(SomethingBreaks::methodReference);
03:09:49                      ^
03:09:49 7 errors
03:09:49 1 warning
03:09:49 
03:09:49 
03:09:49 
03:09:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:51 --- javac err: ---
03:09:51 SomethingBreaks.java:11: warning: [overloads] forEach(Consumer<T>) in SomethingBreaks is potentially ambiguous with <E2>forEach(Use<T,E2>) in SomethingBreaks
03:09:51   public void forEach(Consumer<T> use) throws E {}
03:09:51               ^
03:09:51   where T,E2,E are type-variables:
03:09:51     T extends Object declared in class SomethingBreaks
03:09:51     E2 extends E declared in method <E2>forEach(Use<T,E2>)
03:09:51     E extends Throwable declared in class SomethingBreaks
03:09:51 SomethingBreaks.java:20: error: reference to forEach is ambiguous
03:09:51     stream().forEach((String s) -> System.out.println(Files.size(Paths.get(s))));
03:09:51             ^
03:09:51   both method forEach(Consumer<T>) in SomethingBreaks and method <E2>forEach(Use<T,E2>) in SomethingBreaks match
03:09:51   where T,E2,E are type-variables:
03:09:51     T extends Object declared in class SomethingBreaks
03:09:51     E2 extends E declared in method <E2>forEach(Use<T,E2>)
03:09:51     E extends Throwable declared in class SomethingBreaks
03:09:51 1 error
03:09:51 1 warning
03:09:51 
03:09:51 
03:09:51 
03:09:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:52 
03:09:52 
03:09:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:53 --- javac err: ---
03:09:53 Main.java:10: error: incompatible types: cannot infer functional interface descriptor for I<C1,Object>
03:09:53 	    	I<?, ?> i = (C1 c1) -> { return new C2(); };
03:09:53 	    	            ^
03:09:53 1 error
03:09:53 
03:09:53 
03:09:53 
03:09:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:54 
03:09:54 
03:09:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:56 
03:09:56 
03:09:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:57 
03:09:57 
03:09:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:09:59 
03:09:59 
03:09:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:00 
03:10:00 
03:10:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:02 --- javac err: ---
03:10:02 Test.java:3: error: method addAttribute in class Test cannot be applied to given types;
03:10:02         addAttribute(java.util.Objects.requireNonNull(attribute, ""),
03:10:02         ^
03:10:02   required: Attribute<T>,T
03:10:02   found: Attribute<CAP#1>,CAP#2
03:10:02   reason: inference variable T has incompatible bounds
03:10:02     equality constraints: CAP#3
03:10:02     lower bounds: Object
03:10:02   where T is a type-variable:
03:10:02     T extends Object declared in method <T>addAttribute(Attribute<T>,T)
03:10:02   where CAP#1,CAP#2,CAP#3 are fresh type-variables:
03:10:02     CAP#1 extends Object from capture of ?
03:10:02     CAP#2 extends Object from capture of ?
03:10:02     CAP#3 extends Object from capture of ?
03:10:02 Test.java:5: error: method addAttribute in class Test cannot be applied to given types;
03:10:02         addAttribute(attribute, attribute.getDefault());
03:10:02         ^
03:10:02   required: Attribute<T>,T
03:10:02   found: Attribute<CAP#1>,CAP#2
03:10:02   reason: inference variable T has incompatible bounds
03:10:02     equality constraints: CAP#1
03:10:02     lower bounds: Object
03:10:02   where T is a type-variable:
03:10:02     T extends Object declared in method <T>addAttribute(Attribute<T>,T)
03:10:02   where CAP#1,CAP#2 are fresh type-variables:
03:10:02     CAP#1 extends Object from capture of ?
03:10:02     CAP#2 extends Object from capture of ?
03:10:02 2 errors
03:10:02 
03:10:02 
03:10:02 
03:10:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:03 --- javac err: ---
03:10:03 Test.java:2: warning: [unchecked] unchecked cast
03:10:03 	S myself() { return (S)this; }
03:10:03 	                       ^
03:10:03   required: S
03:10:03   found:    MyType<S>
03:10:03   where S is a type-variable:
03:10:03     S extends MyType<S> declared in class MyType
03:10:03 Test.java:5: warning: [rawtypes] found raw type: MyType
03:10:03 	MyType test() {
03:10:03 	^
03:10:03   missing type arguments for generic class MyType<S>
03:10:03   where S is a type-variable:
03:10:03     S extends MyType<S> declared in class MyType
03:10:03 Test.java:8: warning: [rawtypes] found raw type: MyType
03:10:03 	MyType test2() {
03:10:03 	^
03:10:03   missing type arguments for generic class MyType<S>
03:10:03   where S is a type-variable:
03:10:03     S extends MyType<S> declared in class MyType
03:10:03 Test.java:11: warning: [rawtypes] found raw type: MyType
03:10:03 	public <T extends MyType> T newInstance() {
03:10:03 	                  ^
03:10:03   missing type arguments for generic class MyType<S>
03:10:03   where S is a type-variable:
03:10:03     S extends MyType<S> declared in class MyType
03:10:03 Test.java:12: warning: [rawtypes] found raw type: MyType
03:10:03 		return (T) new MyType();
03:10:03 		               ^
03:10:03   missing type arguments for generic class MyType<S>
03:10:03   where S is a type-variable:
03:10:03     S extends MyType<S> declared in class MyType
03:10:03 Test.java:12: warning: [unchecked] unchecked cast
03:10:03 		return (T) new MyType();
03:10:03 		           ^
03:10:03   required: T
03:10:03   found:    MyType
03:10:03   where T is a type-variable:
03:10:03     T extends MyType declared in method <T>newInstance()
03:10:03 6 warnings
03:10:03 
03:10:03 
03:10:03 
03:10:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:04 
03:10:04 
03:10:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:06 
03:10:06 
03:10:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:07 
03:10:07 
03:10:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:08 --- javac err: ---
03:10:08 Test.java:6: warning: [rawtypes] found raw type: Test.A
03:10:08         index(new A().test());
03:10:08                   ^
03:10:08   missing type arguments for generic class Test.A<S>
03:10:08   where S is a type-variable:
03:10:08     S extends Test.A<S> declared in class Test.A
03:10:08 Test.java:6: error: non-static variable this cannot be referenced from a static context
03:10:08         index(new A().test());
03:10:08               ^
03:10:08 Test.java:6: warning: [unchecked] unchecked method invocation: method index in class Test is applied to given types
03:10:08         index(new A().test());
03:10:08              ^
03:10:08   required: Iterable<X>
03:10:08   found: List
03:10:08   where X is a type-variable:
03:10:08     X extends Object declared in method <X>index(Iterable<X>)
03:10:08 Test.java:6: warning: [unchecked] unchecked conversion
03:10:08         index(new A().test());
03:10:08                           ^
03:10:08   required: Iterable<X>
03:10:08   found:    List
03:10:08   where X is a type-variable:
03:10:08     X extends Object declared in method <X>index(Iterable<X>)
03:10:08 1 error
03:10:08 3 warnings
03:10:08 
03:10:08 
03:10:08 
03:10:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:10 --- javac err: ---
03:10:10 Test.java:6: warning: [rawtypes] found raw type: Test.A
03:10:10         index(new A().test());
03:10:10                   ^
03:10:10   missing type arguments for generic class Test.A<S>
03:10:10   where S is a type-variable:
03:10:10     S extends Test.A<S> declared in class Test.A
03:10:10 Test.java:6: warning: [unchecked] unchecked method invocation: method index in class Test is applied to given types
03:10:10         index(new A().test());
03:10:10              ^
03:10:10   required: Iterable<X>
03:10:10   found: List
03:10:10   where X is a type-variable:
03:10:10     X extends Object declared in method <X>index(Iterable<X>)
03:10:10 Test.java:6: warning: [unchecked] unchecked conversion
03:10:10         index(new A().test());
03:10:10                           ^
03:10:10   required: Iterable<X>
03:10:10   found:    List
03:10:10   where X is a type-variable:
03:10:10     X extends Object declared in method <X>index(Iterable<X>)
03:10:10 3 warnings
03:10:10 
03:10:10 
03:10:10 
03:10:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:11 --- javac err: ---
03:10:11 MyFunction.java:19: error: illegal start of expression
03:10:11   default <V> @Throws(((MyFunction<? super V, ? extends T>) before::apply) @Returns MyFunction<V, @Returns R>
03:10:11                                                                            ^
03:10:11 MyFunction.java:19: error: ')' expected
03:10:11   default <V> @Throws(((MyFunction<? super V, ? extends T>) before::apply) @Returns MyFunction<V, @Returns R>
03:10:11                                                                                    ^
03:10:11 2 errors
03:10:11 
03:10:11 
03:10:11 
03:10:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:12 
03:10:12 
03:10:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:13 
03:10:13 
03:10:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:15 --- javac err: ---
03:10:15 X.java:2: warning: [rawtypes] found raw type: J
03:10:15 	void foo(J[] list, I<J<?>> i) {
03:10:15 	         ^
03:10:15   missing type arguments for generic class J<T>
03:10:15   where T is a type-variable:
03:10:15     T extends Object declared in interface J
03:10:15 X.java:3: error: incompatible types: I<J<?>> cannot be converted to I<? super J>
03:10:15 		sort(list, i);
03:10:15 		           ^
03:10:15 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:10:15 1 error
03:10:15 1 warning
03:10:15 
03:10:15 
03:10:15 
03:10:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:16 
03:10:16 
03:10:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:17 --- javac err: ---
03:10:17 Ups.java:2: warning: auxiliary class MImpl in Test.java should not be accessed from outside its own source file
03:10:17     static Object innocent(MImpl o) {
03:10:17                            ^
03:10:17 Ups.java:2: warning: [rawtypes] found raw type: MImpl
03:10:17     static Object innocent(MImpl o) {
03:10:17                            ^
03:10:17   missing type arguments for generic class MImpl<K,V>
03:10:17   where K,V are type-variables:
03:10:17     K extends Object declared in class MImpl
03:10:17     V extends Object declared in class MImpl
03:10:17 2 warnings
03:10:17 
03:10:17 
03:10:17 
03:10:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:19 
03:10:19 
03:10:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:20 --- javac err: ---
03:10:20 X.java:4: warning: [rawtypes] found raw type: Comparable
03:10:20 	<T extends Comparable & Serializable> void foo(T o1) {
03:10:20 	           ^
03:10:20   missing type arguments for generic class Comparable<T>
03:10:20   where T is a type-variable:
03:10:20     T extends Object declared in interface Comparable
03:10:20 1 warning
03:10:20 
03:10:20 
03:10:20 
03:10:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:21 
03:10:21 
03:10:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:23 
03:10:23 
03:10:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:24 
03:10:24 
03:10:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:26 
03:10:26 
03:10:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:27 --- javac err: ---
03:10:27 Test.java:8: error: cannot find symbol
03:10:27         m2(Test::id, "Hi").toUpperCase();
03:10:27                           ^
03:10:27   symbol:   method toUpperCase()
03:10:27   location: class Object
03:10:27 1 error
03:10:27 
03:10:27 
03:10:27 
03:10:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:29 
03:10:29 
03:10:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:30 
03:10:30 
03:10:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:31 
03:10:31 
03:10:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:33 
03:10:33 
03:10:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:34 --- javac err: ---
03:10:34 Snippet.java:2: warning: [rawtypes] found raw type: Class
03:10:34 	static void call(Class type, long init) {
03:10:34 	                 ^
03:10:34   missing type arguments for generic class Class<T>
03:10:34   where T is a type-variable:
03:10:34     T extends Object declared in class Class
03:10:34 Snippet.java:6: warning: [rawtypes] found raw type: Class
03:10:34 	private static void method(Class type, String s) {}
03:10:34 	                           ^
03:10:34   missing type arguments for generic class Class<T>
03:10:34   where T is a type-variable:
03:10:34     T extends Object declared in class Class
03:10:34 2 warnings
03:10:34 
03:10:34 
03:10:34 
03:10:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:35 --- javac err: ---
03:10:35 Snippet.java:4: warning: [rawtypes] found raw type: Class
03:10:35   static void newInstance(Class type, long init) {
03:10:35                           ^
03:10:35   missing type arguments for generic class Class<T>
03:10:35   where T is a type-variable:
03:10:35     T extends Object declared in class Class
03:10:35 Snippet.java:8: warning: [rawtypes] found raw type: Class
03:10:35   private static void method(Class type, String str) {}
03:10:35                              ^
03:10:35   missing type arguments for generic class Class<T>
03:10:35   where T is a type-variable:
03:10:35     T extends Object declared in class Class
03:10:35 2 warnings
03:10:35 
03:10:35 
03:10:35 
03:10:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:36 --- javac err: ---
03:10:36 NNLambda.java:13: error: ';' expected
03:10:36 				Collections.<String>singletonList("const")
03:10:36 				                                          ^
03:10:36 1 error
03:10:36 
03:10:36 
03:10:36 
03:10:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:37 --- javac err: ---
03:10:37 X.java:1: error: incompatible types: invalid functional descriptor for lambda expression
03:10:37 interface Producer<T> {
03:10:37 ^
03:10:37     method <P>()P in interface Producer is generic
03:10:37   where P is a type-variable:
03:10:37     P extends Object declared in method <P>produce()
03:10:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:10:37 1 error
03:10:37 
03:10:37 
03:10:37 
03:10:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:39 
03:10:39 
03:10:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:40 
03:10:40 
03:10:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:41 
03:10:41 
03:10:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:43 
03:10:43 
03:10:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:44 
03:10:44 
03:10:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:46 
03:10:46 
03:10:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:48 --- javac err: ---
03:10:48 Bug419048.java:13: error: cannot find symbol
03:10:48                             p -> p.getLast(),
03:10:48                                   ^
03:10:48   symbol:   method getLast()
03:10:48   location: variable p of type Object
03:10:48 Bug419048.java:14: error: cannot find symbol
03:10:48                             p -> p.getLast()
03:10:48                                   ^
03:10:48   symbol:   method getLast()
03:10:48   location: variable p of type Object
03:10:48 2 errors
03:10:48 
03:10:48 
03:10:48 
03:10:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:49 
03:10:49 
03:10:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:50 --- javac err: ---
03:10:50 Test.java:4: warning: [unchecked] unchecked generic array creation for varargs parameter of type Tree<T>[]
03:10:50 		return Node(Leaf(o), Leaf(o));
03:10:50 		           ^
03:10:50   where T is a type-variable:
03:10:50     T extends Object declared in method <T>model(T)
03:10:50 Test.java:8: warning: [unchecked] Possible heap pollution from parameterized vararg type Tree<T>
03:10:50 	static <T> Tree<T> Node(Tree<T>... children) { return null; }
03:10:50 	                                   ^
03:10:50   where T is a type-variable:
03:10:50     T extends Object declared in method <T>Node(Tree<T>...)
03:10:50 2 warnings
03:10:50 
03:10:50 
03:10:50 
03:10:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:52 --- javac err: ---
03:10:52 X.java:8: error: incompatible types: inference variable R has incompatible bounds
03:10:52         ss.stream().map(s -> {
03:10:52                        ^
03:10:52     upper bounds: Object
03:10:52     lower bounds: void
03:10:52   where R,T are type-variables:
03:10:52     R extends Object declared in method <R>map(Function<? super T,? extends R>)
03:10:52     T extends Object declared in interface Stream
03:10:52 1 error
03:10:52 
03:10:52 
03:10:52 
03:10:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:53 
03:10:53 
03:10:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:54 
03:10:54 
03:10:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:56 
03:10:56 
03:10:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:57 
03:10:57 
03:10:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:10:58 --- javac err: ---
03:10:58 p1/C1.java:15: warning: [unchecked] Possible heap pollution from parameterized vararg type E
03:10:58     public static <E> List<E> getList1(E... items) {
03:10:58                                             ^
03:10:58   where E is a type-variable:
03:10:58     E extends Object declared in method <E>getList1(E...)
03:10:58 Test.java:6: warning: [rawtypes] found raw type: CInner2
03:10:58 	void test2(List<C1.CInner2> l) {
03:10:58 	                  ^
03:10:58   missing type arguments for generic class CInner2<T3A,T3B>
03:10:58   where T3A,T3B are type-variables:
03:10:58     T3A extends Object declared in class CInner2
03:10:58     T3B extends Object declared in class CInner2
03:10:58 Test.java:9: warning: [unchecked] unchecked generic array creation for varargs parameter of type CInner<String,Integer>[]
03:10:58 				C1.getList1(new C1.CInner<>("b", 13))
03:10:58 				           ^
03:10:58 3 warnings
03:10:58 
03:10:58 
03:10:58 
03:10:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:00 
03:11:00 
03:11:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:02 --- javac err: ---
03:11:02 Junk5.java:17: warning: [rawtypes] found raw type: Collection
03:11:02         Collection c = getTouchDevices().stream()
03:11:02         ^
03:11:02   missing type arguments for generic class Collection<E>
03:11:02   where E is a type-variable:
03:11:02     E extends Object declared in interface Collection
03:11:02 Junk5.java:21: warning: [unchecked] unchecked conversion
03:11:02          return c;
03:11:02                 ^
03:11:02   required: Collection<Object[]>
03:11:02   found:    Collection
03:11:02 2 warnings
03:11:02 
03:11:02 
03:11:02 
03:11:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:03 
03:11:03 
03:11:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:05 
03:11:05 
03:11:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:07 
03:11:07 
03:11:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:08 --- javac err: ---
03:11:08 Junk10.java:4: warning: [rawtypes] found raw type: Junk10.Observable
03:11:08         public void invalidated(Observable observable);
03:11:08                                 ^
03:11:08   missing type arguments for generic class Junk10.Observable<T>
03:11:08   where T is a type-variable:
03:11:08     T extends Object declared in class Junk10.Observable
03:11:08 Junk10.java:11: warning: [overloads] <E#1>addListener(Junk10.SetListenerHelper<E#1>,InvalidationListener) in Junk10 is potentially ambiguous with <E#2>addListener(Junk10.SetListenerHelper<E#2>,SetChangeListener<? super E#2>) in Junk10
03:11:08     public static <E> SetListenerHelper<E> addListener(SetListenerHelper<E> helper, InvalidationListener listener) {
03:11:08                                            ^
03:11:08   where E#1,E#2 are type-variables:
03:11:08     E#1 extends Object declared in method <E#1>addListener(Junk10.SetListenerHelper<E#1>,InvalidationListener)
03:11:08     E#2 extends Object declared in method <E#2>addListener(Junk10.SetListenerHelper<E#2>,SetChangeListener<? super E#2>)
03:11:08 Junk10.java:18: warning: [rawtypes] found raw type: SetChangeListener
03:11:08         addListener(null, new SetChangeListener () {
03:11:08                               ^
03:11:08   missing type arguments for generic class SetChangeListener<E>
03:11:08   where E is a type-variable:
03:11:08     E extends Object declared in interface SetChangeListener
03:11:08 Junk10.java:19: warning: [rawtypes] found raw type: Change
03:11:08             public void onChanged(SetChangeListener.Change change) {}
03:11:08                                                    ^
03:11:08   missing type arguments for generic class Change<E>
03:11:08   where E is a type-variable:
03:11:08     E extends Object declared in class Change
03:11:08 Junk10.java:18: warning: [unchecked] unchecked method invocation: method addListener in class Junk10 is applied to given types
03:11:08         addListener(null, new SetChangeListener () {
03:11:08                    ^
03:11:08   required: Junk10.SetListenerHelper<E>,SetChangeListener<? super E>
03:11:08   found: <null>,<anonymous SetChangeListener>
03:11:08   where E is a type-variable:
03:11:08     E extends Object declared in method <E>addListener(Junk10.SetListenerHelper<E>,SetChangeListener<? super E>)
03:11:08 Junk10.java:18: warning: [unchecked] unchecked conversion
03:11:08         addListener(null, new SetChangeListener () {
03:11:08                           ^
03:11:08   required: SetChangeListener<? super E>
03:11:08   found:    <anonymous SetChangeListener>
03:11:08   where E is a type-variable:
03:11:08     E extends Object declared in method <E>addListener(Junk10.SetListenerHelper<E>,SetChangeListener<? super E>)
03:11:08 6 warnings
03:11:08 
03:11:08 
03:11:08 
03:11:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:09 --- javac err: ---
03:11:09 Junk10.java:17: error: cannot find symbol
03:11:09         addListener(null, (SetChangeListener.Change<?> c) -> {});
03:11:09                                             ^
03:11:09   symbol:   class Change
03:11:09   location: interface SetChangeListener
03:11:09 1 error
03:11:09 
03:11:09 
03:11:09 
03:11:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:10 
03:11:10 
03:11:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:12 
03:11:12 
03:11:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:13 
03:11:13 
03:11:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:14 --- javac err: ---
03:11:14 Main.java:14: error: unreported exception Exception; must be caught or declared to be thrown
03:11:14     close( x ->  { if (in.available() == 0) throw new EmptyStream(); x.close(); }, in );
03:11:14          ^
03:11:14 1 error
03:11:14 
03:11:14 
03:11:14 
03:11:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:15 
03:11:15 
03:11:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:17 --- javac err: ---
03:11:17 X.java:16: error: unreported exception IOException; must be caught or declared to be thrown
03:11:17 				throw new IOException();
03:11:17 				^
03:11:17 1 error
03:11:17 
03:11:17 
03:11:17 
03:11:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:18 
03:11:18 
03:11:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:19 --- javac err: ---
03:11:19 Junk11.java:5: warning: [rawtypes] found raw type: Junk11.Observable
03:11:19         public void invalidated(Observable observable);
03:11:19                                 ^
03:11:19   missing type arguments for generic class Junk11.Observable<T>
03:11:19   where T is a type-variable:
03:11:19     T extends Object declared in class Junk11.Observable
03:11:19 Junk11.java:19: warning: [rawtypes] found raw type: Junk11.Observable
03:11:19             public void invalidated(Observable o) {throw new RuntimeException();}
03:11:19                                     ^
03:11:19   missing type arguments for generic class Junk11.Observable<T>
03:11:19   where T is a type-variable:
03:11:19     T extends Object declared in class Junk11.Observable
03:11:19 2 warnings
03:11:19 
03:11:19 
03:11:19 
03:11:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:20 --- javac err: ---
03:11:20 Junk12.java:5: warning: [rawtypes] found raw type: Junk12.Observable
03:11:20         public void invalidated(Observable observable);
03:11:20                                 ^
03:11:20   missing type arguments for generic class Junk12.Observable<T>
03:11:20   where T is a type-variable:
03:11:20     T extends Object declared in class Junk12.Observable
03:11:20 Junk12.java:18: warning: [rawtypes] found raw type: ChangeListener
03:11:20         addListener(null, null, new ChangeListener () {
03:11:20                                     ^
03:11:20   missing type arguments for generic class ChangeListener<T>
03:11:20   where T is a type-variable:
03:11:20     T extends Object declared in interface ChangeListener
03:11:20 Junk12.java:19: warning: [rawtypes] found raw type: Junk12.ObservableValue
03:11:20             public void changed(ObservableValue observable, Object oldValue, Object newValue) {
03:11:20                                 ^
03:11:20   missing type arguments for generic class Junk12.ObservableValue<T>
03:11:20   where T is a type-variable:
03:11:20     T extends Object declared in class Junk12.ObservableValue
03:11:20 Junk12.java:18: warning: [unchecked] unchecked method invocation: method addListener in class Junk12 is applied to given types
03:11:20         addListener(null, null, new ChangeListener () {
03:11:20                    ^
03:11:20   required: Junk12.ExpressionHelper<T>,Junk12.ObservableValue<T>,ChangeListener<? super T>
03:11:20   found: <null>,<null>,<anonymous ChangeListener>
03:11:20   where T is a type-variable:
03:11:20     T extends Object declared in method <T>addListener(Junk12.ExpressionHelper<T>,Junk12.ObservableValue<T>,ChangeListener<? super T>)
03:11:20 Junk12.java:18: warning: [unchecked] unchecked conversion
03:11:20         addListener(null, null, new ChangeListener () {
03:11:20                                 ^
03:11:20   required: ChangeListener<? super T>
03:11:20   found:    <anonymous ChangeListener>
03:11:20   where T is a type-variable:
03:11:20     T extends Object declared in method <T>addListener(Junk12.ExpressionHelper<T>,Junk12.ObservableValue<T>,ChangeListener<? super T>)
03:11:20 5 warnings
03:11:20 
03:11:20 
03:11:20 
03:11:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:22 --- javac err: ---
03:11:22 AnnotationCollector.java:9: error: no suitable method found for toMap((Person p)[...]ame(),Function::identity,(p1,p2)->p1)
03:11:22                 return persons.collect(Collectors.toMap((Person p) -> p.getLastName(),
03:11:22                                                  ^
03:11:22     method Collectors.<T#1,K#1,U#1>toMap(Function<? super T#1,? extends K#1>,Function<? super T#1,? extends U#1>) is not applicable
03:11:22       (cannot infer type-variable(s) T#1,K#1,U#1
03:11:22         (actual and formal argument lists differ in length))
03:11:22     method Collectors.<T#2,K#2,U#2>toMap(Function<? super T#2,? extends K#2>,Function<? super T#2,? extends U#2>,BinaryOperator<U#2>) is not applicable
03:11:22       (cannot infer type-variable(s) T#2,K#2,U#2
03:11:22         (argument mismatch; unexpected static method <T#3>identity() found in unbound lookup))
03:11:22     method Collectors.<T#4,K#3,U#3,M>toMap(Function<? super T#4,? extends K#3>,Function<? super T#4,? extends U#3>,BinaryOperator<U#3>,Supplier<M>) is not applicable
03:11:22       (cannot infer type-variable(s) T#4,K#3,U#3,M
03:11:22         (actual and formal argument lists differ in length))
03:11:22   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:
03:11:22     T#1 extends Object declared in method <T#1,K#1,U#1>toMap(Function<? super T#1,? extends K#1>,Function<? super T#1,? extends U#1>)
03:11:22     K#1 extends Object declared in method <T#1,K#1,U#1>toMap(Function<? super T#1,? extends K#1>,Function<? super T#1,? extends U#1>)
03:11:22     U#1 extends Object declared in method <T#1,K#1,U#1>toMap(Function<? super T#1,? extends K#1>,Function<? super T#1,? extends U#1>)
03:11:22     T#2 extends Object declared in method <T#2,K#2,U#2>toMap(Function<? super T#2,? extends K#2>,Function<? super T#2,? extends U#2>,BinaryOperator<U#2>)
03:11:22     K#2 extends Object declared in method <T#2,K#2,U#2>toMap(Function<? super T#2,? extends K#2>,Function<? super T#2,? extends U#2>,BinaryOperator<U#2>)
03:11:22     U#2 extends Object declared in method <T#2,K#2,U#2>toMap(Function<? super T#2,? extends K#2>,Function<? super T#2,? extends U#2>,BinaryOperator<U#2>)
03:11:22     T#3 extends Object declared in method <T#3>identity()
03:11:22     T#4 extends Object declared in method <T#4,K#3,U#3,M>toMap(Function<? super T#4,? extends K#3>,Function<? super T#4,? extends U#3>,BinaryOperator<U#3>,Supplier<M>)
03:11:22     K#3 extends Object declared in method <T#4,K#3,U#3,M>toMap(Function<? super T#4,? extends K#3>,Function<? super T#4,? extends U#3>,BinaryOperator<U#3>,Supplier<M>)
03:11:22     U#3 extends Object declared in method <T#4,K#3,U#3,M>toMap(Function<? super T#4,? extends K#3>,Function<? super T#4,? extends U#3>,BinaryOperator<U#3>,Supplier<M>)
03:11:22     M extends Map<K#3,U#3> declared in method <T#4,K#3,U#3,M>toMap(Function<? super T#4,? extends K#3>,Function<? super T#4,? extends U#3>,BinaryOperator<U#3>,Supplier<M>)
03:11:22 1 error
03:11:22 
03:11:22 
03:11:22 
03:11:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:24 
03:11:24 
03:11:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:25 
03:11:25 
03:11:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:27 
03:11:27 
03:11:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:29 
03:11:29 
03:11:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:30 
03:11:30 
03:11:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:32 
03:11:32 
03:11:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:33 
03:11:33 
03:11:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:34 --- javac err: ---
03:11:34 X.java:9: error: incompatible types: bad type in conditional expression
03:11:34     new Bar(b ? 0 : new ArrayList<>());
03:11:34                 ^
03:11:34     int cannot be converted to Collection<String>
03:11:34 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:11:34 1 error
03:11:34 
03:11:34 
03:11:34 
03:11:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:35 --- javac err: ---
03:11:35 test/Test.java:28: error: incompatible types: invalid method reference
03:11:35 			w.set(this::call);
03:11:35 			      ^
03:11:35     incompatible types: Event<WWidget<M>> cannot be converted to Event<W>
03:11:35   where M,W are type-variables:
03:11:35     M extends MUIElement declared in class A
03:11:35     W extends WWidget<M> declared in class A
03:11:35 test/Test.java:30: error: incompatible types: Event<WWidget<M>> cannot be converted to Event<W>
03:11:35 			w.set((e) -> call(e));
03:11:35 			                  ^
03:11:35   where M,W are type-variables:
03:11:35     M extends MUIElement declared in class A
03:11:35     W extends WWidget<M> declared in class A
03:11:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:11:35 2 errors
03:11:35 
03:11:35 
03:11:35 
03:11:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:37 
03:11:37 
03:11:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:39 
03:11:39 
03:11:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:40 
03:11:40 
03:11:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:41 
03:11:41 
03:11:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:43 
03:11:43 
03:11:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:45 
03:11:45 
03:11:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:46 
03:11:46 
03:11:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:50 
03:11:50 
03:11:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:52 
03:11:52 
03:11:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:53 --- javac err: ---
03:11:53 X.java:8: warning: [overloads] m(FI1<Number>) in X is potentially ambiguous with m(FI2) in X
03:11:53 	void m(FI1<Number> fi) { }
03:11:53 	     ^
03:11:53 X.java:14: error: reference to m is ambiguous
03:11:53 		m(X::id);
03:11:53 		^
03:11:53   both method m(FI1<Number>) in X and method m(FI2) in X match
03:11:53 1 error
03:11:53 1 warning
03:11:53 
03:11:53 
03:11:53 
03:11:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:54 --- javac err: ---
03:11:54 X.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:11:54 		public T get(T... n);
03:11:54 		                  ^
03:11:54   where T is a type-variable:
03:11:54     T extends Object declared in interface FI1
03:11:54 X.java:8: warning: [overloads] m(FI1<Number>) in X is potentially ambiguous with m(FI2) in X
03:11:54 	void m(FI1<Number> fi) { }
03:11:54 	     ^
03:11:54 X.java:14: error: reference to m is ambiguous
03:11:54 		m(this::id);
03:11:54 		^
03:11:54   both method m(FI1<Number>) in X and method m(FI2) in X match
03:11:54 1 error
03:11:54 2 warnings
03:11:54 
03:11:54 
03:11:54 
03:11:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:55 
03:11:55 
03:11:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:56 
03:11:56 
03:11:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:58 
03:11:58 
03:11:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:11:59 
03:11:59 
03:11:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:01 
03:12:01 
03:12:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:02 --- javac err: ---
03:12:02 Main.java:12: error: cannot find symbol
03:12:02 			removeEntity( e );
03:12:02 			^
03:12:02   symbol: method removeEntity(MyEntity)
03:12:02 1 error
03:12:02 
03:12:02 
03:12:02 
03:12:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:03 
03:12:03 
03:12:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:05 
03:12:05 
03:12:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:06 
03:12:06 
03:12:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:08 
03:12:08 
03:12:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:09 --- javac err: ---
03:12:09 Test.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:12:09     public static <T> Field<T> coalesce(T value, T... values) {
03:12:09                                           ^
03:12:09   where T is a type-variable:
03:12:09     T extends Object declared in method <T>coalesce(T,T...)
03:12:09 Test.java:5: error: reference to coalesce is ambiguous
03:12:09         return coalesce(field(value), fields(values));
03:12:09                ^
03:12:09   both method <T#1>coalesce(Field<T#1>,T#1) in Test and method <T#2>coalesce(Field<T#2>,Field<?>...) in Test match
03:12:09   where T#1,T#2 are type-variables:
03:12:09     T#1 extends Object declared in method <T#1>coalesce(Field<T#1>,T#1)
03:12:09     T#2 extends Object declared in method <T#2>coalesce(Field<T#2>,Field<?>...)
03:12:09 Test.java:5: error: incompatible types: inference variable T#1 has incompatible bounds
03:12:09         return coalesce(field(value), fields(values));
03:12:09                        ^
03:12:09     equality constraints: T#2,T#3
03:12:09     lower bounds: T#2,Field<T#4>[]
03:12:09   where T#1,T#2,T#3,T#4 are type-variables:
03:12:09     T#1 extends Object declared in method <T#1>coalesce(Field<T#1>,T#1)
03:12:09     T#2 extends Object declared in method <T#2>coalesce(T#2,T#2...)
03:12:09     T#3 extends Object declared in method <T#3>field(T#3)
03:12:09     T#4 extends Object declared in method <T#4>fields(T#4...)
03:12:09 Test.java:20: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:12:09     static <T> Field<T>[] fields(T... values) {
03:12:09                                       ^
03:12:09   where T is a type-variable:
03:12:09     T extends Object declared in method <T>fields(T...)
03:12:09 Test.java:21: warning: [unchecked] unchecked method invocation: method toArray in interface Stream is applied to given types
03:12:09         return Stream.of(values).map(Test::field).toArray(Field[]::new);
03:12:09                                                          ^
03:12:09   required: IntFunction<A[]>
03:12:09   found: IntFunction<Field[]>
03:12:09   where A is a type-variable:
03:12:09     A extends Object declared in method <A>toArray(IntFunction<A[]>)
03:12:09 Test.java:21: warning: [unchecked] unchecked conversion
03:12:09         return Stream.of(values).map(Test::field).toArray(Field[]::new);
03:12:09                                                          ^
03:12:09   required: Field<T>[]
03:12:09   found:    Field[]
03:12:09   where T is a type-variable:
03:12:09     T extends Object declared in method <T>fields(T...)
03:12:09 2 errors
03:12:09 4 warnings
03:12:09 
03:12:09 
03:12:09 
03:12:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:10 
03:12:10 
03:12:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:11 --- javac err: ---
03:12:11 X.java:5: error: cannot find symbol
03:12:11 		process(missing::new);
03:12:11 		        ^
03:12:11   symbol:   class missing
03:12:11   location: class X
03:12:11 1 error
03:12:11 
03:12:11 
03:12:11 
03:12:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:13 --- javac err: ---
03:12:13 Test.java:18: error: method createData in class Test cannot be applied to given types;
03:12:13 				(x) -> m(Data.class, str, (y) -> m(Data.class, BigInteger.ZERO, (z) -> createData(i, x, y, z))));
03:12:13 				                                                                       ^
03:12:13   required: no arguments
03:12:13   found: BigInteger,String,String,BigInteger
03:12:13   reason: cannot infer type-variable(s) T
03:12:13     (actual and formal argument lists differ in length)
03:12:13   where T is a type-variable:
03:12:13     T extends Object declared in method <T>createData()
03:12:13 1 error
03:12:13 
03:12:13 
03:12:13 
03:12:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:15 
03:12:15 
03:12:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:16 
03:12:16 
03:12:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:18 
03:12:18 
03:12:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:19 
03:12:19 
03:12:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:21 
03:12:21 
03:12:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:22 
03:12:22 
03:12:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:24 --- javac err: ---
03:12:24 Test.java:10: error: method test in class Test cannot be applied to given types;
03:12:24     test(type);
03:12:24     ^
03:12:24   required: List<L>
03:12:24   found: List<CAP#1>
03:12:24   reason: inference variable L has incompatible bounds
03:12:24     equality constraints: CAP#1
03:12:24     upper bounds: List<Y>
03:12:24   where L,Y are type-variables:
03:12:24     L extends List<Y> declared in method <Y,L>test(List<L>)
03:12:24     Y extends Object declared in method <Y,L>test(List<L>)
03:12:24   where CAP#1 is a fresh type-variable:
03:12:24     CAP#1 extends List<?> from capture of ? extends List<?>
03:12:24 1 error
03:12:24 
03:12:24 
03:12:24 
03:12:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:25 
03:12:25 
03:12:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:26 
03:12:26 
03:12:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:27 
03:12:27 
03:12:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:29 
03:12:29 
03:12:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:30 --- javac err: ---
03:12:30 ToArray.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type S
03:12:30 	<S extends E> E[] apply(@SuppressWarnings("unchecked") S... es);
03:12:30 	                                                            ^
03:12:30   where S,E are type-variables:
03:12:30     S extends E declared in method <S>apply(S...)
03:12:30     E extends Object declared in interface ArrayFunction
03:12:30 ToArray.java:7: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter es
03:12:30 		return es;
03:12:30 		       ^
03:12:30 2 warnings
03:12:30 
03:12:30 
03:12:30 
03:12:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:31 
03:12:31 
03:12:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:33 
03:12:33 
03:12:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:34 
03:12:34 
03:12:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:36 
03:12:36 
03:12:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:37 --- javac err: ---
03:12:37 Test.java:6: error: I is not public in sub; cannot be accessed from outside package
03:12:37     return (((Marker & J) j).getValue());
03:12:37             ^
03:12:37 1 error
03:12:37 
03:12:37 
03:12:37 
03:12:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:38 --- javac err: ---
03:12:38 X.java:6: warning: [overloads] <T>m(UnaryOp<T>) in X is potentially ambiguous with m(IntegerToNumber) in X
03:12:38   <T> void m(UnaryOp<T> f) {}
03:12:38            ^
03:12:38   where T is a type-variable:
03:12:38     T extends Object declared in method <T>m(UnaryOp<T>)
03:12:38 X.java:10: error: reference to m is ambiguous
03:12:38     m((Integer i) -> i);
03:12:38     ^
03:12:38   both method <T>m(UnaryOp<T>) in X and method m(IntegerToNumber) in X match
03:12:38   where T is a type-variable:
03:12:38     T extends Object declared in method <T>m(UnaryOp<T>)
03:12:38 1 error
03:12:38 1 warning
03:12:38 
03:12:38 
03:12:38 
03:12:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:39 
03:12:39 
03:12:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:40 --- javac err: ---
03:12:40 Task.java:4: error: reference to foo is ambiguous
03:12:40 		foo(rt -> true); // PROBLEM HERE
03:12:40 		^
03:12:40   both method <T>foo(T) in Task and method foo(Predicate<?>) in Task match
03:12:40   where T is a type-variable:
03:12:40     T extends Serializable declared in method <T>foo(T)
03:12:40 Task.java:4: error: incompatible types: cannot infer type-variable(s) T
03:12:40 		foo(rt -> true); // PROBLEM HERE
03:12:40 		   ^
03:12:40     (argument mismatch; Serializable is not a functional interface
03:12:40       no abstract method found in interface Serializable)
03:12:40   where T is a type-variable:
03:12:40     T extends Serializable declared in method <T>foo(T)
03:12:40 2 errors
03:12:40 
03:12:40 
03:12:40 
03:12:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:42 --- javac err: ---
03:12:42 TestGenericsFunctional.java:11: error: reference to doStuff is ambiguous
03:12:42 		doStuff(str, st -> collection.add(st));
03:12:42 		^
03:12:42   both method doStuff(String,Consumer<String>) in TestGenericsFunctional and method <C>doStuff(String,C) in TestGenericsFunctional match
03:12:42   where C is a type-variable:
03:12:42     C extends Collection<String> declared in method <C>doStuff(String,C)
03:12:42 1 error
03:12:42 
03:12:42 
03:12:42 
03:12:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:43 
03:12:43 
03:12:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:44 --- javac err: ---
03:12:44 Java8TypeInferenceProblem.java:8: error: reference to copyToValueObject is ambiguous
03:12:44 		return copyToValueObject(loadBusinessObject(), ValueObjectImpl.class);
03:12:44 		       ^
03:12:44   both method <T#1>copyToValueObject(BusinessObject,Class<T#1>) in Java8TypeInferenceProblem and method <T#2>copyToValueObject(Iterator<BusinessObject>,Class<T#2>) in Java8TypeInferenceProblem match
03:12:44   where T#1,T#2 are type-variables:
03:12:44     T#1 extends ValueObject declared in method <T#1>copyToValueObject(BusinessObject,Class<T#1>)
03:12:44     T#2 extends ValueObject declared in method <T#2>copyToValueObject(Iterator<BusinessObject>,Class<T#2>)
03:12:44 1 error
03:12:44 
03:12:44 
03:12:44 
03:12:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:46 
03:12:46 
03:12:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:47 --- javac err: ---
03:12:47 Test.java:16: warning: [deprecation] Long(long) in Long has been deprecated
03:12:47     Long l = new Long(3);
03:12:47              ^
03:12:47 1 warning
03:12:47 
03:12:47 
03:12:47 
03:12:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:48 
03:12:48 
03:12:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:49 --- javac err: ---
03:12:49 X.java:4: warning: [rawtypes] found raw type: A
03:12:49 	void test(A a) {
03:12:49 	          ^
03:12:49   missing type arguments for generic class A<T>
03:12:49   where T is a type-variable:
03:12:49     T extends Object declared in class A
03:12:49 X.java:5: warning: [unchecked] unchecked method invocation: method get in class X is applied to given types
03:12:49 		get(a).missing();
03:12:49 		   ^
03:12:49   required: A<U>
03:12:49   found: A
03:12:49   where U is a type-variable:
03:12:49     U extends Object declared in method <U>get(A<U>)
03:12:49 X.java:5: warning: [unchecked] unchecked conversion
03:12:49 		get(a).missing();
03:12:49 		    ^
03:12:49   required: A<U>
03:12:49   found:    A
03:12:49   where U is a type-variable:
03:12:49     U extends Object declared in method <U>get(A<U>)
03:12:49 X.java:5: error: cannot find symbol
03:12:49 		get(a).missing();
03:12:49 		      ^
03:12:49   symbol:   method missing()
03:12:49   location: class Object
03:12:49 1 error
03:12:49 3 warnings
03:12:49 
03:12:49 
03:12:49 
03:12:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:51 ----------------------------------------
03:12:51 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8#testBug488663 - 10
03:12:51 C.java [
03:12:51 import java.util.Comparator;
03:12:51 public class C {
03:12:51 	Comparator<String> comparator = new Comparator<String>() { //
03:12:51 		@Override
03:12:51 		public int compare(String o1, String o2) {
03:12:51 			return 0;
03:12:51 		}
03:12:51 	};
03:12:51 }
03:12:51 ]
03:12:51 
03:12:51 
03:12:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:52 --- javac err: ---
03:12:52 X.java:5: warning: [unchecked] unchecked method invocation: constructor <init> in class HashSet is applied to given types
03:12:52 		HashSet<String> activeBindings = new HashSet<>(manager.getActiveBindingsDisregardingContextFlat());
03:12:52 		                                 ^
03:12:52   required: Collection<? extends E>
03:12:52   found: Collection
03:12:52   where E is a type-variable:
03:12:52     E extends Object declared in class HashSet
03:12:52 X.java:5: warning: [unchecked] unchecked conversion
03:12:52 		HashSet<String> activeBindings = new HashSet<>(manager.getActiveBindingsDisregardingContextFlat());
03:12:52 		                                                                                               ^
03:12:52   required: Collection<? extends E>
03:12:52   found:    Collection
03:12:52   where E is a type-variable:
03:12:52     E extends Object declared in class HashSet
03:12:52 X.java:5: warning: [unchecked] unchecked conversion
03:12:52 		HashSet<String> activeBindings = new HashSet<>(manager.getActiveBindingsDisregardingContextFlat());
03:12:52 		                                 ^
03:12:52   required: HashSet<String>
03:12:52   found:    HashSet
03:12:52 X.java:10: warning: [rawtypes] found raw type: Collection
03:12:52 	Collection getActiveBindingsDisregardingContextFlat() {
03:12:52 	^
03:12:52   missing type arguments for generic class Collection<E>
03:12:52   where E is a type-variable:
03:12:52     E extends Object declared in interface Collection
03:12:52 4 warnings
03:12:52 
03:12:52 
03:12:52 
03:12:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:53 
03:12:53 
03:12:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:55 
03:12:55 
03:12:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:56 --- javac err: ---
03:12:56 Tester.java:20: error: incompatible types: bad return type in method reference
03:12:56 		return method((SAM<?,?,?> & I <?>) this::foo);
03:12:56 		                                   ^
03:12:56     Object cannot be converted to X3
03:12:56 1 error
03:12:56 
03:12:56 
03:12:56 
03:12:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:57 --- javac err: ---
03:12:57 Main.java:10: warning: [unchecked] unchecked method invocation: constructor <init> in class HashSet is applied to given types
03:12:57 		Set<String> genericSet = new HashSet<>(oldApiReturningUntypedSet());
03:12:57 		                         ^
03:12:57   required: Collection<? extends E>
03:12:57   found: Set
03:12:57   where E is a type-variable:
03:12:57     E extends Object declared in class HashSet
03:12:57 Main.java:10: warning: [unchecked] unchecked conversion
03:12:57 		Set<String> genericSet = new HashSet<>(oldApiReturningUntypedSet());
03:12:57 		                                                                ^
03:12:57   required: Collection<? extends E>
03:12:57   found:    Set
03:12:57   where E is a type-variable:
03:12:57     E extends Object declared in class HashSet
03:12:57 Main.java:10: warning: [unchecked] unchecked conversion
03:12:57 		Set<String> genericSet = new HashSet<>(oldApiReturningUntypedSet());
03:12:57 		                         ^
03:12:57   required: Set<String>
03:12:57   found:    HashSet
03:12:57 3 warnings
03:12:57 
03:12:57 
03:12:57 
03:12:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:12:59 --- javac err: ---
03:12:59 EclipseInference.java:34: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter suppliers
03:12:59         return Stream.of(suppliers)
03:12:59                          ^
03:12:59 1 warning
03:12:59 
03:12:59 
03:12:59 
03:12:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:01 --- javac err: ---
03:13:01 EclipseInference.java:34: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter suppliers
03:13:01         return Stream.of(suppliers)
03:13:01                          ^
03:13:01 1 warning
03:13:01 
03:13:01 
03:13:01 
03:13:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:02 --- javac err: ---
03:13:02 X.java:5: error: incompatible types: inference variable T#1 has incompatible bounds
03:13:02         Set<List<Number>> numbetListSet = Collections.singleton(toWildcardGeneric(integerList));
03:13:02                                                                ^
03:13:02     equality constraints: List<Number>
03:13:02     lower bounds: List<CAP#1>
03:13:02   where T#1,T#2 are type-variables:
03:13:02     T#1 extends Object declared in method <T#1>singleton(T#1)
03:13:02     T#2 extends Object declared in method <T#2>toWildcardGeneric(List<T#2>)
03:13:02   where CAP#1 is a fresh type-variable:
03:13:02     CAP#1 extends Integer from capture of ? extends T#2
03:13:02 1 error
03:13:02 
03:13:02 
03:13:02 
03:13:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:04 --- javac err: ---
03:13:04 X.java:5: error: incompatible types: inference variable T#1 has incompatible bounds
03:13:04     List<Object> objectList = id(toWildcardGeneric(integerList));
03:13:04                                 ^
03:13:04     upper bounds: List<Object>,Object
03:13:04     lower bounds: List<CAP#1>
03:13:04   where T#1,T#2 are type-variables:
03:13:04     T#1 extends Object declared in method <T#1>id(T#1)
03:13:04     T#2 extends Object declared in method <T#2>toWildcardGeneric(List<T#2>)
03:13:04   where CAP#1 is a fresh type-variable:
03:13:04     CAP#1 extends Integer from capture of ? extends T#2
03:13:04 1 error
03:13:04 
03:13:04 
03:13:04 
03:13:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:05 
03:13:05 
03:13:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:07 
03:13:07 
03:13:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:09 
03:13:09 
03:13:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:10 
03:13:10 
03:13:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:12 
03:13:12 
03:13:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:13 
03:13:13 
03:13:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:14 --- javac err: ---
03:13:14 Test.java:9: error: type argument String is not within bounds of type-variable X
03:13:14     public class E<X extends D<String>.C> {}
03:13:14                                ^
03:13:14   where X is a type-variable:
03:13:14     X extends Number declared in class Test.D
03:13:14 1 error
03:13:14 
03:13:14 
03:13:14 
03:13:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:15 --- javac err: ---
03:13:15 Test.java:2: error: package wrong does not exist
03:13:15     <X extends wrong.D<?>.C> void m() {}
03:13:15                     ^
03:13:15 1 error
03:13:15 
03:13:15 
03:13:15 
03:13:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:17 
03:13:17 
03:13:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:19 
03:13:19 
03:13:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:21 
03:13:21 
03:13:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:22 
03:13:22 
03:13:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:24 
03:13:24 
03:13:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:25 
03:13:25 
03:13:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:27 --- javac err: ---
03:13:27 NPETest.java:14: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:13:27         public Dummy(T... args) {
03:13:27                           ^
03:13:27   where T is a type-variable:
03:13:27     T extends Object declared in class NPETest.Dummy
03:13:27 1 warning
03:13:27 
03:13:27 
03:13:27 
03:13:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:29 --- javac err: ---
03:13:29 NPETest.java:14: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:13:29         public Dummy(T... args) {
03:13:29                           ^
03:13:29   where T is a type-variable:
03:13:29     T extends Object declared in class NPETest.Dummy
03:13:29 1 warning
03:13:29 
03:13:29 
03:13:29 
03:13:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:30 
03:13:30 
03:13:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:31 
03:13:31 
03:13:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:33 
03:13:33 
03:13:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:35 
03:13:35 
03:13:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:37 
03:13:37 
03:13:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:38 
03:13:38 
03:13:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:39 
03:13:39 
03:13:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:41 --- javac err: ---
03:13:41 makeCompilerFreeze/EclipseJava8Bug.java:20: error: method func in class Stuff cannot be applied to given types;
03:13:41       Stuff.func(Comparator.naturalOrder());
03:13:41            ^
03:13:41   required: Comparator<T>
03:13:41   found: Comparator<B#1>
03:13:41   reason: inferred type does not conform to upper bound(s)
03:13:41     inferred: Object
03:13:41     upper bound(s): Comparable<B#2>,Object
03:13:41   where T,S,B#1,B#2 are type-variables:
03:13:41     T extends Object declared in method <T,S>func(Comparator<T>)
03:13:41     S extends T declared in method <T,S>func(Comparator<T>)
03:13:41     B#1 extends Comparable<B#1>
03:13:41     B#2 extends Comparable<B#2> declared in method <B#2>naturalOrder()
03:13:41 1 error
03:13:41 
03:13:41 
03:13:41 
03:13:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:42 
03:13:42 
03:13:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:43 
03:13:43 
03:13:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:45 
03:13:45 
03:13:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:46 --- javac err: ---
03:13:46 test/Test.java:24: warning: [rawtypes] found raw type: ComputerProperty
03:13:46 		return map(this.properties(), property -> new ComputerProperty(property));
03:13:46 		                                              ^
03:13:46   missing type arguments for generic class ComputerProperty<E>
03:13:46   where E is a type-variable:
03:13:46     E extends Object declared in class ComputerProperty
03:13:46 test/Test.java:24: warning: [unchecked] unchecked call to ComputerProperty(Property<E>) as a member of the raw type ComputerProperty
03:13:46 		return map(this.properties(), property -> new ComputerProperty(property));
03:13:46 		                                          ^
03:13:46   where E is a type-variable:
03:13:46     E extends Object declared in class ComputerProperty
03:13:46 test/Test.java:24: warning: [unchecked] unchecked method invocation: method map in class Test is applied to given types
03:13:46 		return map(this.properties(), property -> new ComputerProperty(property));
03:13:46 		          ^
03:13:46   required: Iterator<F>,Function<F,G>
03:13:46   found: Iterator<CAP#1>,Function<CAP#1,Property<I>>
03:13:46   where F,G,H,I are type-variables:
03:13:46     F extends Object declared in method <F,G>map(Iterator<F>,Function<F,G>)
03:13:46     G extends Object declared in method <F,G>map(Iterator<F>,Function<F,G>)
03:13:46     H extends Object declared in method <H>properties()
03:13:46     I extends Object declared in method <I>test()
03:13:46   where CAP#1 is a fresh type-variable:
03:13:46     CAP#1 extends Property<Object> from capture of ? extends Property<H>
03:13:46 test/Test.java:24: warning: [unchecked] unchecked conversion
03:13:46 		return map(this.properties(), property -> new ComputerProperty(property));
03:13:46 		          ^
03:13:46   required: Iterator<Property<I>>
03:13:46   found:    Iterator
03:13:46   where I is a type-variable:
03:13:46     I extends Object declared in method <I>test()
03:13:46 4 warnings
03:13:46 
03:13:46 
03:13:46 
03:13:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:47 
03:13:47 
03:13:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:49 
03:13:49 
03:13:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:51 
03:13:51 
03:13:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:52 --- javac err: ---
03:13:52 NfaUtil.java:39: warning: [unchecked] Possible heap pollution from parameterized vararg type E
03:13:52 	public static <E> HashSet<E> newHashSet(E... elements) {
03:13:52 	                                             ^
03:13:52   where E is a type-variable:
03:13:52     E extends Object declared in method <E>newHashSet(E...)
03:13:52 1 warning
03:13:52 
03:13:52 
03:13:52 
03:13:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:54 
03:13:54 
03:13:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:55 --- javac err: ---
03:13:55 BrokenTypeInference.java:9: warning: [unchecked] Possible heap pollution from parameterized vararg type X
03:13:55     private static <X> List<X> x(X ... xs) {
03:13:55                                        ^
03:13:55   where X is a type-variable:
03:13:55     X extends Object declared in method <X>x(X...)
03:13:55 1 warning
03:13:55 
03:13:55 
03:13:55 
03:13:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:57 
03:13:57 
03:13:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:13:58 --- javac err: ---
03:13:58 test/ClassWithMethodWithMissingArgType.java:5: error: package missing does not exist
03:13:58 import missing.Type;
03:13:58               ^
03:13:58 test/ClassWithMethodWithMissingArgType.java:8: error: cannot find symbol
03:13:58 	public void matches(Type arg) {
03:13:58 	                    ^
03:13:58   symbol:   class Type
03:13:58   location: class ClassWithMethodWithMissingArgType
03:13:58 2 errors
03:13:58 
03:13:58 
03:13:58 
03:13:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:00 
03:14:00 
03:14:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:01 
03:14:01 
03:14:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:03 
03:14:03 
03:14:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:05 
03:14:05 
03:14:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:06 
03:14:06 
03:14:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:09 
03:14:09 
03:14:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:11 
03:14:11 
03:14:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:12 
03:14:12 
03:14:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:14 --- javac err: ---
03:14:14 Minimal.java:4: warning: [try] auto-closeable resource o is never referenced in body of corresponding try statement
03:14:14         try (Closeable o = consumes(sneaky()::withVarargs)) {
03:14:14                        ^
03:14:14 1 warning
03:14:14 
03:14:14 
03:14:14 
03:14:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:15 
03:14:15 
03:14:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:16 --- javac err: ---
03:14:16 test/Test.java:19: warning: [rawtypes] found raw type: Bar
03:14:16 		Bar b = null;
03:14:16 		^
03:14:16   missing type arguments for generic class Bar<U>
03:14:16   where U is a type-variable:
03:14:16     U extends Object declared in class Bar
03:14:16 test/Test.java:20: warning: [unchecked] unchecked method invocation: method bar in class Test is applied to given types
03:14:16 		return foo(bar(b));
03:14:16 		              ^
03:14:16   required: Bar<Integer>
03:14:16   found: Bar
03:14:16 test/Test.java:20: warning: [unchecked] unchecked conversion
03:14:16 		return foo(bar(b));
03:14:16 		               ^
03:14:16   required: Bar<Integer>
03:14:16   found:    Bar
03:14:16 test/Test.java:20: warning: [unchecked] unchecked method invocation: method foo in class Test is applied to given types
03:14:16 		return foo(bar(b));
03:14:16 		          ^
03:14:16   required: Foo<V>
03:14:16   found: Foo
03:14:16   where V is a type-variable:
03:14:16     V extends Object declared in method <V>foo(Foo<V>)
03:14:16 test/Test.java:20: warning: [unchecked] unchecked conversion
03:14:16 		return foo(bar(b));
03:14:16 		              ^
03:14:16   required: Foo<V>
03:14:16   found:    Foo
03:14:16   where V is a type-variable:
03:14:16     V extends Object declared in method <V>foo(Foo<V>)
03:14:16 5 warnings
03:14:16 
03:14:16 
03:14:16 
03:14:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:18 --- javac err: ---
03:14:18 Main.java:7: warning: [serial] serializable class MyMap has no definition of serialVersionUID
03:14:18     static class MyMap<K, V> extends HashMap<K, V> {
03:14:18            ^
03:14:18 1 warning
03:14:18 
03:14:18 
03:14:18 
03:14:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:19 
03:14:19 
03:14:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:21 
03:14:21 
03:14:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:22 --- javac err: ---
03:14:22 Z.java:2: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:14:22 	public Z(Runnable r, T... t1) {}
03:14:22 	                  ^
03:14:22   where T is a type-variable:
03:14:22     T extends Object declared in class Z
03:14:22 X.java:4: warning: [rawtypes] found raw type: Z
03:14:22 		Z z = new Z<>(()->{System.out.println("asdad");}, t.get());
03:14:22 		^
03:14:22   missing type arguments for generic class Z<T>
03:14:22   where T is a type-variable:
03:14:22     T extends Object declared in class Z
03:14:22 X.java:4: error: incompatible types: cannot infer type arguments for Z<>
03:14:22 		Z z = new Z<>(()->{System.out.println("asdad");}, t.get());
03:14:22 		           ^
03:14:22     reason: formal varargs element type Inner is not accessible from class X
03:14:22 1 error
03:14:22 2 warnings
03:14:22 
03:14:22 
03:14:22 
03:14:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:23 --- javac err: ---
03:14:23 Z.java:3: warning: [unchecked] Possible heap pollution from parameterized vararg type TT
03:14:23 		public Q(Runnable r, TT... ts) {}
03:14:23 		                  ^
03:14:23   where TT is a type-variable:
03:14:23     TT extends Object declared in class Z.Q
03:14:23 Z.java:5: warning: [unchecked] Possible heap pollution from parameterized vararg type T
03:14:23 	public Z(Runnable r, T... t1) {}
03:14:23 	                  ^
03:14:23   where T is a type-variable:
03:14:23     T extends Object declared in class Z
03:14:23 X.java:5: warning: [rawtypes] found raw type: Z.Q
03:14:23 		Z.Q zq = zr.new Q<>(null, t.get());
03:14:23 		 ^
03:14:23   missing type arguments for generic class Z<T>.Q<TT>
03:14:23   where TT,T are type-variables:
03:14:23     TT extends Object declared in class Z.Q
03:14:23     T extends Object declared in class Z
03:14:23 X.java:5: error: incompatible types: cannot infer type arguments for Z.Q<>
03:14:23 		Z.Q zq = zr.new Q<>(null, t.get());
03:14:23 		                 ^
03:14:23     reason: formal varargs element type Inner is not accessible from class X
03:14:23 1 error
03:14:23 3 warnings
03:14:23 
03:14:23 
03:14:23 
03:14:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:25 --- javac err: ---
03:14:25 Test.java:18: warning: [rawtypes] found raw type: X
03:14:25     static X x = new Y<>(Z::method);
03:14:25            ^
03:14:25   missing type arguments for generic class X<T>
03:14:25   where T is a type-variable:
03:14:25     T extends Object declared in class X
03:14:25 1 warning
03:14:25 
03:14:25 
03:14:25 
03:14:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:26 --- javac err: ---
03:14:26 Test.java:18: warning: [rawtypes] found raw type: ArrayList
03:14:26                 new Foo<>("str", new ArrayList())
03:14:26                                      ^
03:14:26   missing type arguments for generic class ArrayList<E>
03:14:26   where E is a type-variable:
03:14:26     E extends Object declared in class ArrayList
03:14:26 Test.java:18: warning: [unchecked] unchecked method invocation: constructor <init> in class Foo is applied to given types
03:14:26                 new Foo<>("str", new ArrayList())
03:14:26                 ^
03:14:26   required: T,List<String>
03:14:26   found: String,ArrayList
03:14:26   where T is a type-variable:
03:14:26     T extends Object declared in class Foo
03:14:26 Test.java:18: warning: [unchecked] unchecked conversion
03:14:26                 new Foo<>("str", new ArrayList())
03:14:26                                  ^
03:14:26   required: List<String>
03:14:26   found:    ArrayList
03:14:26 Test.java:17: error: incompatible types: cannot infer type-variable(s) Q,T
03:14:26 		method(getBar(
03:14:26 		      ^
03:14:26     (argument mismatch; Bar<Foo> cannot be converted to Bar<? extends Foo<Object>>)
03:14:26   where Q,T are type-variables:
03:14:26     Q extends Object declared in method <Q>method(Bar<? extends Foo<Q>>)
03:14:26     T extends Object declared in method <T>getBar(T)
03:14:26 1 error
03:14:26 3 warnings
03:14:26 
03:14:26 
03:14:26 
03:14:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:27 --- javac err: ---
03:14:27 X.java:24: error: reference to fun3 is ambiguous
03:14:27 		fun3(test(Integer.valueOf(2), 3), 4);
03:14:27 		^
03:14:27   both method <T#1>fun3(int,int) in X and method <T#2>fun3(Integer,T#2) in X match
03:14:27   where T#1,T#2 are type-variables:
03:14:27     T#1 extends Number declared in method <T#1>fun3(int,int)
03:14:27     T#2 extends Number declared in method <T#2>fun3(Integer,T#2)
03:14:27 1 error
03:14:27 
03:14:27 
03:14:27 
03:14:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:29 --- javac err: ---
03:14:29 test/Action.java:3: warning: [rawtypes] found raw type: Service
03:14:29 public class Action<S2 extends Service> {
03:14:29                                ^
03:14:29   missing type arguments for generic class Service<D1,S2>
03:14:29   where D1,S2 are type-variables:
03:14:29     D1 extends Device declared in class Service
03:14:29     S2 extends Service declared in class Service
03:14:29 test/Service.java:5: warning: [rawtypes] found raw type: Device
03:14:29 public abstract class Service<D1 extends Device, S2 extends Service> {
03:14:29                                          ^
03:14:29   missing type arguments for generic class Device<DI,S1>
03:14:29   where DI,S1 are type-variables:
03:14:29     DI extends Object declared in class Device
03:14:29     S1 extends Service declared in class Device
03:14:29 test/Service.java:5: warning: [rawtypes] found raw type: Service
03:14:29 public abstract class Service<D1 extends Device, S2 extends Service> {
03:14:29                                                             ^
03:14:29   missing type arguments for generic class Service<D1,S2>
03:14:29   where D1,S2 are type-variables:
03:14:29     D1 extends Device declared in class Service
03:14:29     S2 extends Service declared in class Service
03:14:29 test/Service.java:7: warning: [rawtypes] found raw type: Action
03:14:29         for (Action action : actionArr) {
03:14:29              ^
03:14:29   missing type arguments for generic class Action<S2>
03:14:29   where S2 is a type-variable:
03:14:29     S2 extends Service declared in class Action
03:14:29 test/Service.java:8: warning: [unchecked] unchecked call to setService(S2) as a member of the raw type Action
03:14:29             action.setService(this);
03:14:29                              ^
03:14:29   where S2 is a type-variable:
03:14:29     S2 extends Service declared in class Action
03:14:29 test/Service.java:12: warning: [rawtypes] found raw type: Action
03:14:29     public Action<S2>[] getActions(Collection<Action> actions) {
03:14:29                                               ^
03:14:29   missing type arguments for generic class Action<S2>
03:14:29   where S2 is a type-variable:
03:14:29     S2 extends Service declared in class Action
03:14:29 test/Service.java:13: warning: [rawtypes] found raw type: Action
03:14:29         return actions.toArray(new Action[actions.size()]);
03:14:29                                    ^
03:14:29   missing type arguments for generic class Action<S2>
03:14:29   where S2 is a type-variable:
03:14:29     S2 extends Service declared in class Action
03:14:29 test/Service.java:13: warning: [unchecked] unchecked method invocation: method toArray in interface Collection is applied to given types
03:14:29         return actions.toArray(new Action[actions.size()]);
03:14:29                               ^
03:14:29   required: T[]
03:14:29   found: Action[]
03:14:29   where T is a type-variable:
03:14:29     T extends Object declared in method <T>toArray(T[])
03:14:29 test/Service.java:13: warning: [unchecked] unchecked conversion
03:14:29         return actions.toArray(new Action[actions.size()]);
03:14:29                               ^
03:14:29   required: Action<S2>[]
03:14:29   found:    Action[]
03:14:29   where S2 is a type-variable:
03:14:29     S2 extends Service declared in class Service
03:14:29 test/Device.java:3: warning: [rawtypes] found raw type: Service
03:14:29 public abstract class Device<DI, S1 extends Service> {
03:14:29                                             ^
03:14:29   missing type arguments for generic class Service<D1,S2>
03:14:29   where D1,S2 are type-variables:
03:14:29     D1 extends Device declared in class Service
03:14:29     S2 extends Service declared in class Service
03:14:29 test/Device.java:6: warning: [rawtypes] found raw type: Service
03:14:29     protected void find(Service service) {
03:14:29                         ^
03:14:29   missing type arguments for generic class Service<D1,S2>
03:14:29   where D1,S2 are type-variables:
03:14:29     D1 extends Device declared in class Service
03:14:29     S2 extends Service declared in class Service
03:14:29 test/Device.java:10: warning: [rawtypes] found raw type: Device
03:14:29     public Object equals(Device obj) {
03:14:29                          ^
03:14:29   missing type arguments for generic class Device<DI,S1>
03:14:29   where DI,S1 are type-variables:
03:14:29     DI extends Object declared in class Device
03:14:29     S1 extends Service declared in class Device
03:14:29 12 warnings
03:14:29 
03:14:29 
03:14:29 
03:14:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:30 --- javac err: ---
03:14:30 org/a/a/g/d.java:5: error: cannot find symbol
03:14:30     public <T extends e> T a(Class<T> cls) {
03:14:30                       ^
03:14:30   symbol:   class e
03:14:30   location: class d
03:14:30 org/a/a/g/d.java:15: error: cannot find symbol
03:14:30         <T extends e> T a();
03:14:30                    ^
03:14:30   symbol:   class e
03:14:30   location: interface b
03:14:30 org/a/a/g/d.java:17: error: cannot find symbol
03:14:30         <T extends j> T b();
03:14:30                    ^
03:14:30   symbol:   class j
03:14:30   location: interface b
03:14:30 org/a/a/g/d.java:6: error: cannot find symbol
03:14:30         T t = (e) cls.newInstance();
03:14:30                ^
03:14:30   symbol:   class e
03:14:30   location: class d
03:14:30 org/a/a/g/d.java:6: warning: [deprecation] newInstance() in Class has been deprecated
03:14:30         T t = (e) cls.newInstance();
03:14:30                      ^
03:14:30   where T is a type-variable:
03:14:30     T extends Object declared in class Class
03:14:30 org/a/a/g/d.java:7: error: cannot find symbol
03:14:30         while (size >= 0) {
03:14:30                ^
03:14:30   symbol:   variable size
03:14:30   location: class d
03:14:30 org/a/a/g/d.java:8: error: cannot find symbol
03:14:30             T a = ((b) this.e.m.get(size)).a();
03:14:30                                     ^
03:14:30   symbol:   variable size
03:14:30   location: class d
03:14:30 org/a/a/g/d.java:8: error: cannot find symbol
03:14:30             T a = ((b) this.e.m.get(size)).a();
03:14:30                            ^
03:14:30   symbol: variable e
03:14:30 org/a/a/g/d.java:8: warning: [cast] redundant cast to b
03:14:30             T a = ((b) this.e.m.get(size)).a();
03:14:30                    ^
03:14:30 7 errors
03:14:30 2 warnings
03:14:30 
03:14:30 
03:14:30 
03:14:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:31 --- javac err: ---
03:14:31 xxxxxx/iiibii.java:5: error: cannot find symbol
03:14:31     public <T extends xxxxxx.jajaja> T b041D041D041D041DН041DН(xxxxxx.jjajaa jjajaa) {
03:14:31                             ^
03:14:31   symbol:   class jajaja
03:14:31   location: package xxxxxx
03:14:31 xxxxxx/iiibii.java:8: error: cannot find symbol
03:14:31     public xxxxxx.jajaja bН041D041D041DН041DН(byte b, byte b2) {
03:14:31                  ^
03:14:31   symbol:   class jajaja
03:14:31   location: package xxxxxx
03:14:31 xxxxxx/jjajaa.java:3: error: jjajaa is not abstract and does not override abstract method compareTo(jjajaa) in Comparable
03:14:31 public class jjajaa implements java.io.Serializable, java.lang.Comparable<xxxxxx.jjajaa> {
03:14:31        ^
03:14:31 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
03:14:31     public /* synthetic */ int compareTo(java.lang.Object obj) {
03:14:31                                ^
03:14:31 xxxxxx/jjajaa.java:38: error: cannot find symbol
03:14:31         return xxxxxx.ttotoo.bг04330433г04330433г(this.bхх0445хх04450445) + xxxxxx.ttotoo.bг04330433г04330433г(this.b0445х0445хх04450445);
03:14:31                      ^
03:14:31   symbol:   class ttotoo
03:14:31   location: package xxxxxx
03:14:31 xxxxxx/jjajaa.java:38: error: cannot find symbol
03:14:31         return xxxxxx.ttotoo.bг04330433г04330433г(this.bхх0445хх04450445) + xxxxxx.ttotoo.bг04330433г04330433г(this.b0445х0445хх04450445);
03:14:31                                                                                   ^
03:14:31   symbol:   class ttotoo
03:14:31   location: package xxxxxx
03:14:31 xxxxxx/jjajaa.java:3: warning: [serial] serializable class jjajaa has no definition of serialVersionUID
03:14:31 public class jjajaa implements java.io.Serializable, java.lang.Comparable<xxxxxx.jjajaa> {
03:14:31        ^
03:14:31 6 errors
03:14:31 1 warning
03:14:31 
03:14:31 
03:14:31 
03:14:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:32 --- javac err: ---
03:14:32 ECJTest.java:8: error: reference to accept is ambiguous
03:14:32 		accept(list::add);
03:14:32 		^
03:14:32   both method accept(Consumer<String>) in ECJTest and method accept(BiConsumer<String,String>) in ECJTest match
03:14:32 1 error
03:14:32 
03:14:32 
03:14:32 
03:14:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:35 
03:14:35 
03:14:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:36 
03:14:36 
03:14:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:37 
03:14:37 
03:14:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:39 --- javac err: ---
03:14:39 X.java:10: error: incompatible types: cannot infer type-variable(s) T
03:14:39 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);
03:14:39 		                                       ^
03:14:39     (argument mismatch; Class<AtomicReference> cannot be converted to Class<? extends AtomicReference<?>>)
03:14:39   where T is a type-variable:
03:14:39     T extends Object declared in method <T>returnNull(Class<? extends T>)
03:14:39 1 error
03:14:39 
03:14:39 ----------------------------------------
03:14:39 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8#testBug528970 - 10
03:14:39 X.java [
03:14:39 import java.util.*;
03:14:39 import java.util.concurrent.atomic.*;
03:14:39 public class X {
03:14:39 	public static <T> List<T> returnNull(Class<? extends T> clazz) {
03:14:39 		return null;
03:14:39 	}
03:14:39 
03:14:39 	public static void main( String[] args )
03:14:39 	{
03:14:39 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);
03:14:39 	}}
03:14:39 
03:14:39 ]
03:14:39 
03:14:39 
03:14:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:40 
03:14:40 
03:14:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:41 --- javac err: ---
03:14:41 X.java:7: error: incompatible types: inference variable U has incompatible bounds
03:14:41 	return exec(s -> {return X.getType(Integer.class);}); /*here the error*/
03:14:41 	           ^
03:14:41     upper bounds: S,Object
03:14:41     lower bounds: Integer,T
03:14:41   where U,S,T are type-variables:
03:14:41     U extends Object declared in method <U>exec(MySupplier<U>)
03:14:41     S extends Object declared in method <S>getSmth()
03:14:41     T extends Object declared in method <T>getType(Class<T>)
03:14:41 1 error
03:14:41 
03:14:41 
03:14:41 
03:14:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:43 
03:14:43 
03:14:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:45 
03:14:45 
03:14:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:46 --- javac err: ---
03:14:46 test/Main.java:5: error: reference to define is ambiguous
03:14:46       Test.define(State::mergeStates,()->true);
03:14:46           ^
03:14:46   both method define(FuncN,TODO...) in Test and method define(TODO...) in Test match
03:14:46 1 error
03:14:46 
03:14:46 
03:14:46 
03:14:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:48 
03:14:48 
03:14:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:50 
03:14:50 
03:14:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:51 
03:14:51 
03:14:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:52 
03:14:52 
03:14:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:54 
03:14:54 
03:14:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:55 
03:14:55 
03:14:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:57 --- javac err: ---
03:14:57 Test.java:17: warning: [deprecation] ROUND_HALF_UP in BigDecimal has been deprecated
03:14:57         .map(v -> (v instanceof BigDecimal) ? ((BigDecimal) v).setScale(10, BigDecimal.ROUND_HALF_UP) : v)
03:14:57                                                                                       ^
03:14:57 Test.java:17: warning: [deprecation] setScale(int,int) in BigDecimal has been deprecated
03:14:57         .map(v -> (v instanceof BigDecimal) ? ((BigDecimal) v).setScale(10, BigDecimal.ROUND_HALF_UP) : v)
03:14:57                                                               ^
03:14:57 2 warnings
03:14:57 
03:14:57 
03:14:57 
03:14:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:14:58 
03:14:58 
03:14:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:00 
03:15:00 
03:15:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:01 
03:15:01 
03:15:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:02 --- javac err: ---
03:15:02 Test.java:6: error: incompatible types: inference variable R has incompatible bounds
03:15:02 	  f = Stream.of(42).collect(Collectors.summingDouble(d -> d)); 
03:15:02 	                           ^
03:15:02     equality constraints: Double
03:15:02     upper bounds: char[],Object
03:15:02   where R,A,T are type-variables:
03:15:02     R extends Object declared in method <R,A>collect(Collector<? super T,A,R>)
03:15:02     A extends Object declared in method <R,A>collect(Collector<? super T,A,R>)
03:15:02     T extends Object declared in interface Stream
03:15:02 1 error
03:15:02 
03:15:02 
03:15:02 
03:15:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:04 
03:15:04 
03:15:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:05 
03:15:05 
03:15:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:06 
03:15:06 
03:15:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:08 
03:15:08 
03:15:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:09 
03:15:09 
03:15:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:10 
03:15:10 
03:15:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:11 --- javac err: ---
03:15:11 MyClass.java:8: error: ')' expected
03:15:11 		myMethod((this::myRun);
03:15:11 		                      ^
03:15:11 1 error
03:15:11 
03:15:11 
03:15:11 
03:15:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:13 --- javac err: ---
03:15:13 no/Message.java:9: warning: [unchecked] getMessageRecipients() in Message implements <CONTACT>getMessageRecipients() in WithMessageRecipients
03:15:13 	public List<EmailRecipient> getMessageRecipients() {
03:15:13 	                            ^
03:15:13   return type requires unchecked conversion from List<EmailRecipient> to List<? extends CONTACT>
03:15:13   where CONTACT is a type-variable:
03:15:13     CONTACT extends WithName,WithEmailAddress declared in method <CONTACT>getMessageRecipients()
03:15:13 1 warning
03:15:13 
03:15:13 
03:15:13 
03:15:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:15 --- javac err: ---
03:15:15 Tester.java:7: error: method toList in class Collectors cannot be applied to given types;
03:15:15         Stream.empty().collect(Collectors.toList(ArrayList::new));
03:15:15                                          ^
03:15:15   required: no arguments
03:15:15   found: ArrayList::new
03:15:15   reason: cannot infer type-variable(s) T
03:15:15     (actual and formal argument lists differ in length)
03:15:15   where T is a type-variable:
03:15:15     T extends Object declared in method <T>toList()
03:15:15 1 error
03:15:15 
03:15:15 
03:15:15 
03:15:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:16 
03:15:16 
03:15:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:17 
03:15:17 
03:15:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:17 ***************************************************************************
03:15:17 * Comparison with Sun Javac compiler for class Unicode18Test (null tests)
03:15:17 ***************************************************************************
03:15:18 
03:15:18 
03:15:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:19 
03:15:19 
03:15:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:20 
03:15:20 
03:15:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:21 ----------------------------------------
03:15:21 org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test#test426214_4 - 10
03:15:21 X.java [
03:15:21 public class X {
03:15:21 		int a\u061C = 0; // new unicode character in 6.3.0 
03:15:21 }
03:15:21 ]
03:15:21 
03:15:21 
03:15:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:21 ***************************************************************************
03:15:21 * Comparison with Sun Javac compiler for class LambdaShapeTests (null tests)
03:15:21 ***************************************************************************
03:15:23 --- javac err: ---
03:15:23 X.java:16: warning: [empty] empty statement after if
03:15:23 			if (true);
03:15:23 			         ^
03:15:23 X.java:31: warning: [empty] empty statement after if
03:15:23 			if (val);
03:15:23 			        ^
03:15:23 X.java:46: warning: [empty] empty statement after if
03:15:23 			if (x != null);
03:15:23 			              ^
03:15:23 3 warnings
03:15:23 
03:15:23 
03:15:23 
03:15:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:24 
03:15:24 
03:15:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:25 --- javac err: ---
03:15:25 X.java:10: error: incompatible types: unexpected return value
03:15:25 		test.gooVoid((x) -> {
03:15:25 		             ^
03:15:25 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:25 1 error
03:15:25 
03:15:25 
03:15:25 
03:15:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:26 --- javac err: ---
03:15:26 X.java:10: error: incompatible types: unexpected return value
03:15:26 		test.gooVoid((x) -> {
03:15:26 		             ^
03:15:26 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:26 1 error
03:15:26 
03:15:26 
03:15:26 
03:15:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:27 --- javac err: ---
03:15:27 X.java:10: error: incompatible types: unexpected return value
03:15:27 		test.gooVoid((x) -> {
03:15:27 		             ^
03:15:27 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:27 1 error
03:15:27 
03:15:27 
03:15:27 
03:15:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:29 --- javac err: ---
03:15:29 X.java:10: error: incompatible types: unexpected return value
03:15:29 		test.gooVoid((x) -> {
03:15:29 		             ^
03:15:29 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:29 1 error
03:15:29 
03:15:29 
03:15:29 
03:15:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:30 --- javac err: ---
03:15:30 X.java:10: error: incompatible types: unexpected return value
03:15:30 		test.gooVoid((x) -> {
03:15:30 		             ^
03:15:30 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:30 1 error
03:15:30 
03:15:30 
03:15:30 
03:15:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:31 --- javac err: ---
03:15:31 X.java:10: error: incompatible types: unexpected return value
03:15:31 		test.gooVoid((x) -> {
03:15:31 		             ^
03:15:31 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:31 1 error
03:15:31 
03:15:31 
03:15:31 
03:15:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:32 --- javac err: ---
03:15:32 X.java:8: error: lambda body is neither value nor void compatible
03:15:32 		goo((x) -> {
03:15:32 		           ^
03:15:32 X.java:8: error: incompatible types: bad return type in lambda expression
03:15:32 		goo((x) -> {
03:15:32 		    ^
03:15:32     missing return value
03:15:32 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:32 2 errors
03:15:32 
03:15:32 
03:15:32 
03:15:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:33 --- javac err: ---
03:15:33 X.java:7: error: lambda body is neither value nor void compatible
03:15:33 		goo((x) -> {
03:15:33 		           ^
03:15:33 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:33 		goo((x) -> {
03:15:33 		    ^
03:15:33     missing return value
03:15:33 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:33 2 errors
03:15:33 
03:15:33 
03:15:33 
03:15:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:34 --- javac err: ---
03:15:34 X.java:7: error: lambda body is neither value nor void compatible
03:15:34 		goo((x) -> {
03:15:34 		           ^
03:15:34 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:34 		goo((x) -> {
03:15:34 		    ^
03:15:34     missing return value
03:15:34 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:34 2 errors
03:15:34 
03:15:34 
03:15:34 
03:15:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:35 --- javac err: ---
03:15:35 X.java:7: error: lambda body is neither value nor void compatible
03:15:35 		goo((x) -> {
03:15:35 		           ^
03:15:35 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:35 		goo((x) -> {
03:15:35 		    ^
03:15:35     missing return value
03:15:35 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:35 2 errors
03:15:35 
03:15:35 
03:15:35 
03:15:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:37 --- javac err: ---
03:15:37 X.java:7: error: lambda body is neither value nor void compatible
03:15:37 		goo((x) -> {
03:15:37 		           ^
03:15:37 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:37 		goo((x) -> {
03:15:37 		    ^
03:15:37     missing return value
03:15:37 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:37 2 errors
03:15:37 
03:15:37 
03:15:37 
03:15:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:38 --- javac err: ---
03:15:38 X.java:7: error: lambda body is neither value nor void compatible
03:15:38 		goo((x) -> {
03:15:38 		           ^
03:15:38 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:38 		goo((x) -> {
03:15:38 		    ^
03:15:38     missing return value
03:15:38 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:38 2 errors
03:15:38 
03:15:38 
03:15:38 
03:15:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:39 --- javac err: ---
03:15:39 X.java:8: error: lambda body is neither value nor void compatible
03:15:39 		goo((x) -> {
03:15:39 		           ^
03:15:39 X.java:8: error: incompatible types: bad return type in lambda expression
03:15:39 		goo((x) -> {
03:15:39 		    ^
03:15:39     missing return value
03:15:39 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:39 2 errors
03:15:39 
03:15:39 
03:15:39 
03:15:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:40 --- javac err: ---
03:15:40 X.java:8: error: incompatible types: bad return type in lambda expression
03:15:40 		goo((x) -> {while (FALSE) throw new Exception();});
03:15:40 		    ^
03:15:40     missing return value
03:15:40 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:40 1 error
03:15:40 
03:15:40 
03:15:40 
03:15:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:41 --- javac err: ---
03:15:41 X.java:7: error: lambda body is neither value nor void compatible
03:15:41 		goo((x) -> {while (false) return "";});
03:15:41 		           ^
03:15:41 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:41 		goo((x) -> {while (false) return "";});
03:15:41 		    ^
03:15:41     missing return value
03:15:41 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:41 2 errors
03:15:41 
03:15:41 
03:15:41 
03:15:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:42 --- javac err: ---
03:15:42 X.java:7: error: lambda body is neither value nor void compatible
03:15:42 		goo((x) -> {while (x > 0) {
03:15:42 		           ^
03:15:42 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:42 		goo((x) -> {while (x > 0) {
03:15:42 		    ^
03:15:42     missing return value
03:15:42 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:42 2 errors
03:15:42 
03:15:42 
03:15:42 
03:15:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:43 --- javac err: ---
03:15:43 X.java:7: error: lambda body is neither value nor void compatible
03:15:43 		goo((x) -> {while (x > 0) {
03:15:43 		           ^
03:15:43 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:43 		goo((x) -> {while (x > 0) {
03:15:43 		    ^
03:15:43     missing return value
03:15:43 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:43 2 errors
03:15:43 
03:15:43 
03:15:43 
03:15:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:45 
03:15:45 
03:15:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:46 --- javac err: ---
03:15:46 X.java:7: error: lambda body is neither value nor void compatible
03:15:46 		goo((x) -> {
03:15:46 		           ^
03:15:46 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:46 		goo((x) -> {
03:15:46 		    ^
03:15:46     missing return value
03:15:46 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:46 2 errors
03:15:46 
03:15:46 
03:15:46 
03:15:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:47 
03:15:47 
03:15:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:48 
03:15:48 
03:15:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:49 --- javac err: ---
03:15:49 X.java:7: error: lambda body is neither value nor void compatible
03:15:49 		goo((x) -> {do {
03:15:49 		           ^
03:15:49 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:49 		goo((x) -> {do {
03:15:49 		    ^
03:15:49     missing return value
03:15:49 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:49 2 errors
03:15:49 
03:15:49 
03:15:49 
03:15:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:50 --- javac err: ---
03:15:50 X.java:7: error: lambda body is neither value nor void compatible
03:15:50 		goo((x) -> {do {
03:15:50 		           ^
03:15:50 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:50 		goo((x) -> {do {
03:15:50 		    ^
03:15:50     missing return value
03:15:50 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:50 2 errors
03:15:50 
03:15:50 
03:15:50 
03:15:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:51 --- javac err: ---
03:15:51 X.java:7: error: lambda body is neither value nor void compatible
03:15:51 		goo((x) -> {
03:15:51 		           ^
03:15:51 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:51 		goo((x) -> {
03:15:51 		    ^
03:15:51     missing return value
03:15:51 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:51 2 errors
03:15:51 
03:15:51 
03:15:51 
03:15:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:53 
03:15:53 
03:15:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:54 
03:15:54 
03:15:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:55 --- javac err: ---
03:15:55 X.java:8: error: incompatible types: bad return type in lambda expression
03:15:55 		goo((x) -> {
03:15:55 		    ^
03:15:55     missing return value
03:15:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:55 1 error
03:15:55 
03:15:55 
03:15:55 
03:15:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:56 --- javac err: ---
03:15:56 X.java:7: error: lambda body is neither value nor void compatible
03:15:56 		goo((x) -> {
03:15:56 		           ^
03:15:56 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:56 		goo((x) -> {
03:15:56 		    ^
03:15:56     missing return value
03:15:56 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:56 2 errors
03:15:56 
03:15:56 
03:15:56 
03:15:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:57 --- javac err: ---
03:15:57 X.java:7: error: lambda body is neither value nor void compatible
03:15:57 		goo((x) -> {
03:15:57 		           ^
03:15:57 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:57 		goo((x) -> {
03:15:57 		    ^
03:15:57     missing return value
03:15:57 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:57 2 errors
03:15:57 
03:15:57 
03:15:57 
03:15:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:15:59 --- javac err: ---
03:15:59 X.java:7: error: lambda body is neither value nor void compatible
03:15:59 		goo((x) -> {
03:15:59 		           ^
03:15:59 X.java:7: error: incompatible types: bad return type in lambda expression
03:15:59 		goo((x) -> {
03:15:59 		    ^
03:15:59     missing return value
03:15:59 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:15:59 2 errors
03:15:59 
03:15:59 
03:15:59 
03:15:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:00 
03:16:00 
03:16:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:01 --- javac err: ---
03:16:01 X.java:7: error: lambda body is neither value nor void compatible
03:16:01 		goo((x) -> {
03:16:01 		           ^
03:16:01 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:01 		goo((x) -> {
03:16:01 		    ^
03:16:01     missing return value
03:16:01 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:01 2 errors
03:16:01 
03:16:01 
03:16:01 
03:16:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:02 --- javac err: ---
03:16:02 X.java:7: error: lambda body is neither value nor void compatible
03:16:02 		goo((x) -> {
03:16:02 		           ^
03:16:02 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:02 		goo((x) -> {
03:16:02 		    ^
03:16:02     missing return value
03:16:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:02 2 errors
03:16:02 
03:16:02 
03:16:02 
03:16:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:03 --- javac err: ---
03:16:03 X.java:7: error: lambda body is neither value nor void compatible
03:16:03 		goo((x) -> {
03:16:03 		           ^
03:16:03 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:03 		goo((x) -> {
03:16:03 		    ^
03:16:03     missing return value
03:16:03 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:03 2 errors
03:16:03 
03:16:03 
03:16:03 
03:16:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:05 --- javac err: ---
03:16:05 X.java:7: error: lambda body is neither value nor void compatible
03:16:05 		goo((x) -> {
03:16:05 		           ^
03:16:05 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:05 		goo((x) -> {
03:16:05 		    ^
03:16:05     missing return value
03:16:05 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:05 2 errors
03:16:05 
03:16:05 
03:16:05 
03:16:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:06 --- javac err: ---
03:16:06 X.java:10: warning: [fallthrough] possible fall-through into case
03:16:06 			case 1: return "1";
03:16:06 			^
03:16:06 1 warning
03:16:06 
03:16:06 
03:16:06 
03:16:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:07 --- javac err: ---
03:16:07 X.java:7: error: lambda body is neither value nor void compatible
03:16:07 		goo((x) -> {
03:16:07 		           ^
03:16:07 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:07 		goo((x) -> {
03:16:07 		    ^
03:16:07     missing return value
03:16:07 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:07 2 errors
03:16:07 
03:16:07 
03:16:07 
03:16:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:08 --- javac err: ---
03:16:08 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:08 		goo((x) -> {
03:16:08 		    ^
03:16:08     missing return value
03:16:08 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:08 1 error
03:16:08 
03:16:08 
03:16:08 
03:16:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:09 --- javac err: ---
03:16:09 X.java:29: warning: [finally] finally clause cannot complete normally
03:16:09 				}
03:16:09 				^
03:16:09 1 warning
03:16:09 
03:16:09 
03:16:09 
03:16:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:10 --- javac err: ---
03:16:10 X.java:7: error: lambda body is neither value nor void compatible
03:16:10 		goo((x) -> {
03:16:10 		           ^
03:16:10 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:10 		goo((x) -> {
03:16:10 		    ^
03:16:10     missing return value
03:16:10 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:10 2 errors
03:16:10 
03:16:10 
03:16:10 
03:16:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:11 --- javac err: ---
03:16:11 X.java:7: error: lambda body is neither value nor void compatible
03:16:11 		goo((x) -> {
03:16:11 		           ^
03:16:11 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:11 		goo((x) -> {
03:16:11 		    ^
03:16:11     missing return value
03:16:11 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:11 2 errors
03:16:11 
03:16:11 
03:16:11 
03:16:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:12 --- javac err: ---
03:16:12 X.java:7: error: lambda body is neither value nor void compatible
03:16:12 		goo((x) -> {
03:16:12 		           ^
03:16:12 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:12 		goo((x) -> {
03:16:12 		    ^
03:16:12     missing return value
03:16:12 X.java:15: error: lambda body is neither value nor void compatible
03:16:12 		goo((x) -> {
03:16:12 		           ^
03:16:12 X.java:15: error: incompatible types: bad return type in lambda expression
03:16:12 		goo((x) -> {
03:16:12 		    ^
03:16:12     missing return value
03:16:12 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:12 4 errors
03:16:12 
03:16:12 
03:16:12 
03:16:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:14 --- javac err: ---
03:16:14 X.java:7: error: lambda body is neither value nor void compatible
03:16:14 		goo((x) -> {
03:16:14 		           ^
03:16:14 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:14 		goo((x) -> {
03:16:14 		    ^
03:16:14     missing return value
03:16:14 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:14 2 errors
03:16:14 
03:16:14 
03:16:14 
03:16:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:15 --- javac err: ---
03:16:15 X.java:7: error: lambda body is neither value nor void compatible
03:16:15 		goo((x) -> {
03:16:15 		           ^
03:16:15 X.java:12: warning: [finally] finally clause cannot complete normally
03:16:15 				} finally {
03:16:15 				          ^
03:16:15 X.java:7: error: incompatible types: bad return type in lambda expression
03:16:15 		goo((x) -> {
03:16:15 		    ^
03:16:15     missing return value
03:16:15 X.java:12: warning: [finally] finally clause cannot complete normally
03:16:15 				} finally {
03:16:15 				          ^
03:16:15 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:15 2 errors
03:16:15 2 warnings
03:16:15 
03:16:15 
03:16:15 
03:16:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:16 
03:16:16 
03:16:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:17 
03:16:17 
03:16:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:19 
03:16:19 
03:16:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:20 --- javac err: ---
03:16:20 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:20 interface I {
03:16:20 ^
03:16:20     missing return value
03:16:20 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:20 1 error
03:16:20 
03:16:20 
03:16:20 
03:16:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:22 
03:16:22 
03:16:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:23 
03:16:23 
03:16:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:24 --- javac err: ---
03:16:24 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:24 interface I {
03:16:24 ^
03:16:24     missing return value
03:16:24 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:24 1 error
03:16:24 
03:16:24 
03:16:24 
03:16:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:25 --- javac err: ---
03:16:25 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:25 interface I {
03:16:25 ^
03:16:25     missing return value
03:16:25 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:25 1 error
03:16:25 
03:16:25 
03:16:25 
03:16:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:26 --- javac err: ---
03:16:26 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:26 interface I {
03:16:26 ^
03:16:26     missing return value
03:16:26 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:26 1 error
03:16:26 
03:16:26 
03:16:26 
03:16:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:28 
03:16:28 
03:16:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:29 --- javac err: ---
03:16:29 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:29 interface I {
03:16:29 ^
03:16:29     missing return value
03:16:29 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:29 1 error
03:16:29 
03:16:29 
03:16:29 
03:16:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:30 --- javac err: ---
03:16:30 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:30 interface I {
03:16:30 ^
03:16:30     missing return value
03:16:30 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:30 1 error
03:16:30 
03:16:30 
03:16:30 
03:16:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:31 --- javac err: ---
03:16:31 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:31 interface I {
03:16:31 ^
03:16:31     missing return value
03:16:31 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:31 1 error
03:16:31 
03:16:31 
03:16:31 
03:16:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:32 --- javac err: ---
03:16:32 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:32 interface I {
03:16:32 ^
03:16:32     missing return value
03:16:32 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:32 1 error
03:16:32 
03:16:32 
03:16:32 
03:16:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:34 --- javac err: ---
03:16:34 X.java:15: warning: [finally] finally clause cannot complete normally
03:16:34 				}
03:16:34 				^
03:16:34 1 warning
03:16:34 
03:16:34 
03:16:34 
03:16:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:35 
03:16:35 
03:16:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:36 
03:16:36 
03:16:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:38 
03:16:38 
03:16:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:39 
03:16:39 
03:16:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:40 
03:16:40 
03:16:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:42 
03:16:42 
03:16:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:43 
03:16:43 
03:16:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:44 
03:16:44 
03:16:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:46 
03:16:46 
03:16:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:47 
03:16:47 
03:16:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:48 --- javac err: ---
03:16:48 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:48 interface I {
03:16:48 ^
03:16:48     missing return value
03:16:48 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:48 1 error
03:16:48 
03:16:48 
03:16:48 
03:16:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:49 --- javac err: ---
03:16:49 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:49 interface I {
03:16:49 ^
03:16:49     missing return value
03:16:49 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:49 1 error
03:16:49 
03:16:49 
03:16:49 
03:16:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:50 --- javac err: ---
03:16:50 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:50 interface I {
03:16:50 ^
03:16:50     missing return value
03:16:50 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:50 1 error
03:16:50 
03:16:50 
03:16:50 
03:16:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:52 --- javac err: ---
03:16:52 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:52 interface I {
03:16:52 ^
03:16:52     missing return value
03:16:52 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:52 1 error
03:16:52 
03:16:52 
03:16:52 
03:16:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:53 
03:16:53 
03:16:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:54 
03:16:54 
03:16:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:55 --- javac err: ---
03:16:55 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:55 interface I {
03:16:55 ^
03:16:55     missing return value
03:16:55 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:55 1 error
03:16:55 
03:16:55 
03:16:55 
03:16:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:56 --- javac err: ---
03:16:56 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:56 interface I {
03:16:56 ^
03:16:56     missing return value
03:16:56 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:56 1 error
03:16:56 
03:16:56 
03:16:56 
03:16:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:58 --- javac err: ---
03:16:58 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:58 interface I {
03:16:58 ^
03:16:58     missing return value
03:16:58 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:58 1 error
03:16:58 
03:16:58 
03:16:58 
03:16:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:16:59 --- javac err: ---
03:16:59 X.java:1: error: incompatible types: bad return type in lambda expression
03:16:59 interface I {
03:16:59 ^
03:16:59     missing return value
03:16:59 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:16:59 1 error
03:16:59 
03:16:59 
03:16:59 
03:16:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:00 --- javac err: ---
03:17:00 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:00 interface I {
03:17:00 ^
03:17:00     missing return value
03:17:00 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:00 1 error
03:17:00 
03:17:00 
03:17:00 
03:17:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:02 --- javac err: ---
03:17:02 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:02 interface I {
03:17:02 ^
03:17:02     missing return value
03:17:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:02 1 error
03:17:02 
03:17:02 
03:17:02 
03:17:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:03 
03:17:03 
03:17:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:04 
03:17:04 
03:17:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:05 
03:17:05 
03:17:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:07 
03:17:07 
03:17:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:08 
03:17:08 
03:17:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:09 
03:17:09 
03:17:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:11 
03:17:11 
03:17:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:12 --- javac err: ---
03:17:12 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:12 interface I {
03:17:12 ^
03:17:12     missing return value
03:17:12 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:12 1 error
03:17:12 
03:17:12 
03:17:12 
03:17:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:13 --- javac err: ---
03:17:13 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:13 interface I {
03:17:13 ^
03:17:13     missing return value
03:17:13 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:13 1 error
03:17:13 
03:17:13 
03:17:13 
03:17:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:14 --- javac err: ---
03:17:14 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:14 interface I {
03:17:14 ^
03:17:14     missing return value
03:17:14 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:14 1 error
03:17:14 
03:17:14 
03:17:14 
03:17:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:15 --- javac err: ---
03:17:15 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:15 interface I {
03:17:15 ^
03:17:15     missing return value
03:17:15 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:15 1 error
03:17:15 
03:17:15 
03:17:15 
03:17:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:16 --- javac err: ---
03:17:16 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:16 interface I {
03:17:16 ^
03:17:16     missing return value
03:17:16 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:16 1 error
03:17:16 
03:17:16 
03:17:16 
03:17:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:18 --- javac err: ---
03:17:18 X.java:13: warning: [finally] finally clause cannot complete normally
03:17:18            }
03:17:18            ^
03:17:18 1 warning
03:17:18 
03:17:18 
03:17:18 
03:17:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:19 --- javac err: ---
03:17:19 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:19 interface I {
03:17:19 ^
03:17:19     missing return value
03:17:19 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:19 1 error
03:17:19 
03:17:19 
03:17:19 
03:17:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:20 --- javac err: ---
03:17:20 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:20 interface I {
03:17:20 ^
03:17:20     missing return value
03:17:20 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:20 1 error
03:17:20 
03:17:20 
03:17:20 
03:17:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:21 
03:17:21 
03:17:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:22 
03:17:22 
03:17:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:24 
03:17:24 
03:17:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:25 --- javac err: ---
03:17:25 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:25 interface I {
03:17:25 ^
03:17:25     missing return value
03:17:25 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:25 1 error
03:17:25 
03:17:25 
03:17:25 
03:17:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:26 --- javac err: ---
03:17:26 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:26 interface I {
03:17:26 ^
03:17:26     missing return value
03:17:26 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:26 1 error
03:17:26 
03:17:26 
03:17:26 
03:17:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:27 
03:17:27 
03:17:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:29 
03:17:29 
03:17:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:30 --- javac err: ---
03:17:30 X.java:1: error: incompatible types: bad return type in lambda expression
03:17:30 interface I {
03:17:30 ^
03:17:30     missing return value
03:17:30 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:17:30 1 error
03:17:30 
03:17:30 
03:17:30 
03:17:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:30 ***************************************************************************
03:17:30 * Comparison with Sun Javac compiler for class Unicode9Test (null tests)
03:17:30 ***************************************************************************
03:17:31 
03:17:31 
03:17:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:31 ***************************************************************************
03:17:31 * Comparison with Sun Javac compiler for class ModuleCompilationTests (null tests)
03:17:31 ***************************************************************************
03:17:33 --- javac err: ---
03:17:33 /tmp/comptest/run.1584245034298/regression/p/X.java:4: error: package java.sql is not visible
03:17:33      java.sql.Connection con = null;
03:17:33          ^
03:17:33   (package java.sql is declared in module jdk.management.resource, but module mod.one does not read it)
03:17:33 1 error
03:17:33 
03:17:33 
03:17:33 
03:17:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:34 
03:17:34 
03:17:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:35 
03:17:35 
03:17:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:36 
03:17:36 
03:17:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:37 
03:17:37 
03:17:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:39 
03:17:39 
03:17:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:40 --- javac err: ---
03:17:40 /tmp/comptest/run.1584245034298/regression/src/mod.two/q/Y.java:3: error: package p is not visible
03:17:40    java.sql.Connection con = p.X.getConnection();
03:17:40                              ^
03:17:40   (package p is declared in module mod.one, which does not export it)
03:17:40 1 error
03:17:40 
03:17:40 
03:17:40 
03:17:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:41 
03:17:41 
03:17:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:42 --- javac err: ---
03:17:42 javac: option --system cannot be used together with --release
03:17:42 Usage: javac <options> <source files>
03:17:42 use --help for a list of possible options
03:17:42 error: illegal argument for --system: /tmp/comptest/run.1584245034298/regression/system
03:17:42 
03:17:42 
03:17:42 
03:17:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:43 
03:17:43 
03:17:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:44 
03:17:44 
03:17:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:45 
03:17:45 
03:17:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:46 --- javac err: ---
03:17:46 /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:2: error: module not found: mod.one
03:17:46 	requires mod.one;
03:17:46 	            ^
03:17:46 /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:3: error: module not found: mod.two
03:17:46 	requires mod.two;
03:17:46 	            ^
03:17:46 2 errors
03:17:46 
03:17:46 
03:17:46 
03:17:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:48 
03:17:48 
03:17:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:49 
03:17:49 
03:17:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:50 Previous error was from test015
03:17:50 Unexpected output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.two/q/Y.class
03:17:50 
03:17:50 
03:17:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:51 
03:17:51 
03:17:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:52 --- javac err: ---
03:17:52 warning: [options] module name in --add-exports option not found: mod.three
03:17:52 /tmp/comptest/run.1584245034298/regression/src/mod.two/q/Y.java:3: error: package p is not visible
03:17:52    java.sql.Connection con = p.X.getConnection();
03:17:52                              ^
03:17:52   (package p is declared in module mod.one, which does not export it)
03:17:52 1 error
03:17:52 1 warning
03:17:52 
03:17:52 
03:17:52 
03:17:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:53 
03:17:53 
03:17:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:55 
03:17:55 
03:17:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:56 
03:17:56 
03:17:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:57 Previous error was from test019c
03:17:57 Unexpected output file from javac: /tmp/comptest/run.1584245034298/regression/bin/mod.one/p/q/X.class
03:17:57 
03:17:57 
03:17:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:59 --- javac err: ---
03:17:59 /tmp/comptest/run.1584245034298/regression/src/mod.one/p/X.java:2: error: package com.sun.security.ntlm does not exist
03:17:59 public abstract class X extends com.sun.security.ntlm.Server {
03:17:59                                                      ^
03:17:59 /tmp/comptest/run.1584245034298/regression/src/mod.one/p/X.java:4: error: package com.sun.security.ntlm does not exist
03:17:59 	public X(String arg0, String arg1) throws com.sun.security.ntlm.NTLMException {
03:17:59 	                                                               ^
03:17:59 2 errors
03:17:59 
03:17:59 
03:17:59 
03:17:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:59 --- javac err: ---
03:17:59 javac: bad value for --add-exports option: 'mod.one=mod.two,mod.three'
03:17:59 Usage: javac <options> <source files>
03:17:59 use --help for a list of possible options
03:17:59 
03:17:59 
03:17:59 
03:17:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:17:59 --- javac err: ---
03:17:59 javac: bad value for --add-reads option: 'mod.one/mod.two'
03:17:59 Usage: javac <options> <source files>
03:17:59 use --help for a list of possible options
03:17:59 
03:17:59 
03:17:59 
03:17:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:00 --- javac err: ---
03:18:00 warning: [options] module name in --add-exports option not found: mod.three
03:18:00 1 warning
03:18:00 
03:18:00 
03:18:00 
03:18:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:01 --- javac err: ---
03:18:01 javac: option -extdirs cannot be used together with --release
03:18:01 Usage: javac <options> <source files>
03:18:01 use --help for a list of possible options
03:18:01 javac: option -extdirs not allowed with target 1.9
03:18:01 
03:18:01 
03:18:01 
03:18:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:01 --- javac err: ---
03:18:01 javac: option --boot-class-path cannot be used together with --release
03:18:01 Usage: javac <options> <source files>
03:18:01 use --help for a list of possible options
03:18:01 javac: option --boot-class-path not allowed with target 1.9
03:18:01 
03:18:01 
03:18:01 
03:18:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:02 --- javac err: ---
03:18:02 javac: option -endorseddirs cannot be used together with --release
03:18:02 Usage: javac <options> <source files>
03:18:02 use --help for a list of possible options
03:18:02 javac: option -endorseddirs not allowed with target 1.9
03:18:02 
03:18:02 
03:18:02 
03:18:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:03 
03:18:03 
03:18:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:04 --- javac err: ---
03:18:04 /tmp/comptest/run.1584245034298/regression/src/mod.three/r/Z.java:4: error: package p1 is not visible
03:18:04 	p1.X1 x1 = null;
03:18:04 	^
03:18:04   (package p1 is declared in module mod.one, which does not export it)
03:18:04 1 error
03:18:04 
03:18:04 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.three/module-info.class
03:18:04 
03:18:04 
03:18:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:05 --- javac err: ---
03:18:05 warning: [options] module name in --add-exports option not found: mod.three
03:18:05 /tmp/comptest/run.1584245034298/regression/src/mod.two/q/Y.java:3: error: package java.sql is not visible
03:18:05    java.sql.Connection con = p.X.getConnection();
03:18:05        ^
03:18:05   (package java.sql is declared in module java.sql, but module mod.two does not read it)
03:18:05 1 error
03:18:05 1 warning
03:18:05 
03:18:05 
03:18:05 
03:18:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:06 --- javac err: ---
03:18:06 warning: [options] module name in --add-exports option not found: mod.three
03:18:06 /tmp/comptest/run.1584245034298/regression/src/mod.two/q/Y.java:2: error: package java.sql is not visible
03:18:06 import java.sql.*;
03:18:06            ^
03:18:06   (package java.sql is declared in module java.sql, but module mod.two does not read it)
03:18:06 1 error
03:18:06 1 warning
03:18:06 
03:18:06 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class
03:18:06 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/p/X.class
03:18:06 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.two/module-info.class
03:18:06 
03:18:06 
03:18:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:07 --- javac err: ---
03:18:07 warning: [options] module name in --add-exports option not found: mod.three
03:18:07 /tmp/comptest/run.1584245034298/regression/src/mod.two/q/Y.java:2: error: package java.sql is not visible
03:18:07 import java.sql.Connection;
03:18:07            ^
03:18:07   (package java.sql is declared in module java.sql, but module mod.two does not read it)
03:18:07 1 error
03:18:07 1 warning
03:18:07 
03:18:07 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class
03:18:07 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/p/X.class
03:18:07 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.two/module-info.class
03:18:07 
03:18:07 
03:18:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:09 
03:18:09 
03:18:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:10 --- javac err: ---
03:18:10 /tmp/comptest/run.1584245034298/regression/src/mod.one/p/X.java:2: error: package a does not exist
03:18:10 public class X extends a.A {
03:18:10                         ^
03:18:10 1 error
03:18:10 
03:18:10 
03:18:10 
03:18:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:11 --- javac err: ---
03:18:11 /tmp/comptest/run.1584245034298/regression/src/mod.one/p/X.java:2: error: package a is not visible
03:18:11 public class X extends a.A {
03:18:11                        ^
03:18:11   (package a is declared in module lib1, but module mod.one does not read it)
03:18:11 1 error
03:18:11 
03:18:11 
03:18:11 
03:18:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:13 
03:18:13 
03:18:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:14 --- javac err: ---
03:18:14 /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:7: warning: [exports] class C2 in module mod.one is not exported
03:18:14 	public C2 f;
03:18:14 	       ^
03:18:14 /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
03:18:14 	public void test1(C0 c) {}
03:18:14 	                  ^
03:18:14 /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:9: warning: [exports] class C2 in module mod.one is not exported
03:18:14 	public void test2(C2 c) {}
03:18:14 	                  ^
03:18:14 /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
03:18:14 	protected void test3(C0 c) {}
03:18:14 	                     ^
03:18:14 /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:11: warning: [exports] class C2 in module mod.one is not exported
03:18:14 	protected void test4(C2 c) {}
03:18:14 	                     ^
03:18:14 /tmp/comptest/run.1584245034298/regression/src/mod.one/p/exp/C1.java:12: warning: [exports] class C2 in module mod.one is not exported
03:18:14 	public p.priv.C2 test5() { return null; }
03:18:14 	             ^
03:18:14 6 warnings
03:18:14 
03:18:14 
03:18:14 
03:18:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:15 --- javac err: ---
03:18:15 /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
03:18:15 	public List<C0> f1;
03:18:15 	            ^
03:18:15 /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
03:18:15 	public C0[] f2;
03:18:15 	       ^
03:18:15 2 warnings
03:18:15 
03:18:15 
03:18:15 
03:18:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:16 
03:18:16 
03:18:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:17 --- javac err: ---
03:18:17 /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
03:18:17 	public C3 f1;
03:18:17 	       ^
03:18:17 /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
03:18:17 	public C3.C4 f2;
03:18:17 	       ^
03:18:17 2 warnings
03:18:17 
03:18:17 
03:18:17 
03:18:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:18 --- javac err: ---
03:18:18 /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
03:18:18 	public void m1(p.exp1.C1 arg) {}
03:18:18 	                     ^
03:18:18 1 warning
03:18:18 
03:18:18 
03:18:18 
03:18:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:20 --- javac err: ---
03:18:20 /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
03:18:20 	public @ANN C0 f3;
03:18:20 	            ^
03:18:20 /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
03:18:20 	public @ANN String test(@ANN String arg, @ANN C0 c) { return ""; }
03:18:20 	                                              ^
03:18:20 2 warnings
03:18:20 
03:18:20 
03:18:20 
03:18:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:21 
03:18:21 
03:18:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:22 
03:18:22 
03:18:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:23 --- javac err: ---
03:18:23 /tmp/comptest/run.1584245034298/regression/src/mod.one/pm/C1.java:4: warning: [exports] class SomeImpl in module mod.one is not exported
03:18:23 	public void m1(SomeImpl o) {}
03:18:23 	               ^
03:18:23 /tmp/comptest/run.1584245034298/regression/src/mod.one/pm/Other.java:3: warning: [exports] class SomeImpl in module mod.one is not exported
03:18:23 public class Other extends SomeImpl {
03:18:23                            ^
03:18:23 /tmp/comptest/run.1584245034298/regression/src/mod.two/po/Client.java:8: error: incompatible types: impl.SomeImpl cannot be converted to impl.SomeImpl
03:18:23         one.m1(impl);
03:18:23                ^
03:18:23 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
03:18:23 1 error
03:18:23 2 warnings
03:18:23 
03:18:23 
03:18:23 
03:18:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:24 
03:18:24 
03:18:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:26 
03:18:26 
03:18:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:26 
03:18:26 
03:18:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:26 
03:18:26 
03:18:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:26 
03:18:26 
03:18:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:27 
03:18:27 
03:18:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:28 --- javac err: ---
03:18:28 /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:1: error: modules are not supported in -source 8
03:18:28 module mod.one { 
03:18:28 ^
03:18:28   (use -source 9 or higher to enable modules)
03:18:28 1 error
03:18:28 
03:18:28 
03:18:28 
03:18:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:28 
03:18:28 
03:18:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:29 
03:18:29 
03:18:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:29 
03:18:29 
03:18:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:30 
03:18:30 
03:18:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:31 
03:18:31 
03:18:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:31 
03:18:31 
03:18:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:32 
03:18:32 
03:18:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:34 
03:18:34 
03:18:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:35 --- javac err: ---
03:18:35 /tmp/comptest/run.1584245034298/regression/src/test/Test.java:3: error: package org.eclipse does not exist
03:18:35 public class Test implements org.eclipse.SomeInterface {
03:18:35                                         ^
03:18:35 1 error
03:18:35 
03:18:35 
03:18:35 
03:18:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:36 
03:18:36 
03:18:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:37 
03:18:37 
03:18:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:38 
03:18:38 
03:18:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:39 --- javac err: ---
03:18:39 warning: [options] bootstrap class path not set in conjunction with -source 9
03:18:39 /tmp/comptest/run.1584245034298/regression/src/test/p/Test.java:1: error: not in a module on the module source path
03:18:39 package p;
03:18:39 ^
03:18:39 1 error
03:18:39 1 warning
03:18:39 
03:18:39 
03:18:39 
03:18:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:40 --- javac err: ---
03:18:40 warning: [options] bootstrap class path not set in conjunction with -source 9
03:18:40 /tmp/comptest/run.1584245034298/regression/src/test/p/Test.java:1: error: not in a module on the module source path
03:18:40 package p;
03:18:40 ^
03:18:40 1 error
03:18:40 1 warning
03:18:40 
03:18:40 
03:18:40 
03:18:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:40 --- javac err: ---
03:18:40 warning: [options] bootstrap class path not set in conjunction with -source 9
03:18:40 /tmp/comptest/run.1584245034298/regression/src/test/p/Test.java:1: error: not in a module on the module source path
03:18:40 package p;
03:18:40 ^
03:18:40 1 error
03:18:40 1 warning
03:18:40 
03:18:40 
03:18:40 
03:18:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:41 --- javac err: ---
03:18:41 /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1
03:18:41 	exports p1;
03:18:41 	        ^
03:18:41 1 error
03:18:41 
03:18:41 
03:18:41 
03:18:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:43 --- javac err: ---
03:18:43 /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1
03:18:43 	exports p1;
03:18:43 	        ^
03:18:43 1 error
03:18:43 
03:18:43 
03:18:43 
03:18:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:44 --- javac err: ---
03:18:44 /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1
03:18:44 	exports p1;
03:18:44 	        ^
03:18:44 /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:3: error: package is empty or does not exist: p2
03:18:44 	exports p2;
03:18:44 	        ^
03:18:44 2 errors
03:18:44 
03:18:44 
03:18:44 
03:18:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:45 --- javac err: ---
03:18:45 /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:2: error: package is empty or does not exist: p1
03:18:45 	exports p1;
03:18:45 	        ^
03:18:45 /tmp/comptest/run.1584245034298/regression/src/mod.one/module-info.java:3: error: package is empty or does not exist: p2
03:18:45 	exports p2;
03:18:45 	        ^
03:18:45 2 errors
03:18:45 
03:18:45 
03:18:45 
03:18:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:46 --- javac err: ---
03:18:46 /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:1: error: module name mod._3_ does not match expected name mod.three
03:18:46 module mod._3_ { 
03:18:46           ^
03:18:46 1 error
03:18:46 
03:18:46 
03:18:46 
03:18:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:48 --- javac err: ---
03:18:48 /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
03:18:48 module mod.two { 
03:18:48 ^
03:18:48 1 error
03:18:48 
03:18:48 
03:18:48 
03:18:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:49 
03:18:49 
03:18:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:50 
03:18:50 
03:18:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:52 
03:18:52 
03:18:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:53 
03:18:53 
03:18:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:54 
03:18:54 
03:18:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:55 --- javac err: ---
03:18:55 /tmp/comptest/run.1584245034298/regression/src/mod.one/p/q/Test.java:1: error: unnamed package is not allowed in named modules
03:18:55 class Test {}
03:18:55 ^
03:18:55 1 error
03:18:55 
03:18:55 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class
03:18:55 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/p/X.class
03:18:55 
03:18:55 
03:18:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:56 --- javac err: ---
03:18:56 /tmp/comptest/run.1584245034298/regression/src/mod.one/p/q/Test.java:1: error: unnamed package is not allowed in named modules
03:18:56 import java.lang.*;
03:18:56 ^
03:18:56 1 error
03:18:56 
03:18:56 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class
03:18:56 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/p/X.class
03:18:56 
03:18:56 
03:18:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:57 
03:18:57 
03:18:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:57 --- javac err: ---
03:18:57 javac: bad value for --module-version option: 'fourtyseven.11'
03:18:57 Usage: javac <options> <source files>
03:18:57 use --help for a list of possible options
03:18:57 
03:18:57 
03:18:57 
03:18:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:58 --- javac err: ---
03:18:58 /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:2: error: package is empty or does not exist: pkg.invalid
03:18:58 	exports pkg.invalid;
03:18:58 	           ^
03:18:58 1 error
03:18:58 
03:18:58 
03:18:58 
03:18:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:18:59 --- javac err: ---
03:18:59 /tmp/comptest/run.1584245034298/regression/src/mod.x/module-info.java:1: error: module not found: java.sql
03:18:59 module mod.x { 
03:18:59 ^
03:18:59 1 error
03:18:59 
03:18:59 
03:18:59 
03:18:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:00 --- javac err: ---
03:19:00 /tmp/comptest/run.1584245034298/regression/src/mod.x/pm/C1.java:2: error: package java.sql is not visible
03:19:00 import java.sql.Connection;
03:19:00            ^
03:19:00   (package java.sql is declared in module java.scripting, but module mod.x does not read it)
03:19:00 1 error
03:19:00 
03:19:00 
03:19:00 
03:19:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:02 
03:19:02 
03:19:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:03 
03:19:03 
03:19:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:04 --- javac err: ---
03:19:04 /tmp/comptest/run.1584245034298/regression/src/mod.three/module-info.java:1: error: module not found: mod.two
03:19:04 module mod.three { 
03:19:04 ^
03:19:04 1 error
03:19:04 
03:19:04 
03:19:04 
03:19:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:04 --- javac err: ---
03:19:04 javac: cannot specify both --source-path and --module-source-path
03:19:04 
03:19:04 
03:19:04 
03:19:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:05 --- javac err: ---
03:19:05 /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
03:19:05 module mod.three { 
03:19:05 ^
03:19:05 1 error
03:19:05 
03:19:05 
03:19:05 
03:19:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:07 --- javac err: ---
03:19:07 /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
03:19:07 module mod.three { 
03:19:07 ^
03:19:07 1 error
03:19:07 
03:19:07 
03:19:07 
03:19:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:08 --- javac err: ---
03:19:08 /tmp/comptest/run.1584245034298/regression/src/mod.two/pm/C3.java:1: error: package exists in another module: mod.one
03:19:08 package pm;
03:19:08 ^
03:19:08 1 error
03:19:08 
03:19:08 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/pm/C1.class
03:19:08 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class
03:19:08 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.two/module-info.class
03:19:08 
03:19:08 
03:19:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:10 --- javac err: ---
03:19:10 /tmp/comptest/run.1584245034298/regression/src/p/X.java:1: error: package pm is not visible
03:19:10 public class X extends pm.C1 { 
03:19:10                        ^
03:19:10   (package pm is declared in module mod.y, which is not in the module graph)
03:19:10 1 error
03:19:10 
03:19:10 testPackageConflict4: Error match package conflict not found in 
03:19:10 /tmp/comptest/run.1584245034298/regression/src/p/X.java:1: error: package pm is not visible
03:19:10 public class X extends pm.C1 { 
03:19:10                        ^
03:19:10   (package pm is declared in module mod.y, which is not in the module graph)
03:19:10 1 error
03:19:10 
03:19:10 ----------------------------------------
03:19:10 org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests#testPackageConflict4 - 10
03:19:10 
03:19:10 
03:19:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:12 --- javac err: ---
03:19:12 error: the unnamed module reads package pm from both mod.y and mod.x
03:19:12 1 error
03:19:12 
03:19:13 --- javac err: ---
03:19:13 error: module not found: mod.z
03:19:13 1 error
03:19:13 
03:19:13 
03:19:13 
03:19:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:16 Previous error was from testPackageConflict6
03:19:16 ----------------------------------------
03:19:16 org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests#testPackageConflict6 - 10
03:19:16 
03:19:16 
03:19:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:18 --- javac err: ---
03:19:18 error: the unnamed module reads package pm from both mod.x and mod.y
03:19:18 1 error
03:19:18 
03:19:18 
03:19:18 
03:19:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:19 
03:19:19 
03:19:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:20 --- javac err: ---
03:19:20 /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
03:19:20 package p1.p2.t3;
03:19:20 ^
03:19:20 1 error
03:19:20 
03:19:20 
03:19:20 
03:19:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:21 
03:19:21 
03:19:21 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:22 
03:19:22 
03:19:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:22 
03:19:22 
03:19:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:23 
03:19:23 
03:19:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:24 
03:19:24 
03:19:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:25 --- javac err: ---
03:19:25 /tmp/comptest/run.1584245034298/regression/module-info.java:1: error: modules are not supported in -source 8
03:19:25 module mod.one { 
03:19:25 ^
03:19:25   (use -source 9 or higher to enable modules)
03:19:25 1 error
03:19:25 
03:19:25 
03:19:25 
03:19:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:26 
03:19:26 
03:19:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:27 --- javac err: ---
03:19:27 warning: [options] bootstrap class path not set in conjunction with -source 9
03:19:27 /tmp/comptest/run.1584245034298/regression/bar/X.java:4: error: reference to Module is ambiguous
03:19:27 	public Module getModule(String name) {
03:19:27 	       ^
03:19:27   both class foo.Module in foo and class java.lang.Module in java.lang match
03:19:27 1 error
03:19:27 1 warning
03:19:27 
03:19:27 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/foo/Module.class
03:19:27 
03:19:27 
03:19:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:27 --- javac err: ---
03:19:27 javac: release version 60 not supported
03:19:27 Usage: javac <options> <source files>
03:19:27 use --help for a list of possible options
03:19:27 
03:19:27 
03:19:27 
03:19:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 --- javac err: ---
03:19:28 javac: invalid flag: -1.8
03:19:28 Usage: javac <options> <source files>
03:19:28 use --help for a list of possible options
03:19:28 
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 --- javac err: ---
03:19:28 javac: file not found: /tmp/comptest/run.1584245034298/regression/foo/Module.java
03:19:28 Usage: javac <options> <source files>
03:19:28 use --help for a list of possible options
03:19:28 
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:28 
03:19:28 
03:19:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:29 
03:19:29 
03:19:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:30 --- javac err: ---
03:19:30 /tmp/comptest/run.1584245034298/regression/src/mod.one/X.java:1: error: unnamed package is not allowed in named modules
03:19:30 public class X {
03:19:30 ^
03:19:30 1 error
03:19:30 
03:19:30 Missing output file from javac:    /tmp/comptest/run.1584245034298/regression/bin/mod.one/module-info.class
03:19:30 
03:19:30 
03:19:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:31 
03:19:31 
03:19:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:31 ***************************************************************************
03:19:31 * Comparison with Sun Javac compiler for class GenericsRegressionTest_9 (null tests)
03:19:31 ***************************************************************************
03:19:32 
03:19:32 
03:19:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:33 --- javac err: ---
03:19:33 X.java:5: error: cannot find symbol
03:19:33 			public void foo(T t) {
03:19:33 			                ^
03:19:33   symbol: class T
03:19:33 1 error
03:19:33 
03:19:33 
03:19:33 
03:19:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:35 
03:19:35 
03:19:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:36 
03:19:36 
03:19:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:37 --- javac err: ---
03:19:37 X.java:7: error: cannot infer type arguments for Y<>
03:19:37 		Y<?> y = new Y<>() {};
03:19:37 		              ^
03:19:37   reason: type argument INT#1 inferred for Y<> is not allowed in this context
03:19:37     inferred argument is not expressible in the Signature attribute
03:19:37   where INT#1 is an intersection type:
03:19:37     INT#1 extends Object,I,J
03:19:37 1 error
03:19:37 
03:19:37 
03:19:37 
03:19:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:38 --- javac err: ---
03:19:38 X.java:8: error: cannot infer type arguments for Y<>
03:19:38 	  Y<?> f = new Y<>(fi){};
03:19:38 	                ^
03:19:38   reason: type argument Y<CAP#1> inferred for Y<> is not allowed in this context
03:19:38     inferred argument is not expressible in the Signature attribute
03:19:38   where CAP#1 is a fresh type-variable:
03:19:38     CAP#1 extends Integer from capture of ? extends Integer
03:19:38 1 error
03:19:38 
03:19:38 
03:19:38 
03:19:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:40 
03:19:40 
03:19:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:41 
03:19:41 
03:19:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:42 
03:19:42 
03:19:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:44 
03:19:44 
03:19:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:45 
03:19:45 
03:19:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:46 --- javac err: ---
03:19:46 X.java:10: error: I is abstract; cannot be instantiated
03:19:46 		Y<String> y = new Y<>("Done", new I<>() {
03:19:46 		                              ^
03:19:46 1 error
03:19:46 
03:19:46 ----------------------------------------
03:19:46 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9#testBug488663_012 - 10
03:19:46 X.java [
03:19:46 public class X {
03:19:46 	String name;
03:19:46 	public X(String name) {
03:19:46 		this.name = name;
03:19:46 	}
03:19:46 	String name() {
03:19:46 		return this.name;
03:19:46 	}
03:19:46 	public static void main(String[] args) {
03:19:46 		Y<String> y = new Y<>("Done", new I<>() {
03:19:46 				public void doSomething(String s) {
03:19:46 					System.out.println(s);
03:19:46 				}
03:19:46 			}){
03:19:46 		};
03:19:46 	}
03:19:46 }
03:19:46 interface I<T> {
03:19:46 	void doSomething(T t);
03:19:46 }
03:19:46 class Y<T> {
03:19:46 	public Y(T t, I<T> i) {
03:19:46 		i.doSomething(t);
03:19:46 	}
03:19:46 }
03:19:46 ]
03:19:46 
03:19:46 
03:19:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:47 ----------------------------------------
03:19:47 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9#testBug488663_013 - 10
03:19:47 X.java [
03:19:47 public class X {
03:19:47 	String name;
03:19:47 	public X(String name) {
03:19:47 		this.name = name;
03:19:47 	}
03:19:47 	String name() {
03:19:47 		return this.name;
03:19:47 	}
03:19:47 	public static void main(String[] args) {
03:19:47 		X x = new X("Success");
03:19:47 		I<X> i = new I<X>() {
03:19:47 			public String toString(X x1) {
03:19:47 				return x1.name();
03:19:47 			}
03:19:47 		};
03:19:47 		System.out.println(i.toString(x));
03:19:47 	}
03:19:47 }
03:19:47 interface I<T> {
03:19:47 	String toString(T t);
03:19:47 }
03:19:47 ]
03:19:47 
03:19:47 
03:19:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:49 --- javac err: ---
03:19:49 X.java:15: error: method does not override or implement a method from a supertype
03:19:49 			public String toString(String s) {
03:19:49 			              ^
03:19:49   (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype)
03:19:49 1 error
03:19:49 
03:19:49 
03:19:49 
03:19:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:50 --- javac err: ---
03:19:50 Test.java:4: warning: auxiliary class I in X.java should not be accessed from outside its own source file
03:19:50 	<R> void print(I<R> i) {}
03:19:50 	               ^
03:19:50 Z.java:1: warning: auxiliary class I in X.java should not be accessed from outside its own source file
03:19:50 class Z<T> implements I<T> {
03:19:50                       ^
03:19:50 Z.java:1: warning: auxiliary class I in X.java should not be accessed from outside its own source file
03:19:50 class Z<T> implements I<T> {
03:19:50                       ^
03:19:50 X.java:4: error: Inner has private access in Test
03:19:50 		t.print(new Z<>(t.get()) {
03:19:50 		       ^
03:19:50 1 error
03:19:50 3 warnings
03:19:50 
03:19:50 
03:19:50 
03:19:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:51 --- javac err: ---
03:19:51 Test.java:4: warning: auxiliary class I in X.java should not be accessed from outside its own source file
03:19:51 	<R extends Inner> void print(I<R> i) {}
03:19:51 	                             ^
03:19:51 X.java:4: error: Inner has private access in Test
03:19:51 		t.print(new I<>() {
03:19:51 		       ^
03:19:51 1 error
03:19:51 1 warning
03:19:51 
03:19:51 
03:19:51 
03:19:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:52 --- javac err: ---
03:19:52 X.java:15: error: method does not override or implement a method from a supertype
03:19:52 			public String name() {return null;}
03:19:52 			              ^
03:19:52   (due to <>, every non-private method declared in this anonymous class must override or implement a method from a supertype)
03:19:52 1 error
03:19:52 
03:19:52 
03:19:52 
03:19:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:53 --- javac err: ---
03:19:53 a/Y.java:4: error: reference to Inner is ambiguous
03:19:53 	Inner t;
03:19:53 	^
03:19:53   both class a.b.I.Inner in I and class a.b.Cl.Inner in Cl match
03:19:53 1 error
03:19:53 
03:19:53 
03:19:53 
03:19:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:54 ----------------------------------------
03:19:54 org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9#testBug521815b - 10
03:19:54 a/b/X.java [
03:19:54 package a.b;
03:19:54 interface I{
03:19:54     public static class Inner { }
03:19:54 }
03:19:54 class Cl {
03:19:54     public static class Inner {}
03:19:54 }
03:19:54 public class X extends Cl implements I {}
03:19:54 
03:19:54 ]
03:19:54 a/Y.java [
03:19:54 package p;
03:19:54 import static a.b.X.Inner;
03:19:54 public class Y {;
03:19:54 }
03:19:54 
03:19:54 ]
03:19:54 
03:19:54 
03:19:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:57 
03:19:57 
03:19:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:57 ***************************************************************************
03:19:57 * Comparison with Sun Javac compiler for class InterfaceMethodsTest_9 (null tests)
03:19:57 ***************************************************************************
03:19:58 
03:19:58 
03:19:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:19:59 
03:19:59 
03:19:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:01 
03:20:01 
03:20:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:02 --- javac err: ---
03:20:02 I.java:3: error: missing method body, or declare abstract
03:20:02     private void foo();
03:20:02                  ^
03:20:02 1 error
03:20:02 
03:20:02 
03:20:02 
03:20:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:03 --- javac err: ---
03:20:03 I.java:3: error: illegal combination of modifiers: private and default
03:20:03     private default void foo();
03:20:03                          ^
03:20:03 1 error
03:20:03 
03:20:03 
03:20:03 
03:20:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:04 --- javac err: ---
03:20:04 I.java:2: error: illegal combination of modifiers: abstract and private
03:20:04 	private abstract void foo();
03:20:04 	                      ^
03:20:04 1 error
03:20:04 
03:20:04 
03:20:04 
03:20:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:05 --- javac err: ---
03:20:05 I.java:2: error: modifier synchronized not allowed here
03:20:05     private synchronized void foo();
03:20:05                               ^
03:20:05 1 error
03:20:05 
03:20:05 
03:20:05 
03:20:05 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:06 --- javac err: ---
03:20:06 X.java:7: error: foo() in X cannot implement foo() in I
03:20:06 	private void foo() {}
03:20:06 	             ^
03:20:06   attempting to assign weaker access privileges; was public
03:20:06 1 error
03:20:06 
03:20:06 
03:20:06 
03:20:06 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:07 
03:20:07 
03:20:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:08 --- javac err: ---
03:20:08 I.java:2: error: illegal combination of modifiers: public and private
03:20:08     private public void foo(){}
03:20:08                         ^
03:20:08 1 error
03:20:08 
03:20:08 
03:20:08 
03:20:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:09 --- javac err: ---
03:20:09 I.java:2: error: modifier protected not allowed here
03:20:09     private protected void foo();
03:20:09                            ^
03:20:09 1 error
03:20:09 
03:20:09 
03:20:09 
03:20:09 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:10 --- javac err: ---
03:20:10 I.java:2: error: repeated modifier
03:20:10     private private public default protected void foo();
03:20:10             ^
03:20:10 1 error
03:20:10 
03:20:10 
03:20:10 
03:20:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:11 --- javac err: ---
03:20:11 A.java:2: error: method does not override or implement a method from a supertype
03:20:11 	@Override
03:20:11 	^
03:20:11 1 error
03:20:11 
03:20:11 
03:20:11 
03:20:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:12 
03:20:12 
03:20:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:13 --- javac err: ---
03:20:13 X.java:3: error: foo() has private access in I
03:20:13 	I.foo();
03:20:13 	 ^
03:20:13 1 error
03:20:13 
03:20:13 
03:20:13 
03:20:13 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:14 
03:20:14 
03:20:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:15 --- javac err: ---
03:20:15 X.java:7: warning: [static] static method should be qualified by type name, I, instead of by an expression
03:20:15 	i.foo();
03:20:15 	 ^
03:20:15 X.java:7: error: illegal static interface method call
03:20:15 	i.foo();
03:20:15 	     ^
03:20:15   the receiver expression should be replaced with the type qualifier 'I'
03:20:15 1 error
03:20:15 1 warning
03:20:15 
03:20:15 
03:20:15 
03:20:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:16 --- javac err: ---
03:20:16 X.java:6: warning: [static] static method should be qualified by type name, I, instead of by an expression
03:20:16    default void goo(){I.super.foo();};
03:20:16                              ^
03:20:16 X.java:6: error: illegal static interface method call
03:20:16    default void goo(){I.super.foo();};
03:20:16                                  ^
03:20:16   the receiver expression should be replaced with the type qualifier 'I'
03:20:16 1 error
03:20:16 1 warning
03:20:16 
03:20:16 
03:20:16 
03:20:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:17 --- javac err: ---
03:20:17 FI.java:2: warning: [rawtypes] found raw type: Class
03:20:17     private <T> void foo(Class c){}
03:20:17                          ^
03:20:17   missing type arguments for generic class Class<T>
03:20:17   where T is a type-variable:
03:20:17     T extends Object declared in class Class
03:20:17 1 warning
03:20:17 
03:20:17 
03:20:17 
03:20:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:17 ***************************************************************************
03:20:17 * Comparison with Sun Javac compiler for class Deprecated9Test (null tests)
03:20:17 ***************************************************************************
03:20:18 --- javac err: ---
03:20:18 p/M1.java:4: warning: [removal] N1.N2 in N1 has been deprecated and marked for removal
03:20:18     a.N1.N2.N3 m = null;
03:20:18         ^
03:20:18 1 warning
03:20:18 
03:20:18 
03:20:18 
03:20:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:20 --- javac err: ---
03:20:20 p/M1.java:4: warning: [removal] N1.N2 in N1 has been deprecated and marked for removal
03:20:20     a.N1.N2.N3 m = null;
03:20:20         ^
03:20:20 1 warning
03:20:20 
03:20:20 
03:20:20 
03:20:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:22 --- javac err: ---
03:20:22 test1/E02.java:4: warning: [removal] x in E01 has been deprecated and marked for removal
03:20:22 		System.out.println(E01.x);
03:20:22 		                      ^
03:20:22 test1/E02.java:5: warning: [removal] y in E01 has been deprecated and marked for removal
03:20:22 		System.out.println(E01.y);
03:20:22 		                      ^
03:20:22 2 warnings
03:20:22 
03:20:22 
03:20:22 
03:20:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:23 --- javac err: ---
03:20:23 p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
03:20:23 package p1;
03:20:23         ^
03:20:23 1 warning
03:20:23 
03:20:23 
03:20:23 
03:20:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:24 --- javac err: ---
03:20:24 p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
03:20:24 package p1;
03:20:24         ^
03:20:24 1 warning
03:20:24 
03:20:24 
03:20:24 
03:20:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:25 --- javac err: ---
03:20:25 p1/package-info.java:2: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
03:20:25 package p1;
03:20:25         ^
03:20:25 p2/C.java:5: warning: [removal] foo() in Inner has been deprecated and marked for removal
03:20:25         a.foo();
03:20:25          ^
03:20:25 2 warnings
03:20:25 
03:20:25 
03:20:25 
03:20:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:26 --- javac err: ---
03:20:26 test1/E02.java:3: warning: [deprecation] E01 in test1 has been deprecated
03:20:26 	public void foo(E01 arg) {
03:20:26 	                ^
03:20:26 1 warning
03:20:26 
03:20:26 
03:20:26 
03:20:26 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:27 --- javac err: ---
03:20:27 p2/C.java:4: warning: [deprecation] foo() in X has been deprecated
03:20:27     @Override public void foo() {}
03:20:27                           ^
03:20:27 p2/C.java:5: warning: [removal] bar() in X has been deprecated and marked for removal
03:20:27     @Override public void bar() {}
03:20:27                           ^
03:20:27 2 warnings
03:20:27 
03:20:27 
03:20:27 
03:20:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:28 --- javac err: ---
03:20:28 module-info.java:2: warning: [removal] module jdk.xml.bind has been deprecated and marked for removal
03:20:28 	requires jdk.xml.bind;
03:20:28 	                ^
03:20:28 1 warning
03:20:28 
03:20:28 
03:20:28 
03:20:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:30 --- javac err: ---
03:20:30 my.mod/module-info.java:2: warning: [removal] module dont.use has been deprecated and marked for removal
03:20:30 	requires dont.use;
03:20:30 	             ^
03:20:30 1 warning
03:20:30 
03:20:30 
03:20:30 
03:20:30 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:31 --- javac err: ---
03:20:31 pdep/Dep1.java:3: error: package pmissing does not exist
03:20:31 import pmissing.CMissing;
03:20:31                ^
03:20:31 pdep/Dep1.java:6: error: cannot find symbol
03:20:31 @CMissing
03:20:31  ^
03:20:31   symbol: class CMissing
03:20:31 p1/C1.java:6: warning: [deprecation] Dep1 in pdep has been deprecated
03:20:31 	Dep1 f;
03:20:31 	^
03:20:31 2 errors
03:20:31 1 warning
03:20:31 
03:20:31 
03:20:31 
03:20:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:32 --- javac err: ---
03:20:32 test/Screen.java:7: error: cannot find symbol
03:20:32 	public interface Component extends test.ReaderWarningView.Component {
03:20:32 	                                                         ^
03:20:32   symbol:   class Component
03:20:32   location: class ReaderWarningView
03:20:32 Test.java:1: warning: [deprecation] Screen in test has been deprecated
03:20:32 public class Test implements test.Screen.Component {}
03:20:32                                  ^
03:20:32 Test.java:1: warning: [deprecation] Component in Screen has been deprecated
03:20:32 public class Test implements test.Screen.Component {}
03:20:32                                         ^
03:20:32 1 error
03:20:32 2 warnings
03:20:32 
03:20:32 
03:20:32 
03:20:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:33 --- javac err: ---
03:20:33 folder1/module-info.java:1: error: too many module declarations found
03:20:33 @Deprecated(since="42") module mod.dep.since {}
03:20:33 ^
03:20:33 folder2/module-info.java:1: error: too many module declarations found
03:20:33 @Deprecated(forRemoval=true) module mod.dep.terminally {}
03:20:33 ^
03:20:33 folder3/module-info.java:1: error: too many module declarations found
03:20:33 @Deprecated(since="42",forRemoval=true) module mod.dep.since.terminally {}
03:20:33 ^
03:20:33 module-info.java:1: error: too many module declarations found
03:20:33 module mod1 {
03:20:33 ^
03:20:33 4 errors
03:20:33 
03:20:33 
03:20:33 
03:20:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:34 --- javac err: ---
03:20:34 mod1/p1/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
03:20:34 @Deprecated package p1;
03:20:34                     ^
03:20:34 mod1/p2/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
03:20:34 @Deprecated(since="13") package p2;
03:20:34                                 ^
03:20:34 mod1/p3/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
03:20:34 @Deprecated(since="13",forRemoval=true) package p3;
03:20:34                                                 ^
03:20:34 mod1/p4/package-info.java:1: warning: [deprecation] @Deprecated annotation has no effect on this package declaration
03:20:34 @Deprecated(since="14",forRemoval=true) package p4;
03:20:34                                                 ^
03:20:34 module-info.java:1: warning: [module] module name component mod1 should avoid terminal digits
03:20:34 module mod1 {
03:20:34        ^
03:20:34 5 warnings
03:20:34 
03:20:34 
03:20:34 
03:20:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:35 --- javac err: ---
03:20:35 mod0/module-info.java:1: warning: [module] module name component mod0 should avoid terminal digits
03:20:35 module mod0 {
03:20:35        ^
03:20:35 mod1/module-info.java:1: warning: [module] module name component mod1 should avoid terminal digits
03:20:35 module mod1 {
03:20:35        ^
03:20:35 mod1/module-info.java:3: warning: [deprecation] IServiceDep in p1 has been deprecated
03:20:35 	provides p1.IServiceDep with p1impl.ServiceDep;
03:20:35 	           ^
03:20:35 mod1/module-info.java:3: warning: [deprecation] ServiceDep in p1impl has been deprecated
03:20:35 	provides p1.IServiceDep with p1impl.ServiceDep;
03:20:35 	                                   ^
03:20:35 mod1/module-info.java:4: warning: [deprecation] IServiceDepSince in p1 has been deprecated
03:20:35 	provides p1.IServiceDepSince with p1impl.ServiceDepSince;
03:20:35 	           ^
03:20:35 mod1/module-info.java:4: warning: [deprecation] ServiceDepSince in p1impl has been deprecated
03:20:35 	provides p1.IServiceDepSince with p1impl.ServiceDepSince;
03:20:35 	                                        ^
03:20:35 mod1/module-info.java:5: warning: [removal] IServiceTermDep in p1 has been deprecated and marked for removal
03:20:35 	provides p1.IServiceTermDep with p1impl.ServiceTermDep;
03:20:35 	           ^
03:20:35 mod1/module-info.java:5: warning: [removal] ServiceTermDep in p1impl has been deprecated and marked for removal
03:20:35 	provides p1.IServiceTermDep with p1impl.ServiceTermDep;
03:20:35 	                                       ^
03:20:35 mod1/module-info.java:6: warning: [removal] IServiceTermDepSince in p1 has been deprecated and marked for removal
03:20:35 	provides p1.IServiceTermDepSince with p1impl.ServiceTermDepSince;
03:20:35 	           ^
03:20:35 mod1/module-info.java:6: warning: [removal] ServiceTermDepSince in p1impl has been deprecated and marked for removal
03:20:35 	provides p1.IServiceTermDepSince with p1impl.ServiceTermDepSince;
03:20:35 	                                            ^
03:20:35 mod1/p1impl/ServiceTermDep.java:3: warning: [removal] IServiceTermDep in p1 has been deprecated and marked for removal
03:20:35 public class ServiceTermDep implements p1.IServiceTermDep {}
03:20:35                                          ^
03:20:35 mod1/p1impl/ServiceTermDepSince.java:3: warning: [removal] IServiceTermDepSince in p1 has been deprecated and marked for removal
03:20:35 public class ServiceTermDepSince implements p1.IServiceTermDepSince {}
03:20:35                                               ^
03:20:35 12 warnings
03:20:35 
03:20:35 
03:20:35 
03:20:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:36 --- javac err: ---
03:20:36 module-info.java:1: warning: [module] module name component mod0 should avoid terminal digits
03:20:36 module mod0 {
03:20:36        ^
03:20:36 1 warning
03:20:36 
03:20:37 --- javac err: ---
03:20:37 module-info.java:1: warning: [module] module name component mod2 should avoid terminal digits
03:20:37 module mod2 {
03:20:37        ^
03:20:37 module-info.java:3: warning: [deprecation] IServiceDep in p1 has been deprecated
03:20:37 	uses p1.IServiceDep;
03:20:37 	       ^
03:20:37 module-info.java:4: warning: [deprecation] IServiceDepSince in p1 has been deprecated
03:20:37 	uses p1.IServiceDepSince;
03:20:37 	       ^
03:20:37 module-info.java:5: warning: [removal] IServiceTermDep in p1 has been deprecated and marked for removal
03:20:37 	uses p1.IServiceTermDep;
03:20:37 	       ^
03:20:37 module-info.java:6: warning: [removal] IServiceTermDepSince in p1 has been deprecated and marked for removal
03:20:37 	uses p1.IServiceTermDepSince;
03:20:37 	       ^
03:20:37 5 warnings
03:20:37 
03:20:37 
03:20:37 
03:20:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:39 --- javac err: ---
03:20:39 test1/E02.java:4: warning: [deprecation] Old in E01 has been deprecated
03:20:39 		System.out.println(new E01.Old());
03:20:39 		                          ^
03:20:39 test1/E02.java:5: warning: [deprecation] E01() in E01 has been deprecated
03:20:39 		E01 e = new E01();
03:20:39 		        ^
03:20:39 test1/E02.java:6: warning: [deprecation] old() in E01 has been deprecated
03:20:39 		e.old();
03:20:39 		 ^
03:20:39 test1/E02.java:7: warning: [deprecation] x in E01 has been deprecated
03:20:39 		System.out.println(E01.x);
03:20:39 		                      ^
03:20:39 test1/E02.java:8: warning: [deprecation] y in E01 has been deprecated
03:20:39 		System.out.println(E01.y);
03:20:39 		                      ^
03:20:39 test1/E02.java:10: warning: [deprecation] E01() in E01 has been deprecated
03:20:39 	class E03 extends E01 {
03:20:39 	^
03:20:39 test1/E02.java:11: warning: [deprecation] old() in E01 has been deprecated
03:20:39 		protected void old() {}
03:20:39 		               ^
03:20:39 7 warnings
03:20:39 
03:20:39 
03:20:39 
03:20:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:40 --- javac err: ---
03:20:40 test1/E02.java:4: warning: [deprecation] Old in E01 has been deprecated
03:20:40 		System.out.println(new E01.Old());
03:20:40 		                          ^
03:20:40 test1/E02.java:5: warning: [deprecation] E01() in E01 has been deprecated
03:20:40 		E01 e = new E01();
03:20:40 		        ^
03:20:40 test1/E02.java:6: warning: [deprecation] old() in E01 has been deprecated
03:20:40 		e.old();
03:20:40 		 ^
03:20:40 test1/E02.java:7: warning: [deprecation] x in E01 has been deprecated
03:20:40 		System.out.println(E01.x);
03:20:40 		                      ^
03:20:40 test1/E02.java:8: warning: [deprecation] y in E01 has been deprecated
03:20:40 		System.out.println(E01.y);
03:20:40 		                      ^
03:20:40 test1/E02.java:10: warning: [deprecation] E01() in E01 has been deprecated
03:20:40 	class E03 extends E01 {
03:20:40 	^
03:20:40 test1/E02.java:11: warning: [deprecation] old() in E01 has been deprecated
03:20:40 		protected void old() {}
03:20:40 		               ^
03:20:40 7 warnings
03:20:40 
03:20:40 
03:20:40 
03:20:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:41 --- javac err: ---
03:20:41 test1/E02.java:4: warning: [removal] Old in E01 has been deprecated and marked for removal
03:20:41 		System.out.println(new E01.Old());
03:20:41 		                          ^
03:20:41 test1/E02.java:5: warning: [removal] E01() in E01 has been deprecated and marked for removal
03:20:41 		E01 e = new E01();
03:20:41 		        ^
03:20:41 test1/E02.java:6: warning: [removal] old() in E01 has been deprecated and marked for removal
03:20:41 		e.old();
03:20:41 		 ^
03:20:41 test1/E02.java:7: warning: [removal] x in E01 has been deprecated and marked for removal
03:20:41 		System.out.println(E01.x);
03:20:41 		                      ^
03:20:41 test1/E02.java:8: warning: [removal] y in E01 has been deprecated and marked for removal
03:20:41 		System.out.println(E01.y);
03:20:41 		                      ^
03:20:41 test1/E02.java:10: warning: [removal] E01() in E01 has been deprecated and marked for removal
03:20:41 	class E03 extends E01 {
03:20:41 	^
03:20:41 test1/E02.java:11: warning: [removal] old() in E01 has been deprecated and marked for removal
03:20:41 		protected void old() {}
03:20:41 		               ^
03:20:41 7 warnings
03:20:41 
03:20:41 
03:20:41 
03:20:41 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:41 ***************************************************************************
03:20:41 * Comparison with Sun Javac compiler for class ModuleAttributeTests (null tests)
03:20:41 ***************************************************************************
03:20:42 
03:20:42 
03:20:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:43 --- javac err: ---
03:20:43 module-info.java:2: warning: [module] module not found: zero
03:20:43 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;
03:20:43                                    ^
03:20:43 module-info.java:2: warning: [module] module not found: one
03:20:43 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;
03:20:43                                          ^
03:20:43 module-info.java:2: warning: [module] module not found: two
03:20:43 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;
03:20:43                                               ^
03:20:43 module-info.java:2: warning: [module] module not found: three
03:20:43 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;
03:20:43                                                    ^
03:20:43 module-info.java:2: warning: [module] module not found: four
03:20:43 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;
03:20:43                                                           ^
03:20:43 module-info.java:2: warning: [module] module not found: five
03:20:43 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;
03:20:43                                                                 ^
03:20:43 module-info.java:2: warning: [module] module not found: six
03:20:43 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;
03:20:43                                                                       ^
03:20:43 module-info.java:2: warning: [module] module not found: seven
03:20:43 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;
03:20:43                                                                            ^
03:20:43 module-info.java:2: warning: [module] module not found: eight
03:20:43 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;
03:20:43                                                                                   ^
03:20:43 module-info.java:2: warning: [module] module not found: nine
03:20:43 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;
03:20:43                                                                                          ^
03:20:43 module-info.java:2: warning: [module] module not found: ten
03:20:43 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;
03:20:43                                                                                                ^
03:20:43 module-info.java:2: warning: [module] module not found: eleven
03:20:43 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;
03:20:43                                                                                                     ^
03:20:43 module-info.java:2: warning: [module] module not found: twelve
03:20:43 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;
03:20:43                                                                                                             ^
03:20:43 module-info.java:2: warning: [module] module not found: thirteen
03:20:43 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;
03:20:43                                                                                                                     ^
03:20:43 module-info.java:2: warning: [module] module not found: fourteen
03:20:43 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;
03:20:43                                                                                                                               ^
03:20:43 module-info.java:2: warning: [module] module not found: fifteen
03:20:43 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;
03:20:43                                                                                                                                         ^
03:20:43 module-info.java:2: warning: [module] module not found: sixteen
03:20:43 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;
03:20:43                                                                                                                                                  ^
03:20:43 module-info.java:2: warning: [module] module not found: seventeen
03:20:43 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;
03:20:43                                                                                                                                                           ^
03:20:43 module-info.java:2: warning: [module] module not found: eighteen
03:20:43 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;
03:20:43                                                                                                                                                                      ^
03:20:43 module-info.java:2: warning: [module] module not found: nineteen
03:20:43 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;
03:20:43                                                                                                                                                                                ^
03:20:43 module-info.java:2: warning: [module] module not found: twenty
03:20:43 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;
03:20:43                                                                                                                                                                                          ^
03:20:43 module-info.java:3: warning: [module] module not found: zero
03:20:43 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;
03:20:43                                        ^
03:20:43 module-info.java:3: warning: [module] module not found: one
03:20:43 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;
03:20:43                                              ^
03:20:43 module-info.java:3: warning: [module] module not found: two
03:20:43 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;
03:20:43                                                   ^
03:20:43 module-info.java:3: warning: [module] module not found: three
03:20:43 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;
03:20:43                                                        ^
03:20:43 module-info.java:3: warning: [module] module not found: four
03:20:43 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;
03:20:43                                                               ^
03:20:43 module-info.java:3: warning: [module] module not found: five
03:20:43 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;
03:20:43                                                                     ^
03:20:43 module-info.java:3: warning: [module] module not found: six
03:20:43 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;
03:20:43                                                                           ^
03:20:43 module-info.java:3: warning: [module] module not found: seven
03:20:43 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;
03:20:43                                                                                ^
03:20:43 module-info.java:3: warning: [module] module not found: eight
03:20:43 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;
03:20:43                                                                                       ^
03:20:43 module-info.java:3: warning: [module] module not found: nine
03:20:43 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;
03:20:43                                                                                              ^
03:20:43 module-info.java:3: warning: [module] module not found: ten
03:20:43 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;
03:20:43                                                                                                    ^
03:20:43 module-info.java:3: warning: [module] module not found: eleven
03:20:43 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;
03:20:43                                                                                                         ^
03:20:43 module-info.java:3: warning: [module] module not found: twelve
03:20:43 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;
03:20:43                                                                                                                 ^
03:20:43 module-info.java:3: warning: [module] module not found: thirteen
03:20:43 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;
03:20:43                                                                                                                         ^
03:20:43 module-info.java:3: warning: [module] module not found: fourteen
03:20:43 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;
03:20:43                                                                                                                                   ^
03:20:43 module-info.java:3: warning: [module] module not found: fifteen
03:20:43 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;
03:20:43                                                                                                                                             ^
03:20:43 module-info.java:3: warning: [module] module not found: sixteen
03:20:43 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;
03:20:43                                                                                                                                                      ^
03:20:43 module-info.java:3: warning: [module] module not found: seventeen
03:20:43 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;
03:20:43                                                                                                                                                               ^
03:20:43 module-info.java:3: warning: [module] module not found: eighteen
03:20:43 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;
03:20:43                                                                                                                                                                          ^
03:20:43 module-info.java:3: warning: [module] module not found: nineteen
03:20:43 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;
03:20:43                                                                                                                                                                                    ^
03:20:43 module-info.java:3: warning: [module] module not found: twenty
03:20:43 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;
03:20:43                                                                                                                                                                                              ^
03:20:43 module-info.java:4: warning: [module] module not found: zero
03:20:43 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;
03:20:43                                        ^
03:20:43 module-info.java:4: warning: [module] module not found: one
03:20:43 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;
03:20:43                                              ^
03:20:43 module-info.java:4: warning: [module] module not found: two
03:20:43 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;
03:20:43                                                   ^
03:20:43 module-info.java:4: warning: [module] module not found: three
03:20:43 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;
03:20:43                                                        ^
03:20:43 module-info.java:4: warning: [module] module not found: four
03:20:43 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;
03:20:43                                                               ^
03:20:43 module-info.java:4: warning: [module] module not found: five
03:20:43 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;
03:20:43                                                                     ^
03:20:43 module-info.java:4: warning: [module] module not found: six
03:20:43 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;
03:20:43                                                                           ^
03:20:43 module-info.java:4: warning: [module] module not found: seven
03:20:43 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;
03:20:43                                                                                ^
03:20:43 module-info.java:4: warning: [module] module not found: eight
03:20:43 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;
03:20:43                                                                                       ^
03:20:43 module-info.java:4: warning: [module] module not found: nine
03:20:43 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;
03:20:43                                                                                              ^
03:20:43 module-info.java:4: warning: [module] module not found: ten
03:20:43 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;
03:20:43                                                                                                    ^
03:20:43 module-info.java:4: warning: [module] module not found: eleven
03:20:43 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;
03:20:43                                                                                                         ^
03:20:43 module-info.java:4: warning: [module] module not found: twelve
03:20:43 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;
03:20:43                                                                                                                 ^
03:20:43 module-info.java:4: warning: [module] module not found: thirteen
03:20:43 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;
03:20:43                                                                                                                         ^
03:20:43 module-info.java:4: warning: [module] module not found: fourteen
03:20:43 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;
03:20:43                                                                                                                                   ^
03:20:43 module-info.java:4: warning: [module] module not found: fifteen
03:20:43 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;
03:20:43                                                                                                                                             ^
03:20:43 module-info.java:4: warning: [module] module not found: sixteen
03:20:43 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;
03:20:43                                                                                                                                                      ^
03:20:43 module-info.java:4: warning: [module] module not found: seventeen
03:20:43 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;
03:20:43                                                                                                                                                               ^
03:20:43 module-info.java:4: warning: [module] module not found: eighteen
03:20:43 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;
03:20:43                                                                                                                                                                          ^
03:20:43 module-info.java:4: warning: [module] module not found: nineteen
03:20:43 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;
03:20:43                                                                                                                                                                                    ^
03:20:43 module-info.java:4: warning: [module] module not found: twenty
03:20:43 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;
03:20:43                                                                                                                                                                                              ^
03:20:43 module-info.java:5: warning: [module] module not found: zero
03:20:43 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;
03:20:43                                        ^
03:20:43 module-info.java:5: warning: [module] module not found: one
03:20:43 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;
03:20:43                                              ^
03:20:43 module-info.java:5: warning: [module] module not found: two
03:20:43 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;
03:20:43                                                   ^
03:20:43 module-info.java:5: warning: [module] module not found: three
03:20:43 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;
03:20:43                                                        ^
03:20:43 module-info.java:5: warning: [module] module not found: four
03:20:43 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;
03:20:43                                                               ^
03:20:43 module-info.java:5: warning: [module] module not found: five
03:20:43 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;
03:20:43                                                                     ^
03:20:43 module-info.java:5: warning: [module] module not found: six
03:20:43 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;
03:20:43                                                                           ^
03:20:43 module-info.java:5: warning: [module] module not found: seven
03:20:43 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;
03:20:43                                                                                ^
03:20:43 module-info.java:5: warning: [module] module not found: eight
03:20:43 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;
03:20:43                                                                                       ^
03:20:43 module-info.java:5: warning: [module] module not found: nine
03:20:43 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;
03:20:43                                                                                              ^
03:20:43 module-info.java:5: warning: [module] module not found: ten
03:20:43 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;
03:20:43                                                                                                    ^
03:20:43 module-info.java:5: warning: [module] module not found: eleven
03:20:43 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;
03:20:43                                                                                                         ^
03:20:43 module-info.java:5: warning: [module] module not found: twelve
03:20:43 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;
03:20:43                                                                                                                 ^
03:20:43 module-info.java:5: warning: [module] module not found: thirteen
03:20:43 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;
03:20:43                                                                                                                         ^
03:20:43 module-info.java:5: warning: [module] module not found: fourteen
03:20:43 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;
03:20:43                                                                                                                                   ^
03:20:43 module-info.java:5: warning: [module] module not found: fifteen
03:20:43 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;
03:20:43                                                                                                                                             ^
03:20:43 module-info.java:5: warning: [module] module not found: sixteen
03:20:43 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;
03:20:43                                                                                                                                                      ^
03:20:43 module-info.java:5: warning: [module] module not found: seventeen
03:20:43 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;
03:20:43                                                                                                                                                               ^
03:20:43 module-info.java:5: warning: [module] module not found: eighteen
03:20:43 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;
03:20:43                                                                                                                                                                          ^
03:20:43 module-info.java:5: warning: [module] module not found: nineteen
03:20:43 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;
03:20:43                                                                                                                                                                                    ^
03:20:43 module-info.java:5: warning: [module] module not found: twenty
03:20:43 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;
03:20:43                                                                                                                                                                                              ^
03:20:43 module-info.java:6: warning: [module] module not found: zero
03:20:43 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;
03:20:43                                        ^
03:20:43 module-info.java:6: warning: [module] module not found: one
03:20:43 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;
03:20:43                                              ^
03:20:43 module-info.java:6: warning: [module] module not found: two
03:20:43 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;
03:20:43                                                   ^
03:20:43 module-info.java:6: warning: [module] module not found: three
03:20:43 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;
03:20:43                                                        ^
03:20:43 module-info.java:6: warning: [module] module not found: four
03:20:43 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;
03:20:43                                                               ^
03:20:43 module-info.java:6: warning: [module] module not found: five
03:20:43 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;
03:20:43                                                                     ^
03:20:43 module-info.java:6: warning: [module] module not found: six
03:20:43 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;
03:20:43                                                                           ^
03:20:43 module-info.java:6: warning: [module] module not found: seven
03:20:43 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;
03:20:43                                                                                ^
03:20:43 module-info.java:6: warning: [module] module not found: eight
03:20:43 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;
03:20:43                                                                                       ^
03:20:43 module-info.java:6: warning: [module] module not found: nine
03:20:43 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;
03:20:43                                                                                              ^
03:20:43 module-info.java:6: warning: [module] module not found: ten
03:20:43 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;
03:20:43                                                                                                    ^
03:20:43 module-info.java:6: warning: [module] module not found: eleven
03:20:43 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;
03:20:43                                                                                                         ^
03:20:43 module-info.java:6: warning: [module] module not found: twelve
03:20:43 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;
03:20:43                                                                                                                 ^
03:20:43 module-info.java:6: warning: [module] module not found: thirteen
03:20:43 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;
03:20:43                                                                                                                         ^
03:20:43 module-info.java:6: warning: [module] module not found: fourteen
03:20:43 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;
03:20:43                                                                                                                                   ^
03:20:43 module-info.java:6: warning: [module] module not found: fifteen
03:20:43 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;
03:20:43                                                                                                                                             ^
03:20:43 100 warnings
03:20:43 
03:20:43 
03:20:43 
03:20:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:44 
03:20:44 
03:20:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:45 --- javac err: ---
03:20:45 Fatal Error: Unable to find package java.lang in classpath or bootclasspath
03:20:45 
03:20:45 ----------------------------------------
03:20:45 org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests#testBug519330 - 10
03:20:45 module-info.java [
03:20:45 module java.base {
03:20:45 }
03:20:45 
03:20:45 ]
03:20:45 
03:20:45 
03:20:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:46 
03:20:46 
03:20:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:46 
03:20:46 
03:20:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:47 
03:20:47 
03:20:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 --- javac err: ---
03:20:48 module-info.java:3: warning: [module] module not found: zero
03:20:48 exports pack2 to zero;
03:20:48                  ^
03:20:48 1 warning
03:20:48 
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 ***************************************************************************
03:20:48 * Comparison with Sun Javac compiler for class AutomaticModuleNamingTest (null tests)
03:20:48 ***************************************************************************
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 
03:20:48 
03:20:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:48 ***************************************************************************
03:20:48 * Comparison with Sun Javac compiler for class UnnamedModuleTest (null tests)
03:20:48 ***************************************************************************
03:20:50 
03:20:50 
03:20:50 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:51 
03:20:51 
03:20:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:51 ***************************************************************************
03:20:51 * Comparison with Sun Javac compiler for class NullAnnotationTests9 (null tests)
03:20:51 ***************************************************************************
03:20:52 
03:20:52 
03:20:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:55 
03:20:55 
03:20:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:57 
03:20:57 
03:20:57 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:20:59 
03:20:59 
03:20:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:01 
03:21:01 
03:21:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:01 ***************************************************************************
03:21:01 * Comparison with Sun Javac compiler for class AnnotationTest_9 (null tests)
03:21:01 ***************************************************************************
03:21:02 --- javac err: ---
03:21:02 X.java:2: error: elements in annotation type declarations cannot declare formal parameters
03:21:02 	String value(X this);
03:21:02 	               ^
03:21:02 1 error
03:21:02 
03:21:02 
03:21:02 
03:21:02 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:03 --- javac err: ---
03:21:03 X.java:6: error: elements in annotation type declarations cannot declare formal parameters
03:21:03 	X[] value(Container this);
03:21:03 	                    ^
03:21:03 1 error
03:21:03 
03:21:03 
03:21:03 
03:21:03 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:04 --- javac err: ---
03:21:04 X.java:3: error: elements in annotation type declarations cannot declare formal parameters
03:21:04 	String value(X this, int i);
03:21:04 	                         ^
03:21:04 1 error
03:21:04 
03:21:04 
03:21:04 
03:21:04 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:07 --- javac err: ---
03:21:07 X.java:3: warning: [deprecation] A in p has been deprecated
03:21:07   @A void foo() {}
03:21:07    ^
03:21:07 1 warning
03:21:07 
03:21:07 
03:21:07 
03:21:07 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:07 ***************************************************************************
03:21:07 * Comparison with Sun Javac compiler for class JEP286Test (null tests)
03:21:07 ***************************************************************************
03:21:08 
03:21:08 
03:21:08 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:10 
03:21:10 
03:21:10 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:11 
03:21:11 
03:21:11 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:11 SUCCESS!
03:21:11 
03:21:12 
03:21:12 
03:21:12 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:14 --- javac err: ---
03:21:14 X.java:3: error: cannot infer type for local variable a
03:21:14 		var a;
03:21:14 		    ^
03:21:14   (cannot use 'var' on variable without initializer)
03:21:14 X.java:4: error: cannot infer type for local variable b
03:21:14 		for(var b;;);
03:21:14 		        ^
03:21:14   (cannot use 'var' on variable without initializer)
03:21:14 2 errors
03:21:14 
03:21:14 
03:21:14 
03:21:14 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:15 --- javac err: ---
03:21:15 X.java:3: error: 'var' is not allowed in a compound declaration
03:21:15 		var a = 1, b = 2;
03:21:15 		    ^
03:21:15 X.java:4: error: 'var' is not allowed in a compound declaration
03:21:15 		for(var c = 1, d = 20; c<d; c++);
03:21:15 		        ^
03:21:15 2 errors
03:21:15 
03:21:15 
03:21:15 
03:21:15 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:16 --- javac err: ---
03:21:16 X.java:2: error: 'var' is not allowed here
03:21:16 	private var someField = 0;
03:21:16 	        ^
03:21:16 X.java:3: error: 'var' is not allowed here
03:21:16 	public var method() {
03:21:16 	       ^
03:21:16 X.java:6: error: 'var' is not allowed here
03:21:16 	public void main(var arg) {
03:21:16 	                 ^
03:21:16 3 errors
03:21:16 
03:21:16 
03:21:16 
03:21:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:16 --- javac err: ---
03:21:16 X.java:3: error: cannot infer type for local variable notMuch
03:21:16 		var notMuch = null;
03:21:16 		    ^
03:21:16   (variable initializer is 'null')
03:21:16 1 error
03:21:16 
03:21:16 
03:21:16 
03:21:16 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:17 --- javac err: ---
03:21:17 X.java:6: error: cannot infer type for local variable nothingHere
03:21:17 		var nothingHere = foo();
03:21:17 		    ^
03:21:17   (variable initializer is 'void')
03:21:17 1 error
03:21:17 
03:21:17 
03:21:17 
03:21:17 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:18 --- javac err: ---
03:21:18 X.java:2: error: 'var' not allowed here
03:21:18 	public enum var { V, A, R };
03:21:18 	            ^
03:21:18   as of release 10, 'var' is a restricted local variable type and cannot be used for type declarations
03:21:18 1 error
03:21:18 
03:21:18 
03:21:18 
03:21:18 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:19 --- javac err: ---
03:21:19 X.java:3: error: cannot infer type for local variable myArray
03:21:19 		var myArray = { 1, 2, 3 };
03:21:19 		    ^
03:21:19   (array initializer needs an explicit target-type)
03:21:19 1 error
03:21:19 
03:21:19 
03:21:19 
03:21:19 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:20 --- javac err: ---
03:21:20 X.java:3: error: 'var' is not allowed as an element type of an array
03:21:20 		var myArray[] = new int[42];
03:21:20 		    ^
03:21:20 X.java:4: error: 'var' is not allowed as an element type of an array
03:21:20 		var[] moreArray = new int[1337];
03:21:20 		      ^
03:21:20 2 errors
03:21:20 
03:21:20 
03:21:20 
03:21:20 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:22 --- javac err: ---
03:21:22 X.java:3: error: cannot infer type for local variable a
03:21:22 		var a = 42 + a;
03:21:22 		    ^
03:21:22   (cannot use 'var' on self-referencing variable)
03:21:22 X.java:4: error: cannot infer type for local variable b
03:21:22 		var b = ((java.util.concurrent.Callable<Integer>)(() -> true ? 1 : b)).call();
03:21:22 		    ^
03:21:22   (cannot use 'var' on self-referencing variable)
03:21:22 2 errors
03:21:22 
03:21:22 
03:21:22 
03:21:22 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:23 --- javac err: ---
03:21:23 X.java:3: error: cannot infer type for local variable a
03:21:23 		var a = (int i) -> 42;
03:21:23 		    ^
03:21:23   (lambda expression needs an explicit target-type)
03:21:23 1 error
03:21:23 
03:21:23 
03:21:23 
03:21:23 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:24 --- javac err: ---
03:21:24 X.java:3: error: cannot infer type for local variable a
03:21:24 		var a = X::main;
03:21:24 		    ^
03:21:24   (method reference needs an explicit target-type)
03:21:24 1 error
03:21:24 
03:21:24 
03:21:24 
03:21:24 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:25 --- javac err: ---
03:21:25 X.java:3: error: cannot infer type for local variable a
03:21:25 		var a = args.length > 1 ? X::main : (int i) -> 42;
03:21:25 		    ^
03:21:25   (lambda expression needs an explicit target-type)
03:21:25 1 error
03:21:25 
03:21:25 
03:21:25 
03:21:25 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:27 
03:21:27 
03:21:27 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:28 --- javac err: ---
03:21:28 X.java:9: warning: [try] auto-closeable resource i2_Bar is never referenced in body of corresponding try statement
03:21:28         try (var i2_Bar = new Bar()) { } finally { }
03:21:28                  ^
03:21:28 X.java:10: warning: [try] auto-closeable resource i2_Bar is never referenced in body of corresponding try statement
03:21:28         try (var i2_Bar = new Bar(); var i3_Bar = new Bar()) { } finally { }
03:21:28                  ^
03:21:28 X.java:10: warning: [try] auto-closeable resource i3_Bar is never referenced in body of corresponding try statement
03:21:28         try (var i2_Bar = new Bar(); var i3_Bar = new Bar()) { } finally { }
03:21:28                                          ^
03:21:28 3 warnings
03:21:28 
03:21:28 
03:21:28 
03:21:28 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:29 
03:21:29 
03:21:29 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:31 
03:21:31 
03:21:31 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:32 --- javac err: ---
03:21:32 X.java:4: error: 'void' type not allowed here
03:21:32         for (var v : foo()) { }
03:21:32         ^
03:21:32 X.java:4: error: for-each not applicable to expression type
03:21:32         for (var v : foo()) { }
03:21:32                         ^
03:21:32   required: array or java.lang.Iterable
03:21:32   found:    void
03:21:32 2 errors
03:21:32 
03:21:32 
03:21:32 
03:21:32 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:33 --- javac err: ---
03:21:33 X.java:3: error: for-each not applicable to expression type
03:21:33         for (var v : null) { }
03:21:33                      ^
03:21:33   required: array or java.lang.Iterable
03:21:33   found:    <null>
03:21:33 1 error
03:21:33 
03:21:33 
03:21:33 
03:21:33 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:34 --- javac err: ---
03:21:34 X.java:6: error: annotation type not applicable to this kind of declaration
03:21:34 		@AnnM  var vm = strings;
03:21:34 		^
03:21:34 X.java:8: error: annotation type not applicable to this kind of declaration
03:21:34 		@AnnT  var vt = "";
03:21:34 		^
03:21:34 error: scoping construct cannot be annotated with type-use annotation: @a.AnnT
03:21:34 3 errors
03:21:34 
03:21:34 
03:21:34 
03:21:34 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:35 --- javac err: ---
03:21:35 X.java:3: error: 'var' is not allowed as an element type of an array
03:21:35         for (var[] v : args) { }
03:21:35                    ^
03:21:35 1 error
03:21:35 
03:21:35 
03:21:35 
03:21:35 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:36 
03:21:36 
03:21:36 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:37 
03:21:37 
03:21:37 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:38 --- javac err: ---
03:21:38 X.java:6: error: incompatible types: Integer cannot be converted to INT#1
03:21:38 		vi = yj.t;
03:21:38 		       ^
03:21:38   where INT#1 is an intersection type:
03:21:38     INT#1 extends Number,I
03:21:38 1 error
03:21:38 
03:21:38 
03:21:38 
03:21:38 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:39 --- javac err: ---
03:21:39 X.java:5: error: incompatible types: Y<Integer> cannot be converted to Y<? super Q>
03:21:39 		vy = yi;
03:21:39 		     ^
03:21:39   where Q is a type-variable:
03:21:39     Q extends Number,I declared in method <Q>foo(Y<? super Q>)
03:21:39 1 error
03:21:39 
03:21:39 
03:21:39 
03:21:39 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:40 --- javac err: ---
03:21:40 X.java:3: error: type argument ? extends I is not within bounds of type-variable T
03:21:40 		Y<? extends I> y = new Y<>();
03:21:40 		  ^
03:21:40   where T is a type-variable:
03:21:40     T extends Integer declared in class Y
03:21:40 1 error
03:21:40 
03:21:40 ----------------------------------------
03:21:40 org.eclipse.jdt.core.tests.compiler.regression.JEP286Test#testBug532349_002 - 10
03:21:40 X.java [
03:21:40 class X {
03:21:40 	public static void foo() {
03:21:40 		Y<? extends I> y = new Y<>();
03:21:40 		var v = y.t;
03:21:40 		Integer dsbType0 = v;
03:21:40 	}
03:21:40 }
03:21:40 interface I { }
03:21:40 class Y<T extends Integer> {
03:21:40 	public T t;
03:21:40 }
03:21:40 ]
03:21:40 
03:21:40 
03:21:40 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:42 --- javac err: ---
03:21:42 org.eclipse.jdt.core.tests.compiler.regression.JEP286Test#testBug532349_003 - 10
03:21:42 X.java [
03:21:42 class X {
03:21:42 X.java:2: error: type argument ? extends I is not within bounds of type-variable T
03:21:42 	public static void foo(Y<? extends I> y) {
03:21:42 		var v = y.t;
03:21:42 	public static void foo(Y<? extends I> y) {
03:21:42 		Integer dsbType0 = v;
03:21:42 	                         ^
03:21:42 		I i = v;
03:21:42 	}
03:21:42   where T is a type-variable:
03:21:42 }
03:21:42 interface I { }
03:21:42     T extends Integer declared in class Y
03:21:42 class Y<T extends Integer> {
03:21:42 1 error
03:21:42 
03:21:42 	public T t;
03:21:42 }
03:21:42 ]
03:21:42 ----------------------------------------
03:21:42 
03:21:42 
03:21:42 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:43 
03:21:43 
03:21:43 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:44 
03:21:44 
03:21:44 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:45 
03:21:45 
03:21:45 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:46 
03:21:46 
03:21:46 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:47 
03:21:47 
03:21:47 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:48 --- javac err: ---
03:21:48 X.java:7: error: incompatible types: I cannot be converted to Serializable
03:21:48 		Serializable s = v;
03:21:48 		                 ^
03:21:48 1 error
03:21:48 
03:21:48 
03:21:48 
03:21:48 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:49 --- javac err: ---
03:21:49 X.java:11: warning: [serial] serializable class D has no definition of serialVersionUID
03:21:49 class D implements I, Serializable { public void doSomething() {} }
03:21:49 ^
03:21:49 1 warning
03:21:49 
03:21:49 
03:21:49 
03:21:49 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:51 
03:21:51 
03:21:51 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:52 
03:21:52 
03:21:52 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:53 
03:21:53 
03:21:53 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:54 --- javac err: ---
03:21:54 X.java:2: warning: [rawtypes] found raw type: C
03:21:54 	public static void foo(A<? super C> ac) {
03:21:54 	                                 ^
03:21:54   missing type arguments for generic class C<T>
03:21:54   where T is a type-variable:
03:21:54     T extends Object declared in class C
03:21:54 X.java:3: warning: [rawtypes] found raw type: C
03:21:54 		C c = new C(100);
03:21:54 		^
03:21:54   missing type arguments for generic class C<T>
03:21:54   where T is a type-variable:
03:21:54     T extends Object declared in class C
03:21:54 X.java:3: warning: [rawtypes] found raw type: C
03:21:54 		C c = new C(100);
03:21:54 		          ^
03:21:54   missing type arguments for generic class C<T>
03:21:54   where T is a type-variable:
03:21:54     T extends Object declared in class C
03:21:54 X.java:3: warning: [unchecked] unchecked call to C(T) as a member of the raw type C
03:21:54 		C c = new C(100);
03:21:54 		      ^
03:21:54   where T is a type-variable:
03:21:54     T extends Object declared in class C
03:21:54 X.java:5: warning: [rawtypes] found raw type: C
03:21:54 		A<? super C> a1 = c1;
03:21:54 		          ^
03:21:54   missing type arguments for generic class C<T>
03:21:54   where T is a type-variable:
03:21:54     T extends Object declared in class C
03:21:54 X.java:6: warning: [rawtypes] found raw type: C
03:21:54 		A<? super C> a2 = new A<B>(new B());
03:21:54 		          ^
03:21:54   missing type arguments for generic class C<T>
03:21:54   where T is a type-variable:
03:21:54     T extends Object declared in class C
03:21:54 6 warnings
03:21:54 
03:21:54 
03:21:54 
03:21:54 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:55 --- javac err: ---
03:21:55 X.java:3: warning: [rawtypes] found raw type: A
03:21:55         return new A(t);
03:21:55                    ^
03:21:55   missing type arguments for generic class A<E>
03:21:55   where E is a type-variable:
03:21:55     E extends Object declared in class A
03:21:55 X.java:3: warning: [unchecked] unchecked call to A(E) as a member of the raw type A
03:21:55         return new A(t);
03:21:55                ^
03:21:55   where E is a type-variable:
03:21:55     E extends Object declared in class A
03:21:55 X.java:3: warning: [unchecked] unchecked conversion
03:21:55         return new A(t);
03:21:55                ^
03:21:55   required: A<T>
03:21:55   found:    A
03:21:55   where T is a type-variable:
03:21:55     T extends Object declared in method <T>m(T)
03:21:55 X.java:6: warning: [rawtypes] found raw type: A
03:21:55         return new A(u);
03:21:55                    ^
03:21:55   missing type arguments for generic class A<E>
03:21:55   where E is a type-variable:
03:21:55     E extends Object declared in class A
03:21:55 X.java:6: warning: [unchecked] unchecked call to A(A<E>) as a member of the raw type A
03:21:55         return new A(u);
03:21:55                ^
03:21:55   where E is a type-variable:
03:21:55     E extends Object declared in class A
03:21:55 X.java:6: warning: [unchecked] unchecked conversion
03:21:55         return new A(u);
03:21:55                ^
03:21:55   required: A<? extends U>
03:21:55   found:    A
03:21:55   where U is a type-variable:
03:21:55     U extends I1<?> declared in method <U>m2(A<? super U>)
03:21:55 X.java:9: warning: [rawtypes] found raw type: C
03:21:55         A<?> checkValue1 = new C(10);
03:21:55                                ^
03:21:55   missing type arguments for generic class C<T>
03:21:55   where T is a type-variable:
03:21:55     T extends Object declared in class C
03:21:55 X.java:9: warning: [unchecked] unchecked call to C(T) as a member of the raw type C
03:21:55         A<?> checkValue1 = new C(10);
03:21:55                            ^
03:21:55   where T is a type-variable:
03:21:55     T extends Object declared in class C
03:21:55 X.java:34: warning: [rawtypes] found raw type: A
03:21:55 class C<T> extends A implements I1 {
03:21:55                    ^
03:21:55   missing type arguments for generic class A<E>
03:21:55   where E is a type-variable:
03:21:55     E extends Object declared in class A
03:21:55 X.java:34: warning: [rawtypes] found raw type: I1
03:21:55 class C<T> extends A implements I1 {
03:21:55                                 ^
03:21:55   missing type arguments for generic class I1<E>
03:21:55   where E is a type-variable:
03:21:55     E extends Object declared in interface I1
03:21:55 X.java:36: warning: [unchecked] unchecked call to A(E) as a member of the raw type A
03:21:55         super(t);
03:21:55              ^
03:21:55   where E is a type-variable:
03:21:55     E extends Object declared in class A
03:21:55 11 warnings
03:21:55 
03:21:55 
03:21:55 
03:21:55 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:56 
03:21:56 
03:21:56 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:58 --- javac err: ---
03:21:58 X.java:4: warning: [try] auto-closeable resource Y<Boolean> has a member method close() that could throw InterruptedException
03:21:58 		try (var v = y) {
03:21:58 		         ^
03:21:58 X.java:9: warning: [try] auto-closeable resource Y<T> has a member method close() that could throw InterruptedException
03:21:58 class Y<T extends Boolean> implements AutoCloseable {
03:21:58 ^
03:21:58   where T is a type-variable:
03:21:58     T extends Boolean declared in class Y
03:21:58 2 warnings
03:21:58 
03:21:58 
03:21:58 
03:21:58 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:21:59 --- javac err: ---
03:21:59 X.java:3: error: non-static variable this cannot be referenced from a static context
03:21:59     Y<? super Number> y = new Y<Number>(); // Javac reports, ECJ accepts
03:21:59                           ^
03:21:59 1 error
03:21:59 
03:21:59 
03:21:59 
03:21:59 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:22:00 --- javac err: ---
03:22:00 X.java:4: error: for-each not applicable to expression type
03:22:00     for (var l : ef.t) {
03:22:00                    ^
03:22:00   required: array or java.lang.Iterable
03:22:00   found:    I<CAP#1>
03:22:00   where CAP#1 is a fresh type-variable:
03:22:00     CAP#1 extends Iterable<? super Y> from capture of ?
03:22:00 1 error
03:22:00 
03:22:00 
03:22:00 
03:22:00 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:22:00 ***************************************************************************
03:22:00 * Comparison with Sun Javac compiler for class Unicode10Test (null tests)
03:22:00 ***************************************************************************
03:22:01 --- javac err: ---
03:22:01 X.java:2: error: illegal character: '\u0860'
03:22:01 		public int aࡠ; // new unicode character in unicode 10.0 
03:22:01 		            ^
03:22:01 1 error
03:22:01 
03:22:01 ----------------------------------------
03:22:01 org.eclipse.jdt.core.tests.compiler.regression.Unicode10Test#test1 - 10
03:22:01 X.java [
03:22:01 public class X {
03:22:01 		public int aࡠ; // new unicode character in unicode 10.0 
03:22:01 }
03:22:01 ]
03:22:01 
03:22:01 
03:22:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:22:01 ***************************************************************************
03:22:01 * Comparison with Sun Javac compiler for class Jsr14Test (null tests)
03:22:01 ***************************************************************************
03:22:01 
03:22:01 
03:22:01 Full results sent to /tmp/comptest/run.1584245034298/10.0.2_20200315_040443.txt
03:22:01 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
03:22:01 testBug545383_01(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.137 s
03:22:01 testBug526996_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.024 s
03:22:01 testBug526996_002(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.374 s
03:22:01 testBug415066_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.096 s
03:22:01 testBug415066_002(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.006 s
03:22:01 test1(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.006 s
03:22:01 test2(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.097 s
03:22:01 test3(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.008 s
03:22:01 test4(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0 s
03:22:01 test5(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0 s
03:22:01 test6(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.083 s
03:22:01 test7(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.003 s
03:22:01 testBug461250(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.006 s
03:22:01 testBug465048(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.006 s
03:22:01 testBug480545(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.002 s
03:22:01 testBug482254(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.004 s
03:22:01 testBug558517(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.006 s
03:22:01 testBug533210_0001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.074 s
03:22:01 testBug547900_01(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.003 s
03:22:01 testBug529654_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.005 s
03:22:01 testBug493336_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.087 s
03:22:01 testBug530299_001(org.eclipse.jdt.core.tests.dom.StandAloneASTParserTest)  Time elapsed: 0.002 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.841 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.689 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.324 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.221 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.307 s
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.853 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.196 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.26 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.006 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.05 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.228 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.3 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.052 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.025 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test014 - Eclipse found error(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. ERROR in X.java (at line 3)\n
03:22:01 	long[] other = longs.clone();\n
03:22:01 	               ^^^^^^^^^^^^^\n
03:22:01 Type mismatch: cannot convert from Object to long[]\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. ERROR in X.java (at line 3)\n
03:22:01 	long[] other = longs.clone();\n
03:22:01 	               ^^^^^^^^^^^^^\n
03:22:01 Type mismatch: cannot convert from Object to long[]\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ArrayTest.test014(ArrayTest.java:415)
03:22:01 
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.184 s
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.183 s
03:22:01 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.119 s
03:22:01 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 0.982 s
03:22:01 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ArrayTest)  Time elapsed: 1.241 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.5 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.14 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.145 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.165 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.126 s
03:22:01 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.062 s
03:22:01 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.212 s
03:22:01 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.421 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test034 - Eclipse found error(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. ERROR in X.java (at line 356)\n
03:22:01 	if (rs != null)\n
03:22:01 	    ^^\n
03:22:01 Redundant null check: The variable rs cannot be null at this location\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. ERROR in X.java (at line 356)\n
03:22:01 	if (rs != null)\n
03:22:01 	    ^^\n
03:22:01 Redundant null check: The variable rs cannot be null at this location\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test034(AssignmentTest.java:413)
03:22:01 
03:22:01 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.102 s
03:22:01 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.017 s
03:22:01 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.811 s
03:22:01 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.767 s
03:22:01 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.427 s
03:22:01 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.042 s
03:22:01 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.044 s
03:22:01 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.01 s
03:22:01 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1 s
03:22:01 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.997 s
03:22:01 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.009 s
03:22:01 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.994 s
03:22:01 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.208 s
03:22:01 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 0.975 s
03:22:01 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.199 s
03:22:01 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.062 s
03:22:01 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.171 s
03:22:01 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.165 s
03:22:01 test055_definite_unassignment_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.115 s
03:22:01 test056_definite_unassignment_infinite_for_loop - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.185 s
03:22:01 test057_definite_unassignment_infinite_while_loop - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.092 s
03:22:01 test058_definite_unassignment_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.219 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test058_definite_unassignment_try_finally - Javac found error(s) but Eclipse did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 X.java:8: error: variable i might be assigned in loop\n
03:22:01         i = 0;\n
03:22:01         ^\n
03:22:01 1 error\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[X.java:8: error: variable i might be assigned in loop\n
03:22:01         i = 0;\n
03:22:01         ^\n
03:22:01 1 error\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test058_definite_unassignment_try_finally(AssignmentTest.java:1479)
03:22:01 
03:22:01 test059_definite_unassignment_assign_in_for_condition - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.187 s
03:22:01 test060_definite_unassignment_assign_in_for_condition - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.32 s
03:22:01 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.364 s
03:22:01 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.106 s
03:22:01 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.107 s
03:22:01 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.333 s
03:22:01 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.032 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test065 - Eclipse found error(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. ERROR in X.java (at line 10)\n
03:22:01 	return foo && (foo = foo);\n
03:22:01 	              ^^^^^^^^^^^\n
03:22:01 The assignment to variable foo has no effect\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. ERROR in X.java (at line 10)\n
03:22:01 	return foo && (foo = foo);\n
03:22:01 	              ^^^^^^^^^^^\n
03:22:01 The assignment to variable foo has no effect\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test065(AssignmentTest.java:1893)
03:22:01 
03:22:01 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.223 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test066 - Eclipse found error(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. ERROR in X.java (at line 7)\n
03:22:01 	if ((i = 3) != i) {\n
03:22:01 	    ^^^^^^^^^^^^\n
03:22:01 Comparing identical expressions\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. ERROR in X.java (at line 7)\n
03:22:01 	if ((i = 3) != i) {\n
03:22:01 	    ^^^^^^^^^^^^\n
03:22:01 Comparing identical expressions\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test066(AssignmentTest.java:1925)
03:22:01 
03:22:01 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.12 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test067 - Eclipse found error(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. ERROR in X.java (at line 7)\n
03:22:01 	if ((s = "") != s) {\n
03:22:01 	    ^^^^^^^^^^^^^\n
03:22:01 Comparing identical expressions\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. ERROR in X.java (at line 7)\n
03:22:01 	if ((s = "") != s) {\n
03:22:01 	    ^^^^^^^^^^^^^\n
03:22:01 Comparing identical expressions\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest.test067(AssignmentTest.java:1956)
03:22:01 
03:22:01 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.066 s
03:22:01 testBug486908_A - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.237 s
03:22:01 testBug486908_B - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.004 s
03:22:01 testbug480989 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest)  Time elapsed: 1.093 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.376 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.145 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.185 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.095 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.208 s
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.203 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.303 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.2 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.227 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.408 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.291 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.199 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.284 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.181 s
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.224 s
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.197 s
03:22:01 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.239 s
03:22:01 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.241 s
03:22:01 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.303 s
03:22:01 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.395 s
03:22:01 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.296 s
03:22:01 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.25 s
03:22:01 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.321 s
03:22:01 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.259 s
03:22:01 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.242 s
03:22:01 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.254 s
03:22:01 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.187 s
03:22:01 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.195 s
03:22:01 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.306 s
03:22:01 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.29 s
03:22:01 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.26 s
03:22:01 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.303 s
03:22:01 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.347 s
03:22:01 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.32 s
03:22:01 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.219 s
03:22:01 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.198 s
03:22:01 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.303 s
03:22:01 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.242 s
03:22:01 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.352 s
03:22:01 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.187 s
03:22:01 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.207 s
03:22:01 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.261 s
03:22:01 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.296 s
03:22:01 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.27 s
03:22:01 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.276 s
03:22:01 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.295 s
03:22:01 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.249 s
03:22:01 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.344 s
03:22:01 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 1.259 s
03:22:01 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.BooleanTest)  Time elapsed: 2.025 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.27 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.375 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.239 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.209 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.58 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.326 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.073 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.116 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.298 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.273 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.11 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.018 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.076 s
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.186 s
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.21 s
03:22:01 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.041 s
03:22:01 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.147 s
03:22:01 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.027 s
03:22:01 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.132 s
03:22:01 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.175 s
03:22:01 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.478 s
03:22:01 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.128 s
03:22:01 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.194 s
03:22:01 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.189 s
03:22:01 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.171 s
03:22:01 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.135 s
03:22:01 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.234 s
03:22:01 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.208 s
03:22:01 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.317 s
03:22:01 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.218 s
03:22:01 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.326 s
03:22:01 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.376 s
03:22:01 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.18 s
03:22:01 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.314 s
03:22:01 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.047 s
03:22:01 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.048 s
03:22:01 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.129 s
03:22:01 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.09 s
03:22:01 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.02 s
03:22:01 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.348 s
03:22:01 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.256 s
03:22:01 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.312 s
03:22:01 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.121 s
03:22:01 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 0.006 s
03:22:01 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.231 s
03:22:01 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.012 s
03:22:01 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.094 s
03:22:01 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.039 s
03:22:01 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.239 s
03:22:01 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.268 s
03:22:01 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.241 s
03:22:01 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.337 s
03:22:01 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.226 s
03:22:01 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.265 s
03:22:01 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.313 s
03:22:01 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.246 s
03:22:01 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.193 s
03:22:01 test059b - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.252 s
03:22:01 test059c - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.183 s
03:22:01 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.303 s
03:22:01 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.232 s
03:22:01 test061b - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.109 s
03:22:01 test420283 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.324 s
03:22:01 test428388 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.327 s
03:22:01 test428388a - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.231 s
03:22:01 test428388b - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.159 s
03:22:01 test428388c - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.235 s
03:22:01 test428388d - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.186 s
03:22:01 test428388e - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.365 s
03:22:01 test428388f - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.293 s
03:22:01 test428388g - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.12 s
03:22:01 test428388h - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.136 s
03:22:01 test428388i - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.302 s
03:22:01 test428388j - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.266 s
03:22:01 test428522 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.188 s
03:22:01 test428522a - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.189 s
03:22:01 test428522b - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.224 s
03:22:01 test428522c - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.279 s
03:22:01 test441731 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.005 s
03:22:01 test448112 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.249 s
03:22:01 test461706 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.392 s
03:22:01 test461706a - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.494 s
03:22:01 test543727 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.712 s
03:22:01 test543727_notequals - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.391 s
03:22:01 test548647 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.101 s
03:22:01 test548647a - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.077 s
03:22:01 testAnonymous_bug520727 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.192 s
03:22:01 testBug428274 - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.27 s
03:22:01 testBug428274b - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.245 s
03:22:01 testBug428274c - 10(org.eclipse.jdt.core.tests.compiler.regression.CastTest)  Time elapsed: 1.212 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.011 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.007 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.007 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.039 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.008 s
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.007 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.007 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.007 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.067 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.008 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.007 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.009 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.008 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.067 s
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.006 s
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileComparatorTest)  Time elapsed: 0.007 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.CollisionCase)  Time elapsed: 1.889 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.CollisionCase)  Time elapsed: 1.003 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.CollisionCase)  Time elapsed: 1.122 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.102 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.125 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.145 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.193 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.256 s
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.326 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.204 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.394 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.291 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.394 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.204 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.245 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.01 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0 s
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0 s
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0 s
03:22:01 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.363 s
03:22:01 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.251 s
03:22:01 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.179 s
03:22:01 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.028 s
03:22:01 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.325 s
03:22:01 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 1.273 s
03:22:01 testAllConstants - 10(org.eclipse.jdt.core.tests.compiler.regression.ConstantTest)  Time elapsed: 0.002 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.936 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.987 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.072 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.2 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 2.182 s
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 2.437 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.07 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 2.182 s
03:22:01 test008a - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.34 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.011 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.112 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.97 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.021 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 0.995 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.016 s
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.06 s
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.085 s
03:22:01 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.472 s
03:22:01 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 2.177 s
03:22:01 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.037 s
03:22:01 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.DeprecatedTest)  Time elapsed: 1.118 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.033 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.099 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.978 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.095 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.037 s
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.36 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.982 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.031 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.1 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.145 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.959 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.017 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.988 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.005 s
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.196 s
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.002 s
03:22:01 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.091 s
03:22:01 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.997 s
03:22:01 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.022 s
03:22:01 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 0.978 s
03:22:01 test412119a - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.006 s
03:22:01 test412119b - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.007 s
03:22:01 test412119c - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.178 s
03:22:01 test412119d - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.026 s
03:22:01 testBug537033 - 10(org.eclipse.jdt.core.tests.compiler.regression.LocalVariableTest)  Time elapsed: 1.199 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.304 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.005 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.23 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.35 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.236 s
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.052 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.113 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.113 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.084 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.097 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.121 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.22 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.869 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.093 s
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.234 s
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.062 s
03:22:01 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.375 s
03:22:01 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.617 s
03:22:01 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.19 s
03:22:01 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.112 s
03:22:01 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.299 s
03:22:01 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.104 s
03:22:01 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.033 s
03:22:01 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.011 s
03:22:01 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.177 s
03:22:01 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.232 s
03:22:01 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.12 s
03:22:01 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.18 s
03:22:01 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.956 s
03:22:01 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 2.613 s
03:22:01 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.26 s
03:22:01 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.085 s
03:22:01 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.031 s
03:22:01 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.013 s
03:22:01 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.032 s
03:22:01 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.989 s
03:22:01 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.001 s
03:22:01 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.013 s
03:22:01 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.05 s
03:22:01 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.917 s
03:22:01 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.013 s
03:22:01 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.972 s
03:22:01 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.237 s
03:22:01 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 2.435 s
03:22:01 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 2.354 s
03:22:01 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.083 s
03:22:01 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.328 s
03:22:01 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.494 s
03:22:01 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.282 s
03:22:01 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.893 s
03:22:01 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.906 s
03:22:01 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.282 s
03:22:01 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.245 s
03:22:01 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.541 s
03:22:01 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.009 s
03:22:01 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.369 s
03:22:01 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.042 s
03:22:01 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.276 s
03:22:01 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.137 s
03:22:01 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.089 s
03:22:01 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.173 s
03:22:01 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.193 s
03:22:01 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.935 s
03:22:01 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.295 s
03:22:01 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.241 s
03:22:01 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.375 s
03:22:01 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.187 s
03:22:01 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.248 s
03:22:01 test068a - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 3.544 s
03:22:01 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.232 s
03:22:01 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.118 s
03:22:01 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 2.433 s
03:22:01 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.027 s
03:22:01 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.997 s
03:22:01 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.903 s
03:22:01 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.547 s
03:22:01 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.139 s
03:22:01 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.264 s
03:22:01 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.031 s
03:22:01 test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.417 s
03:22:01 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.301 s
03:22:01 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.377 s
03:22:01 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.4 s
03:22:01 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.396 s
03:22:01 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.36 s
03:22:01 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.077 s
03:22:01 test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.021 s
03:22:01 test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.982 s
03:22:01 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.009 s
03:22:01 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.094 s
03:22:01 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.108 s
03:22:01 test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.077 s
03:22:01 test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.245 s
03:22:01 test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 0.938 s
03:22:01 test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.127 s
03:22:01 test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.074 s
03:22:01 test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.257 s
03:22:01 test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.174 s
03:22:01 test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.232 s
03:22:01 test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.111 s
03:22:01 test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.145 s
03:22:01 test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.012 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test103 - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in A.java (at line 2)\n
03:22:01 	private int x;\n
03:22:01 	            ^\n
03:22:01 The value of the field A.x is not used\n
03:22:01 ----------\n
03:22:01 2. WARNING in A.java (at line 4)\n
03:22:01 	private int x;\n
03:22:01 	            ^\n
03:22:01 The value of the field A.B.x is not used\n
03:22:01 ----------\n
03:22:01 3. WARNING in A.java (at line 5)\n
03:22:01 	private C c = new C() {\n
03:22:01 	          ^\n
03:22:01 The value of the field A.B.c is not used\n
03:22:01 ----------\n
03:22:01 4. WARNING in A.java (at line 6)\n
03:22:01 	void foo() {\n
03:22:01 	     ^^^^^\n
03:22:01 The method foo() from the type new A.C(){} is never used locally\n
03:22:01 ----------\n
03:22:01 5. WARNING in A.java (at line 7)\n
03:22:01 	x = 3;\n
03:22:01 	^\n
03:22:01 Write access to enclosing field A.B.x is emulated by a synthetic accessor method\n
03:22:01 ----------\n
03:22:01 6. WARNING in A.java (at line 12)\n
03:22:01 	private int x;\n
03:22:01 	            ^\n
03:22:01 The value of the field A.C.x is not used\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in A.java (at line 2)\n
03:22:01 	private int x;\n
03:22:01 	            ^\n
03:22:01 The value of the field A.x is not used\n
03:22:01 ----------\n
03:22:01 2. WARNING in A.java (at line 4)\n
03:22:01 	private int x;\n
03:22:01 	            ^\n
03:22:01 The value of the field A.B.x is not used\n
03:22:01 ----------\n
03:22:01 3. WARNING in A.java (at line 5)\n
03:22:01 	private C c = new C() {\n
03:22:01 	          ^\n
03:22:01 The value of the field A.B.c is not used\n
03:22:01 ----------\n
03:22:01 4. WARNING in A.java (at line 6)\n
03:22:01 	void foo() {\n
03:22:01 	     ^^^^^\n
03:22:01 The method foo() from the type new A.C(){} is never used locally\n
03:22:01 ----------\n
03:22:01 5. WARNING in A.java (at line 7)\n
03:22:01 	x = 3;\n
03:22:01 	^\n
03:22:01 Write access to enclosing field A.B.x is emulated by a synthetic accessor method\n
03:22:01 ----------\n
03:22:01 6. WARNING in A.java (at line 12)\n
03:22:01 	private int x;\n
03:22:01 	            ^\n
03:22:01 The value of the field A.C.x is not used\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.LookupTest.test103(LookupTest.java:3413)
03:22:01 
03:22:01 test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.005 s
03:22:01 test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.076 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test105 - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in A.java (at line 2)\n
03:22:01 	private int x;\n
03:22:01 	            ^\n
03:22:01 The value of the field A.x is not used\n
03:22:01 ----------\n
03:22:01 2. WARNING in A.java (at line 3)\n
03:22:01 	private C c = new C() {\n
03:22:01 	          ^\n
03:22:01 The value of the field A.c is not used\n
03:22:01 ----------\n
03:22:01 3. WARNING in A.java (at line 4)\n
03:22:01 	void foo() {\n
03:22:01 	     ^^^^^\n
03:22:01 The method foo() from the type new A.C(){} is never used locally\n
03:22:01 ----------\n
03:22:01 4. WARNING in A.java (at line 5)\n
03:22:01 	x = 3;\n
03:22:01 	^\n
03:22:01 Write access to enclosing field A.x is emulated by a synthetic accessor method\n
03:22:01 ----------\n
03:22:01 5. WARNING in A.java (at line 9)\n
03:22:01 	private int x;\n
03:22:01 	            ^\n
03:22:01 The value of the field A.C.x is not used\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in A.java (at line 2)\n
03:22:01 	private int x;\n
03:22:01 	            ^\n
03:22:01 The value of the field A.x is not used\n
03:22:01 ----------\n
03:22:01 2. WARNING in A.java (at line 3)\n
03:22:01 	private C c = new C() {\n
03:22:01 	          ^\n
03:22:01 The value of the field A.c is not used\n
03:22:01 ----------\n
03:22:01 3. WARNING in A.java (at line 4)\n
03:22:01 	void foo() {\n
03:22:01 	     ^^^^^\n
03:22:01 The method foo() from the type new A.C(){} is never used locally\n
03:22:01 ----------\n
03:22:01 4. WARNING in A.java (at line 5)\n
03:22:01 	x = 3;\n
03:22:01 	^\n
03:22:01 Write access to enclosing field A.x is emulated by a synthetic accessor method\n
03:22:01 ----------\n
03:22:01 5. WARNING in A.java (at line 9)\n
03:22:01 	private int x;\n
03:22:01 	            ^\n
03:22:01 The value of the field A.C.x is not used\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.LookupTest.test105(LookupTest.java:3537)
03:22:01 
03:22:01 test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.206 s
03:22:01 testBug537828 - 10(org.eclipse.jdt.core.tests.compiler.regression.LookupTest)  Time elapsed: 1.217 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NumericTest)  Time elapsed: 1.358 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NumericTest)  Time elapsed: 1.222 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NumericTest)  Time elapsed: 0.895 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NumericTest)  Time elapsed: 0.975 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NumericTest)  Time elapsed: 1.34 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.182 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.985 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.036 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.058 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test004 - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in X.java (at line 4)\n
03:22:01 	public int unusedMethod() { return this.state; }\n
03:22:01 	           ^^^^^^^^^^^^^^\n
03:22:01 The method unusedMethod() from the type X.M is never used locally\n
03:22:01 ----------\n
03:22:01 2. WARNING in X.java (at line 5)\n
03:22:01 	public M (int state) { this.state = state;} \n
03:22:01 	       ^^^^^^^^^^^^^\n
03:22:01 The constructor X.M(int) is never used locally\n
03:22:01 ----------\n
03:22:01 3. WARNING in X.java (at line 6)\n
03:22:01 	public int unusedField = 0;\n
03:22:01 	           ^^^^^^^^^^^\n
03:22:01 The value of the field X.M.unusedField is not used\n
03:22:01 ----------\n
03:22:01 4. WARNING in X.java (at line 7)\n
03:22:01 	public class N {}\n
03:22:01 	             ^\n
03:22:01 The type X.M.N is never used locally\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in X.java (at line 4)\n
03:22:01 	public int unusedMethod() { return this.state; }\n
03:22:01 	           ^^^^^^^^^^^^^^\n
03:22:01 The method unusedMethod() from the type X.M is never used locally\n
03:22:01 ----------\n
03:22:01 2. WARNING in X.java (at line 5)\n
03:22:01 	public M (int state) { this.state = state;} \n
03:22:01 	       ^^^^^^^^^^^^^\n
03:22:01 The constructor X.M(int) is never used locally\n
03:22:01 ----------\n
03:22:01 3. WARNING in X.java (at line 6)\n
03:22:01 	public int unusedField = 0;\n
03:22:01 	           ^^^^^^^^^^^\n
03:22:01 The value of the field X.M.unusedField is not used\n
03:22:01 ----------\n
03:22:01 4. WARNING in X.java (at line 7)\n
03:22:01 	public class N {}\n
03:22:01 	             ^\n
03:22:01 The type X.M.N is never used locally\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test004(ProblemConstructorTest.java:151)
03:22:01 
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.043 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test005 - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in A.java (at line 3)\n
03:22:01 	B.test();\n
03:22:01 	^^^^^^^^\n
03:22:01 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in A.java (at line 3)\n
03:22:01 	B.test();\n
03:22:01 	^^^^^^^^\n
03:22:01 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test005(ProblemConstructorTest.java:223)
03:22:01 
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.013 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test006 - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in A.java (at line 3)\n
03:22:01 	B.test();\n
03:22:01 	^^^^^^^^\n
03:22:01 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:01 ----------\n
03:22:01 2. WARNING in A.java (at line 8)\n
03:22:01 	public B () { super(""); }\n
03:22:01 	       ^^^^\n
03:22:01 The constructor A.B() is never used locally\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in A.java (at line 3)\n
03:22:01 	B.test();\n
03:22:01 	^^^^^^^^\n
03:22:01 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:01 ----------\n
03:22:01 2. WARNING in A.java (at line 8)\n
03:22:01 	public B () { super(""); }\n
03:22:01 	       ^^^^\n
03:22:01 The constructor A.B() is never used locally\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test006(ProblemConstructorTest.java:256)
03:22:01 
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.003 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 0.992 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.095 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test009 - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in A.java (at line 7)\n
03:22:01 	public B () { super(""); }\n
03:22:01 	       ^^^^\n
03:22:01 The constructor C.B() is never used locally\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in A.java (at line 7)\n
03:22:01 	public B () { super(""); }\n
03:22:01 	       ^^^^\n
03:22:01 The constructor C.B() is never used locally\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test009(ProblemConstructorTest.java:316)
03:22:01 
03:22:01 test408038a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.087 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test408038a - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in X.java (at line 4)\n
03:22:01 	public Y() {}\n
03:22:01 	       ^^^\n
03:22:01 The constructor X.Y() is never used locally\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in X.java (at line 4)\n
03:22:01 	public Y() {}\n
03:22:01 	       ^^^\n
03:22:01 The constructor X.Y() is never used locally\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038a(ProblemConstructorTest.java:344)
03:22:01 
03:22:01 test408038b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.113 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test408038b - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in X.java (at line 4)\n
03:22:01 	public Y() {}\n
03:22:01 	       ^^^\n
03:22:01 The constructor X.Y() is never used locally\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in X.java (at line 4)\n
03:22:01 	public Y() {}\n
03:22:01 	       ^^^\n
03:22:01 The constructor X.Y() is never used locally\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038b(ProblemConstructorTest.java:376)
03:22:01 
03:22:01 test408038c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.096 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test408038c - Javac found warning(s) but Eclipse did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
03:22:01 	private static class Y implements Externalizable {\n
03:22:01 	               ^\n
03:22:01 1 warning\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
03:22:01 	private static class Y implements Externalizable {\n
03:22:01 	               ^\n
03:22:01 1 warning\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038c(ProblemConstructorTest.java:408)
03:22:01 
03:22:01 test408038d - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.091 s
03:22:01 test408038e - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest)  Time elapsed: 1.013 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test408038e - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in X.java (at line 3)\n
03:22:01 	private X(int x) {i = x;}\n
03:22:01 	        ^^^^^^^^\n
03:22:01 The constructor X(int) is never used locally\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in X.java (at line 3)\n
03:22:01 	private X(int x) {i = x;}\n
03:22:01 	        ^^^^^^^^\n
03:22:01 The constructor X(int) is never used locally\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemConstructorTest.test408038e(ProblemConstructorTest.java:492)
03:22:01 
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.998 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.995 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.895 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 3.473 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.201 s
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.208 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.355 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.175 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.303 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.224 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.925 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.01 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.117 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.183 s
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.215 s
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.219 s
03:22:01 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.153 s
03:22:01 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.139 s
03:22:01 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.304 s
03:22:01 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.212 s
03:22:01 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.165 s
03:22:01 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.219 s
03:22:01 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.208 s
03:22:01 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.186 s
03:22:01 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.201 s
03:22:01 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.984 s
03:22:01 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.975 s
03:22:01 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.041 s
03:22:01 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.976 s
03:22:01 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.927 s
03:22:01 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.993 s
03:22:01 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.113 s
03:22:01 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.997 s
03:22:01 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.9 s
03:22:01 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.993 s
03:22:01 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.998 s
03:22:01 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.1 s
03:22:01 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.001 s
03:22:01 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.983 s
03:22:01 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.936 s
03:22:01 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.99 s
03:22:01 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.981 s
03:22:01 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.18 s
03:22:01 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.992 s
03:22:01 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.937 s
03:22:01 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.917 s
03:22:01 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.979 s
03:22:01 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.111 s
03:22:01 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.088 s
03:22:01 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.018 s
03:22:01 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.077 s
03:22:01 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.923 s
03:22:01 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.997 s
03:22:01 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.009 s
03:22:01 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.997 s
03:22:01 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.981 s
03:22:01 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.005 s
03:22:01 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.021 s
03:22:01 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.985 s
03:22:01 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.078 s
03:22:01 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.999 s
03:22:01 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.015 s
03:22:01 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.084 s
03:22:01 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.023 s
03:22:01 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.007 s
03:22:01 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.999 s
03:22:01 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.991 s
03:22:01 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.188 s
03:22:01 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.011 s
03:22:01 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.024 s
03:22:01 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.883 s
03:22:01 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.993 s
03:22:01 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.004 s
03:22:01 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.285 s
03:22:01 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.977 s
03:22:01 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.942 s
03:22:01 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.004 s
03:22:01 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.163 s
03:22:01 test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.017 s
03:22:01 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.085 s
03:22:01 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.032 s
03:22:01 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.256 s
03:22:01 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.084 s
03:22:01 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.012 s
03:22:01 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.014 s
03:22:01 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.028 s
03:22:01 test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.171 s
03:22:01 test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.098 s
03:22:01 test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.278 s
03:22:01 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.027 s
03:22:01 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.431 s
03:22:01 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.107 s
03:22:01 test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.07 s
03:22:01 test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.2 s
03:22:01 test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1 s
03:22:01 test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.127 s
03:22:01 test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.003 s
03:22:01 test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.089 s
03:22:01 test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.396 s
03:22:01 test099a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.207 s
03:22:01 test099b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.202 s
03:22:01 test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.009 s
03:22:01 test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.968 s
03:22:01 test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.008 s
03:22:01 test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.01 s
03:22:01 test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.251 s
03:22:01 test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.145 s
03:22:01 test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.992 s
03:22:01 test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.408 s
03:22:01 test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.295 s
03:22:01 test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.585 s
03:22:01 test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.593 s
03:22:01 test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.431 s
03:22:01 test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.56 s
03:22:01 test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.244 s
03:22:01 test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.164 s
03:22:01 test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.138 s
03:22:01 test116a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.029 s
03:22:01 test116b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.067 s
03:22:01 test117a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.158 s
03:22:01 test117b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.22 s
03:22:01 test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.022 s
03:22:01 test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.102 s
03:22:01 test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.099 s
03:22:01 test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.131 s
03:22:01 test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.062 s
03:22:01 test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.007 s
03:22:01 test124a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.081 s
03:22:01 test124b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.035 s
03:22:01 test354502 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.085 s
03:22:01 test360164 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.219 s
03:22:01 test376550_10a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.973 s
03:22:01 test376550_10b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.973 s
03:22:01 test376550_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.431 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test376550_11 - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in X.java (at line 6)\n
03:22:01 	return new ArrayList<Object>() {\n
03:22:01 	           ^^^^^^^^^^^^^^^^^^^\n
03:22:01 The serializable class  does not declare a static final serialVersionUID field of type long\n
03:22:01 ----------\n
03:22:01 2. WARNING in X.java (at line 7)\n
03:22:01 	{ add(o);}\n
03:22:01 	      ^\n
03:22:01 Read access to enclosing field X.o is emulated by a synthetic accessor method\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in X.java (at line 6)\n
03:22:01 	return new ArrayList<Object>() {\n
03:22:01 	           ^^^^^^^^^^^^^^^^^^^\n
03:22:01 The serializable class  does not declare a static final serialVersionUID field of type long\n
03:22:01 ----------\n
03:22:01 2. WARNING in X.java (at line 7)\n
03:22:01 	{ add(o);}\n
03:22:01 	      ^\n
03:22:01 Read access to enclosing field X.o is emulated by a synthetic accessor method\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest.test376550_11(ProblemTypeAndMethodTest.java:8181)
03:22:01 
03:22:01 test376550_11a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.38 s
03:22:01 test376550_12 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.495 s
03:22:01 test376550_13 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.777 s
03:22:01 test376550_1a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.964 s
03:22:01 test376550_1b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.988 s
03:22:01 test376550_2a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.199 s
03:22:01 test376550_2b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.017 s
03:22:01 test376550_3a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.071 s
03:22:01 test376550_3b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.028 s
03:22:01 test376550_4a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.035 s
03:22:01 test376550_4b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.943 s
03:22:01 test376550_5a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.002 s
03:22:01 test376550_5aa - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.958 s
03:22:01 test376550_5b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.945 s
03:22:01 test376550_6a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.013 s
03:22:01 test376550_6b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.983 s
03:22:01 test376550_7a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.05 s
03:22:01 test376550_7b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.937 s
03:22:01 test376550_8a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.072 s
03:22:01 test376550_8b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.992 s
03:22:01 test376550_9a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.029 s
03:22:01 test376550_9b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.22 s
03:22:01 test378674_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.191 s
03:22:01 test378674_comment11 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.126 s
03:22:01 test378674_comment1b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.137 s
03:22:01 test378674_comment1c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.141 s
03:22:01 test378674_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.183 s
03:22:01 test378674_comment21a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.037 s
03:22:01 test378674_comment21b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.033 s
03:22:01 test378674_comment21c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.981 s
03:22:01 test378674_comment21d - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.984 s
03:22:01 test378674_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.084 s
03:22:01 test378674_comment5a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.277 s
03:22:01 test378674_comment5b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.133 s
03:22:01 test378674_comment9 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.276 s
03:22:01 test379530 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.232 s
03:22:01 test393781 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.165 s
03:22:01 test406396 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.024 s
03:22:01 test406396a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.988 s
03:22:01 testBug335845a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.009 s
03:22:01 testBug335845b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 0.994 s
03:22:01 testBug335845c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.104 s
03:22:01 testBug335845d - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.005 s
03:22:01 testBug335845e - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1 s
03:22:01 testBug335845f - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.183 s
03:22:01 testBug335845g - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 1.946 s
03:22:01 testBug542829 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProblemTypeAndMethodTest)  Time elapsed: 2.672 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.008 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.175 s
03:22:01 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.207 s
03:22:01 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.207 s
03:22:01 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.241 s
03:22:01 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.19 s
03:22:01 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.238 s
03:22:01 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.196 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test045 - Javac found error(s) but Eclipse did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 _X.java:5: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0001;\n
03:22:01 		       ^\n
03:22:01 _X.java:6: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0002;\n
03:22:01 		       ^\n
03:22:01 _X.java:7: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0003;\n
03:22:01 		       ^\n
03:22:01 _X.java:8: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0004;\n
03:22:01 		       ^\n
03:22:01 _X.java:9: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0005;\n
03:22:01 		       ^\n
03:22:01 _X.java:10: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0006;\n
03:22:01 		       ^\n
03:22:01 _X.java:11: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0007;\n
03:22:01 		       ^\n
03:22:01 _X.java:12: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0008;\n
03:22:01 		       ^\n
03:22:01 _X.java:13: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u000e;\n
03:22:01 		       ^\n
03:22:01 _X.java:14: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u000f;\n
03:22:01 		       ^\n
03:22:01 _X.java:15: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0010;\n
03:22:01 		       ^\n
03:22:01 _X.java:16: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0011;\n
03:22:01 		       ^\n
03:22:01 _X.java:17: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0012;\n
03:22:01 		       ^\n
03:22:01 _X.java:18: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0013;\n
03:22:01 		       ^\n
03:22:01 _X.java:19: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0014;\n
03:22:01 		       ^\n
03:22:01 _X.java:20: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0015;\n
03:22:01 		       ^\n
03:22:01 _X.java:21: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0016;\n
03:22:01 		       ^\n
03:22:01 _X.java:22: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0017;\n
03:22:01 		       ^\n
03:22:01 _X.java:23: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0018;\n
03:22:01 		       ^\n
03:22:01 _X.java:24: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0019;\n
03:22:01 		       ^\n
03:22:01 _X.java:25: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u001a;\n
03:22:01 		       ^\n
03:22:01 _X.java:26: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u001b;\n
03:22:01 		       ^\n
03:22:01 _X.java:27: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u007f;\n
03:22:01 		       ^\n
03:22:01 23 errors\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[_X.java:5: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0001;\n
03:22:01 		       ^\n
03:22:01 _X.java:6: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0002;\n
03:22:01 		       ^\n
03:22:01 _X.java:7: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0003;\n
03:22:01 		       ^\n
03:22:01 _X.java:8: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0004;\n
03:22:01 		       ^\n
03:22:01 _X.java:9: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0005;\n
03:22:01 		       ^\n
03:22:01 _X.java:10: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0006;\n
03:22:01 		       ^\n
03:22:01 _X.java:11: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0007;\n
03:22:01 		       ^\n
03:22:01 _X.java:12: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0008;\n
03:22:01 		       ^\n
03:22:01 _X.java:13: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u000e;\n
03:22:01 		       ^\n
03:22:01 _X.java:14: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u000f;\n
03:22:01 		       ^\n
03:22:01 _X.java:15: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0010;\n
03:22:01 		       ^\n
03:22:01 _X.java:16: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0011;\n
03:22:01 		       ^\n
03:22:01 _X.java:17: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0012;\n
03:22:01 		       ^\n
03:22:01 _X.java:18: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0013;\n
03:22:01 		       ^\n
03:22:01 _X.java:19: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0014;\n
03:22:01 		       ^\n
03:22:01 _X.java:20: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0015;\n
03:22:01 		       ^\n
03:22:01 _X.java:21: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0016;\n
03:22:01 		       ^\n
03:22:01 _X.java:22: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0017;\n
03:22:01 		       ^\n
03:22:01 _X.java:23: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0018;\n
03:22:01 		       ^\n
03:22:01 _X.java:24: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u0019;\n
03:22:01 		       ^\n
03:22:01 _X.java:25: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u001a;\n
03:22:01 		       ^\n
03:22:01 _X.java:26: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u001b;\n
03:22:01 		       ^\n
03:22:01 _X.java:27: error: variable i is already defined in method main(String[])\n
03:22:01 		String i\u007f;\n
03:22:01 		       ^\n
03:22:01 23 errors\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.ScannerTest.test045(ScannerTest.java:961)
03:22:01 
03:22:01 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.002 s
03:22:01 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.866 s
03:22:01 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.082 s
03:22:01 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.936 s
03:22:01 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.984 s
03:22:01 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.833 s
03:22:01 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.886 s
03:22:01 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.915 s
03:22:01 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 1.021 s
03:22:01 testBug422760 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 testBug531716_001_since_13 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0 s
03:22:01 testBug531716_001_since_13_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ScannerTest)  Time elapsed: 0.001 s
03:22:01 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.994 s
03:22:01 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.003 s
03:22:01 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.995 s
03:22:01 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.902 s
03:22:01 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.088 s
03:22:01 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.13 s
03:22:01 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.18 s
03:22:01 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.211 s
03:22:01 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.185 s
03:22:01 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.059 s
03:22:01 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.149 s
03:22:01 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.205 s
03:22:01 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.209 s
03:22:01 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.058 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test014 - Eclipse found error(s) but Javac only found warning(s).
03:22:01 ----------- Expected ------------
03:22:01 ----------\n
03:22:01 1. ERROR in X.java (at line 18)\n
03:22:01 	case 6://WRONG\n
03:22:01 	^^^^^^\n
03:22:01 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:01 ----------\n
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 2://OK\n
03:22:01 			^\n
03:22:01 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 3://OK\n
03:22:01 			^\n
03:22:01 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 4://OK\n
03:22:01 			^\n
03:22:01 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 6://WRONG\n
03:22:01 			^\n
03:22:01 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 7://OK\n
03:22:01 			^\n
03:22:01 5 warnings\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[----------\n
03:22:01 1. ERROR in X.java (at line 18)\n
03:22:01 	case 6://WRONG\n
03:22:01 	^^^^^^\n
03:22:01 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:01 ----------]\n
03:22:01 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 2://OK\n
03:22:01 			^\n
03:22:01 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 3://OK\n
03:22:01 			^\n
03:22:01 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 4://OK\n
03:22:01 			^\n
03:22:01 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 6://WRONG\n
03:22:01 			^\n
03:22:01 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 7://OK\n
03:22:01 			^\n
03:22:01 5 warnings]\n
03:22:01 >
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test014(SwitchTest.java:610)
03:22:01 
03:22:01 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.188 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test015 - Eclipse found error(s) but Javac only found warning(s).
03:22:01 ----------- Expected ------------
03:22:01 ----------\n
03:22:01 1. ERROR in X.java (at line 18)\n
03:22:01 	case 6://WRONG\n
03:22:01 	^^^^^^\n
03:22:01 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:01 ----------\n
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 2://OK\n
03:22:01 			^\n
03:22:01 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 3://OK\n
03:22:01 			^\n
03:22:01 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 4://OK\n
03:22:01 			^\n
03:22:01 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 6://WRONG\n
03:22:01 			^\n
03:22:01 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 7://OK\n
03:22:01 			^\n
03:22:01 5 warnings\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[----------\n
03:22:01 1. ERROR in X.java (at line 18)\n
03:22:01 	case 6://WRONG\n
03:22:01 	^^^^^^\n
03:22:01 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:01 ----------]\n
03:22:01 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 2://OK\n
03:22:01 			^\n
03:22:01 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 3://OK\n
03:22:01 			^\n
03:22:01 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 4://OK\n
03:22:01 			^\n
03:22:01 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 6://WRONG\n
03:22:01 			^\n
03:22:01 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 7://OK\n
03:22:01 			^\n
03:22:01 5 warnings]\n
03:22:01 >
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test015(SwitchTest.java:653)
03:22:01 
03:22:01 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.124 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test016 - Eclipse found error(s) but Javac only found warning(s).
03:22:01 ----------- Expected ------------
03:22:01 ----------\n
03:22:01 1. ERROR in X.java (at line 8)\n
03:22:01 	case 2://WRONG\n
03:22:01 	^^^^^^\n
03:22:01 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:01 ----------\n
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 2://WRONG\n
03:22:01 			^\n
03:22:01 1 warning\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[----------\n
03:22:01 1. ERROR in X.java (at line 8)\n
03:22:01 	case 2://WRONG\n
03:22:01 	^^^^^^\n
03:22:01 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:01 ----------]\n
03:22:01 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:01 			case 2://WRONG\n
03:22:01 			^\n
03:22:01 1 warning]\n
03:22:01 >
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test016(SwitchTest.java:696)
03:22:01 
03:22:01 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.008 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test017 - Eclipse found error(s) but Javac only found warning(s).
03:22:01 ----------- Expected ------------
03:22:01 ----------\n
03:22:01 1. ERROR in X.java (at line 10)\n
03:22:01 	default :\n
03:22:01 	^^^^^^^\n
03:22:01 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:01 ----------\n
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:01 			default :\n
03:22:01 			^\n
03:22:01 1 warning\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[----------\n
03:22:01 1. ERROR in X.java (at line 10)\n
03:22:01 	default :\n
03:22:01 	^^^^^^^\n
03:22:01 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:01 ----------]\n
03:22:01 > but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:01 			default :\n
03:22:01 			^\n
03:22:01 1 warning]\n
03:22:01 >
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test017(SwitchTest.java:725)
03:22:01 
03:22:01 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.079 s
03:22:01 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.289 s
03:22:01 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.277 s
03:22:01 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.169 s
03:22:01 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.243 s
03:22:01 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.365 s
03:22:01 test383643 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.053 s
03:22:01 test387146a - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.103 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test387146a - Javac found warning(s) but Eclipse did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:01 		case 2:\n
03:22:01 		^\n
03:22:01 1 warning\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:01 		case 2:\n
03:22:01 		^\n
03:22:01 1 warning\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test387146a(SwitchTest.java:2572)
03:22:01 
03:22:01 test387146b - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.018 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test387146b - Javac found warning(s) but Eclipse did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:01 		case 2:\n
03:22:01 		^\n
03:22:01 1 warning\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:01 		case 2:\n
03:22:01 		^\n
03:22:01 1 warning\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test387146b(SwitchTest.java:2601)
03:22:01 
03:22:01 test393537 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.177 s
03:22:01 test410892 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.114 s
03:22:01 test410892_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.124 s
03:22:01 test410892_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.156 s
03:22:01 test410892_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.08 s  <<< FAILURE!
03:22:01 junit.framework.ComparisonFailure: 
03:22:01 test410892_4 - Eclipse found warning(s) but Javac did not find any.
03:22:01 ----------- Expected ------------
03:22:01 
03:22:01 ------------ but was ------------
03:22:01 ----------\n
03:22:01 1. WARNING in X.java (at line 4)\n
03:22:01 	int var2 = 0;\n
03:22:01 	    ^^^^\n
03:22:01 The value of the local variable var2 is not used\n
03:22:01 ----------\n
03:22:01 
03:22:01 --------- Difference is ----------
03:22:01  expected:<[]> but was:<[----------\n
03:22:01 1. WARNING in X.java (at line 4)\n
03:22:01 	int var2 = 0;\n
03:22:01 	    ^^^^\n
03:22:01 The value of the local variable var2 is not used\n
03:22:01 ----------\n
03:22:01 ]>
03:22:01 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test410892_4(SwitchTest.java:2782)
03:22:01 
03:22:01 test410892_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.038 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test410892_5 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test410892_5(SwitchTest.java:2817)
03:22:02 
03:22:02 test410892_6 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.174 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test410892_6 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.test410892_6(SwitchTest.java:2853)
03:22:02 
03:22:02 test526911 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.988 s
03:22:02 test526911a - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.896 s
03:22:02 testBreakOut - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.252 s
03:22:02 testBug374605 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.09 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug374605 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p\X.java (at line 4)\n
03:22:02 	switch (i) {\n
03:22:02 	        ^\n
03:22:02 The switch statement should have a default case\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p\X.java (at line 4)\n
03:22:02 	switch (i) {\n
03:22:02 	        ^\n
03:22:02 The switch statement should have a default case\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.SwitchTest.testBug374605(SwitchTest.java:2144)
03:22:02 
03:22:02 testBug380927 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.238 s
03:22:02 testBug380927a - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.296 s
03:22:02 testBug380927b - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.185 s
03:22:02 testBug380927c - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.237 s
03:22:02 testBug380927d - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.032 s
03:22:02 testBug380927e - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.086 s
03:22:02 testBug380927f - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.036 s
03:22:02 testBug380927g - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.08 s
03:22:02 testBug381172 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.223 s
03:22:02 testBug383629 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.556 s
03:22:02 testBug533475 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.207 s
03:22:02 testBug545518 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.885 s
03:22:02 testCaseTypeMismatch - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.031 s
03:22:02 testCaseTypeMismatch2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.216 s
03:22:02 testCaseTypeMismatch3 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.112 s
03:22:02 testDuplicateCase - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.972 s
03:22:02 testDuplicateCase2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.931 s
03:22:02 testDuplicateCase3 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.964 s
03:22:02 testDuplicateHashCode - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.403 s
03:22:02 testDuplicateHashCode2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.345 s
03:22:02 testFallThrough - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.499 s
03:22:02 testFallThrough2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.303 s
03:22:02 testFor356002 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.358 s
03:22:02 testFor356002_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.233 s
03:22:02 testFor356002_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.275 s
03:22:02 testMarysLamb - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.274 s
03:22:02 testMultipleSwitches - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.255 s
03:22:02 testNestedSwitches - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.282 s
03:22:02 testNullCase - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.075 s
03:22:02 testSideEffect - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.329 s
03:22:02 testStringSwitchAtJDK6 - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.986 s
03:22:02 testSwitchOnNull - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.496 s
03:22:02 testVariableCase - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 1.017 s
03:22:02 testVariableCaseFinal - 10(org.eclipse.jdt.core.tests.compiler.regression.SwitchTest)  Time elapsed: 0.992 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.095 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.191 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.126 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.091 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.205 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.151 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.112 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.162 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.288 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.263 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.391 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.14 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.205 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.403 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.304 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.157 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.271 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.263 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.184 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.375 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.249 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.266 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.08 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.031 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.408 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.338 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.272 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.174 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.267 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.22 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.095 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.803 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.372 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.303 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.196 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.202 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.15 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.234 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.427 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.195 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.152 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.149 s
03:22:02 test042_not_shared - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.213 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.39 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.169 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.216 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.127 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.032 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.164 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.27 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.277 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.346 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.213 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.276 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.375 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.125 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.265 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.21 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.06 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.104 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.311 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.233 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.196 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.07 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.067 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.272 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.246 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.105 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.228 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.067 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.018 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.066 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.19 s
03:22:02 testBug387612 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.341 s
03:22:02 testBug387612b - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 1.094 s
03:22:02 testBug387612c - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatementTest)  Time elapsed: 2.126 s
03:22:02 test01 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test02 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test03 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test04 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test05 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test06 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test07 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test08 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test09 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test10 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test11 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test12 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test13 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test14 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test15 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test16 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test17 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test18 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test19 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test20 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test21 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test22 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test23 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test24 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test25 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test26 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test27 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test28 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test29 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test30 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test31 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test32 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test33 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test34 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test35 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test36 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test37 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test38 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test39 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test40 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test41 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test42 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test43 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test44 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test45 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test46 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test47 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test48 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test49 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test50 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test51 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test52 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test53 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test54 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test56 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test57 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test58 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test59 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test60 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test61 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test62 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test63 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test64 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test65 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test66 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test67 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test68 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test69 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test70 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test71 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test71b - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test72 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test72b - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test73 - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0.001 s
03:22:02 test73b - 10(org.eclipse.jdt.core.tests.compiler.regression.UtilTest)  Time elapsed: 0 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.476 s
03:22:02 test0016 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 3.061 s
03:22:02 test0017 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 3.039 s
03:22:02 test0018 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.902 s
03:22:02 test0019 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.732 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.436 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.299 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.502 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.601 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 3.097 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.207 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.908 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.38 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.214 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.1 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.571 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 2.506 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 1.34 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 3.356 s
03:22:02 test368435 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 5.837 s
03:22:02 test368435b - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 5.874 s
03:22:02 test368435c - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 5.413 s
03:22:02 testBug519070 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest)  Time elapsed: 15.559 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalScannerTest)  Time elapsed: 0.001 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalScannerTest)  Time elapsed: 0 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.946 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.152 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.219 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.214 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.286 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.211 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.203 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 4.701 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.596 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.534 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.515 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.692 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.537 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.145 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.145 s
03:22:02 test427625 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.204 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test427625 - Javac found warning(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n
03:22:02 		c.add(b ? new Integer(1)\n
03:22:02 		          ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n
03:22:02 		c.add(b ? new Integer(1)\n
03:22:02 		          ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest.test427625(ConditionalExpressionTest.java:529)
03:22:02 
03:22:02 test437444_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.226 s
03:22:02 test437444_c113 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.152 s
03:22:02 test484425 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.26 s
03:22:02 testBug432487 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConditionalExpressionTest)  Time elapsed: 1.098 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.155 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.021 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.97 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.175 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.958 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.889 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.014 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.022 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.34 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.047 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.08 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.117 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.1 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.096 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.107 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.019 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.956 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.002 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.92 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.881 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.998 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.92 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 0.985 s
03:22:02 test443456 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiteralsTest)  Time elapsed: 1.317 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.193 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.202 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.107 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.106 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.09 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.103 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.219 s
03:22:02 testDuplicateImports1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.986 s
03:22:02 testDuplicateImports2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.097 s
03:22:02 testDuplicateImports3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 1.163 s
03:22:02 testImportStaticProblems - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.009 s
03:22:02 testImportUnresolved - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.006 s
03:22:02 testImportUnresolved_fatal - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.008 s
03:22:02 testImportVariousProblems - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.007 s
03:22:02 testPackageConflict - 10(org.eclipse.jdt.core.tests.compiler.regression.NonFatalErrorTest)  Time elapsed: 0.006 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.083 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.018 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.024 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.996 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.991 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.047 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.051 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.248 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.049 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.102 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.08 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.1 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.101 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.095 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.001 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.02 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.01 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.346 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.122 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.599 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.173 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.184 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.227 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.26 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.099 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.182 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.087 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.098 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.019 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.074 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.262 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.049 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.081 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.083 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.042 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 2.105 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.086 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.028 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.239 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test046 - Javac found error(s) but Eclipse only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	for (final int i; 0 < (i = 1); i = i + 1) {\n
03:22:02 	                               ^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:3: error: variable i might be assigned in loop\n
03:22:02     for (final int i; 0 < (i = 1); i = i + 1) {\n
03:22:02                            ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	for (final int i; 0 < (i = 1); i = i + 1) {\n
03:22:02 	                               ^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:3: error: variable i might be assigned in loop\n
03:22:02     for (final int i; 0 < (i = 1); i = i + 1) {\n
03:22:02                            ^\n
03:22:02 1 error]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test046(FlowAnalysisTest.java:1422)
03:22:02 
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.163 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.004 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.003 s
03:22:02 test050_definite_assigment_and_if_true - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.97 s
03:22:02 test051_definite_assigment_and_if_true - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.081 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.016 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.092 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.008 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.001 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.983 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.026 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test057 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 5)\n
03:22:02 	i++) {//dead code\n
03:22:02 	^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	break;\n
03:22:02 	^^^^^^\n
03:22:02 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 5)\n
03:22:02 	i++) {//dead code\n
03:22:02 	^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	break;\n
03:22:02 	^^^^^^\n
03:22:02 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test057(FlowAnalysisTest.java:1782)
03:22:02 
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.997 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.999 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.157 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.45 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.082 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.069 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test063 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new IllegalArgumentException("You must not bar!");\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new IllegalArgumentException("You must not bar!");\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test063(FlowAnalysisTest.java:2042)
03:22:02 
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.95 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test064 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new String("You must not bar!");\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new String("You must not bar!");\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test064(FlowAnalysisTest.java:2068)
03:22:02 
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.146 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.204 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.167 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.222 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.963 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test069 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new Object() {};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new Object() {};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test069(FlowAnalysisTest.java:2184)
03:22:02 
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.181 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test070 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	Object first = true ? null : "";        \n
03:22:02 	                             ^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	Object first = true ? null : "";        \n
03:22:02 	                             ^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test070(FlowAnalysisTest.java:2209)
03:22:02 
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.024 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test071 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 9)\n
03:22:02 	throw new IOException();\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	throw new IOException();\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 9)\n
03:22:02 	throw new IOException();\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	throw new IOException();\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.test071(FlowAnalysisTest.java:2233)
03:22:02 
03:22:02 testBug338234a - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.049 s
03:22:02 testBug338234b - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.182 s
03:22:02 testBug338234c - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.967 s
03:22:02 testBug338234d - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.077 s
03:22:02 testBug380313 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.19 s
03:22:02 testBug380313b - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.229 s
03:22:02 testBug380750 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.269 s
03:22:02 testBug391517 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.218 s
03:22:02 testBug415997a - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.115 s
03:22:02 testBug415997b - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.099 s
03:22:02 testBug415997c - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.22 s
03:22:02 testBug499809 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.223 s
03:22:02 testBug499809a - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.279 s
03:22:02 testBug506315 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.137 s
03:22:02 testBug537804_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.045 s
03:22:02 testBug537804_comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.999 s
03:22:02 testBug548318_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.001 s
03:22:02 testBug548318_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_012b - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.001 s
03:22:02 testBug548318_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_015 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_016 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_017 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_018 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_019 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_020 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_021 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.001 s
03:22:02 testBug548318_022 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_023 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_024 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_025 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_026 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_027 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_028 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testBug548318_029 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.001 s
03:22:02 testBug548318_030 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0 s
03:22:02 testCloseable1 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.255 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testCloseable1 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	FileReader fileReader = new FileReader(file); // not closed\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Resource leak: 'fileReader' is never closed\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	FileReader fileReader = new FileReader(file); // not closed\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Resource leak: 'fileReader' is never closed\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest.testCloseable1(FlowAnalysisTest.java:2383)
03:22:02 
03:22:02 testCloseable2 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.345 s
03:22:02 testLocalClassInInitializer1 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 1.191 s
03:22:02 testLocalClassInInitializer2 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest)  Time elapsed: 0.997 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0.001 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0.001 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.CharOperationTest)  Time elapsed: 0 s
03:22:02 test0500_synchronization - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 1.489 s
03:22:02 test0600_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 1.283 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests.test0600_reflection(RuntimeTests.java:148)
03:22:02 
03:22:02 test0601_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 1.311 s
03:22:02 test1000_partial_rebuild - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 2.598 s
03:22:02 test1001_partial_rebuild - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 2.519 s
03:22:02 test1002_partial_rebuild - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 2.345 s
03:22:02 test1003_partial_rebuild - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 2.36 s
03:22:02 test1004_partial_rebuild - 10(org.eclipse.jdt.core.tests.compiler.regression.RuntimeTests)  Time elapsed: 2.409 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest)  Time elapsed: 1.185 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest)  Time elapsed: 1.342 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest)  Time elapsed: 1.421 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.DebugAttributeTest)  Time elapsed: 1.249 s
03:22:02 test0001_simple_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.986 s
03:22:02 test0002_simple_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.987 s
03:22:02 test0003_simple_parameter - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.006 s
03:22:02 test0004_final_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.991 s
03:22:02 test0005_final_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.003 s
03:22:02 test0006_final_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1 s
03:22:02 test0007_local_with_member - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.099 s
03:22:02 test0008_local_with_member - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.091 s
03:22:02 test0009_local_with_member - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.14 s
03:22:02 test0010_field_with_method_call - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.39 s
03:22:02 test0011_field_with_method_call - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.115 s
03:22:02 test0012_field_with_method_call - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.119 s
03:22:02 test0013_field_with_method_call - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.078 s
03:22:02 test0014_field_with_explicit_this_access - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.073 s
03:22:02 test0015_field_with_explicit_this_access - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.998 s
03:22:02 test0016_field_of_another_object - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.136 s
03:22:02 test0017_field_of_another_object - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.178 s
03:22:02 test0018_field_of_enclosing_object - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.992 s
03:22:02 test0019_field_synchronized - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.01 s
03:22:02 test0020_final_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.991 s
03:22:02 test0021_final_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.996 s
03:22:02 test0022_final_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.002 s
03:22:02 test0023_field_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.158 s
03:22:02 test0024_field_cast_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.094 s
03:22:02 test0025_parameter - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.17 s
03:22:02 test0026_suppress_warnings - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.133 s
03:22:02 test0027_embedded_comparison - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.96 s
03:22:02 test0028_field_as_initializer - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.188 s
03:22:02 test0029_field_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.999 s
03:22:02 test0030_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.987 s
03:22:02 test0031_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.062 s
03:22:02 test0032_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.13 s
03:22:02 test0033_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.104 s
03:22:02 test0034_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.025 s
03:22:02 test0034_conditional_expression_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.188 s
03:22:02 test0034_conditional_expression_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.086 s
03:22:02 test0035_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.242 s
03:22:02 test0036_conditional_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.979 s
03:22:02 test0037_autounboxing_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.083 s
03:22:02 test0037_autounboxing_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.111 s
03:22:02 test0037_autounboxing_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.091 s
03:22:02 test0037_autounboxing_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.196 s
03:22:02 test0037_autounboxing_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.111 s
03:22:02 test0037_autounboxing_6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.189 s
03:22:02 test0037_conditional_expression_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.095 s
03:22:02 test0037_conditional_expression_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.11 s
03:22:02 test0037_conditional_expression_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.085 s
03:22:02 test0037_conditional_expression_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.087 s
03:22:02 test0037_conditional_expression_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.101 s
03:22:02 test0040_autoboxing_compound_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.102 s
03:22:02 test0041_autoboxing_increment_operator - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.119 s
03:22:02 test0042_autoboxing_literal - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.007 s
03:22:02 test0043_autoboxing_literal - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.102 s
03:22:02 test0044_autoboxing - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.164 s
03:22:02 test0045_autoboxing_operator - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.046 s
03:22:02 test0050_array - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.128 s
03:22:02 test0051_array - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.047 s
03:22:02 test0052_array - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.135 s
03:22:02 test0053_array - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.163 s
03:22:02 test0061_method_call_guard - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.029 s
03:22:02 test0062_method_call_isolation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.07 s
03:22:02 test0063_method_call_isolation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.25 s
03:22:02 test0064_method_call_isolation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.064 s
03:22:02 test0065_method_call_invocation_target - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.256 s
03:22:02 test0066_method_call_invocation_target - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.961 s
03:22:02 test0067_method_call_invocation_target - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.005 s
03:22:02 test0068_method_call_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.159 s
03:22:02 test0070_type_reference - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.128 s
03:22:02 test0080_shortcut_boolean_expressions - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.99 s
03:22:02 test0081_shortcut_boolean_expressions - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1 s
03:22:02 test0082_shortcut_boolean_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.109 s
03:22:02 test0083_shortcut_boolean_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.006 s
03:22:02 test0084_shortcut_boolean_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.98 s
03:22:02 test0085_shortcut_boolean_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.12 s
03:22:02 test0086_shortcut_boolean_expression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.119 s
03:22:02 test0090_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.131 s
03:22:02 test0091_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.192 s
03:22:02 test0092_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.938 s
03:22:02 test0093_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.024 s
03:22:02 test0094_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.154 s
03:22:02 test0095_instanceof_conditional_or - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.059 s
03:22:02 test0120_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.248 s
03:22:02 test0121_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.336 s
03:22:02 test0122_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.072 s
03:22:02 test0123_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.333 s
03:22:02 test0124_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.222 s
03:22:02 test0125_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.277 s
03:22:02 test0126_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.302 s
03:22:02 test0127_strings_concatenation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.289 s
03:22:02 test0300_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.004 s
03:22:02 test0301_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.995 s
03:22:02 test0302_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.016 s
03:22:02 test0303_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.962 s
03:22:02 test0304_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.98 s
03:22:02 test0305_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.013 s
03:22:02 test0306_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.013 s
03:22:02 test0307_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.282 s
03:22:02 test0308_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.033 s
03:22:02 test0309_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.997 s
03:22:02 test0310_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.034 s
03:22:02 test0311_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.253 s
03:22:02 test0312_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.018 s
03:22:02 test0313_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.992 s
03:22:02 test0314_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.998 s
03:22:02 test0315_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.012 s
03:22:02 test0316_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.006 s
03:22:02 test0317_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.128 s
03:22:02 test0318_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.217 s
03:22:02 test0319_if_else_dead_branch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.154 s
03:22:02 test0320_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.002 s
03:22:02 test0321_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.225 s
03:22:02 test0322_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.958 s
03:22:02 test0323_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.164 s
03:22:02 test0324_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.153 s
03:22:02 test0325_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.034 s
03:22:02 test0326_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.946 s
03:22:02 test0327_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.088 s
03:22:02 test0328_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.031 s
03:22:02 test0329_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.987 s
03:22:02 test0330_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.149 s
03:22:02 test0331_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.151 s
03:22:02 test0332_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.091 s
03:22:02 test0333_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.008 s
03:22:02 test0334_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.001 s
03:22:02 test0335_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.096 s
03:22:02 test0336_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.012 s
03:22:02 test0338_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.208 s
03:22:02 test0339_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.991 s
03:22:02 test0340_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.07 s
03:22:02 test0341_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.928 s
03:22:02 test0342_if_else_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.057 s
03:22:02 test0401_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.033 s
03:22:02 test0402_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.021 s
03:22:02 test0403_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.123 s
03:22:02 test0404_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.233 s
03:22:02 test0405_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.045 s
03:22:02 test0406_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.983 s
03:22:02 test0407_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.003 s
03:22:02 test0408_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.067 s
03:22:02 test0409_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.01 s
03:22:02 test0410_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.249 s
03:22:02 test0411_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.122 s
03:22:02 test0412_while_if_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.947 s
03:22:02 test0413_while_unknown_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.143 s
03:22:02 test0414_while_unknown_parameter - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.955 s
03:22:02 test0415_while_unknown_if_else - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.164 s
03:22:02 test0416_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.947 s
03:22:02 test0417_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.078 s
03:22:02 test0418_while_try - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.148 s
03:22:02 test0419_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.977 s
03:22:02 test0420_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.086 s
03:22:02 test0421_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.159 s
03:22:02 test0422_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.068 s
03:22:02 test0423_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.99 s
03:22:02 test0424_while_try - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.123 s
03:22:02 test0425_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.971 s
03:22:02 test0426_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.995 s
03:22:02 test0427_while_return - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.993 s
03:22:02 test0428_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.129 s
03:22:02 test0429_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.196 s
03:22:02 test0430_while_for_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.133 s
03:22:02 test0431_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.084 s
03:22:02 test0432_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.101 s
03:22:02 test0433_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.01 s
03:22:02 test0434_while_switch_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.152 s
03:22:02 test0435_while_init - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.187 s
03:22:02 test0436_while_init - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.126 s
03:22:02 test0437_while_exit - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.048 s
03:22:02 test0438_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.951 s
03:22:02 test0439_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.998 s
03:22:02 test0440_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.002 s
03:22:02 test0441_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.991 s
03:22:02 test0442_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.016 s
03:22:02 test0443_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.123 s
03:22:02 test0444_while_deeply_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.105 s
03:22:02 test0445_while_deeply_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.039 s
03:22:02 test0446_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.017 s
03:22:02 test0447_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.142 s
03:22:02 test0448_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.049 s
03:22:02 test0449_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.157 s
03:22:02 test0450_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.039 s
03:22:02 test0451_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.015 s
03:22:02 test0454_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.227 s
03:22:02 test0455_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.966 s
03:22:02 test0456_while_nested_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.146 s
03:22:02 test0457_while_nested_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.218 s
03:22:02 test0458_while_nested_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.082 s
03:22:02 test0459_while_nested - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.035 s
03:22:02 test0460_while_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.24 s
03:22:02 test0461_while_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.133 s
03:22:02 test0462_while_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.224 s
03:22:02 test0463_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.157 s
03:22:02 test0464_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.18 s
03:22:02 test0465_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.202 s
03:22:02 test0466_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.146 s
03:22:02 test0467_while_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.234 s
03:22:02 test0468_while_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.14 s
03:22:02 test0469_while_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.152 s
03:22:02 test0470_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.193 s
03:22:02 test0500_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.166 s
03:22:02 test0501_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.951 s
03:22:02 test0502_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.238 s
03:22:02 test0503_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.957 s
03:22:02 test0504_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.992 s
03:22:02 test0505_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.03 s
03:22:02 test0506_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.972 s
03:22:02 test0507_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.011 s
03:22:02 test0508_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.007 s
03:22:02 test0509_try_finally_embedded - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.99 s
03:22:02 test0510_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.202 s
03:22:02 test0511_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.135 s
03:22:02 test0512_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.04 s
03:22:02 test0513_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.149 s
03:22:02 test0514_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.098 s
03:22:02 test0515_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.241 s
03:22:02 test0516_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.121 s
03:22:02 test0517_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.13 s
03:22:02 test0518_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.161 s
03:22:02 test0519_try_finally_constructor_exc - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.18 s
03:22:02 test0520_try_finally_constructor_exc - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.22 s
03:22:02 test0521_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.154 s
03:22:02 test0522_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.078 s
03:22:02 test0523_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.046 s
03:22:02 test0524_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.004 s
03:22:02 test0526_try_finally_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.135 s
03:22:02 test0527_try_finally_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.175 s
03:22:02 test0528_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.02 s
03:22:02 test0529_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.002 s
03:22:02 test0530_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.004 s
03:22:02 test0531_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.031 s
03:22:02 test0532_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.192 s
03:22:02 test0533_try_finally_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.227 s
03:22:02 test0535_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.154 s
03:22:02 test0536_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.011 s
03:22:02 test0537_try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.99 s
03:22:02 test0550_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.241 s
03:22:02 test0551_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.055 s
03:22:02 test0552_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.209 s
03:22:02 test0553_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.02 s
03:22:02 test0554_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.044 s
03:22:02 test0555_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.049 s
03:22:02 test0556_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.183 s
03:22:02 test0557_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.006 s
03:22:02 test0558_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.092 s
03:22:02 test0559_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.055 s
03:22:02 test0560_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.057 s
03:22:02 test0561_try_catch_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.052 s
03:22:02 test0562_try_catch_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.992 s
03:22:02 test0563_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.094 s
03:22:02 test0564_try_catch_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.094 s
03:22:02 test0565_try_catch_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.097 s
03:22:02 test0566_try_catch_unchecked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.204 s
03:22:02 test0567_try_catch_checked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.303 s
03:22:02 test0568_try_catch_checked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.385 s
03:22:02 test0569_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.059 s
03:22:02 test0570_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.114 s
03:22:02 test0571_try_catch_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.154 s
03:22:02 test0572_if_statement - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.123 s
03:22:02 test0573_try_catch_unchecked_and_checked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.025 s
03:22:02 test0574_try_multi_catch_unchecked_and_checked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.007 s
03:22:02 test0575_try_multi_catch_finally_unchecked_and_checked_exception - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.043 s
03:22:02 test0576_try_with_resources - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.033 s
03:22:02 test0595_throw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.002 s
03:22:02 test0596_throw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.001 s
03:22:02 test0597_throw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.003 s
03:22:02 test0601_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.019 s
03:22:02 test0602_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.987 s
03:22:02 test0603_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.996 s
03:22:02 test0604_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.252 s
03:22:02 test0605_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.059 s
03:22:02 test0606_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.136 s
03:22:02 test0607_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.951 s
03:22:02 test0608_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.158 s
03:22:02 test0609_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.958 s
03:22:02 test0610_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.209 s
03:22:02 test0611_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.993 s
03:22:02 test0613_do_while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.245 s
03:22:02 test0616_do_while_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.09 s
03:22:02 test0617_do_while_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.1 s
03:22:02 test0618_do_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.097 s
03:22:02 test0619_do_while_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.178 s
03:22:02 test0701_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.013 s
03:22:02 test0702_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.962 s
03:22:02 test0703_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.173 s
03:22:02 test0704_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.285 s
03:22:02 test0705_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.009 s
03:22:02 test0707_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.573 s
03:22:02 test0708_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.113 s
03:22:02 test0709_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.946 s
03:22:02 test0710_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.003 s
03:22:02 test0711_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.966 s
03:22:02 test0712_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.028 s
03:22:02 test0713_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.154 s
03:22:02 test0714_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.381 s
03:22:02 test0715_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.16 s
03:22:02 test0716_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.27 s
03:22:02 test0717_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.133 s
03:22:02 test0718_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.015 s
03:22:02 test0719_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.242 s
03:22:02 test0720_for_continue_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.999 s
03:22:02 test0721_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.109 s
03:22:02 test0722_for_return - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.041 s
03:22:02 test0723_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.198 s
03:22:02 test0724_for_with_initialization - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.212 s
03:22:02 test0725_for_with_assignment - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.134 s
03:22:02 test0726_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.086 s
03:22:02 test0727_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.297 s
03:22:02 test0728_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.958 s
03:22:02 test0729_for_try_catch_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.269 s
03:22:02 test0730_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.953 s
03:22:02 test0731_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.994 s
03:22:02 test0732_for_nested_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.231 s
03:22:02 test0733_for_while_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.292 s
03:22:02 test0734_for_while_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.206 s
03:22:02 test0735_for_nested_break - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.203 s
03:22:02 test0736_for_embedded_lazy_init - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.132 s
03:22:02 test0737_for_unknown_protection - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.036 s
03:22:02 test0739_for - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.332 s
03:22:02 test0740_for_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.161 s
03:22:02 test0741_for_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.124 s
03:22:02 test0742_for_explicit_label - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.317 s
03:22:02 test0743_for_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.167 s
03:22:02 test0744_for_infinite - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.207 s
03:22:02 test0746_for_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.051 s
03:22:02 test0747_for_try_catch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.126 s
03:22:02 test0800_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.154 s
03:22:02 test0801_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.924 s
03:22:02 test0802_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.038 s
03:22:02 test0803_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.073 s
03:22:02 test0804_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.031 s
03:22:02 test0805_switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.186 s
03:22:02 test0903_non_null_protection_tag - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.997 s
03:22:02 test0903_notNull_protection_tag - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.148 s
03:22:02 test0905_non_null_protection_tag - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.063 s
03:22:02 test0906_non_null_protection_tag - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.205 s
03:22:02 test0950_assert - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.238 s
03:22:02 test0951_assert - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.04 s
03:22:02 test0952_assert - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.102 s
03:22:02 test0953_assert_combined - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.1 s
03:22:02 test0954_assert_fake_reachable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.103 s
03:22:02 test0955_assert_combined - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.1 s
03:22:02 test0956_assert_combined - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.084 s
03:22:02 test0957_assert - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.114 s
03:22:02 test0958_assert - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.395 s
03:22:02 test0959a_assert_loop - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.109 s
03:22:02 test0959b_assert_loop - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.099 s
03:22:02 test0960_assert_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.186 s
03:22:02 test1004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.044 s
03:22:02 test1005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.288 s
03:22:02 test1006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.136 s
03:22:02 test1007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.117 s
03:22:02 test1008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.155 s
03:22:02 test1009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.096 s
03:22:02 test1010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.243 s
03:22:02 test1011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.952 s
03:22:02 test1012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.004 s
03:22:02 test1013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.992 s
03:22:02 test1014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.145 s
03:22:02 test1015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.108 s
03:22:02 test1016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.041 s
03:22:02 test1017 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.049 s
03:22:02 test1018 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.006 s
03:22:02 test1019 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.207 s
03:22:02 test1021 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.209 s
03:22:02 test1022 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.23 s
03:22:02 test1023 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.021 s
03:22:02 test1024 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.063 s
03:22:02 test1025 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.012 s
03:22:02 test1027 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.087 s
03:22:02 test1029 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.26 s
03:22:02 test1030 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.05 s
03:22:02 test1031 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.164 s
03:22:02 test1032 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.047 s
03:22:02 test1033 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.949 s
03:22:02 test1034 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.041 s
03:22:02 test1036 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.995 s
03:22:02 test1050_options_all_default - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.994 s
03:22:02 test1051_options_all_ignore - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.017 s
03:22:02 test1052_options_all_error - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.002 s
03:22:02 test1053_options_mix - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1 s
03:22:02 test1054_options_mix - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.025 s
03:22:02 test1055_options_mix - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.025 s
03:22:02 test1056_options_mix_with_SuppressWarnings - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.104 s
03:22:02 test1057_options_instanceof_is_check - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.022 s
03:22:02 test1058_options_instanceof_is_check - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.023 s
03:22:02 test1059_options_cannot_be_null_check - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.004 s
03:22:02 test1500 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.332 s
03:22:02 test1501 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.196 s
03:22:02 test1502 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.203 s
03:22:02 test1503 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.606 s
03:22:02 test2000_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.975 s
03:22:02 test2001_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.157 s
03:22:02 test2002_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.175 s
03:22:02 test2003_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.177 s
03:22:02 test2004_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.993 s
03:22:02 test2005_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.118 s
03:22:02 test2006_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.116 s
03:22:02 test2007_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.239 s
03:22:02 test2008_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.314 s
03:22:02 test2009_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.07 s
03:22:02 test2010_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.008 s
03:22:02 test2011_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.088 s
03:22:02 test2012_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.121 s
03:22:02 test2013_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.068 s
03:22:02 test2014_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.199 s
03:22:02 test2015_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.122 s
03:22:02 test2016_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.181 s
03:22:02 test2017_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.186 s
03:22:02 test2018_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.956 s
03:22:02 test2019_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.007 s
03:22:02 test2020_flow_info - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.997 s
03:22:02 test358827 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.289 s
03:22:02 test367879 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.545 s
03:22:02 test401092 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.235 s
03:22:02 test401092a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.306 s
03:22:02 testBug190623 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.078 s
03:22:02 testBug195638_comment14 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.084 s
03:22:02 testBug195638_comment19 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.049 s
03:22:02 testBug195638_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.198 s
03:22:02 testBug195638_comment6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.091 s
03:22:02 testBug253896a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.104 s
03:22:02 testBug253896b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 2.585 s
03:22:02 testBug253896c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.169 s
03:22:02 testBug253896d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.105 s
03:22:02 testBug256796 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.245 s
03:22:02 testBug256796a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.274 s
03:22:02 testBug291418a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.118 s
03:22:02 testBug291418b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.103 s
03:22:02 testBug292478 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.028 s
03:22:02 testBug292478a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.985 s
03:22:02 testBug292478b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.064 s
03:22:02 testBug292478c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.019 s
03:22:02 testBug292478d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.115 s
03:22:02 testBug292478e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.012 s
03:22:02 testBug292478f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.993 s
03:22:02 testBug292478g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.067 s
03:22:02 testBug293917a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.013 s
03:22:02 testBug293917b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.093 s
03:22:02 testBug293917c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.113 s
03:22:02 testBug299900a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.103 s
03:22:02 testBug299900b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.1 s
03:22:02 testBug303448a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.312 s
03:22:02 testBug303448b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.194 s
03:22:02 testBug304416 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.206 s
03:22:02 testBug305590 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.005 s
03:22:02 testBug313870 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.255 s
03:22:02 testBug313870b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.252 s
03:22:02 testBug313870c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.211 s
03:22:02 testBug317829a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.199 s
03:22:02 testBug317829a2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.199 s
03:22:02 testBug317829b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.299 s
03:22:02 testBug317829c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.202 s
03:22:02 testBug317829d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.286 s
03:22:02 testBug317829e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.179 s
03:22:02 testBug317829f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.251 s
03:22:02 testBug319201 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.913 s
03:22:02 testBug319201a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.005 s
03:22:02 testBug319201b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.941 s
03:22:02 testBug319201c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.177 s
03:22:02 testBug319201d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.163 s
03:22:02 testBug320414 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.182 s
03:22:02 testBug321926a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.212 s
03:22:02 testBug321926a2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.195 s
03:22:02 testBug321926b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.053 s
03:22:02 testBug321926c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.271 s
03:22:02 testBug321926d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.184 s
03:22:02 testBug321926e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.148 s
03:22:02 testBug321926f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.245 s
03:22:02 testBug321926g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.176 s
03:22:02 testBug321926h - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.208 s
03:22:02 testBug321926i - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.223 s
03:22:02 testBug321926j - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.214 s
03:22:02 testBug321926k - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.223 s
03:22:02 testBug321926l - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.12 s
03:22:02 testBug321926m - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.207 s
03:22:02 testBug321926n - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.2 s
03:22:02 testBug321926o - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.25 s
03:22:02 testBug321926p - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.175 s
03:22:02 testBug321926q - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.196 s
03:22:02 testBug321926r - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.208 s
03:22:02 testBug321926s - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.213 s
03:22:02 testBug321926t - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.168 s
03:22:02 testBug321926u - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.168 s
03:22:02 testBug321926v - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.301 s
03:22:02 testBug324178 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.274 s
03:22:02 testBug324178a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.27 s
03:22:02 testBug324762 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.056 s
03:22:02 testBug324762a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.096 s
03:22:02 testBug325229a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.742 s
03:22:02 testBug325229b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.456 s
03:22:02 testBug325229c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.487 s
03:22:02 testBug325229d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.514 s
03:22:02 testBug325342a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.135 s
03:22:02 testBug325342b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.159 s
03:22:02 testBug325755a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.702 s
03:22:02 testBug325755b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.31 s
03:22:02 testBug326950a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.225 s
03:22:02 testBug326950b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.416 s
03:22:02 testBug326950c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.164 s
03:22:02 testBug326950d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.191 s
03:22:02 testBug332637 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.431 s
03:22:02 testBug332637b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.444 s
03:22:02 testBug332838 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.213 s
03:22:02 testBug333089 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.137 s
03:22:02 testBug336428 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.148 s
03:22:02 testBug336428c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.163 s
03:22:02 testBug336428d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.992 s
03:22:02 testBug336428d2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.077 s
03:22:02 testBug336428e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.099 s
03:22:02 testBug336428f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.099 s
03:22:02 testBug336544 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.303 s
03:22:02 testBug336544_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.251 s
03:22:02 testBug336544_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.182 s
03:22:02 testBug338234 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.059 s
03:22:02 testBug338303 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.228 s
03:22:02 testBug339250 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.345 s
03:22:02 testBug339250a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.042 s
03:22:02 testBug339250b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.281 s
03:22:02 testBug342300 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.243 s
03:22:02 testBug342300b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.123 s
03:22:02 testBug345305_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.035 s
03:22:02 testBug345305_10 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.109 s
03:22:02 testBug345305_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.092 s
03:22:02 testBug345305_12 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.113 s
03:22:02 testBug345305_13 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.088 s
03:22:02 testBug345305_14 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.07 s
03:22:02 testBug345305_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.03 s
03:22:02 testBug345305_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.089 s
03:22:02 testBug345305_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.025 s
03:22:02 testBug345305_6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.984 s
03:22:02 testBug345305_7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.101 s
03:22:02 testBug345305_8 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.081 s
03:22:02 testBug345305_9 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.028 s
03:22:02 testBug348379a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.104 s
03:22:02 testBug348379b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.219 s
03:22:02 testBug348379c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.078 s
03:22:02 testBug348379d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.103 s
03:22:02 testBug348379e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.096 s
03:22:02 testBug348379f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.003 s
03:22:02 testBug354554 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.152 s
03:22:02 testBug354554b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.06 s
03:22:02 testBug360328 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.173 s
03:22:02 testBug360328b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.015 s
03:22:02 testBug360328c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.1 s
03:22:02 testBug360328d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.106 s
03:22:02 testBug364326 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.084 s
03:22:02 testBug376263 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.221 s
03:22:02 testBug384380 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.371 s
03:22:02 testBug384380_a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.375 s
03:22:02 testBug384380_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.433 s
03:22:02 testBug401088 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.223 s
03:22:02 testBug401088a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.249 s
03:22:02 testBug402993 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.155 s
03:22:02 testBug402993a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.097 s
03:22:02 testBug406160a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.455 s
03:22:02 testBug418500 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.338 s
03:22:02 testBug431016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.247 s
03:22:02 testBug431016_simplified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.038 s
03:22:02 testBug432109 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.196 s
03:22:02 testBug435528_notaconstant - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.183 s
03:22:02 testBug435528_orig - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.209 s
03:22:02 testBug441737 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.11 s
03:22:02 testBug447695 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.013 s
03:22:02 testBug447695b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.196 s
03:22:02 testBug447695c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.102 s
03:22:02 testBug447695d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.274 s
03:22:02 testBug447695e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.126 s
03:22:02 testBug447695f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.202 s
03:22:02 testBug447695g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.018 s
03:22:02 testBug451660 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.086 s
03:22:02 testBug453305 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.259 s
03:22:02 testBug454031 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.046 s
03:22:02 testBug486912KnownNullInLoop - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0.988 s
03:22:02 testBug486912PotNullInLoop - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.113 s
03:22:02 testBug486912PotNullInLoop_orig - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.096 s
03:22:02 testBug509188 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.22 s
03:22:02 testBug536408 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.053 s
03:22:02 testBug542707_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 0 s
03:22:02 testBug544872 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.021 s
03:22:02 testBug551012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.17 s
03:22:02 testExpressions01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.145 s
03:22:02 testExpressions02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.144 s
03:22:02 testExpressions03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.024 s
03:22:02 testExpressions04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTest)  Time elapsed: 1.123 s
03:22:02 testBug127575a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 2.519 s
03:22:02 testBug127575b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.033 s
03:22:02 testBug127575c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.061 s
03:22:02 testBug127575d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.159 s
03:22:02 testBug127575e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.191 s
03:22:02 testBug127575e_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.049 s
03:22:02 testBug127575e_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.067 s
03:22:02 testBug127575f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.097 s
03:22:02 testBug127575g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.134 s
03:22:02 testBug127575h - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.067 s
03:22:02 testBug127575i - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.104 s
03:22:02 testBug127575j - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.093 s
03:22:02 testBug127575k - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.133 s
03:22:02 testBug127575l - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.171 s
03:22:02 testBug127575m - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.09 s
03:22:02 testBug127575n - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.039 s
03:22:02 testBug127575o - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.101 s
03:22:02 testBug373953 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.084 s
03:22:02 testBug382069a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.494 s
03:22:02 testBug382069b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.539 s
03:22:02 testBug382069c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.051 s
03:22:02 testBug382069d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.108 s
03:22:02 testBug382069e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.159 s
03:22:02 testBug382069f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.061 s
03:22:02 testBug382069g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.632 s
03:22:02 testBug382069h - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.233 s
03:22:02 testBug401159 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 0 s
03:22:02 testBug472618 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullReferenceTestAsserts)  Time elapsed: 1.255 s
03:22:02 test001_irritant_warning_token - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.001 s
03:22:02 test002_problem_categories - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.001 s
03:22:02 test003_task_tags_options - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.014 s
03:22:02 test007_task_tags_options - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.004 s
03:22:02 test009_missing_message_templates - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0 s
03:22:02 test010_missing_elaboration_templates - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0 s
03:22:02 test011_problem_categories - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.013 s
03:22:02 test012_compiler_problems_tuning - 10(org.eclipse.jdt.core.tests.compiler.regression.CompilerInvocationTests)  Time elapsed: 0.005 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.36 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.122 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.134 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 2.224 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.371 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.314 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.295 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.248 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.228 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.51 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.29 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.306 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.435 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.279 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.38 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.411 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.598 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.71 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.688 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.504 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.714 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.676 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.239 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.3 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.313 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.264 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.108 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.099 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.247 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.054 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.21 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.629 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.086 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.575 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.004 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.313 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.206 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.248 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.19 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.236 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.21 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.188 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.242 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.211 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.186 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.255 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.243 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.229 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.28 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.256 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.242 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.182 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.329 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.012 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.954 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 2.077 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.275 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.309 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.226 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.18 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.273 s
03:22:02 test062a - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.259 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.238 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.257 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.273 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.247 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.402 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.375 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.469 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.584 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.004 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.884 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.198 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.335 s
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 2.777 s
03:22:02 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.183 s
03:22:02 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.204 s
03:22:02 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.262 s
03:22:02 test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.581 s
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.254 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.117 s
03:22:02 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.289 s
03:22:02 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.243 s
03:22:02 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.18 s
03:22:02 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.182 s
03:22:02 test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.413 s
03:22:02 test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.933 s
03:22:02 test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.242 s
03:22:02 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.278 s
03:22:02 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.489 s
03:22:02 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.56 s
03:22:02 test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.118 s
03:22:02 test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.018 s
03:22:02 test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.1 s
03:22:02 test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.01 s
03:22:02 test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.274 s
03:22:02 test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.008 s
03:22:02 test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 2.281 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test099 - Eclipse found error(s) but Javac only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	Object a = new Y$1Local();        // compile-time error \n
03:22:02 	               ^^^^^^^^\n
03:22:02 The nested type Y$1Local cannot be referenced using its binary name\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n
03:22:02 		Object a = new Y$1Local();        // compile-time error \n
03:22:02 		               ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	Object a = new Y$1Local();        // compile-time error \n
03:22:02 	               ^^^^^^^^\n
03:22:02 The nested type Y$1Local cannot be referenced using its binary name\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n
03:22:02 		Object a = new Y$1Local();        // compile-time error \n
03:22:02 		               ^\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest.test099(InnerEmulationTest.java:3781)
03:22:02 
03:22:02 test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.207 s
03:22:02 test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.966 s
03:22:02 test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.025 s
03:22:02 test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.936 s
03:22:02 test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.113 s
03:22:02 test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.154 s
03:22:02 test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.693 s
03:22:02 test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.333 s
03:22:02 test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.245 s
03:22:02 test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.245 s
03:22:02 test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.096 s
03:22:02 test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.269 s
03:22:02 test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.974 s
03:22:02 test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.19 s
03:22:02 test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.118 s
03:22:02 test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 2.58 s
03:22:02 test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.055 s
03:22:02 test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.346 s
03:22:02 test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.268 s
03:22:02 test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.252 s
03:22:02 test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.169 s
03:22:02 test126 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.062 s
03:22:02 test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 2.161 s
03:22:02 test128 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.132 s
03:22:02 test129 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 2.142 s
03:22:02 test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.361 s
03:22:02 test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.99 s
03:22:02 test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.97 s
03:22:02 test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.178 s
03:22:02 test134 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.285 s
03:22:02 test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.011 s
03:22:02 test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.079 s
03:22:02 test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.114 s
03:22:02 test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.098 s
03:22:02 test139 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.015 s
03:22:02 test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.988 s
03:22:02 test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.028 s
03:22:02 test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.999 s
03:22:02 test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.17 s
03:22:02 test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.001 s
03:22:02 test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.956 s
03:22:02 test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.957 s
03:22:02 test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.982 s
03:22:02 test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.105 s
03:22:02 test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.082 s
03:22:02 test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.02 s
03:22:02 test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.17 s
03:22:02 test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.123 s
03:22:02 test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.238 s
03:22:02 test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.974 s
03:22:02 test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.24 s
03:22:02 test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.15 s
03:22:02 test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.339 s
03:22:02 test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.156 s
03:22:02 test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.149 s
03:22:02 test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.235 s
03:22:02 test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.284 s
03:22:02 test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.119 s
03:22:02 test164 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.144 s
03:22:02 test165 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.235 s
03:22:02 test166 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.275 s
03:22:02 test167 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.289 s
03:22:02 test168 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.309 s
03:22:02 test169 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.336 s
03:22:02 test170 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.142 s
03:22:02 test171 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.234 s
03:22:02 test172 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.966 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test172 - Javac found error(s) but Eclipse only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	a(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	c(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 14)\n
03:22:02 	a(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 15)\n
03:22:02 	c(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: error: method a in class X cannot be applied to given types;\n
03:22:02 			a(null);\n
03:22:02 			^\n
03:22:02   required: no arguments\n
03:22:02   found: <null>\n
03:22:02   reason: actual and formal argument lists differ in length\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	a(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	c(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 14)\n
03:22:02 	a(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 15)\n
03:22:02 	c(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: error: method a in class X cannot be applied to given types;\n
03:22:02 			a(null);\n
03:22:02 			^\n
03:22:02   required: no arguments\n
03:22:02   found: <null>\n
03:22:02   reason: actual and formal argument lists differ in length\n
03:22:02 1 error]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest.test172(InnerEmulationTest.java:6870)
03:22:02 
03:22:02 test173 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.561 s
03:22:02 test174 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.445 s
03:22:02 test175 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 2.858 s
03:22:02 test176 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.642 s
03:22:02 testbug373371 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.986 s
03:22:02 testbug481793 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 0.906 s
03:22:02 testbug484546 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.277 s
03:22:02 testbug522061 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest)  Time elapsed: 1.197 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.009 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.308 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.199 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.244 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.222 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.124 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.027 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.131 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.923 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.954 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 1.137 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.935 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.006 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.053 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.002 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.002 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.002 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.SuperTypeTest)  Time elapsed: 0.001 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.262 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.207 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.205 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.225 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.075 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.314 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.357 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.34 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.364 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.392 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.285 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.643 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.364 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.297 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForStatementTest)  Time elapsed: 1.301 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.161 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.962 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.126 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.986 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.988 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.998 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.992 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.986 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.012 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.071 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.994 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.996 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.953 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.966 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.012 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.007 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.318 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.051 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.021 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.105 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.183 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.038 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.995 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test023 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type A\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type A\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest.test023(FieldAccessTest.java:689)
03:22:02 
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test024 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type SuperSuper\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type SuperSuper\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest.test024(FieldAccessTest.java:712)
03:22:02 
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 1.018 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test025 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type Interface\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type Interface\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest.test025(FieldAccessTest.java:743)
03:22:02 
03:22:02 testBug361039 - 10(org.eclipse.jdt.core.tests.compiler.regression.FieldAccessTest)  Time elapsed: 0.975 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.208 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.227 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.971 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.092 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.03 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.155 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.025 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.031 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test011 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test011(SerialVersionUIDTests.java:220)
03:22:02 
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.946 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test012 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test012(SerialVersionUIDTests.java:243)
03:22:02 
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 0.993 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test013 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test013(SerialVersionUIDTests.java:266)
03:22:02 
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.008 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test014 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test014(SerialVersionUIDTests.java:288)
03:22:02 
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.022 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test015 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X<T>.i is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X<T>.i is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test015(SerialVersionUIDTests.java:311)
03:22:02 
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests)  Time elapsed: 1.05 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test016 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.i is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.i is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.SerialVersionUIDTests.test016(SerialVersionUIDTests.java:336)
03:22:02 
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest)  Time elapsed: 1.153 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest)  Time elapsed: 1.173 s
03:22:02 testBug509027 - 10(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest)  Time elapsed: 1.027 s
03:22:02 testBug520714 - 10(org.eclipse.jdt.core.tests.compiler.regression.LineNumberAttributeTest)  Time elapsed: 1.081 s
03:22:02 test0001_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.147 s
03:22:02 test0002_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.007 s
03:22:02 test0003_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
03:22:02 test0004_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0005_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
03:22:02 test0006_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0 s
03:22:02 test0007_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.075 s
03:22:02 test0008_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
03:22:02 test0009_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0010_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.007 s
03:22:02 test0011_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
03:22:02 test0012_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.001 s
03:22:02 test0013_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
03:22:02 test0014_declared_thrown_checked_exceptions_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.001 s
03:22:02 test0015_declared_thrown_checked_exceptions_unread_parameters - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0016_unread_parameters_constructor - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.001 s
03:22:02 test0017_shadowing_package_visible_methods - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.024 s
03:22:02 test0018_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0019_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0020_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0021_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.002 s
03:22:02 test0022_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0023_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0024_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0025_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0026_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0027_declared_thrown_unchecked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0028_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0029_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
03:22:02 test0030_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.001 s
03:22:02 test0031_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0032_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.004 s
03:22:02 test0033_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.003 s
03:22:02 test0034_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.006 s
03:22:02 test0035_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.005 s
03:22:02 test0036_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.006 s
03:22:02 test0037 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.06 s
03:22:02 test0038 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.055 s
03:22:02 test0039 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.033 s
03:22:02 test0040 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.091 s
03:22:02 test0041 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.112 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0041 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	System.out.println(1.0 == 1.0);\n
03:22:02 	                   ^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	System.out.println(1.0f == 1.0f);\n
03:22:02 	                   ^^^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	System.out.println(1.0 == 1.0);\n
03:22:02 	                   ^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	System.out.println(1.0f == 1.0f);\n
03:22:02 	                   ^^^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0041(ProgrammingProblemsTest.java:1578)
03:22:02 
03:22:02 test0042 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.005 s
03:22:02 test0043 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.006 s
03:22:02 test0044 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.99 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0044 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	nvx = nvx;\n
03:22:02 	^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	nvx = nvx;\n
03:22:02 	^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0044(ProgrammingProblemsTest.java:1657)
03:22:02 
03:22:02 test0045 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.001 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0045 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	volatile int x = this.x;\n
03:22:02 	             ^^^^^^^^^^\n
03:22:02 The assignment to variable x has no effect\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 3)\n
03:22:02 	int nvx = this.nvx;\n
03:22:02 	    ^^^^^^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	volatile int x = this.x;\n
03:22:02 	             ^^^^^^^^^^\n
03:22:02 The assignment to variable x has no effect\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 3)\n
03:22:02 	int nvx = this.nvx;\n
03:22:02 	    ^^^^^^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0045(ProgrammingProblemsTest.java:1678)
03:22:02 
03:22:02 test0046 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.071 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0046 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 6)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 6)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046(ProgrammingProblemsTest.java:1706)
03:22:02 
03:22:02 test0046_field - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.316 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0046_field - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field(ProgrammingProblemsTest.java:1746)
03:22:02 
03:22:02 test0046_field_in_private_type - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.095 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0046_field_in_private_type - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public boolean b=false;\n
03:22:02 	               ^\n
03:22:02 The value of the field X.Y.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	protected int k = 2;\n
03:22:02 	              ^\n
03:22:02 The value of the field X.Y.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public boolean b=false;\n
03:22:02 	               ^\n
03:22:02 The value of the field X.Y.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	protected int k = 2;\n
03:22:02 	              ^\n
03:22:02 The value of the field X.Y.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field_in_private_type(ProgrammingProblemsTest.java:1865)
03:22:02 
03:22:02 test0046_field_qualified - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.097 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0046_field_qualified - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field_qualified(ProgrammingProblemsTest.java:1825)
03:22:02 
03:22:02 test0046_field_this_qualified - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.101 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0046_field_this_qualified - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0046_field_this_qualified(ProgrammingProblemsTest.java:1785)
03:22:02 
03:22:02 test0047 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.094 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0047 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	             ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                         ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	             ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                         ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0047(ProgrammingProblemsTest.java:1908)
03:22:02 
03:22:02 test0048 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.069 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0048 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 10)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 10)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0048(ProgrammingProblemsTest.java:1954)
03:22:02 
03:22:02 test0049 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.036 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0049 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0049(ProgrammingProblemsTest.java:2019)
03:22:02 
03:22:02 test0050 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.104 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0050 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (false) {\n
03:22:02         	boolean b=false;\n
03:22:02         	b|=true;\n
03:22:02 		 }\n
03:22:02 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (false) {\n
03:22:02         	boolean b=false;\n
03:22:02         	b|=true;\n
03:22:02 		 }\n
03:22:02 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0050(ProgrammingProblemsTest.java:2075)
03:22:02 
03:22:02 test0051 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.024 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0051 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	X(int abc) {\n
03:22:02 	      ^^^\n
03:22:02 The value of the parameter abc is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	X(int abc) {\n
03:22:02 	      ^^^\n
03:22:02 The value of the parameter abc is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0051(ProgrammingProblemsTest.java:2117)
03:22:02 
03:22:02 test0052 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.152 s
03:22:02 test0052a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.173 s
03:22:02 test0052b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.13 s
03:22:02 test0053 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.085 s
03:22:02 test0054 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.088 s
03:22:02 test0055 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.948 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0055 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in test1\E.java (at line 4)\n
03:22:02 	int a= 10;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable a is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in test1\E.java (at line 4)\n
03:22:02 	int a= 10;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable a is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0055(ProgrammingProblemsTest.java:2287)
03:22:02 
03:22:02 test0056 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.165 s
03:22:02 test0057 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.145 s
03:22:02 test0059 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.073 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0059 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (a != null){\n
03:22:02         	int j = 3;\n
03:22:02         	j++;\n
03:22:02     	}\n
03:22:02 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	int j = 3;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable j is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (a != null){\n
03:22:02         	int j = 3;\n
03:22:02         	j++;\n
03:22:02     	}\n
03:22:02 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	int j = 3;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable j is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0059(ProgrammingProblemsTest.java:2399)
03:22:02 
03:22:02 test0060 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.093 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0060 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0060(ProgrammingProblemsTest.java:2435)
03:22:02 
03:22:02 test0061 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.112 s
03:22:02 test0062 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.026 s
03:22:02 test0063 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.072 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0063 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0063(ProgrammingProblemsTest.java:2630)
03:22:02 
03:22:02 testBug410218a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.233 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug410218a - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	if (set.contains("ONE")) // bad\n
03:22:02 	                 ^^^^^\n
03:22:02 Unlikely argument type String for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	set.remove("ONE"); // bad\n
03:22:02 	           ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 10)\n
03:22:02 	if (set.contains(1)) // bad\n
03:22:02 	                 ^\n
03:22:02 Unlikely argument type int for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 11)\n
03:22:02 	set.remove(1); // bad (tries to remove "Integer 1")\n
03:22:02 	           ^\n
03:22:02 Unlikely argument type int for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	if (set.contains("ONE")) // bad\n
03:22:02 	                 ^^^^^\n
03:22:02 Unlikely argument type String for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	set.remove("ONE"); // bad\n
03:22:02 	           ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 10)\n
03:22:02 	if (set.contains(1)) // bad\n
03:22:02 	                 ^\n
03:22:02 Unlikely argument type int for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 11)\n
03:22:02 	set.remove(1); // bad (tries to remove "Integer 1")\n
03:22:02 	           ^\n
03:22:02 Unlikely argument type int for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218a(ProgrammingProblemsTest.java:2714)
03:22:02 
03:22:02 testBug410218b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.163 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug410218b - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218b(ProgrammingProblemsTest.java:2764)
03:22:02 
03:22:02 testBug410218b2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.212 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug410218b2 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
03:22:02 	                 ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
03:22:02 	                 ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218b2(ProgrammingProblemsTest.java:2797)
03:22:02 
03:22:02 testBug410218c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.392 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug410218c - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (m.containsKey("ONE")) // bad\n
03:22:02 	                  ^^^^^\n
03:22:02 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (m.containsValue("ONE")) // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 5. WARNING in X.java (at line 14)\n
03:22:02 	return m.get("ONE"); // bad\n
03:22:02 	             ^^^^^\n
03:22:02 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (m.containsKey("ONE")) // bad\n
03:22:02 	                  ^^^^^\n
03:22:02 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (m.containsValue("ONE")) // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 5. WARNING in X.java (at line 14)\n
03:22:02 	return m.get("ONE"); // bad\n
03:22:02 	             ^^^^^\n
03:22:02 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218c(ProgrammingProblemsTest.java:2841)
03:22:02 
03:22:02 testBug410218d - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.312 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug410218d - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	numbers.removeAll(stringSet); // bad\n
03:22:02 	                  ^^^^^^^^^\n
03:22:02 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	numbers.removeAll(stringSet); // bad\n
03:22:02 	                  ^^^^^^^^^\n
03:22:02 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218d(ProgrammingProblemsTest.java:2895)
03:22:02 
03:22:02 testBug410218e - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.197 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug410218e - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	return ints.indexOf("ONE"); // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	return ints.indexOf("ONE"); // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218e(ProgrammingProblemsTest.java:2927)
03:22:02 
03:22:02 testBug410218f - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.609 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug410218f - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in test\TestUnlikely.java (at line 30)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 2. WARNING in test\TestUnlikely.java (at line 37)\n
03:22:02 	c.remove(i); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 3. WARNING in test\TestUnlikely.java (at line 39)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 4. WARNING in test\TestUnlikely.java (at line 40)\n
03:22:02 	c.remove(nf); // warning: castable, but not supertype\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 5. WARNING in test\TestUnlikely.java (at line 46)\n
03:22:02 	c.remove(o); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 6. WARNING in test\TestUnlikely.java (at line 48)\n
03:22:02 	c.remove(nf); // warning: impossible\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 7. WARNING in test\TestUnlikely.java (at line 49)\n
03:22:02 	c.remove(s); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 8. WARNING in test\TestUnlikely.java (at line 54)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 9. WARNING in test\TestUnlikely.java (at line 55)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 10. WARNING in test\TestUnlikely.java (at line 63)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
03:22:02 ----------\n
03:22:02 11. WARNING in test\TestUnlikely.java (at line 70)\n
03:22:02 	map.containsKey(value); // warning\n
03:22:02 	                ^^^^^\n
03:22:02 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 12. WARNING in test\TestUnlikely.java (at line 71)\n
03:22:02 	map.containsValue(key); // warning\n
03:22:02 	                  ^^^\n
03:22:02 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 13. WARNING in test\TestUnlikely.java (at line 95)\n
03:22:02 	if (c.contains(iterator.next())) { // warning\n
03:22:02 	               ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type U for contains(Object) on a Collection<T>\n
03:22:02 ----------\n
03:22:02 14. WARNING in test\TestUnlikely.java (at line 105)\n
03:22:02 	c.removeAll(other); // warning\n
03:22:02 	            ^^^^^\n
03:22:02 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 15. WARNING in test\TestUnlikely.java (at line 111)\n
03:22:02 	Predicate<OtherInterface> p2 = c::contains; // warning\n
03:22:02 	                               ^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 16. WARNING in test\TestUnlikely.java (at line 112)\n
03:22:02 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
03:22:02 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 17. INFO in test\TestUnlikely.java (at line 120)\n
03:22:02 	s.equals(i); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 18. INFO in test\TestUnlikely.java (at line 121)\n
03:22:02 	i.equals(s); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 19. INFO in test\TestUnlikely.java (at line 125)\n
03:22:02 	Predicate<String> p1 = i::equals; // info\n
03:22:02 	                       ^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 20. INFO in test\TestUnlikely.java (at line 128)\n
03:22:02 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 21. INFO in test\TestUnlikely.java (at line 131)\n
03:22:02 	Objects.equals(s, i); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 22. INFO in test\TestUnlikely.java (at line 132)\n
03:22:02 	Objects.equals(i, s); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 23. INFO in test\TestUnlikely.java (at line 136)\n
03:22:02 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in test\TestUnlikely.java (at line 30)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 2. WARNING in test\TestUnlikely.java (at line 37)\n
03:22:02 	c.remove(i); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 3. WARNING in test\TestUnlikely.java (at line 39)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 4. WARNING in test\TestUnlikely.java (at line 40)\n
03:22:02 	c.remove(nf); // warning: castable, but not supertype\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 5. WARNING in test\TestUnlikely.java (at line 46)\n
03:22:02 	c.remove(o); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 6. WARNING in test\TestUnlikely.java (at line 48)\n
03:22:02 	c.remove(nf); // warning: impossible\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 7. WARNING in test\TestUnlikely.java (at line 49)\n
03:22:02 	c.remove(s); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 8. WARNING in test\TestUnlikely.java (at line 54)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 9. WARNING in test\TestUnlikely.java (at line 55)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 10. WARNING in test\TestUnlikely.java (at line 63)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
03:22:02 ----------\n
03:22:02 11. WARNING in test\TestUnlikely.java (at line 70)\n
03:22:02 	map.containsKey(value); // warning\n
03:22:02 	                ^^^^^\n
03:22:02 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 12. WARNING in test\TestUnlikely.java (at line 71)\n
03:22:02 	map.containsValue(key); // warning\n
03:22:02 	                  ^^^\n
03:22:02 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 13. WARNING in test\TestUnlikely.java (at line 95)\n
03:22:02 	if (c.contains(iterator.next())) { // warning\n
03:22:02 	               ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type U for contains(Object) on a Collection<T>\n
03:22:02 ----------\n
03:22:02 14. WARNING in test\TestUnlikely.java (at line 105)\n
03:22:02 	c.removeAll(other); // warning\n
03:22:02 	            ^^^^^\n
03:22:02 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 15. WARNING in test\TestUnlikely.java (at line 111)\n
03:22:02 	Predicate<OtherInterface> p2 = c::contains; // warning\n
03:22:02 	                               ^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 16. WARNING in test\TestUnlikely.java (at line 112)\n
03:22:02 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
03:22:02 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 17. INFO in test\TestUnlikely.java (at line 120)\n
03:22:02 	s.equals(i); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 18. INFO in test\TestUnlikely.java (at line 121)\n
03:22:02 	i.equals(s); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 19. INFO in test\TestUnlikely.java (at line 125)\n
03:22:02 	Predicate<String> p1 = i::equals; // info\n
03:22:02 	                       ^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 20. INFO in test\TestUnlikely.java (at line 128)\n
03:22:02 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 21. INFO in test\TestUnlikely.java (at line 131)\n
03:22:02 	Objects.equals(s, i); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 22. INFO in test\TestUnlikely.java (at line 132)\n
03:22:02 	Objects.equals(i, s); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 23. INFO in test\TestUnlikely.java (at line 136)\n
03:22:02 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug410218f(ProgrammingProblemsTest.java:2961)
03:22:02 
03:22:02 testBug513310 - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.189 s
03:22:02 testBug514956a - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.177 s
03:22:02 testBug514956b - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 1.021 s
03:22:02 testBug514956c - 10(org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest)  Time elapsed: 0.968 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug514956c - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Unlikely.java (at line 6)\n
03:22:02 	return i1.equals((I1)this);\n
03:22:02 	                 ^^^^^^^^\n
03:22:02 Unnecessary cast from Unlikely to I1\n
03:22:02 ----------\n
03:22:02 2. ERROR in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unnecessary cast from I2 to I3\n
03:22:02 ----------\n
03:22:02 3. WARNING in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Unlikely.java (at line 6)\n
03:22:02 	return i1.equals((I1)this);\n
03:22:02 	                 ^^^^^^^^\n
03:22:02 Unnecessary cast from Unlikely to I1\n
03:22:02 ----------\n
03:22:02 2. ERROR in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unnecessary cast from I2 to I3\n
03:22:02 ----------\n
03:22:02 3. WARNING in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.testBug514956c(ProgrammingProblemsTest.java:3268)
03:22:02 
03:22:02 testWithOneJar - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithOneJarUsingUTF8Name - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0.007 s
03:22:02 testWithOneJarWithWiteSpace - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnNextLine - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnNextLine5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnTwoLine - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnTwoLine2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnTwoLine3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnTwoLine4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnTwoLineEndedWithEOF - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnTwoLineEndedWithEOF2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnTwoLineEndedWithNewLineEOF - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnTwoLineEndedWithWhiteSpaceEOF - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0 s
03:22:02 testWithSecondJarOnTwoLineEndedWithWhiteSpaceNewLineEOF - 10(org.eclipse.jdt.core.tests.compiler.regression.ManifestAnalyzerTest)  Time elapsed: 0.001 s
03:22:02 test318020a - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.273 s
03:22:02 test318020b - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.114 s
03:22:02 test318020c - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.032 s
03:22:02 test318020d - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.087 s
03:22:02 test318020e - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.94 s
03:22:02 test318020f - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.996 s
03:22:02 test318020g - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.998 s
03:22:02 test318020h - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.153 s
03:22:02 test318020i - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.221 s
03:22:02 test318020j - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.123 s
03:22:02 test318020k - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 0.994 s
03:22:02 test325567 - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.075 s
03:22:02 testBug324178b - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.365 s
03:22:02 testBug324178c - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.198 s
03:22:02 testBug324178d - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.145 s
03:22:02 testBug383690 - 10(org.eclipse.jdt.core.tests.compiler.regression.InitializationTests)  Time elapsed: 1.132 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.095 s
03:22:02 test056a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.15 s
03:22:02 test056b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.59 s
03:22:02 test056c - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.452 s
03:22:02 test056d - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.188 s
03:22:02 test056d_suppress - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.304 s
03:22:02 test056e - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.188 s
03:22:02 test056f - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.211 s
03:22:02 test056g - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.111 s
03:22:02 test056g2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.191 s
03:22:02 test056h - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.198 s
03:22:02 test056i - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.199 s
03:22:02 test056i2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.204 s
03:22:02 test056i_ignore - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.338 s
03:22:02 test056j - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.024 s
03:22:02 test056jconditional - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.155 s
03:22:02 test056k - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.18 s
03:22:02 test056l - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.195 s
03:22:02 test056m - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.367 s
03:22:02 test056n - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.203 s
03:22:02 test056o - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.33 s
03:22:02 test056p - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.204 s
03:22:02 test056q - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.203 s
03:22:02 test056r - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.195 s
03:22:02 test056s - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.186 s
03:22:02 test056t - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.216 s
03:22:02 test056throw1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.032 s
03:22:02 test056throw2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.048 s
03:22:02 test056throw3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.005 s
03:22:02 test056throw4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.112 s
03:22:02 test056throw5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.18 s
03:22:02 test056u - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.195 s
03:22:02 test056v - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.041 s
03:22:02 test056w - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.179 s
03:22:02 test056x - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.027 s
03:22:02 test056y - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.078 s
03:22:02 test056z - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.03 s
03:22:02 test056zz - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.047 s
03:22:02 test056zzz - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.043 s
03:22:02 test061a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.29 s
03:22:02 test061b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.228 s
03:22:02 test061c - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.202 s
03:22:02 test061d - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.175 s
03:22:02 test061e - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.419 s
03:22:02 test061f - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.315 s
03:22:02 test061f2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.191 s
03:22:02 test061f3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.015 s
03:22:02 test061f4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.048 s
03:22:02 test061g - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.213 s
03:22:02 test061h - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.193 s
03:22:02 test061i - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.21 s
03:22:02 test061j - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.328 s
03:22:02 test061k - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.185 s
03:22:02 test061l - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.152 s
03:22:02 test061l2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.095 s
03:22:02 test061l3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.956 s
03:22:02 test061m - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.991 s
03:22:02 test061n - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.996 s
03:22:02 test061o - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.259 s
03:22:02 test061p - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.251 s
03:22:02 test061r - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.178 s
03:22:02 test061s - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.234 s
03:22:02 test062a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.022 s
03:22:02 test062b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.204 s
03:22:02 test062c - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.037 s
03:22:02 test062d - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.096 s
03:22:02 test063a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.064 s
03:22:02 test063b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.095 s
03:22:02 test063c - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.225 s
03:22:02 test063d - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.035 s
03:22:02 test063e - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.18 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.095 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.115 s
03:22:02 test066b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.1 s
03:22:02 test067b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.151 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.121 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.358 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.981 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.158 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.239 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.2 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.028 s
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.965 s
03:22:02 testBug361073c7 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.256 s
03:22:02 testBug368709a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.456 s
03:22:02 testBug368709b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.183 s
03:22:02 testBug371614_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.158 s
03:22:02 testBug371614_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.105 s
03:22:02 testBug371614_comment8 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.436 s
03:22:02 testBug376053 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.214 s
03:22:02 testBug381445_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.091 s
03:22:02 testBug381445_1b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.498 s
03:22:02 testBug381445_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.384 s
03:22:02 testBug381445_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.196 s
03:22:02 testBug385415 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.194 s
03:22:02 testBug386534 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.263 s
03:22:02 testBug388996 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.178 s
03:22:02 testBug390064 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.085 s
03:22:02 testBug394768 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.388 s
03:22:02 testBug394768_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.232 s
03:22:02 testBug395977 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.225 s
03:22:02 testBug395977_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.202 s
03:22:02 testBug395977_1a - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.057 s
03:22:02 testBug395977_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.116 s
03:22:02 testBug396575 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.049 s
03:22:02 testBug397204 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.648 s
03:22:02 testBug397204_comment4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.084 s
03:22:02 testBug400523 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.22 s
03:22:02 testBug411098_comment19 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.076 s
03:22:02 testBug411098_test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.084 s
03:22:02 testBug411098_test2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.107 s
03:22:02 testBug411098_test3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.137 s
03:22:02 testBug411098_test4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.062 s
03:22:02 testBug411098_test5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.137 s
03:22:02 testBug411098_test6 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.055 s
03:22:02 testBug411098_test7 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.107 s
03:22:02 testBug415790_ex2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.026 s
03:22:02 testBug415790_ex4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.1 s
03:22:02 testBug421035 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.05 s
03:22:02 testBug433510 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.943 s
03:22:02 testBug440282 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.085 s
03:22:02 testBug444964 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.029 s
03:22:02 testBug462371_orig - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.075 s
03:22:02 testBug463320 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.22 s
03:22:02 testBug463320_comment19 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.253 s
03:22:02 testBug463320_comment8 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.209 s
03:22:02 testBug473317 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.35 s
03:22:02 testBug486506 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.668 s
03:22:02 testBug519740 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.28 s
03:22:02 testBug527761 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.015 s
03:22:02 testBug527761_neg - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.031 s
03:22:02 testBug527761_otherClose - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 2.326 s
03:22:02 testBug541705 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.261 s
03:22:02 testBug541705b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.278 s
03:22:02 testBug542707_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0.001 s
03:22:02 testBug542707_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0 s
03:22:02 testBug542707_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 0 s
03:22:02 testBug552441 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.231 s
03:22:02 testBug552521 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.304 s
03:22:02 testBug552521_comment14 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.367 s
03:22:02 testBug552521_comment14b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.208 s
03:22:02 testBug558574 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.428 s
03:22:02 testBug558759 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 2.225 s
03:22:02 testBug559119 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.051 s
03:22:02 testBug560460 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.2 s
03:22:02 testBug560610 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.636 s
03:22:02 testBug560671 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.429 s
03:22:02 testBug560671b - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.232 s
03:22:02 testStream1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.208 s
03:22:02 testStream1_Double_Long - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.3 s
03:22:02 testStream1_Int - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.378 s
03:22:02 testStream2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.223 s
03:22:02 testStream3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.306 s
03:22:02 testStream4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ResourceLeakTests)  Time elapsed: 1.491 s
03:22:02 test02 - 10(org.eclipse.jdt.core.tests.compiler.regression.PackageBindingTest)  Time elapsed: 0.012 s
03:22:02 test03 - 10(org.eclipse.jdt.core.tests.compiler.regression.PackageBindingTest)  Time elapsed: 0 s
03:22:02 test04 - 10(org.eclipse.jdt.core.tests.compiler.regression.PackageBindingTest)  Time elapsed: 0.001 s
03:22:02 testBug103304a_private - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.166 s
03:22:02 testBug103304a_public - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.207 s
03:22:02 testBug103304b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.503 s
03:22:02 testBug103304c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.004 s
03:22:02 testBug103304d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.006 s
03:22:02 testBug103304e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.087 s
03:22:02 testBug103304f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.998 s
03:22:02 testBug116464 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.007 s
03:22:02 testBug125518a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.021 s
03:22:02 testBug125518b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.99 s
03:22:02 testBug125518c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.003 s
03:22:02 testBug125518d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.912 s
03:22:02 testBug125518e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.986 s
03:22:02 testBug125903 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.178 s
03:22:02 testBug128954 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.01 s
03:22:02 testBug128954a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.985 s
03:22:02 testBug129241a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.026 s
03:22:02 testBug129241b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.069 s
03:22:02 testBug129241c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.032 s
03:22:02 testBug129241d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1 s
03:22:02 testBug132813 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.989 s
03:22:02 testBug149013_Private01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.03 s
03:22:02 testBug149013_Private02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.008 s
03:22:02 testBug149013_Private03 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.985 s
03:22:02 testBug149013_Public01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.097 s
03:22:02 testBug149013_Public02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1 s
03:22:02 testBug149013_Public03 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.98 s
03:22:02 testBug153399a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.989 s
03:22:02 testBug153399b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.019 s
03:22:02 testBug153399c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.005 s
03:22:02 testBug153399d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.012 s
03:22:02 testBug153399e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.902 s
03:22:02 testBug160015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.972 s
03:22:02 testBug163659 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.996 s
03:22:02 testBug166365 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.033 s
03:22:02 testBug166436 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.934 s
03:22:02 testBug168849a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.951 s
03:22:02 testBug168849b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.97 s
03:22:02 testBug168849c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.025 s
03:22:02 testBug168849d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.005 s
03:22:02 testBug168849e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.01 s
03:22:02 testBug168849f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.992 s
03:22:02 testBug168849g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.005 s
03:22:02 testBug168849h - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.987 s
03:22:02 testBug168849i - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.998 s
03:22:02 testBug168849j - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.923 s
03:22:02 testBug170637 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.065 s
03:22:02 testBug170637a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.026 s
03:22:02 testBug170637b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.003 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug170637b - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 70)\n
03:22:02 	String bar31\n
03:22:02 	       ^^^^^\n
03:22:02 Javadoc: Missing tag for parameter bar31\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 70)\n
03:22:02 	String bar31\n
03:22:02 	       ^^^^^\n
03:22:02 Javadoc: Missing tag for parameter bar31\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug170637b(JavadocBugsTest.java:6696)
03:22:02 
03:22:02 testBug176027a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.997 s
03:22:02 testBug176027b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.046 s
03:22:02 testBug176027c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.944 s
03:22:02 testBug176027d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.002 s
03:22:02 testBug176027f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.029 s
03:22:02 testBug176027g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.965 s
03:22:02 testBug176027h_private - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.103 s
03:22:02 testBug176027h_public - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.01 s
03:22:02 testBug177009a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.995 s
03:22:02 testBug177009b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.001 s
03:22:02 testBug190970a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.979 s
03:22:02 testBug190970b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.992 s
03:22:02 testBug190970c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.023 s
03:22:02 testBug191322 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.003 s
03:22:02 testBug191322b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.995 s
03:22:02 testBug191322c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.094 s
03:22:02 testBug191322d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.02 s
03:22:02 testBug191322e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.976 s
03:22:02 testBug191322f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.013 s
03:22:02 testBug191322g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.088 s
03:22:02 testBug191322h - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.007 s
03:22:02 testBug191322i - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.99 s
03:22:02 testBug195374 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.003 s
03:22:02 testBug206345a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.027 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345a - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\r\n
03:22:02 	* 			{@link expected_error}\r\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\r\n
03:22:02 	* 			{@link expected_error}\r\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345a(JavadocBugsTest.java:8912)
03:22:02 
03:22:02 testBug206345b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.994 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345b - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\r\n
03:22:02 	* 			{@link expected_error}\r\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\r\n
03:22:02 	* 			{@link expected_error}\r\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345b(JavadocBugsTest.java:8941)
03:22:02 
03:22:02 testBug206345c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.985 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345c - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@link raw text:\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@link raw text:\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: raw cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in pkg\X.java (at line 6)\n
03:22:02 	* 			{@link BadLink} is just text}\n
03:22:02 	  			       ^^^^^^^\n
03:22:02 Javadoc: BadLink cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* 			{@link expected_error}\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@link raw text:\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@link raw text:\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: raw cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in pkg\X.java (at line 6)\n
03:22:02 	* 			{@link BadLink} is just text}\n
03:22:02 	  			       ^^^^^^^\n
03:22:02 Javadoc: BadLink cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* 			{@link expected_error}\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345c(JavadocBugsTest.java:8970)
03:22:02 
03:22:02 testBug206345d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.024 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345d - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* 			{@link expected_error}\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* 			{@link expected_error}\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345d(JavadocBugsTest.java:9015)
03:22:02 
03:22:02 testBug206345e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.039 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345e - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{{{{{{@link BadLink}}} is just text}\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{{{{{{@link BadLink}}} is just text}\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345e(JavadocBugsTest.java:9042)
03:22:02 
03:22:02 testBug206345f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.914 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345f - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{@link BadLink}\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{@link BadLink}\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345f(JavadocBugsTest.java:9070)
03:22:02 
03:22:02 testBug206345g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.025 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345g - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345g(JavadocBugsTest.java:9098)
03:22:02 
03:22:02 testBug206345h - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.909 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345h - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345h(JavadocBugsTest.java:9123)
03:22:02 
03:22:02 testBug206345i - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.973 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345i - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345i(JavadocBugsTest.java:9147)
03:22:02 
03:22:02 testBug206345j - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.171 s
03:22:02 testBug206345k - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.224 s
03:22:02 testBug206345l - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.024 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345l - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@literal raw text:\n
03:22:02 	 * 			{@link BadLink}\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@literal raw text:\n
03:22:02 	 * 			{@link BadLink}\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345l(JavadocBugsTest.java:9211)
03:22:02 
03:22:02 testBug206345m - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.993 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug206345m - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{@link BadLink}\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{@link BadLink}\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug206345m(JavadocBugsTest.java:9238)
03:22:02 
03:22:02 testBug207765 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.066 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug207765 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* {@link "http://www.eclipse.org/}\n
03:22:02 	         ^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 2. ERROR in pkg\X.java (at line 6)\n
03:22:02 	* @see "http://www.eclipse.org/\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* {@link "http://www.eclipse.org/}\n
03:22:02 	         ^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 2. ERROR in pkg\X.java (at line 6)\n
03:22:02 	* @see "http://www.eclipse.org/\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug207765(JavadocBugsTest.java:7551)
03:22:02 
03:22:02 testBug221539a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.011 s
03:22:02 testBug221539b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.033 s
03:22:02 testBug221539c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.171 s
03:22:02 testBug222188a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.943 s
03:22:02 testBug222188b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.975 s
03:22:02 testBug222900a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.013 s
03:22:02 testBug222900b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.902 s
03:22:02 testBug222900c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.993 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug222900c - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	* Test the {@code} missing description\n
03:22:02 	             ^^^^\n
03:22:02 Javadoc: Description expected after @code\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 3)\n
03:22:02 	* Test the {@code\n
03:22:02 	             ^^^^\n
03:22:02 Javadoc: Description expected after @code\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	* Test the {@code} missing description\n
03:22:02 	             ^^^^\n
03:22:02 Javadoc: Description expected after @code\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 3)\n
03:22:02 	* Test the {@code\n
03:22:02 	             ^^^^\n
03:22:02 Javadoc: Description expected after @code\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug222900c(JavadocBugsTest.java:7654)
03:22:02 
03:22:02 testBug222902 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.022 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug222902(JavadocBugsTest.java:7707)
03:22:02 
03:22:02 testBug227730a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.986 s
03:22:02 testBug227730b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.991 s
03:22:02 testBug233187a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.005 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug233187a - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in test\a\X.java (at line 10)\n
03:22:02 	* {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n
03:22:02 	             ^^^\n
03:22:02 Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n
03:22:02 ----------\n
03:22:02 2. ERROR in test\a\X.java (at line 11)\n
03:22:02 	* {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n
03:22:02 	                 ^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: no_test[] cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in test\a\X.java (at line 12)\n
03:22:02 	* {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 4. ERROR in test\a\X.java (at line 13)\n
03:22:02 	* {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n
03:22:02 	                        ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in test\a\X.java (at line 10)\n
03:22:02 	* {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n
03:22:02 	             ^^^\n
03:22:02 Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n
03:22:02 ----------\n
03:22:02 2. ERROR in test\a\X.java (at line 11)\n
03:22:02 	* {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n
03:22:02 	                 ^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: no_test[] cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in test\a\X.java (at line 12)\n
03:22:02 	* {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 4. ERROR in test\a\X.java (at line 13)\n
03:22:02 	* {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n
03:22:02 	                        ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug233187a(JavadocBugsTest.java:7853)
03:22:02 
03:22:02 testBug233187b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.988 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug233187b - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in test\b\X.java (at line 10)\n
03:22:02 	* {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n
03:22:02 	             ^^^\n
03:22:02 Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n
03:22:02 ----------\n
03:22:02 2. ERROR in test\b\X.java (at line 11)\n
03:22:02 	* {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n
03:22:02 	                 ^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: no_test cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in test\b\X.java (at line 12)\n
03:22:02 	* {@link X.Y#foo(Y.Z)} KO for javadoc tool\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 4. ERROR in test\b\X.java (at line 13)\n
03:22:02 	* {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n
03:22:02 	                        ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in test\b\X.java (at line 10)\n
03:22:02 	* {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n
03:22:02 	             ^^^\n
03:22:02 Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n
03:22:02 ----------\n
03:22:02 2. ERROR in test\b\X.java (at line 11)\n
03:22:02 	* {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n
03:22:02 	                 ^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: no_test cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in test\b\X.java (at line 12)\n
03:22:02 	* {@link X.Y#foo(Y.Z)} KO for javadoc tool\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 4. ERROR in test\b\X.java (at line 13)\n
03:22:02 	* {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n
03:22:02 	                        ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug233187b(JavadocBugsTest.java:7882)
03:22:02 
03:22:02 testBug233187c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.966 s
03:22:02 testBug233887 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.047 s
03:22:02 testBug237937 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.004 s
03:22:02 testBug246712 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.01 s
03:22:02 testBug246712b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.109 s
03:22:02 testBug246715 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.978 s
03:22:02 testBug247037 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.005 s
03:22:02 testBug247037b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.002 s
03:22:02 testBug247037c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.044 s
03:22:02 testBug247037d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.039 s
03:22:02 testBug254825 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.083 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug254825 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	/** @see #o */\n
03:22:02 	          ^\n
03:22:02 Javadoc: o cannot be resolved or is not a field\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	/** @see #o */\n
03:22:02 	          ^\n
03:22:02 Javadoc: o cannot be resolved or is not a field\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug254825(JavadocBugsTest.java:8110)
03:22:02 
03:22:02 testBug254825b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.973 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug254825b - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	/** @see #o */\n
03:22:02 	          ^\n
03:22:02 Javadoc: o cannot be resolved or is not a field\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	/** @see #o */\n
03:22:02 	          ^\n
03:22:02 Javadoc: o cannot be resolved or is not a field\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug254825b(JavadocBugsTest.java:8131)
03:22:02 
03:22:02 testBug258798_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.95 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug258798_1 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 5)\n
03:22:02 	X(int i) {\n
03:22:02 	      ^\n
03:22:02 Javadoc: Missing tag for parameter i\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 5)\n
03:22:02 	X(int i) {\n
03:22:02 	      ^\n
03:22:02 Javadoc: Missing tag for parameter i\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_1(JavadocBugsTest.java:8165)
03:22:02 
03:22:02 testBug258798_2a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.971 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug258798_2a - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	Y(double d) { super(0); }\n
03:22:02 	         ^\n
03:22:02 Javadoc: Missing tag for parameter d\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	Y(double d) { super(0); }\n
03:22:02 	         ^\n
03:22:02 Javadoc: Missing tag for parameter d\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_2a(JavadocBugsTest.java:8186)
03:22:02 
03:22:02 testBug258798_2b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.203 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug258798_2b - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	Y(List<U> lu) { super(null); }\n
03:22:02 	          ^^\n
03:22:02 Javadoc: Missing tag for parameter lu\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	Y(List<U> lu) { super(null); }\n
03:22:02 	          ^^\n
03:22:02 Javadoc: Missing tag for parameter lu\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_2b(JavadocBugsTest.java:8208)
03:22:02 
03:22:02 testBug258798_2c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.196 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug258798_2c - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	Y(List<U> lu) { super(lu); }\n
03:22:02 	          ^^\n
03:22:02 Javadoc: Missing tag for parameter lu\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	Y(List<U> lu) { super(lu); }\n
03:22:02 	          ^^\n
03:22:02 Javadoc: Missing tag for parameter lu\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug258798_2c(JavadocBugsTest.java:8232)
03:22:02 
03:22:02 testBug258798_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.194 s
03:22:02 testBug267833 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.922 s
03:22:02 testBug267833_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0 s
03:22:02 testBug267833_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.99 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug267833_3 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                ^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                               ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                                             ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                                                         ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	             ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 7. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                            ^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 8. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                             ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 9. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                                            ^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 10. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                                                                               ^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 11. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	             ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 12. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                           ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 13. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                                         ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 14. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                                                             ^^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                ^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                               ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                                             ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                                                         ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	             ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 7. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                            ^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 8. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                             ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 9. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                                            ^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 10. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                                                                               ^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 11. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	             ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 12. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                           ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 13. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                                         ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 14. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                                                             ^^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug267833_3(JavadocBugsTest.java:8498)
03:22:02 
03:22:02 testBug281609a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.096 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug281609a - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* @see PKG\n
03:22:02 	       ^^^\n
03:22:02 Javadoc: PKG cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* @see PKG\n
03:22:02 	       ^^^\n
03:22:02 Javadoc: PKG cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug281609a(JavadocBugsTest.java:8592)
03:22:02 
03:22:02 testBug281609b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.021 s
03:22:02 testBug292510 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.011 s
03:22:02 testBug316782 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.971 s
03:22:02 testBug382606 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.021 s
03:22:02 testBug45592 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.17 s
03:22:02 testBug45596 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.941 s
03:22:02 testBug45596a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.05 s
03:22:02 testBug45596b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.013 s
03:22:02 testBug45669 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.031 s
03:22:02 testBug45669a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.997 s
03:22:02 testBug45737 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.073 s
03:22:02 testBug45782 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.087 s
03:22:02 testBug45782a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.942 s
03:22:02 testBug45958 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.998 s
03:22:02 testBug45958a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.986 s
03:22:02 testBug45958b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.002 s
03:22:02 testBug45958c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.986 s
03:22:02 testBug46901 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.022 s
03:22:02 testBug47132 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.951 s
03:22:02 testBug47215 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.017 s
03:22:02 testBug47339 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.988 s
03:22:02 testBug47339a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.951 s
03:22:02 testBug47339b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.006 s
03:22:02 testBug47339c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.05 s
03:22:02 testBug47341 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.057 s
03:22:02 testBug48064 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.069 s
03:22:02 testBug48064a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1 s
03:22:02 testBug48376 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.918 s
03:22:02 testBug48376a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.991 s
03:22:02 testBug48385 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.205 s
03:22:02 testBug48385And49620 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.201 s
03:22:02 testBug48385a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.002 s
03:22:02 testBug48523 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1 s
03:22:02 testBug48711 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.988 s
03:22:02 testBug49260 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.194 s
03:22:02 testBug49491 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.006 s
03:22:02 testBug49491a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.099 s
03:22:02 testBug50644 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.009 s
03:22:02 testBug50695 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.992 s
03:22:02 testBug50695b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.975 s
03:22:02 testBug51529 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.206 s
03:22:02 testBug51529a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.207 s
03:22:02 testBug51529b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.207 s
03:22:02 testBug51606 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.158 s
03:22:02 testBug51606a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.094 s
03:22:02 testBug51606b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.965 s
03:22:02 testBug51606c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1 s
03:22:02 testBug51626 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.991 s
03:22:02 testBug51911 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.005 s
03:22:02 testBug51911a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.002 s
03:22:02 testBug51911b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.994 s
03:22:02 testBug51911c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.004 s
03:22:02 testBug52216 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.982 s
03:22:02 testBug52216a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.019 s
03:22:02 testBug52216b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.992 s
03:22:02 testBug53279 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.995 s
03:22:02 testBug53279a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.003 s
03:22:02 testBug53279b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.285 s
03:22:02 testBug53279c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.002 s
03:22:02 testBug53290 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.028 s
03:22:02 testBug62812 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.989 s
03:22:02 testBug62812a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.012 s
03:22:02 testBug65174 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.98 s
03:22:02 testBug65174a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.001 s
03:22:02 testBug65174b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.002 s
03:22:02 testBug65174c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.988 s
03:22:02 testBug65174d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.035 s
03:22:02 testBug65180 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1 s
03:22:02 testBug65180a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.998 s
03:22:02 testBug65180b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.971 s
03:22:02 testBug65180c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.104 s
03:22:02 testBug65180d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.902 s
03:22:02 testBug65180e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.001 s
03:22:02 testBug65180f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.991 s
03:22:02 testBug65253 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.975 s
03:22:02 testBug66551 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.933 s
03:22:02 testBug66551a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.908 s
03:22:02 testBug66551b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.989 s
03:22:02 testBug66551c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.014 s
03:22:02 testBug66573 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.956 s
03:22:02 testBug68017conform - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.952 s
03:22:02 testBug68017javadocWarning1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.046 s
03:22:02 testBug68017javadocWarning2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.037 s
03:22:02 testBug68017javadocWarning3 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.995 s
03:22:02 testBug68017negative - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.015 s
03:22:02 testBug68025conform - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.006 s
03:22:02 testBug68025negative - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.001 s
03:22:02 testBug68726conform1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.028 s
03:22:02 testBug68726conform2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.948 s
03:22:02 testBug68726negative1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.003 s
03:22:02 testBug68726negative2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.001 s
03:22:02 testBug69272classInvalid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.91 s
03:22:02 testBug69272classValid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.963 s
03:22:02 testBug69272fieldInvalid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.932 s
03:22:02 testBug69272fieldValid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.004 s
03:22:02 testBug69272methodInvalid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.988 s
03:22:02 testBug69272methodValid - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.925 s
03:22:02 testBug69275conform - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.084 s
03:22:02 testBug69275negative - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.056 s
03:22:02 testBug69302conform1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.931 s
03:22:02 testBug69302negative1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.922 s
03:22:02 testBug69302negative2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.955 s
03:22:02 testBug70892a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.948 s
03:22:02 testBug70892b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.991 s
03:22:02 testBug73348conform - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.976 s
03:22:02 testBug73348negative - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.029 s
03:22:02 testBug73352a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.088 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug73352a(JavadocBugsTest.java:3106)
03:22:02 
03:22:02 testBug73352b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.117 s
03:22:02 testBug73352c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.998 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest.testBug73352c(JavadocBugsTest.java:3238)
03:22:02 
03:22:02 testBug73352d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.097 s
03:22:02 testBug73479 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.991 s
03:22:02 testBug73995 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.013 s
03:22:02 testBug74369 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.093 s
03:22:02 testBug74369deprecated - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.097 s
03:22:02 testBug76324 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.008 s
03:22:02 testBug76324string - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.97 s
03:22:02 testBug76324url - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.022 s
03:22:02 testBug77260 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.178 s
03:22:02 testBug77260nested - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.999 s
03:22:02 testBug77260nested_disabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.065 s
03:22:02 testBug77510disabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.069 s
03:22:02 testBug77510enabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.008 s
03:22:02 testBug77602 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.98 s
03:22:02 testBug77602_Public - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.958 s
03:22:02 testBug78091 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.95 s
03:22:02 testBug80910 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.988 s
03:22:02 testBug82088 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.02 s
03:22:02 testBug83285a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.982 s
03:22:02 testBug83285b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.01 s
03:22:02 testBug83285c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.006 s
03:22:02 testBug86769_Classes1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.15 s
03:22:02 testBug86769_Classes2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.04 s
03:22:02 testBug86769_Field1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.046 s
03:22:02 testBug86769_Fields2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.012 s
03:22:02 testBug86769_Methods2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.998 s
03:22:02 testBug86769_Metthods1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.968 s
03:22:02 testBug87404 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 0.977 s
03:22:02 testBug90302 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.003 s
03:22:02 testBug90302b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocBugsTest)  Time elapsed: 1.09 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.002 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.051 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.012 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.036 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.063 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.11 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.041 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.048 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.945 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.987 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.991 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.002 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.012 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.905 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.982 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.008 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.017 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.984 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.02 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.972 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.006 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.012 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.017 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.972 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.118 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.989 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.975 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.993 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.931 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.09 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.999 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.009 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.994 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.012 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.996 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.984 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.003 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.01 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.997 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.005 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.102 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.021 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.979 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.052 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.948 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.049 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.937 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.003 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.191 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.03 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.168 s
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.005 s
03:22:02 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.022 s
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.945 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.938 s
03:22:02 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.999 s
03:22:02 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.01 s
03:22:02 test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1 s
03:22:02 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.091 s
03:22:02 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.173 s
03:22:02 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.131 s
03:22:02 test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.19 s
03:22:02 test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.195 s
03:22:02 test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.075 s
03:22:02 test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.359 s
03:22:02 test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.094 s
03:22:02 test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.158 s
03:22:02 test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.088 s
03:22:02 test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.201 s
03:22:02 test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.056 s
03:22:02 test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.064 s
03:22:02 test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.119 s
03:22:02 test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.156 s
03:22:02 test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.2 s
03:22:02 test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.128 s
03:22:02 test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.208 s
03:22:02 test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.22 s
03:22:02 test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.462 s
03:22:02 test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.159 s
03:22:02 test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.235 s
03:22:02 test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.929 s
03:22:02 test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.001 s
03:22:02 test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.965 s
03:22:02 test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.122 s
03:22:02 test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.01 s
03:22:02 test126 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.012 s
03:22:02 test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.213 s
03:22:02 test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.176 s
03:22:02 test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.012 s
03:22:02 test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.275 s
03:22:02 test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.221 s
03:22:02 test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.485 s
03:22:02 test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 0.921 s
03:22:02 test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.253 s
03:22:02 test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.115 s
03:22:02 test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.187 s
03:22:02 test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.104 s
03:22:02 test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.214 s
03:22:02 test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.182 s
03:22:02 test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.104 s
03:22:02 test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.189 s
03:22:02 test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.299 s
03:22:02 test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.127 s
03:22:02 test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.121 s
03:22:02 test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.174 s
03:22:02 test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.115 s
03:22:02 test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.185 s
03:22:02 test153 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.133 s
03:22:02 test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.259 s
03:22:02 test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.214 s
03:22:02 test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.193 s
03:22:02 test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.278 s
03:22:02 test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.114 s
03:22:02 test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.315 s
03:22:02 test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.115 s
03:22:02 test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.114 s
03:22:02 test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.165 s
03:22:02 test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForMethod)  Time elapsed: 1.201 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.028 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.003 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.057 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.012 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.934 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.961 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.921 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.012 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.993 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.001 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.187 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.206 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.454 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.352 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.204 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.258 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1.131 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.984 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.915 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 1 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestMixed)  Time elapsed: 0.992 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.932 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.074 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.974 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.022 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.021 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.006 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.983 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.013 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.006 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.972 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.012 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.005 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.152 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.206 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.038 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.276 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.106 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.18 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.108 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.206 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.107 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.136 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.194 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.3 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.978 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.446 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.319 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.173 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.073 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.217 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.148 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.126 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.199 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.175 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.214 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.892 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 1.141 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test055 - Eclipse found error(s) but Javac only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	* <li> {@link Entry} </li>\n
03:22:02 	              ^^^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [rawtypes] found raw type: Map\n
03:22:02 public interface X extends Map {\n
03:22:02                            ^\n
03:22:02   missing type arguments for generic class Map<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Map\n
03:22:02     V extends Object declared in interface Map\n
03:22:02 X.java:9: warning: [rawtypes] found raw type: Entry\n
03:22:02 	Entry e = null;\n
03:22:02 	^\n
03:22:02   missing type arguments for generic class Entry<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Entry\n
03:22:02     V extends Object declared in interface Entry\n
03:22:02 2 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	* <li> {@link Entry} </li>\n
03:22:02 	              ^^^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [rawtypes] found raw type: Map\n
03:22:02 public interface X extends Map {\n
03:22:02                            ^\n
03:22:02   missing type arguments for generic class Map<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Map\n
03:22:02     V extends Object declared in interface Map\n
03:22:02 X.java:9: warning: [rawtypes] found raw type: Entry\n
03:22:02 	Entry e = null;\n
03:22:02 	^\n
03:22:02   missing type arguments for generic class Entry<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Entry\n
03:22:02     V extends Object declared in interface Entry\n
03:22:02 2 warnings]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass.test055(JavadocTestForClass.java:1066)
03:22:02 
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForClass)  Time elapsed: 0.878 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.975 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.036 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.998 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.006 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.996 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.962 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.952 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.142 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.098 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.22 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.188 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.327 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.165 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.225 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.195 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.184 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.254 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.174 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.322 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 0.989 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.303 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.252 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.263 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.162 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.125 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.161 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.21 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.215 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.087 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForConstructor)  Time elapsed: 1.179 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.932 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.996 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.013 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.005 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.001 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.979 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.007 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.017 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.152 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.937 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.001 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.924 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.157 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.183 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.054 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.166 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.124 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.107 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.192 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.172 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.186 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.239 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.21 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.204 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.084 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.201 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.261 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.22 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.092 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.096 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.108 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.099 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.209 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.186 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 1.097 s
03:22:02 test451418 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForField)  Time elapsed: 0.938 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.975 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.017 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.985 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.012 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.899 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.995 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.996 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.99 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.828 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.988 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.985 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.005 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.972 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.119 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.179 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.114 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.119 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.12 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.156 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.04 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.111 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.173 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.228 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.177 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.217 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.98 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.293 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.271 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.205 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.05 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.148 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.061 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.279 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.179 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.178 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.057 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.977 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.027 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.108 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.044 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.936 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.995 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.902 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.961 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.922 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.9 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.018 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.992 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.013 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.966 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.033 s
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.998 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.003 s
03:22:02 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.057 s
03:22:02 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.924 s
03:22:02 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.995 s
03:22:02 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.008 s
03:22:02 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.991 s
03:22:02 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.92 s
03:22:02 test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.105 s
03:22:02 test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.175 s
03:22:02 test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.134 s
03:22:02 test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.164 s
03:22:02 test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.099 s
03:22:02 test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.168 s
03:22:02 test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.128 s
03:22:02 test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.137 s
03:22:02 test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.178 s
03:22:02 test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.124 s
03:22:02 test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.293 s
03:22:02 test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.219 s
03:22:02 test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 0.97 s
03:22:02 test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.215 s
03:22:02 test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.2 s
03:22:02 test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.201 s
03:22:02 test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.163 s
03:22:02 test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.204 s
03:22:02 test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.194 s
03:22:02 test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.03 s
03:22:02 test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.176 s
03:22:02 test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.189 s
03:22:02 test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestForInterface)  Time elapsed: 1.04 s
03:22:02 testInvalidTagsClassDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.063 s
03:22:02 testInvalidTagsClassErrorNotags - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.021 s
03:22:02 testInvalidTagsClassErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.087 s
03:22:02 testInvalidTagsClassErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.036 s
03:22:02 testInvalidTagsClassErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.01 s
03:22:02 testInvalidTagsClassErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.048 s
03:22:02 testInvalidTagsClassNoSupport - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.1 s
03:22:02 testInvalidTagsClassWithMissingTagsOption - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.097 s
03:22:02 testInvalidTagsConstructorDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.005 s
03:22:02 testInvalidTagsConstructorErrorNotags - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.027 s
03:22:02 testInvalidTagsConstructorErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.027 s
03:22:02 testInvalidTagsConstructorErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.985 s
03:22:02 testInvalidTagsConstructorErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.097 s
03:22:02 testInvalidTagsConstructorErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.061 s
03:22:02 testInvalidTagsConstructorNoSupport - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.089 s
03:22:02 testInvalidTagsConstructorWithMissingTagsOption - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.953 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.065 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.091 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.102 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefClassErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.041 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.053 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.056 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.998 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefConstructorErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.006 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.026 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.963 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.059 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefFieldErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.945 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.062 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.221 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.059 s
03:22:02 testInvalidTagsDeprecatedAndNotVisibleRefMethodErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.022 s
03:22:02 testInvalidTagsDeprecatedRefClassErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.515 s
03:22:02 testInvalidTagsDeprecatedRefClassErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.275 s
03:22:02 testInvalidTagsDeprecatedRefClassErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.197 s
03:22:02 testInvalidTagsDeprecatedRefClassErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.101 s
03:22:02 testInvalidTagsDeprecatedRefConstructorErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.044 s
03:22:02 testInvalidTagsDeprecatedRefConstructorErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.991 s
03:22:02 testInvalidTagsDeprecatedRefConstructorErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.356 s
03:22:02 testInvalidTagsDeprecatedRefConstructorErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.308 s
03:22:02 testInvalidTagsDeprecatedRefFieldErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.146 s
03:22:02 testInvalidTagsDeprecatedRefFieldErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.99 s
03:22:02 testInvalidTagsDeprecatedRefFieldErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.992 s
03:22:02 testInvalidTagsDeprecatedRefFieldErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.028 s
03:22:02 testInvalidTagsDeprecatedRefMethodErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.155 s
03:22:02 testInvalidTagsDeprecatedRefMethodErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.028 s
03:22:02 testInvalidTagsDeprecatedRefMethodErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.106 s
03:22:02 testInvalidTagsDeprecatedRefMethodErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.068 s
03:22:02 testInvalidTagsFieldDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.991 s
03:22:02 testInvalidTagsFieldErrorNotags - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.037 s
03:22:02 testInvalidTagsFieldErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.013 s
03:22:02 testInvalidTagsFieldErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.986 s
03:22:02 testInvalidTagsFieldErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.017 s
03:22:02 testInvalidTagsFieldErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.091 s
03:22:02 testInvalidTagsFieldNoSupport - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.969 s
03:22:02 testInvalidTagsFieldWithMissingTagsOption - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.027 s
03:22:02 testInvalidTagsJavadocSupportDisabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 4.173 s
03:22:02 testInvalidTagsMethodDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.118 s
03:22:02 testInvalidTagsMethodErrorNotags - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.094 s
03:22:02 testInvalidTagsMethodErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.081 s
03:22:02 testInvalidTagsMethodErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.098 s
03:22:02 testInvalidTagsMethodErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.012 s
03:22:02 testInvalidTagsMethodErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.09 s
03:22:02 testInvalidTagsMethodNoSupport - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.099 s
03:22:02 testInvalidTagsMethodWithMissingTagsOption - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.1 s
03:22:02 testInvalidTagsNotVisibleRefClassErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.988 s
03:22:02 testInvalidTagsNotVisibleRefClassErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.124 s
03:22:02 testInvalidTagsNotVisibleRefClassErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.981 s
03:22:02 testInvalidTagsNotVisibleRefClassErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.097 s
03:22:02 testInvalidTagsNotVisibleRefConstructorErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.955 s
03:22:02 testInvalidTagsNotVisibleRefConstructorErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.078 s
03:22:02 testInvalidTagsNotVisibleRefConstructorErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.995 s
03:22:02 testInvalidTagsNotVisibleRefConstructorErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.018 s
03:22:02 testInvalidTagsNotVisibleRefFieldErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.011 s
03:22:02 testInvalidTagsNotVisibleRefFieldErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.997 s
03:22:02 testInvalidTagsNotVisibleRefFieldErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.087 s
03:22:02 testInvalidTagsNotVisibleRefFieldErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.093 s
03:22:02 testInvalidTagsNotVisibleRefMethodErrorTagsPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.077 s
03:22:02 testInvalidTagsNotVisibleRefMethodErrorTagsPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.999 s
03:22:02 testInvalidTagsNotVisibleRefMethodErrorTagsProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.022 s
03:22:02 testInvalidTagsNotVisibleRefMethodErrorTagsPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.01 s
03:22:02 testMissingCommentsDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.053 s
03:22:02 testMissingCommentsErrorPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.967 s
03:22:02 testMissingCommentsErrorPackageOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.99 s
03:22:02 testMissingCommentsErrorPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.054 s
03:22:02 testMissingCommentsErrorPrivateOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.049 s
03:22:02 testMissingCommentsErrorProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.046 s
03:22:02 testMissingCommentsErrorProtectedOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.052 s
03:22:02 testMissingCommentsErrorPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.003 s
03:22:02 testMissingCommentsErrorPublicOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1 s
03:22:02 testMissingCommentsJavadocSupportDisabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.164 s
03:22:02 testMissingTagsDefaults - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.044 s
03:22:02 testMissingTagsErrorPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.95 s
03:22:02 testMissingTagsErrorPackageOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.037 s
03:22:02 testMissingTagsErrorPrivate - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.97 s
03:22:02 testMissingTagsErrorPrivateOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.13 s
03:22:02 testMissingTagsErrorProtected - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 0.989 s
03:22:02 testMissingTagsErrorProtectedOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.104 s
03:22:02 testMissingTagsErrorPublic - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.08 s
03:22:02 testMissingTagsErrorPublicOverriding - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.032 s
03:22:02 testMissingTagsJavadocSupportDisabled - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.263 s
03:22:02 testMissingTagsWithInvalidTagsOption - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTestOptions)  Time elapsed: 1.03 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 0.958 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.58 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.472 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.555 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.499 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.007 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.501 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.488 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.512 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.425 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.544 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.148 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.209 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.644 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.668 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.689 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.043 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.027 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.453 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.05 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.169 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 0.929 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssertionTest)  Time elapsed: 1.324 s
03:22:02 test000 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.341 s
03:22:02 test000a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.251 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.264 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.121 s
03:22:02 test002a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.259 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.98 s
03:22:02 test003a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.298 s
03:22:02 test003b - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.149 s
03:22:02 test003c - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.019 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.091 s
03:22:02 test004a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.167 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.013 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.217 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.091 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.204 s
03:22:02 test008a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.032 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.376 s
03:22:02 test009a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.449 s
03:22:02 test010a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.055 s
03:22:02 test010b - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.562 s
03:22:02 test010c - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.229 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.131 s
03:22:02 test011a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.092 s
03:22:02 test011b - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.045 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.204 s
03:22:02 test012a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.026 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.304 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.235 s
03:22:02 test014a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.269 s
03:22:02 test014b - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.283 s
03:22:02 test014c - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.103 s
03:22:02 test014d - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.092 s
03:22:02 test014e - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.311 s
03:22:02 test014f - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.105 s
03:22:02 test014g - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.323 s
03:22:02 test014h - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 2.772 s
03:22:02 test014i - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.326 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.285 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.553 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.001 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.107 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.061 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.514 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.266 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.237 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.245 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.997 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.007 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.1 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.164 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.044 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.221 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.174 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.033 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.201 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.18 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.097 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.066 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.014 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.201 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.183 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.174 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0.974 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.077 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.034 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.145 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.015 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.201 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.129 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.191 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 0 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.211 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.284 s
03:22:02 test058a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.545 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.087 s
03:22:02 test059a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.467 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.278 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.103 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.382 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.213 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.257 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.111 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.257 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.657 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.222 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.01 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.085 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.237 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.277 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.089 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.282 s
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.072 s
03:22:02 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.155 s
03:22:02 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.34 s
03:22:02 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.154 s
03:22:02 test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.129 s
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.249 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.238 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test081 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 5 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 5 warnings\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test081(AmbiguousMethodTest.java:4065)
03:22:02 
03:22:02 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.208 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test082 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 5 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 5 warnings\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test082(AmbiguousMethodTest.java:4119)
03:22:02 
03:22:02 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.193 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test083 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
03:22:02                                                 ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 6 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
03:22:02                                                 ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 6 warnings\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test083(AmbiguousMethodTest.java:4173)
03:22:02 
03:22:02 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.342 s
03:22:02 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.364 s
03:22:02 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.299 s
03:22:02 test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.282 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test087 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: error: reference to with is ambiguous\n
03:22:02     static { with(null); }\n
03:22:02              ^\n
03:22:02   both method <T#1>with(List<? extends T#1>) in X and method <T#2>with(Collection<T#2>) in X match\n
03:22:02   where T#1,T#2 are type-variables:\n
03:22:02     T#1 extends Object declared in method <T#1>with(List<? extends T#1>)\n
03:22:02     T#2 extends Object declared in method <T#2>with(Collection<T#2>)\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:6: error: reference to with is ambiguous\n
03:22:02     static { with(null); }\n
03:22:02              ^\n
03:22:02   both method <T#1>with(List<? extends T#1>) in X and method <T#2>with(Collection<T#2>) in X match\n
03:22:02   where T#1,T#2 are type-variables:\n
03:22:02     T#1 extends Object declared in method <T#1>with(List<? extends T#1>)\n
03:22:02     T#2 extends Object declared in method <T#2>with(Collection<T#2>)\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest.test087(AmbiguousMethodTest.java:4402)
03:22:02 
03:22:02 test088a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.019 s
03:22:02 test088b - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.01 s
03:22:02 test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.16 s
03:22:02 testBug426521 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.235 s
03:22:02 testBug428845 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.063 s
03:22:02 testBug458563 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.105 s
03:22:02 testBug458563a - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.074 s
03:22:02 testBug466730 - 10(org.eclipse.jdt.core.tests.compiler.regression.AmbiguousMethodTest)  Time elapsed: 1.211 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 10.006 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 10.493 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 10.772 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 2.491 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.247 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 2.129 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.269 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.278 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 2.059 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 2.451 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 2.392 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.386 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 2.473 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.272 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.238 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.258 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.16 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.079 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.085 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.265 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.302 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.228 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.336 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.206 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.284 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.251 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.036 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.232 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.474 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.233 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.27 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.287 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.302 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.266 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.285 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.245 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.233 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.204 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.976 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.299 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.304 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.213 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.046 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.064 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.043 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.251 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.341 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.394 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.325 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.344 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.335 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.107 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.247 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.214 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.057 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.281 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.301 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.415 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.436 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.368 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.346 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.36 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.399 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.413 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.249 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.345 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.351 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.342 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.212 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.398 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.436 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.026 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.022 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.301 s
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.179 s
03:22:02 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.121 s
03:22:02 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.333 s
03:22:02 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.343 s
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.528 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.406 s
03:22:02 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.224 s
03:22:02 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.233 s
03:22:02 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.957 s
03:22:02 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.37 s
03:22:02 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.108 s
03:22:02 test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.106 s
03:22:02 test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.113 s
03:22:02 test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.052 s
03:22:02 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.103 s
03:22:02 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.602 s
03:22:02 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.341 s
03:22:02 test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.257 s
03:22:02 test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.024 s
03:22:02 test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.293 s
03:22:02 test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.223 s
03:22:02 test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.458 s
03:22:02 test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.206 s
03:22:02 test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.339 s
03:22:02 test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.004 s
03:22:02 test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 3.587 s
03:22:02 test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.326 s
03:22:02 test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.15 s
03:22:02 test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.455 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest.test104(AutoBoxingTest.java:3160)
03:22:02 
03:22:02 test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.259 s
03:22:02 test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.254 s
03:22:02 test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.239 s
03:22:02 test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.367 s
03:22:02 test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.207 s
03:22:02 test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.185 s
03:22:02 test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.244 s
03:22:02 test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.196 s
03:22:02 test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.991 s
03:22:02 test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.182 s
03:22:02 test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.366 s
03:22:02 test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.056 s
03:22:02 test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.011 s
03:22:02 test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.304 s
03:22:02 test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.398 s
03:22:02 test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.068 s
03:22:02 test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.963 s
03:22:02 test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.981 s
03:22:02 test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.496 s
03:22:02 test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.099 s
03:22:02 test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.466 s
03:22:02 test126 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 0.944 s
03:22:02 test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.477 s
03:22:02 test128 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.028 s
03:22:02 test129 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.066 s
03:22:02 test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.275 s
03:22:02 test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.199 s
03:22:02 test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.225 s
03:22:02 test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.246 s
03:22:02 test134 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.211 s
03:22:02 test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.248 s
03:22:02 test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.28 s
03:22:02 test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.304 s
03:22:02 test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.229 s
03:22:02 test139 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.297 s
03:22:02 test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.219 s
03:22:02 test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.238 s
03:22:02 test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.088 s
03:22:02 test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.164 s
03:22:02 test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.308 s
03:22:02 test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.251 s
03:22:02 test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.242 s
03:22:02 test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.256 s
03:22:02 test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.418 s
03:22:02 test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.293 s
03:22:02 test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.215 s
03:22:02 test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.271 s
03:22:02 test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.321 s
03:22:02 test153 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.131 s
03:22:02 test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.42 s
03:22:02 test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.28 s
03:22:02 test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.253 s
03:22:02 test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.301 s
03:22:02 test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.228 s
03:22:02 test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.123 s
03:22:02 test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.384 s
03:22:02 test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.323 s
03:22:02 test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.217 s
03:22:02 test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.207 s
03:22:02 test164 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.278 s
03:22:02 test165 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.029 s
03:22:02 test166 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.016 s
03:22:02 test167 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.13 s
03:22:02 test168 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.109 s
03:22:02 test169 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutoBoxingTest)  Time elapsed: 1.078 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.279 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.035 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 2.77 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 2.648 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.441 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.244 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.024 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.207 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.231 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.325 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.292 s
03:22:02 test020a - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.282 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.46 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.074 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.255 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.046 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.004 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.045 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.042 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.25 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.211 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.038 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.19 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.211 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.196 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.413 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.532 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.366 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.988 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.971 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.034 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.354 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.177 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.185 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.123 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.97 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.238 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.216 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.116 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.094 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.101 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.033 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.012 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.25 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.222 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.232 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.108 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.23 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.027 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.151 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.981 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.987 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.234 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.226 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.214 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.03 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.038 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.974 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.988 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 2.546 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.299 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.11 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.021 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.2 s
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.235 s
03:22:02 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.057 s
03:22:02 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.139 s
03:22:02 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.149 s
03:22:02 test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.99 s
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.552 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.196 s
03:22:02 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.206 s
03:22:02 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.993 s
03:22:02 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.976 s
03:22:02 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.003 s
03:22:02 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.119 s
03:22:02 test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.084 s
03:22:02 test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.319 s
03:22:02 test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.232 s
03:22:02 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.984 s
03:22:02 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.109 s
03:22:02 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.133 s
03:22:02 test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.027 s
03:22:02 test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.921 s
03:22:02 test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.186 s
03:22:02 test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.225 s
03:22:02 test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.238 s
03:22:02 test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.343 s
03:22:02 test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.104 s
03:22:02 test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 0.988 s
03:22:02 test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.027 s
03:22:02 test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.194 s
03:22:02 test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.214 s
03:22:02 test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.289 s
03:22:02 test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.213 s
03:22:02 test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.402 s
03:22:02 test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_5)  Time elapsed: 1.257 s
03:22:02 test0001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.259 s
03:22:02 test0002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.357 s
03:22:02 test0003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.954 s
03:22:02 test0004 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
03:22:02 test0005 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.085 s
03:22:02 test0006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.999 s
03:22:02 test0007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.083 s
03:22:02 test0008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.951 s
03:22:02 test0009 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.035 s
03:22:02 test0010 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.981 s
03:22:02 test0011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.992 s
03:22:02 test0012 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.308 s
03:22:02 test0013 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.224 s
03:22:02 test0014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.053 s
03:22:02 test0015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.263 s
03:22:02 test0016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.172 s
03:22:02 test0017 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.053 s
03:22:02 test0018 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.188 s
03:22:02 test0019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.028 s
03:22:02 test0020 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.188 s
03:22:02 test0021 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.106 s
03:22:02 test0022 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.22 s
03:22:02 test0023 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.211 s
03:22:02 test0024 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.068 s
03:22:02 test0025 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test0026 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.278 s
03:22:02 test0027 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.092 s
03:22:02 test0028 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.46 s
03:22:02 test0029 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.089 s
03:22:02 test0030 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.238 s
03:22:02 test0031 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.421 s
03:22:02 test0032 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.385 s
03:22:02 test0033 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.009 s
03:22:02 test0034 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s
03:22:02 test0035 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
03:22:02 test0036 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.237 s
03:22:02 test0037 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.189 s
03:22:02 test0038 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.033 s
03:22:02 test0039 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.041 s
03:22:02 test0040 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.197 s
03:22:02 test0041 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.209 s
03:22:02 test0042 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.154 s
03:22:02 test0043 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.239 s
03:22:02 test0044 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.474 s
03:22:02 test0045 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.007 s
03:22:02 test0046 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.911 s
03:22:02 test0047 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.183 s
03:22:02 test0048 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.106 s
03:22:02 test0049 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.426 s
03:22:02 test0050 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
03:22:02 test0050a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1 s
03:22:02 test0050b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.14 s
03:22:02 test0050c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.113 s
03:22:02 test0050d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.193 s
03:22:02 test0051 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.282 s
03:22:02 test0052 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.254 s
03:22:02 test0053 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.278 s
03:22:02 test0054 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.077 s
03:22:02 test0055 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.319 s
03:22:02 test0056 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.039 s
03:22:02 test0057 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.208 s
03:22:02 test0058 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
03:22:02 test0059 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.115 s
03:22:02 test0060 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
03:22:02 test0061 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.988 s
03:22:02 test0062 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.133 s
03:22:02 test0063 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.18 s
03:22:02 test0064 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.004 s
03:22:02 test0065 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
03:22:02 test0066 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.129 s
03:22:02 test0067 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.984 s
03:22:02 test0069 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.122 s
03:22:02 test0070 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.973 s
03:22:02 test0071 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.991 s
03:22:02 test0072 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.019 s
03:22:02 test0073 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.98 s
03:22:02 test0074 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.921 s
03:22:02 test0075 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
03:22:02 test0076 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.065 s
03:22:02 test0077 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.107 s
03:22:02 test0078 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.291 s
03:22:02 test0079 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.275 s
03:22:02 test0081 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.905 s
03:22:02 test0082 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.933 s
03:22:02 test0084 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
03:22:02 test0085 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.188 s
03:22:02 test0086 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.115 s
03:22:02 test0087 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.205 s
03:22:02 test0088 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.158 s
03:22:02 test0089 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.158 s
03:22:02 test0090 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.279 s
03:22:02 test0091 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.155 s
03:22:02 test0092 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.133 s
03:22:02 test0093 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.226 s
03:22:02 test0094 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.273 s
03:22:02 test0095 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.263 s
03:22:02 test0096 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.934 s
03:22:02 test0097 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.998 s
03:22:02 test0098 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
03:22:02 test0099 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.092 s
03:22:02 test0100 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test0101 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.117 s
03:22:02 test0102 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.282 s
03:22:02 test0103 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.315 s
03:22:02 test0104 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
03:22:02 test0105 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.211 s
03:22:02 test0106 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.195 s
03:22:02 test0107 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.181 s
03:22:02 test0108 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.377 s
03:22:02 test0109 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.092 s
03:22:02 test0110 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
03:22:02 test0111 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.045 s
03:22:02 test0112 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 3.15 s
03:22:02 test0113 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.229 s
03:22:02 test0114 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.282 s
03:22:02 test0115 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.347 s
03:22:02 test0116 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.262 s
03:22:02 test0117 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.198 s
03:22:02 test0118 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.44 s
03:22:02 test0118a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.232 s
03:22:02 test0120 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.191 s
03:22:02 test0120a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.154 s
03:22:02 test0121 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.135 s
03:22:02 test0122 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.415 s
03:22:02 test0123 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.9 s
03:22:02 test0124 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.229 s
03:22:02 test0125 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.235 s
03:22:02 test0126 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.09 s
03:22:02 test0127 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.408 s
03:22:02 test0128 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.087 s
03:22:02 test0129 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.153 s
03:22:02 test0130 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.198 s
03:22:02 test0131 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.952 s
03:22:02 test0132 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.895 s
03:22:02 test0133 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.189 s
03:22:02 test0134 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.346 s
03:22:02 test0135 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.146 s
03:22:02 test0136 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.455 s
03:22:02 test0137 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.334 s
03:22:02 test0138 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.173 s
03:22:02 test0139 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.966 s
03:22:02 test0140 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.234 s
03:22:02 test0141 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
03:22:02 test0142 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.091 s
03:22:02 test0143 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.118 s
03:22:02 test0144 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test0145 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.234 s
03:22:02 test0146 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.504 s
03:22:02 test0147 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.412 s
03:22:02 test0148 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.235 s
03:22:02 test0149 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.638 s
03:22:02 test0150 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.225 s
03:22:02 test0151 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.202 s
03:22:02 test0152 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.317 s
03:22:02 test0153 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.217 s
03:22:02 test0154 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.293 s
03:22:02 test0155 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.288 s
03:22:02 test0156 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
03:22:02 test0157 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.263 s
03:22:02 test0158 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.266 s
03:22:02 test0159 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.117 s
03:22:02 test0160 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.078 s
03:22:02 test0161 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
03:22:02 test0162 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.134 s
03:22:02 test0163 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.076 s
03:22:02 test0164 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.31 s
03:22:02 test0165 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.204 s
03:22:02 test0166 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.224 s
03:22:02 test0167 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.277 s
03:22:02 test0168 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test0169 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.196 s
03:22:02 test0170 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
03:22:02 test0171 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.005 s
03:22:02 test0172 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.189 s
03:22:02 test0173 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.269 s
03:22:02 test0174 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.225 s
03:22:02 test0175 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.29 s
03:22:02 test0176 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.149 s
03:22:02 test0177 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.117 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0177(GenericTypeTest.java:5330)
03:22:02 
03:22:02 test0178 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.992 s
03:22:02 test0179 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.216 s
03:22:02 test0180 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.315 s
03:22:02 test0181 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.204 s
03:22:02 test0182 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.054 s
03:22:02 test0183 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.371 s
03:22:02 test0184 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.245 s
03:22:02 test0185 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.159 s
03:22:02 test0186 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.179 s
03:22:02 test0187 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.208 s
03:22:02 test0188 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.102 s
03:22:02 test0189 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.109 s
03:22:02 test0190 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.125 s
03:22:02 test0191 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
03:22:02 test0192 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
03:22:02 test0193 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.174 s
03:22:02 test0194 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
03:22:02 test0195 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.285 s
03:22:02 test0196 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.111 s
03:22:02 test0197 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
03:22:02 test0198 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.067 s
03:22:02 test0199 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.237 s
03:22:02 test0200 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
03:22:02 test0201 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
03:22:02 test0202 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.132 s
03:22:02 test0203 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.242 s
03:22:02 test0204 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.444 s
03:22:02 test0205 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.12 s
03:22:02 test0206 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.159 s
03:22:02 test0207 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
03:22:02 test0208 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.109 s
03:22:02 test0209 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.33 s
03:22:02 test0210 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.98 s
03:22:02 test0211 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.345 s
03:22:02 test0212 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.452 s
03:22:02 test0213 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.272 s
03:22:02 test0214 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.332 s
03:22:02 test0215 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.423 s
03:22:02 test0216 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test0217 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.273 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0217(GenericTypeTest.java:6509)
03:22:02 
03:22:02 test0218 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.383 s
03:22:02 test0219 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.246 s
03:22:02 test0220 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.146 s
03:22:02 test0221 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.21 s
03:22:02 test0222 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
03:22:02 test0223 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.238 s
03:22:02 test0224 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.09 s
03:22:02 test0225 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.102 s
03:22:02 test0226 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
03:22:02 test0227 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.143 s
03:22:02 test0228 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.302 s
03:22:02 test0229 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.224 s
03:22:02 test0230 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.167 s
03:22:02 test0231 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
03:22:02 test0232 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.317 s
03:22:02 test0233 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.303 s
03:22:02 test0234 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.263 s
03:22:02 test0235 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.19 s
03:22:02 test0236 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.254 s
03:22:02 test0237 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.195 s
03:22:02 test0238 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.301 s
03:22:02 test0239 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.252 s
03:22:02 test0240 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.046 s
03:22:02 test0241 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.49 s
03:22:02 test0242 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.333 s
03:22:02 test0243 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.34 s
03:22:02 test0244 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.017 s
03:22:02 test0245 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.999 s
03:22:02 test0246 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.134 s
03:22:02 test0247 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.105 s
03:22:02 test0248 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.187 s
03:22:02 test0249 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.21 s
03:22:02 test0250 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.242 s
03:22:02 test0251 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.109 s
03:22:02 test0252 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.3 s
03:22:02 test0253 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.162 s
03:22:02 test0254 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.587 s
03:22:02 test0255 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
03:22:02 test0256 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.954 s
03:22:02 test0257 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.276 s
03:22:02 test0258 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.487 s
03:22:02 test0259 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.213 s
03:22:02 test0260 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.124 s
03:22:02 test0261 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1 s
03:22:02 test0262 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.006 s
03:22:02 test0263 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.085 s
03:22:02 test0264 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.018 s
03:22:02 test0265 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.495 s
03:22:02 test0266 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.155 s
03:22:02 test0267 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.294 s
03:22:02 test0268 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.315 s
03:22:02 test0269 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.66 s
03:22:02 test0270 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.261 s
03:22:02 test0271 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.146 s
03:22:02 test0272 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
03:22:02 test0273 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.121 s
03:22:02 test0274 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.197 s
03:22:02 test0275 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.182 s
03:22:02 test0276 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.199 s
03:22:02 test0277 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.191 s
03:22:02 test0278 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.344 s
03:22:02 test0279 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
03:22:02 test0280 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.132 s
03:22:02 test0281 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.967 s
03:22:02 test0282 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.339 s
03:22:02 test0283 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.959 s
03:22:02 test0284 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.567 s
03:22:02 test0285 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.339 s
03:22:02 test0286 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.236 s
03:22:02 test0287 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
03:22:02 test0288 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.112 s
03:22:02 test0289 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.02 s
03:22:02 test0290 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
03:22:02 test0291 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.209 s
03:22:02 test0292 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.112 s
03:22:02 test0293 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.694 s
03:22:02 test0294 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.241 s
03:22:02 test0295 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.041 s
03:22:02 test0296 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.054 s
03:22:02 test0297 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.504 s
03:22:02 test0298 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 3.669 s
03:22:02 test0299 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.311 s
03:22:02 test0300 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.266 s
03:22:02 test0301 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.125 s
03:22:02 test0302 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.342 s
03:22:02 test0303 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.493 s
03:22:02 test0304 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.117 s
03:22:02 test0305 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.153 s
03:22:02 test0306 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.01 s
03:22:02 test0307 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.193 s
03:22:02 test0308 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.067 s
03:22:02 test0309 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
03:22:02 test0310 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
03:22:02 test0311 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
03:22:02 test0312 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.16 s
03:22:02 test0313 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.451 s
03:22:02 test0314 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.148 s
03:22:02 test0315 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.207 s
03:22:02 test0316 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.279 s
03:22:02 test0317 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.215 s
03:22:02 test0318 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.126 s
03:22:02 test0319 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.202 s
03:22:02 test0320 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.476 s
03:22:02 test0321 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.524 s
03:22:02 test0322 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.311 s
03:22:02 test0323 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
03:22:02 test0324 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.314 s
03:22:02 test0325 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.053 s
03:22:02 test0326 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.288 s
03:22:02 test0327 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.241 s
03:22:02 test0328 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test0329 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.186 s
03:22:02 test0330 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.235 s
03:22:02 test0331 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.151 s
03:22:02 test0332 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.098 s
03:22:02 test0333 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.256 s
03:22:02 test0334 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.954 s
03:22:02 test0335 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
03:22:02 test0336 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.206 s
03:22:02 test0337 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.789 s
03:22:02 test0338 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.219 s
03:22:02 test0339 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.354 s
03:22:02 test0340 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.315 s
03:22:02 test0341 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.15 s
03:22:02 test0342 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
03:22:02 test0343 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.241 s
03:22:02 test0344 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
03:22:02 test0345 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.255 s
03:22:02 test0346 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.247 s
03:22:02 test0347 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.292 s
03:22:02 test0348 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.102 s
03:22:02 test0349 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.231 s
03:22:02 test0350 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.181 s
03:22:02 test0351 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test0352 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.2 s
03:22:02 test0353 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.192 s
03:22:02 test0354 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.429 s
03:22:02 test0355 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
03:22:02 test0356 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
03:22:02 test0357 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
03:22:02 test0358 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.37 s
03:22:02 test0359 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.447 s
03:22:02 test0360 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.288 s
03:22:02 test0361 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.378 s
03:22:02 test0362 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.293 s
03:22:02 test0363 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.137 s
03:22:02 test0364 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.106 s
03:22:02 test0365 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.069 s
03:22:02 test0366 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
03:22:02 test0367 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.998 s
03:22:02 test0368 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.219 s
03:22:02 test0369 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.242 s
03:22:02 test0370 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.811 s
03:22:02 test0371 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.107 s
03:22:02 test0372 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.385 s
03:22:02 test0373 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.5 s
03:22:02 test0374 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.206 s
03:22:02 test0375 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.105 s
03:22:02 test0376 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.693 s
03:22:02 test0377 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.393 s
03:22:02 test0378 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
03:22:02 test0379 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.345 s
03:22:02 test0380 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.132 s
03:22:02 test0381 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.215 s
03:22:02 test0382 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.24 s
03:22:02 test0383 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 3.271 s
03:22:02 test0384a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.425 s
03:22:02 test0384b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.056 s
03:22:02 test0385 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.185 s
03:22:02 test0386 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
03:22:02 test0387 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.171 s
03:22:02 test0388 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.365 s
03:22:02 test0389 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.308 s
03:22:02 test0390 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.197 s
03:22:02 test0391 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
03:22:02 test0392 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.306 s
03:22:02 test0393 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.343 s
03:22:02 test0394 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.326 s
03:22:02 test0395 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.01 s
03:22:02 test0396 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.299 s
03:22:02 test0397 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.343 s
03:22:02 test0398 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.984 s
03:22:02 test0399 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
03:22:02 test0400 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
03:22:02 test0401 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.246 s
03:22:02 test0402 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.203 s
03:22:02 test0403 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
03:22:02 test0404 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.066 s
03:22:02 test0405 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.71 s
03:22:02 test0406 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.183 s
03:22:02 test0407 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.189 s
03:22:02 test0408 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.387 s
03:22:02 test0409 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.596 s
03:22:02 test0410 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.178 s
03:22:02 test0411 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.349 s
03:22:02 test0412 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.524 s
03:22:02 test0412a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.506 s
03:22:02 test0413 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.156 s
03:22:02 test0414 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.293 s
03:22:02 test0415 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.317 s
03:22:02 test0416 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.475 s
03:22:02 test0417 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.2 s
03:22:02 test0418 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.129 s
03:22:02 test0419 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.174 s
03:22:02 test0420 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test0421 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.446 s
03:22:02 test0422 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.964 s
03:22:02 test0423 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.314 s
03:22:02 test0424 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.204 s
03:22:02 test0425 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.297 s
03:22:02 test0426 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.421 s
03:22:02 test0427 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.45 s
03:22:02 test0428 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.108 s
03:22:02 test0429 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.164 s
03:22:02 test0429a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.105 s
03:22:02 test0429b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.107 s
03:22:02 test0429c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
03:22:02 test0429d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
03:22:02 test0429e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.041 s
03:22:02 test0429f - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.098 s
03:22:02 test0429g - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.031 s
03:22:02 test0430 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.303 s
03:22:02 test0431 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.977 s
03:22:02 test0432 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.16 s
03:22:02 test0433 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.636 s
03:22:02 test0434 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.426 s
03:22:02 test0435 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.301 s
03:22:02 test0436 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.447 s
03:22:02 test0437 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.562 s
03:22:02 test0438 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.284 s
03:22:02 test0439 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
03:22:02 test0440 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.009 s
03:22:02 test0441 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.003 s
03:22:02 test0442 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.522 s
03:22:02 test0443 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.261 s
03:22:02 test0444 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.026 s
03:22:02 test0445 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.019 s
03:22:02 test0446 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
03:22:02 test0447 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.078 s
03:22:02 test0448 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.175 s
03:22:02 test0448a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.226 s
03:22:02 test0449 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
03:22:02 test0450 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
03:22:02 test0451 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.086 s
03:22:02 test0452 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.327 s
03:22:02 test0453 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.022 s
03:22:02 test0454 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.083 s
03:22:02 test0455 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.26 s
03:22:02 test0456 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.239 s
03:22:02 test0457 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.319 s
03:22:02 test0458 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.06 s
03:22:02 test0459 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.181 s
03:22:02 test0460 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.255 s
03:22:02 test0461 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.223 s
03:22:02 test0462 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.167 s
03:22:02 test0463 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.17 s
03:22:02 test0464 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.304 s
03:22:02 test0465 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
03:22:02 test0466 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.974 s
03:22:02 test0467 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.255 s
03:22:02 test0468 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.33 s
03:22:02 test0469 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.408 s
03:22:02 test0470 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.238 s
03:22:02 test0471 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.059 s
03:22:02 test0472 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.146 s
03:22:02 test0473 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.434 s
03:22:02 test0474 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.276 s
03:22:02 test0475 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.187 s
03:22:02 test0476 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.175 s
03:22:02 test0477 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.214 s
03:22:02 test0478 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.232 s
03:22:02 test0479 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.293 s
03:22:02 test0480 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.19 s
03:22:02 test0481 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.287 s
03:22:02 test0482 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.335 s
03:22:02 test0483 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.053 s
03:22:02 test0484 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.296 s
03:22:02 test0485 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.245 s
03:22:02 test0486 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.183 s
03:22:02 test0487 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.169 s
03:22:02 test0488 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test0489 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.168 s
03:22:02 test0490 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.985 s
03:22:02 test0491 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.088 s
03:22:02 test0492 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.125 s
03:22:02 test0493 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.393 s
03:22:02 test0494 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.145 s
03:22:02 test0495 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.451 s
03:22:02 test0496 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.268 s
03:22:02 test0497 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test0498 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.315 s
03:22:02 test0499 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.431 s
03:22:02 test0500 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.456 s
03:22:02 test0501 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.351 s
03:22:02 test0502 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.275 s
03:22:02 test0503 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.176 s
03:22:02 test0504 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.354 s
03:22:02 test0505 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.331 s
03:22:02 test0506 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.287 s
03:22:02 test0507 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.344 s
03:22:02 test0508 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.118 s
03:22:02 test0509 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.517 s
03:22:02 test0510 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.234 s
03:22:02 test0511 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.332 s
03:22:02 test0512 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.297 s
03:22:02 test0513 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.151 s
03:22:02 test0514 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.127 s
03:22:02 test0515 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.066 s
03:22:02 test0516 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.137 s
03:22:02 test0517 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.19 s
03:22:02 test0518 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.16 s
03:22:02 test0519 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test0520 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.21 s
03:22:02 test0521 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.525 s
03:22:02 test0522 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.286 s
03:22:02 test0523 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.209 s
03:22:02 test0524 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.209 s
03:22:02 test0525 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.473 s
03:22:02 test0526 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.13 s
03:22:02 test0527 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
03:22:02 test0528 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.103 s
03:22:02 test0529 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
03:22:02 test0530 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.209 s
03:22:02 test0531 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test0532 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.312 s
03:22:02 test0533 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.394 s
03:22:02 test0534 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.383 s
03:22:02 test0535 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.434 s
03:22:02 test0536 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.392 s
03:22:02 test0537 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.34 s
03:22:02 test0538 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.33 s
03:22:02 test0539 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.103 s
03:22:02 test0540 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.167 s
03:22:02 test0541 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.391 s
03:22:02 test0542 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.26 s
03:22:02 test0543 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s
03:22:02 test0544 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.225 s
03:22:02 test0545 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.068 s
03:22:02 test0546 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.502 s
03:22:02 test0547 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.364 s
03:22:02 test0548 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.98 s
03:22:02 test0549 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.115 s
03:22:02 test0550 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
03:22:02 test0551 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.021 s
03:22:02 test0552 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.218 s
03:22:02 test0553 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.175 s
03:22:02 test0554 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.165 s
03:22:02 test0555 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.206 s
03:22:02 test0556 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.293 s
03:22:02 test0557 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.426 s
03:22:02 test0558 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.32 s
03:22:02 test0559 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.157 s
03:22:02 test0560 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.311 s
03:22:02 test0561 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.06 s
03:22:02 test0562 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.589 s
03:22:02 test0563 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.483 s
03:22:02 test0564 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.536 s
03:22:02 test0565 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.013 s
03:22:02 test0566 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.234 s
03:22:02 test0567 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.397 s
03:22:02 test0568 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.359 s
03:22:02 test0569 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
03:22:02 test0570 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.012 s
03:22:02 test0571 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.336 s
03:22:02 test0572 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.315 s
03:22:02 test0573 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.087 s
03:22:02 test0574 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.332 s
03:22:02 test0575 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.177 s
03:22:02 test0576 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.181 s
03:22:02 test0577 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.039 s
03:22:02 test0578 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.232 s
03:22:02 test0579 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.994 s
03:22:02 test0580 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.326 s
03:22:02 test0581 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.146 s
03:22:02 test0582 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.362 s
03:22:02 test0583 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.971 s
03:22:02 test0584 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.375 s
03:22:02 test0585 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.174 s
03:22:02 test0586 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.271 s
03:22:02 test0587 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.11 s
03:22:02 test0588 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
03:22:02 test0589 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.284 s
03:22:02 test0590 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.327 s
03:22:02 test0591 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.204 s
03:22:02 test0592 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.349 s
03:22:02 test0593 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.433 s
03:22:02 test0594 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.276 s
03:22:02 test0595 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.242 s
03:22:02 test0596 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.316 s
03:22:02 test0597 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.968 s
03:22:02 test0598 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.408 s
03:22:02 test0599 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.264 s
03:22:02 test0600 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.314 s
03:22:02 test0601 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.282 s
03:22:02 test0602 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.083 s
03:22:02 test0603 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.092 s
03:22:02 test0604 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.32 s
03:22:02 test0605 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
03:22:02 test0606 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.032 s
03:22:02 test0607 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.272 s
03:22:02 test0608 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.185 s
03:22:02 test0609 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.174 s
03:22:02 test0610 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.16 s
03:22:02 test0611 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.252 s
03:22:02 test0612 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.312 s
03:22:02 test0613 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
03:22:02 test0614 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.035 s
03:22:02 test0615 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.163 s
03:22:02 test0616 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.097 s
03:22:02 test0617 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.021 s
03:22:02 test0618 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.085 s
03:22:02 test0619 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.354 s
03:22:02 test0620 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
03:22:02 test0621 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.15 s
03:22:02 test0622 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
03:22:02 test0623 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.138 s
03:22:02 test0624 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.339 s
03:22:02 test0625 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.574 s
03:22:02 test0626 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
03:22:02 test0627 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.219 s
03:22:02 test0628 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.246 s
03:22:02 test0629 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.167 s
03:22:02 test0630 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.188 s
03:22:02 test0631 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.176 s
03:22:02 test0632 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.313 s
03:22:02 test0633 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.415 s
03:22:02 test0634 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.08 s
03:22:02 test0635 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.327 s
03:22:02 test0636 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
03:22:02 test0637 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.405 s
03:22:02 test0638 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.411 s
03:22:02 test0639 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.398 s
03:22:02 test0640 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.343 s
03:22:02 test0641 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.151 s
03:22:02 test0642 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.662 s
03:22:02 test0643 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.305 s
03:22:02 test0644 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.934 s
03:22:02 test0645 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
03:22:02 test0646 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.203 s
03:22:02 test0647 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
03:22:02 test0648 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
03:22:02 test0649 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
03:22:02 test0650 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 3.627 s
03:22:02 test0651 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.263 s
03:22:02 test0652 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test0653 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.159 s
03:22:02 test0654 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.339 s
03:22:02 test0655 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.09 s
03:22:02 test0656 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.393 s
03:22:02 test0657 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.204 s
03:22:02 test0658 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.122 s
03:22:02 test0659 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.176 s
03:22:02 test0660 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.244 s
03:22:02 test0661 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.012 s
03:22:02 test0662 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.983 s
03:22:02 test0663 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
03:22:02 test0664 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.991 s
03:22:02 test0665 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.023 s
03:22:02 test0666 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.178 s
03:22:02 test0668 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.315 s
03:22:02 test0669 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.371 s
03:22:02 test0670 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.244 s
03:22:02 test0671 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.173 s
03:22:02 test0672 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test0673 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.344 s
03:22:02 test0674 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.167 s
03:22:02 test0675 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.253 s
03:22:02 test0676 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
03:22:02 test0677 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.101 s
03:22:02 test0678 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.033 s
03:22:02 test0679 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.143 s
03:22:02 test0680 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.39 s
03:22:02 test0681 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.141 s
03:22:02 test0682 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
03:22:02 test0683 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.363 s
03:22:02 test0684 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
03:22:02 test0685 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.09 s
03:22:02 test0686 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.402 s
03:22:02 test0687 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.234 s
03:22:02 test0688 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.33 s
03:22:02 test0689 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.241 s
03:22:02 test0690 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.156 s
03:22:02 test0691 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.153 s
03:22:02 test0692 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.178 s
03:22:02 test0693 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.017 s
03:22:02 test0694 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.082 s
03:22:02 test0695 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.196 s
03:22:02 test0696 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.169 s
03:22:02 test0697 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.309 s
03:22:02 test0698 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.131 s
03:22:02 test0699 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.278 s
03:22:02 test0700 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.389 s
03:22:02 test0701 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.299 s
03:22:02 test0702 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.97 s
03:22:02 test0703 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.154 s
03:22:02 test0704 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.139 s
03:22:02 test0705 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.198 s
03:22:02 test0706 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.095 s
03:22:02 test0706a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
03:22:02 test0706b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.991 s
03:22:02 test0707 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.194 s
03:22:02 test0708 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.369 s
03:22:02 test0709 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.489 s
03:22:02 test0710 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.2 s
03:22:02 test0711 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.73 s
03:22:02 test0712 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.581 s
03:22:02 test0713 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.161 s
03:22:02 test0714 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.729 s
03:22:02 test0715 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.134 s
03:22:02 test0716 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
03:22:02 test0717 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.399 s
03:22:02 test0718 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.292 s
03:22:02 test0719 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.209 s
03:22:02 test0720 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.083 s
03:22:02 test0721 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.365 s
03:22:02 test0722 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.972 s
03:22:02 test0723 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.382 s
03:22:02 test0724 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.329 s
03:22:02 test0725 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.077 s
03:22:02 test0726 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.178 s
03:22:02 test0727 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
03:22:02 test0728 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.127 s
03:22:02 test0729 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.151 s
03:22:02 test0730 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.047 s
03:22:02 test0731 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.185 s
03:22:02 test0732 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.109 s
03:22:02 test0733 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.231 s
03:22:02 test0734 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.29 s
03:22:02 test0735 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test0736 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.137 s
03:22:02 test0737 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.365 s
03:22:02 test0738 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.037 s
03:22:02 test0739 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
03:22:02 test0740 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.103 s
03:22:02 test0741 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
03:22:02 test0742 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test0743 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test0744 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.203 s
03:22:02 test0745 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.373 s
03:22:02 test0746 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.199 s
03:22:02 test0747 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.043 s
03:22:02 test0748 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.095 s
03:22:02 test0749 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.176 s
03:22:02 test0750 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.208 s
03:22:02 test0751 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.992 s
03:22:02 test0752 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.032 s
03:22:02 test0753 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
03:22:02 test0754 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.102 s
03:22:02 test0755 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.013 s
03:22:02 test0756 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.134 s
03:22:02 test0757 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1 s
03:22:02 test0758 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.08 s
03:22:02 test0759 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.269 s
03:22:02 test0760 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.246 s
03:22:02 test0761 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.151 s
03:22:02 test0762 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.146 s
03:22:02 test0763 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.31 s
03:22:02 test0764 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.27 s
03:22:02 test0765 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.21 s
03:22:02 test0766 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.196 s
03:22:02 test0767 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.417 s
03:22:02 test0768 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
03:22:02 test0769 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.403 s
03:22:02 test0770 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.378 s
03:22:02 test0771 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.517 s
03:22:02 test0772 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.213 s
03:22:02 test0773 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.282 s
03:22:02 test0774 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
03:22:02 test0775 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.455 s
03:22:02 test0776 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.382 s
03:22:02 test0777 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.145 s
03:22:02 test0778 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.086 s
03:22:02 test0779 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.399 s
03:22:02 test0780 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.243 s
03:22:02 test0781 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1 s
03:22:02 test0782 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.424 s
03:22:02 test0783 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.08 s
03:22:02 test0784 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.993 s
03:22:02 test0785 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.198 s
03:22:02 test0786 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.353 s
03:22:02 test0787 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.155 s
03:22:02 test0788 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.081 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0788 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
03:22:02 package java.nio.channels.spi;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
03:22:02 package java.nio.channels.spi;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0788(GenericTypeTest.java:25366)
03:22:02 
03:22:02 test0789 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.066 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0789 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
03:22:02 package java.nio.channels.spi;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
03:22:02 package java.nio.channels.spi;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0789(GenericTypeTest.java:25390)
03:22:02 
03:22:02 test0790 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.223 s
03:22:02 test0791 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.152 s
03:22:02 test0792 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.4 s
03:22:02 test0793 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.073 s
03:22:02 test0794 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.275 s
03:22:02 test0795 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.416 s
03:22:02 test0796 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.172 s
03:22:02 test0797 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.21 s
03:22:02 test0798 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.199 s
03:22:02 test0799 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.254 s
03:22:02 test0800 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.244 s
03:22:02 test0801 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.282 s
03:22:02 test0802 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.026 s
03:22:02 test0803 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.202 s
03:22:02 test0804 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.097 s
03:22:02 test0805 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.173 s
03:22:02 test0806 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.241 s
03:22:02 test0807 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.173 s
03:22:02 test0808 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.203 s
03:22:02 test0809 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.298 s
03:22:02 test0810 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.261 s
03:22:02 test0811 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.188 s
03:22:02 test0812 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.039 s
03:22:02 test0813 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.188 s
03:22:02 test0814 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.13 s
03:22:02 test0815 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.044 s
03:22:02 test0816 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.179 s
03:22:02 test0817 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
03:22:02 test0818 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.167 s
03:22:02 test0819 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.442 s
03:22:02 test0820 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.172 s
03:22:02 test0821 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.25 s
03:22:02 test0822 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.197 s
03:22:02 test0823 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.284 s
03:22:02 test0824 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.219 s
03:22:02 test0825 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test0826 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
03:22:02 test0827 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.185 s
03:22:02 test0828 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.107 s
03:22:02 test0829 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.217 s
03:22:02 test0830 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.174 s
03:22:02 test0831 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.188 s
03:22:02 test0832 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.032 s
03:22:02 test0833 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.853 s
03:22:02 test0834 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.126 s
03:22:02 test0835 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.191 s
03:22:02 test0836 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.427 s
03:22:02 test0837 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.272 s
03:22:02 test0838 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.233 s
03:22:02 test0839 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.23 s
03:22:02 test0840 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.052 s
03:22:02 test0841 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.458 s
03:22:02 test0842 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.226 s
03:22:02 test0843 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.51 s
03:22:02 test0844 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.334 s
03:22:02 test0845 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.333 s
03:22:02 test0846 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.27 s
03:22:02 test0847 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.183 s
03:22:02 test0848 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.584 s
03:22:02 test0849 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.038 s
03:22:02 test0850 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.085 s
03:22:02 test0851 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.945 s
03:22:02 test0852 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.955 s
03:22:02 test0853 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.295 s
03:22:02 test0854 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.242 s
03:22:02 test0855 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.405 s
03:22:02 test0856 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.211 s
03:22:02 test0857 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.936 s
03:22:02 test0858 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.251 s
03:22:02 test0859 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.279 s
03:22:02 test0860 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.196 s
03:22:02 test0861 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.113 s
03:22:02 test0862 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.098 s
03:22:02 test0863 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.253 s
03:22:02 test0864 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.037 s
03:22:02 test0865 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.259 s
03:22:02 test0866 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.337 s
03:22:02 test0867 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.25 s
03:22:02 test0868 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.483 s
03:22:02 test0869 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.219 s
03:22:02 test0870 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.329 s
03:22:02 test0871 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.166 s
03:22:02 test0872 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
03:22:02 test0873 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.111 s
03:22:02 test0874 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.279 s
03:22:02 test0875 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.382 s
03:22:02 test0876 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.22 s
03:22:02 test0877 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.259 s
03:22:02 test0878 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.22 s
03:22:02 test0879 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.123 s
03:22:02 test0880 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.127 s
03:22:02 test0881 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.218 s
03:22:02 test0882 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.192 s
03:22:02 test0883 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.3 s
03:22:02 test0884 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.133 s
03:22:02 test0885 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.981 s
03:22:02 test0886 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.306 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0886 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 error: Source option 1.4 is no longer supported. Use 6 or later.\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[error: Source option 1.4 is no longer supported. Use 6 or later.\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0886(GenericTypeTest.java:29083)
03:22:02 
03:22:02 test0887 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.04 s
03:22:02 test0888 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.044 s
03:22:02 test0889 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.677 s
03:22:02 test0890 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.243 s
03:22:02 test0891 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
03:22:02 test0892 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
03:22:02 test0893 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.204 s
03:22:02 test0894 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.347 s
03:22:02 test0895 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.987 s
03:22:02 test0896 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.205 s
03:22:02 test0897 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.192 s
03:22:02 test0898 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.176 s
03:22:02 test0899 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.215 s
03:22:02 test0900 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.997 s
03:22:02 test0901 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.222 s
03:22:02 test0902 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.226 s
03:22:02 test0903 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.113 s
03:22:02 test0904 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.225 s
03:22:02 test0905 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.37 s
03:22:02 test0906 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.116 s
03:22:02 test0907 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.504 s
03:22:02 test0908 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.336 s
03:22:02 test0909 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.079 s
03:22:02 test0910 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.33 s
03:22:02 test0911 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.192 s
03:22:02 test0912 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.171 s
03:22:02 test0913 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.13 s
03:22:02 test0914 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.199 s
03:22:02 test0915 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
03:22:02 test0916 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.186 s
03:22:02 test0917 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.984 s
03:22:02 test0917a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.095 s
03:22:02 test0917b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.086 s
03:22:02 test0917c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.962 s
03:22:02 test0918 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.212 s
03:22:02 test0919 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.264 s
03:22:02 test0920 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.542 s
03:22:02 test0921 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.268 s
03:22:02 test0922 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.12 s
03:22:02 test0923 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.089 s
03:22:02 test0924 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.236 s
03:22:02 test0925 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.519 s
03:22:02 test0926 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.194 s
03:22:02 test0927 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.358 s
03:22:02 test0928 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.148 s
03:22:02 test0929 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.294 s
03:22:02 test0930 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.991 s
03:22:02 test0931 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
03:22:02 test0933 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.112 s
03:22:02 test0934 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.074 s
03:22:02 test0935 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.122 s
03:22:02 test0936 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
03:22:02 test0937 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
03:22:02 test0938 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.192 s
03:22:02 test0939 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.255 s
03:22:02 test0939b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.048 s
03:22:02 test0940 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.212 s
03:22:02 test0941 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.245 s
03:22:02 test0942 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.253 s
03:22:02 test0943 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.303 s
03:22:02 test0944 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.233 s
03:22:02 test0945 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.215 s
03:22:02 test0946 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.268 s
03:22:02 test0947 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.211 s
03:22:02 test0948 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.403 s
03:22:02 test0949 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.265 s
03:22:02 test0950 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.321 s
03:22:02 test0951 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.292 s
03:22:02 test0952 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.152 s
03:22:02 test0953 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test0954 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.229 s
03:22:02 test0955 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.203 s
03:22:02 test0956 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.279 s
03:22:02 test0957 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.943 s
03:22:02 test0958 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.272 s
03:22:02 test0959 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.11 s
03:22:02 test0960 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.103 s
03:22:02 test0961 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.088 s
03:22:02 test0962 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.113 s
03:22:02 test0963 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.254 s
03:22:02 test0964 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.217 s
03:22:02 test0965 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.12 s
03:22:02 test0966 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.305 s
03:22:02 test0967 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.165 s
03:22:02 test0968 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test0969 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.18 s
03:22:02 test0970 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.949 s
03:22:02 test0971 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.081 s
03:22:02 test0972 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 3.739 s
03:22:02 test0973 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.225 s
03:22:02 test0974 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.421 s
03:22:02 test0975 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.286 s
03:22:02 test0976 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.843 s
03:22:02 test0977 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.977 s
03:22:02 test0978 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.242 s
03:22:02 test0979 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.35 s
03:22:02 test0980 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.332 s
03:22:02 test0981 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.506 s
03:22:02 test0982 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.51 s
03:22:02 test0983 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.236 s
03:22:02 test0984 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.505 s
03:22:02 test0985 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.379 s
03:22:02 test0986 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.53 s
03:22:02 test0987 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.095 s
03:22:02 test0988 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.112 s
03:22:02 test0989 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.035 s
03:22:02 test0990 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.081 s
03:22:02 test0991 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.085 s
03:22:02 test0992 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.282 s
03:22:02 test0993 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.422 s
03:22:02 test0994 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.179 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0994 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: error: unexpected type\n
03:22:02 	  (b ? x1 : x2).new Inner();\n
03:22:02 	                    ^\n
03:22:02   required: class,package\n
03:22:02   found:    value\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:8: error: unexpected type\n
03:22:02 	  (b ? x1 : x2).new Inner();\n
03:22:02 	                    ^\n
03:22:02   required: class,package\n
03:22:02   found:    value\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test0994(GenericTypeTest.java:33281)
03:22:02 
03:22:02 test0996 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.305 s
03:22:02 test0997 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.199 s
03:22:02 test0998 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.28 s
03:22:02 test0999 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.25 s
03:22:02 test1000 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.402 s
03:22:02 test1001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.146 s
03:22:02 test1002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.007 s
03:22:02 test1003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.233 s
03:22:02 test1004 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.153 s
03:22:02 test1005 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.19 s
03:22:02 test1005b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.066 s
03:22:02 test1006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.303 s
03:22:02 test1007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.132 s
03:22:02 test1008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test1009 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s
03:22:02 test1010 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.213 s
03:22:02 test1011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.445 s
03:22:02 test1012 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.145 s
03:22:02 test1013 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.379 s
03:22:02 test1014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.273 s
03:22:02 test1015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test1016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.156 s
03:22:02 test1017 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.489 s
03:22:02 test1018 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.22 s
03:22:02 test1018a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.225 s
03:22:02 test1019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.159 s
03:22:02 test1020 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.199 s
03:22:02 test1021 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.275 s
03:22:02 test1021b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.036 s
03:22:02 test1021c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.206 s
03:22:02 test1022 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.17 s
03:22:02 test1023 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.279 s
03:22:02 test1024 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.204 s
03:22:02 test1025 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.336 s
03:22:02 test1026 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.409 s
03:22:02 test1027 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.483 s
03:22:02 test1028 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.363 s
03:22:02 test1029 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.27 s
03:22:02 test1030 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.427 s
03:22:02 test1031 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.067 s
03:22:02 test1032 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test1032a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.219 s
03:22:02 test1033 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.137 s
03:22:02 test1034 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.213 s
03:22:02 test1035 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.351 s
03:22:02 test1036 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.301 s
03:22:02 test1037 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.114 s
03:22:02 test1038 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.242 s
03:22:02 test1039 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.222 s
03:22:02 test1040 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.237 s
03:22:02 test1041 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.104 s
03:22:02 test1042 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.169 s
03:22:02 test1043 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
03:22:02 test1044 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.143 s
03:22:02 test1045 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.962 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1045 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n
03:22:02         X<? extends Long,? extends S> x;\n
03:22:02                          ^\n
03:22:02   where S,T are type-variables:\n
03:22:02     S extends T declared in class X\n
03:22:02     T extends Number declared in class X\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n
03:22:02         X<? extends Long,? extends S> x;\n
03:22:02                          ^\n
03:22:02   where S,T are type-variables:\n
03:22:02     S extends T declared in class X\n
03:22:02     T extends Number declared in class X\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1045(GenericTypeTest.java:35618)
03:22:02 
03:22:02 test1046 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.345 s
03:22:02 test1047 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.349 s
03:22:02 test1048 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.563 s
03:22:02 test1049 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.534 s
03:22:02 test1050 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.397 s
03:22:02 test1051 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.361 s
03:22:02 test1052 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.509 s
03:22:02 test1053 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
03:22:02 test1054 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.212 s
03:22:02 test1055 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.36 s
03:22:02 test1056 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.163 s
03:22:02 test1057 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.57 s
03:22:02 test1058 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.575 s
03:22:02 test1059 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.04 s
03:22:02 test1060 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.34 s
03:22:02 test1061 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.359 s
03:22:02 test1062 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.208 s
03:22:02 test1063 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.196 s
03:22:02 test1064 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.24 s
03:22:02 test1065 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.299 s
03:22:02 test1066 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.553 s
03:22:02 test1067 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.35 s
03:22:02 test1068 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.431 s
03:22:02 test1069 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.127 s
03:22:02 test1070 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.149 s
03:22:02 test1071 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.169 s
03:22:02 test1072 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.087 s
03:22:02 test1073 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.982 s
03:22:02 test1074 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.996 s
03:22:02 test1075 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.287 s
03:22:02 test1076 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test1077 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
03:22:02 test1078 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.369 s
03:22:02 test1079 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.953 s
03:22:02 test1080 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.031 s
03:22:02 test1081 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test1082 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.023 s
03:22:02 test1083 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.535 s
03:22:02 test1084 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.018 s
03:22:02 test1085 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.99 s
03:22:02 test1086 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.067 s
03:22:02 test1087 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.254 s
03:22:02 test1088 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.031 s
03:22:02 test1089 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.934 s
03:22:02 test1091 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.198 s
03:22:02 test1092 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.567 s
03:22:02 test1093 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.045 s
03:22:02 test1094 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.333 s
03:22:02 test1095 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.142 s
03:22:02 test1096 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.245 s
03:22:02 test1098 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.998 s
03:22:02 test1099 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.492 s
03:22:02 test1100 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.02 s
03:22:02 test1101 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.955 s
03:22:02 test1102 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.906 s
03:22:02 test1103 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.983 s
03:22:02 test1104 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.045 s
03:22:02 test1105 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.953 s
03:22:02 test1106 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.162 s
03:22:02 test1107 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.36 s
03:22:02 test1108 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
03:22:02 test1109 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.219 s
03:22:02 test1110 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.232 s
03:22:02 test1111 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.216 s
03:22:02 test1112 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.317 s
03:22:02 test1113 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.287 s
03:22:02 test1114 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.234 s
03:22:02 test1115 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.307 s
03:22:02 test1116 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.209 s
03:22:02 test1117 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.278 s
03:22:02 test1118 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.277 s
03:22:02 test1119 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
03:22:02 test1120 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.956 s
03:22:02 test1121 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.023 s
03:22:02 test1122 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.063 s
03:22:02 test1123 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.907 s
03:22:02 test1124 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.217 s
03:22:02 test1125 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.105 s
03:22:02 test1126 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.282 s
03:22:02 test1127 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.194 s
03:22:02 test1128 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.004 s
03:22:02 test1129 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.234 s
03:22:02 test1130 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.247 s
03:22:02 test1131 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.13 s
03:22:02 test1132 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.199 s
03:22:02 test1133 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.216 s
03:22:02 test1134 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.305 s
03:22:02 test1135 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.201 s
03:22:02 test1136 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.289 s
03:22:02 test1137 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.714 s
03:22:02 test1138 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.402 s
03:22:02 test1139 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.995 s
03:22:02 test1140 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.009 s
03:22:02 test1141 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.017 s
03:22:02 test1142 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.277 s
03:22:02 test1143 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.317 s
03:22:02 test1144 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.267 s
03:22:02 test1145 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.618 s
03:22:02 test1146 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.293 s
03:22:02 test1147 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.382 s
03:22:02 test1148 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.001 s
03:22:02 test1149 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.331 s
03:22:02 test1149b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.143 s
03:22:02 test1150 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.241 s
03:22:02 test1151 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.236 s
03:22:02 test1152 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.148 s
03:22:02 test1153 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.631 s
03:22:02 test1154 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.214 s
03:22:02 test1155 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.292 s
03:22:02 test1156 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.23 s
03:22:02 test1157 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.067 s
03:22:02 test1158 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.101 s
03:22:02 test1159 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.226 s
03:22:02 test1160 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.132 s
03:22:02 test1161 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.173 s
03:22:02 test1162 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.121 s
03:22:02 test1163 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.039 s
03:22:02 test1164 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.015 s
03:22:02 test1165 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
03:22:02 test1166 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.177 s
03:22:02 test1167 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.936 s
03:22:02 test1168 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test1169 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.155 s
03:22:02 test1170 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.231 s
03:22:02 test1171 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.264 s
03:22:02 test1172 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.145 s
03:22:02 test1173 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.008 s
03:22:02 test1174 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test1175 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
03:22:02 test1176 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.253 s
03:22:02 test1177 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.291 s
03:22:02 test1178 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.102 s
03:22:02 test1179 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.062 s
03:22:02 test1180 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.098 s
03:22:02 test1181 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.312 s
03:22:02 test1182 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.153 s
03:22:02 test1183 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.041 s
03:22:02 test1184 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.013 s
03:22:02 test1185 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.081 s
03:22:02 test1186 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.112 s
03:22:02 test1187 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.187 s
03:22:02 test1188 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.101 s
03:22:02 test1189 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.072 s
03:22:02 test1190 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.361 s
03:22:02 test1191 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.113 s
03:22:02 test1192 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.15 s
03:22:02 test1193 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.091 s
03:22:02 test1194 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.196 s
03:22:02 test1195 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.122 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1195 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 java/lang/Class.java:1: error: package exists in another module: java.base\n
03:22:02 package java.lang;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[java/lang/Class.java:1: error: package exists in another module: java.base\n
03:22:02 package java.lang;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1195(GenericTypeTest.java:41859)
03:22:02 
03:22:02 test1196 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.484 s
03:22:02 test1197 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.179 s
03:22:02 test1198 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.336 s
03:22:02 test1198a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.276 s
03:22:02 test1199 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.301 s
03:22:02 test1200 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.2 s
03:22:02 test1201 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.198 s
03:22:02 test1202 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
03:22:02 test1203a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.104 s
03:22:02 test1203b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.024 s
03:22:02 test1203c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.008 s
03:22:02 test1203d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.057 s
03:22:02 test1204 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.407 s
03:22:02 test1205 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.386 s
03:22:02 test1206 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.345 s
03:22:02 test1207 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.11 s
03:22:02 test1208 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.36 s
03:22:02 test1209 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.988 s
03:22:02 test1210 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.146 s
03:22:02 test1211 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.134 s
03:22:02 test1212 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.002 s
03:22:02 test1213 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.012 s
03:22:02 test1214 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.235 s
03:22:02 test1215 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.185 s
03:22:02 test1216 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.049 s
03:22:02 test1217 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.154 s
03:22:02 test1218 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.059 s
03:22:02 test1219 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.404 s
03:22:02 test1220 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.303 s
03:22:02 test1221 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.179 s
03:22:02 test1222 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.018 s
03:22:02 test1223 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.358 s
03:22:02 test1224 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.474 s
03:22:02 test1225 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.447 s
03:22:02 test1226 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.027 s
03:22:02 test1227 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test1228 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.237 s
03:22:02 test1229 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.167 s
03:22:02 test1230 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.376 s
03:22:02 test1231 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.621 s
03:22:02 test1232 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.241 s
03:22:02 test1233 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.244 s
03:22:02 test1234 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.092 s
03:22:02 test1235 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.254 s
03:22:02 test1236 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.201 s
03:22:02 test1237 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.075 s
03:22:02 test1238 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.998 s
03:22:02 test1239 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.051 s
03:22:02 test1240 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.379 s
03:22:02 test1241 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
03:22:02 test1242 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.458 s
03:22:02 test1243 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.236 s
03:22:02 test1244 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.073 s
03:22:02 test1245 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.013 s
03:22:02 test1246 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.011 s
03:22:02 test1247 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.26 s
03:22:02 test1248 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.4 s
03:22:02 test1249 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.411 s
03:22:02 test1250 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.374 s
03:22:02 test1251 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.165 s
03:22:02 test1252 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.032 s
03:22:02 test1253 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.029 s
03:22:02 test1254 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.44 s
03:22:02 test1255 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.223 s
03:22:02 test1256 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.244 s
03:22:02 test1257 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.1 s
03:22:02 test1258 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.251 s
03:22:02 test1259 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.072 s
03:22:02 test1260 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.246 s
03:22:02 test1261 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.028 s
03:22:02 test1262 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.184 s
03:22:02 test1263 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.12 s
03:22:02 test1264 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.347 s
03:22:02 test1265 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.427 s
03:22:02 test1266 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.419 s
03:22:02 test1267 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.402 s
03:22:02 test1268 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.316 s
03:22:02 test1269 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.307 s
03:22:02 test1270 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.319 s
03:22:02 test1271 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.17 s
03:22:02 test1272 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.301 s
03:22:02 test1273 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.244 s
03:22:02 test1274 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.468 s
03:22:02 test1275 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.231 s
03:22:02 test1276 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.495 s
03:22:02 test1277 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.536 s
03:22:02 test1278 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.229 s
03:22:02 test1279 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.379 s
03:22:02 test1280 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.334 s
03:22:02 test1281 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.001 s
03:22:02 test1282 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.182 s
03:22:02 test1283 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.143 s
03:22:02 test1284 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.016 s
03:22:02 test1285 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.134 s
03:22:02 test1286 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.239 s
03:22:02 test1287 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.087 s
03:22:02 test1288 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.146 s
03:22:02 test1289 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.225 s
03:22:02 test1290 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.008 s
03:22:02 test1291 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test1292 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test1293 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.198 s
03:22:02 test1294 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.21 s
03:22:02 test1295 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.384 s
03:22:02 test1296 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.167 s
03:22:02 test1297 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.241 s
03:22:02 test1298 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s
03:22:02 test1299 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.092 s
03:22:02 test1300 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.174 s
03:22:02 test1301 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.192 s
03:22:02 test1302 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.554 s
03:22:02 test1303 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.315 s
03:22:02 test1304 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.369 s
03:22:02 test1305 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.677 s
03:22:02 test1306 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.247 s
03:22:02 test1307 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.212 s
03:22:02 test1308 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.236 s
03:22:02 test1309 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.003 s
03:22:02 test1310 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.148 s
03:22:02 test1311 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.207 s
03:22:02 test1312 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.279 s
03:22:02 test1313 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.131 s
03:22:02 test1314 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.175 s
03:22:02 test1315 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.335 s
03:22:02 test1316 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.537 s
03:22:02 test1317 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.139 s
03:22:02 test1318 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.03 s
03:22:02 test1319 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.339 s
03:22:02 test1320 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.428 s
03:22:02 test1321 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.431 s
03:22:02 test1322 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.18 s
03:22:02 test1323 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0 s
03:22:02 test1324 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.172 s
03:22:02 test1325 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.05 s
03:22:02 test1326 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
03:22:02 test1327 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.095 s
03:22:02 test1328 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.439 s
03:22:02 test1329 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.694 s
03:22:02 test1330 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.796 s
03:22:02 test1331 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.398 s
03:22:02 test1332 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.262 s
03:22:02 test1333 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.712 s
03:22:02 test1334 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.272 s
03:22:02 test1335 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.047 s
03:22:02 test1336 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.084 s
03:22:02 test1337 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.115 s
03:22:02 test1338 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.091 s
03:22:02 test1339 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.182 s
03:22:02 test1340 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.701 s
03:22:02 test1341 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.322 s
03:22:02 test1342 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.313 s
03:22:02 test1343 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.312 s
03:22:02 test1344 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.271 s
03:22:02 test1345 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.2 s
03:22:02 test1346 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.221 s
03:22:02 test1347 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.138 s
03:22:02 test1348 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.122 s
03:22:02 test1349 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.107 s
03:22:02 test1350 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.326 s
03:22:02 test1351 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.506 s
03:22:02 test1352 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.252 s
03:22:02 test1353 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.108 s
03:22:02 test1354 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.378 s
03:22:02 test1355 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.31 s
03:22:02 test1356 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.32 s
03:22:02 test1357 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.208 s
03:22:02 test1358 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.281 s
03:22:02 test1359 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.193 s
03:22:02 test1360 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.469 s
03:22:02 test1361 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.207 s
03:22:02 test1362 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.313 s
03:22:02 test1363 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.131 s
03:22:02 test1364 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.439 s
03:22:02 test1365 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.338 s
03:22:02 test1366 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.264 s
03:22:02 test1367 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.976 s
03:22:02 test1368 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.17 s
03:22:02 test1369 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.13 s
03:22:02 test1370 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.233 s
03:22:02 test1371 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.175 s
03:22:02 test1372 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.236 s
03:22:02 test1373 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.259 s
03:22:02 test1374 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.238 s
03:22:02 test1375 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.272 s
03:22:02 test1376 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.159 s
03:22:02 test1377 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.187 s
03:22:02 test1378 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.568 s
03:22:02 test1379 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.545 s
03:22:02 test1380 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.318 s
03:22:02 test1381 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.254 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1381 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		this.t.baz();\n
03:22:02 		    ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		this.t.baz();\n
03:22:02 		    ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1381(GenericTypeTest.java:48379)
03:22:02 
03:22:02 test1382 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.099 s
03:22:02 test1383 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s
03:22:02 test1384 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.152 s
03:22:02 test1385 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.107 s
03:22:02 test1386 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.144 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1386 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:5: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		xt.get().baz();\n
03:22:02 		      ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:5: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		xt.get().baz();\n
03:22:02 		      ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1386(GenericTypeTest.java:48655)
03:22:02 
03:22:02 test1387 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.147 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1387 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
03:22:02 		System.out.println(this.t.baz);\n
03:22:02 		                         ^\n
03:22:02 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		System.out.println(this.t.baz);\n
03:22:02 		                       ^\n
03:22:02 1 error\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
03:22:02 		System.out.println(this.t.baz);\n
03:22:02 		                         ^\n
03:22:02 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		System.out.println(this.t.baz);\n
03:22:02 		                       ^\n
03:22:02 1 error\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1387(GenericTypeTest.java:48710)
03:22:02 
03:22:02 test1388 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.109 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1388 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
03:22:02 		System.out.println(t.baz);\n
03:22:02 		                    ^\n
03:22:02 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		System.out.println(t.baz);\n
03:22:02 		                   ^\n
03:22:02 1 error\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
03:22:02 		System.out.println(t.baz);\n
03:22:02 		                    ^\n
03:22:02 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		System.out.println(t.baz);\n
03:22:02 		                   ^\n
03:22:02 1 error\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1388(GenericTypeTest.java:48772)
03:22:02 
03:22:02 test1389 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.255 s
03:22:02 test1390 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.073 s
03:22:02 test1391 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.23 s
03:22:02 test1392 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.365 s
03:22:02 test1393 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.236 s
03:22:02 test1394 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.259 s
03:22:02 test1395 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.371 s
03:22:02 test1396 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.232 s
03:22:02 test1398 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.014 s
03:22:02 test1399 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.021 s
03:22:02 test1400 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.034 s
03:22:02 test1401 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.935 s
03:22:02 test1402 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.098 s
03:22:02 test1403 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.909 s
03:22:02 test1404 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.226 s
03:22:02 test1405 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.191 s
03:22:02 test1406 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.689 s
03:22:02 test1407 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.628 s
03:22:02 test1408 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.379 s
03:22:02 test1409 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.337 s
03:22:02 test1410 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.08 s
03:22:02 test1411 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.07 s
03:22:02 test1412 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.237 s
03:22:02 test1413 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.347 s
03:22:02 test1414 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.092 s
03:22:02 test1415 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.937 s
03:22:02 test1416 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.362 s
03:22:02 test1417 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.421 s
03:22:02 test1418 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.278 s
03:22:02 test1419 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.255 s
03:22:02 test1420 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.17 s
03:22:02 test1421 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.235 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1421(GenericTypeTest.java:49972)
03:22:02 
03:22:02 test1422 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
03:22:02 test1423 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.088 s
03:22:02 test1424 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.002 s
03:22:02 test1425 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.386 s
03:22:02 test1426 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.167 s
03:22:02 test1427 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.342 s
03:22:02 test1428 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.332 s
03:22:02 test1429 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.042 s
03:22:02 test1430 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.096 s
03:22:02 test1431 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.081 s
03:22:02 test1432 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.103 s
03:22:02 test1433 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.126 s
03:22:02 test1434 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.124 s
03:22:02 test1435 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.056 s
03:22:02 test1436 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.143 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1436 - Eclipse found error(s) but Javac only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 			foo(l, iae);\n
03:22:02 			   ^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
03:22:02     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			foo(l, iae);\n
03:22:02 			    ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
03:22:02     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
03:22:02 3 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 			foo(l, iae);\n
03:22:02 			   ^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
03:22:02     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			foo(l, iae);\n
03:22:02 			    ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
03:22:02     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
03:22:02 3 warnings]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1436(GenericTypeTest.java:50486)
03:22:02 
03:22:02 test1437 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.202 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1437 - Eclipse found error(s) but Javac only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 			new X(l, iae);\n
03:22:02 			^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			new X(l, iae);\n
03:22:02 			      ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 3 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 			new X(l, iae);\n
03:22:02 			^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			new X(l, iae);\n
03:22:02 			      ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 3 warnings]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1437(GenericTypeTest.java:50534)
03:22:02 
03:22:02 test1438 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.684 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1438 - Eclipse found error(s) but Javac only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
03:22:02 			new X(l, iae){};\n
03:22:02 			^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			new X(l, iae){};\n
03:22:02 			      ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 3 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
03:22:02 			new X(l, iae){};\n
03:22:02 			^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			new X(l, iae){};\n
03:22:02 			      ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 3 warnings]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1438(GenericTypeTest.java:50582)
03:22:02 
03:22:02 test1439 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.79 s
03:22:02 test1440 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.568 s
03:22:02 test1441 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.214 s
03:22:02 test1442 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.133 s
03:22:02 test1443 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.367 s
03:22:02 test1444 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.399 s
03:22:02 test1445 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.543 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1445 - Eclipse found error(s) but Javac only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	static void bar(List l) {\n
03:22:02 	                ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 6. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
03:22:02 ----------\n
03:22:02 7. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	             ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
03:22:02 ----------\n
03:22:02 8. WARNING in X.java (at line 11)\n
03:22:02 	static void baz(List l) throws IOException {\n
03:22:02 	                ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 9. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 10. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 11. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	                    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 12. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	                                          ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 13. WARNING in X.java (at line 15)\n
03:22:02 	X(List l, long l2) throws IOException {\n
03:22:02 	  ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 14. WARNING in X.java (at line 16)\n
03:22:02 	<IOException> this(l);\n
03:22:02 	              ^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 15. WARNING in X.java (at line 16)\n
03:22:02 	<IOException> this(l);\n
03:22:02 	                   ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 16. WARNING in X.java (at line 19)\n
03:22:02 	static void baz2(List l) throws IOException {\n
03:22:02 	                 ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 17. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 18. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 19. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	                    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 20. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	                                            ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [rawtypes] found raw type: List\n
03:22:02 	static void bar(List l) {\n
03:22:02 	                ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:9: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked conversion\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		      ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		            ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked conversion\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		             ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:11: warning: [rawtypes] found raw type: List\n
03:22:02 	static void baz(List l) throws IOException {\n
03:22:02 	                ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                    ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                                         ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                                          ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:15: warning: [rawtypes] found raw type: List\n
03:22:02 	X(List l, long l2) throws IOException {\n
03:22:02 	  ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:16: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		<IOException> this(l);\n
03:22:02 		                  ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:16: warning: [unchecked] unchecked conversion\n
03:22:02 		<IOException> this(l);\n
03:22:02 		                   ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:19: warning: [rawtypes] found raw type: List\n
03:22:02 	static void baz2(List l) throws IOException {\n
03:22:02 	                 ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:20: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                    ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                                           ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                                            ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 18 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	static void bar(List l) {\n
03:22:02 	                ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 6. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
03:22:02 ----------\n
03:22:02 7. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	             ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
03:22:02 ----------\n
03:22:02 8. WARNING in X.java (at line 11)\n
03:22:02 	static void baz(List l) throws IOException {\n
03:22:02 	                ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 9. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 10. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 11. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	                    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 12. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	                                          ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 13. WARNING in X.java (at line 15)\n
03:22:02 	X(List l, long l2) throws IOException {\n
03:22:02 	  ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 14. WARNING in X.java (at line 16)\n
03:22:02 	<IOException> this(l);\n
03:22:02 	              ^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 15. WARNING in X.java (at line 16)\n
03:22:02 	<IOException> this(l);\n
03:22:02 	                   ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 16. WARNING in X.java (at line 19)\n
03:22:02 	static void baz2(List l) throws IOException {\n
03:22:02 	                 ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 17. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 18. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 19. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	                    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 20. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	                                            ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [rawtypes] found raw type: List\n
03:22:02 	static void bar(List l) {\n
03:22:02 	                ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:9: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked conversion\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		      ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		            ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked conversion\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		             ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:11: warning: [rawtypes] found raw type: List\n
03:22:02 	static void baz(List l) throws IOException {\n
03:22:02 	                ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                    ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                                         ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                                          ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:15: warning: [rawtypes] found raw type: List\n
03:22:02 	X(List l, long l2) throws IOException {\n
03:22:02 	  ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:16: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		<IOException> this(l);\n
03:22:02 		                  ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:16: warning: [unchecked] unchecked conversion\n
03:22:02 		<IOException> this(l);\n
03:22:02 		                   ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:19: warning: [rawtypes] found raw type: List\n
03:22:02 	static void baz2(List l) throws IOException {\n
03:22:02 	                 ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:20: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                    ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                                           ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                                            ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 18 warnings]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test1445(GenericTypeTest.java:50899)
03:22:02 
03:22:02 test1446 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.265 s
03:22:02 test1447 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.383 s
03:22:02 test1448 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.171 s
03:22:02 test1449 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.21 s
03:22:02 test1450 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.54 s
03:22:02 test1451 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.201 s
03:22:02 test1452 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.204 s
03:22:02 test1453 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.127 s
03:22:02 test1454 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.324 s
03:22:02 test1455 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.419 s
03:22:02 test1456 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.395 s
03:22:02 test1457 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.001 s
03:22:02 test1458 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.061 s
03:22:02 test1459 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.548 s
03:22:02 test1460 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.203 s
03:22:02 test1461 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 15.311 s
03:22:02 test1462 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 2.202 s
03:22:02 test1463 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.153 s
03:22:02 test1464 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.166 s
03:22:02 test1466 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.174 s
03:22:02 test1467 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.2 s
03:22:02 test268798 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.774 s
03:22:02 test268798a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.257 s
03:22:02 test277643 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.201 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test277643(GenericTypeTest.java:51457)
03:22:02 
03:22:02 test280054 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.191 s
03:22:02 test283306 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.177 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest.test283306(GenericTypeTest.java:51556)
03:22:02 
03:22:02 test294724 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.341 s
03:22:02 testBug401783 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.272 s
03:22:02 testBug433989 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.019 s
03:22:02 testBug433989a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.025 s
03:22:02 testBug433989b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.992 s
03:22:02 testBug460491 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 0.984 s
03:22:02 testBug469201_A - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.178 s
03:22:02 testBug469201_B - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.292 s
03:22:02 testBug492450_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.297 s
03:22:02 testBug532653 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.209 s
03:22:02 testBug541772 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 3.653 s
03:22:02 testBug541772_typeannotations - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 3.54 s
03:22:02 testBug543480BasedOnTest2FromComment4ToSameSameOptimization - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 33.428 s
03:22:02 testBug543480WithSameSubSuperOptimization - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 27.964 s
03:22:02 testBug543480WithoutNullPointerExceptionDuringBytecodeGeneration - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeTest)  Time elapsed: 1.425 s
03:22:02 test282152 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.229 s
03:22:02 test282152b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.189 s
03:22:02 test282152c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.012 s
03:22:02 test282152d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.313 s
03:22:02 test282152e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.978 s
03:22:02 test283353 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.178 s
03:22:02 test322531b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.12 s
03:22:02 test322531c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.103 s
03:22:02 test322531d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.167 s
03:22:02 test322531e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.127 s
03:22:02 test322531f - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.124 s
03:22:02 test322531i - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.175 s
03:22:02 test322817 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.091 s
03:22:02 test322817b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.097 s
03:22:02 test322817c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.104 s
03:22:02 test322817d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.124 s
03:22:02 test322817e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.173 s
03:22:02 test322817f - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.22 s
03:22:02 test322817g - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.26 s
03:22:02 test322817h - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.324 s
03:22:02 test322817i - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.283 s
03:22:02 test322817j - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.297 s
03:22:02 test322817k - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.296 s
03:22:02 test330869 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.292 s
03:22:02 test334121 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.93 s
03:22:02 test334313 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.196 s
03:22:02 test334313b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.103 s
03:22:02 test334313c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.095 s
03:22:02 test334313d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.113 s
03:22:02 test334313e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.083 s
03:22:02 test334493 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.119 s
03:22:02 test334622a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.082 s
03:22:02 test334622b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.101 s
03:22:02 test334622c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.09 s
03:22:02 test334622d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.025 s
03:22:02 test335751 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.077 s
03:22:02 test337751 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.59 s
03:22:02 test337751a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.692 s
03:22:02 test337962 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.396 s
03:22:02 test337962b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.243 s
03:22:02 test338011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.298 s
03:22:02 test338011b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.202 s
03:22:02 test338350 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.689 s
03:22:02 test339478a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0 s
03:22:02 test339478b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.904 s
03:22:02 test339478c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.958 s
03:22:02 test339478d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.835 s
03:22:02 test339478e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.91 s
03:22:02 test339478f - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.969 s
03:22:02 test339478g - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.879 s
03:22:02 test339478h - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.988 s
03:22:02 test339478i - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.936 s
03:22:02 test339478j - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.953 s
03:22:02 test339478k - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.945 s
03:22:02 test339478l - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.95 s
03:22:02 test339478m - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.871 s
03:22:02 test339478n - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.983 s
03:22:02 test339478o - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.119 s
03:22:02 test339478p - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.119 s
03:22:02 test339478q - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.995 s
03:22:02 test347145 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.17 s
03:22:02 test347426 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.226 s
03:22:02 test347426b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.228 s
03:22:02 test347426c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.186 s
03:22:02 test347600 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.076 s
03:22:02 test347746 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.1 s
03:22:02 test348493 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0 s
03:22:02 test348493a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0 s
03:22:02 test366131 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.319 s
03:22:02 test366131b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.159 s
03:22:02 test375394 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.295 s
03:22:02 test385780 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.988 s
03:22:02 test397888a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.969 s
03:22:02 test397888b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.001 s
03:22:02 test401456 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.178 s
03:22:02 test416480 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.218 s
03:22:02 test421922 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.158 s
03:22:02 test425203 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.417 s
03:22:02 test425719 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.496 s
03:22:02 test425719a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.295 s
03:22:02 test425719b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.412 s
03:22:02 test426534 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.287 s
03:22:02 test426589 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.201 s
03:22:02 test426633 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.131 s
03:22:02 test426633a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.151 s
03:22:02 test426633b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.117 s
03:22:02 test426678 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.12 s
03:22:02 test426678a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.277 s
03:22:02 test426836 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.192 s
03:22:02 test427282 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.253 s
03:22:02 test427411 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.462 s
03:22:02 test427728 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.26 s
03:22:02 test427728a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.347 s
03:22:02 test427736 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.094 s
03:22:02 test427992 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.602 s
03:22:02 test428019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.322 s
03:22:02 test428071 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.187 s
03:22:02 test428285 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.245 s
03:22:02 test429733b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.262 s
03:22:02 test429733c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.289 s
03:22:02 test434118 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.666 s
03:22:02 test438246 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.328 s
03:22:02 test440019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.291 s
03:22:02 test440019_c9 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.391 s
03:22:02 test443596 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.24 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test443596 - Javac found error(s) but Eclipse only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
03:22:02 	                                                           ^^^\n
03:22:02 Type safety: Potential heap pollution via varargs parameter arg\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate<? super T>\n
03:22:02     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
03:22:02                                                                ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>and(Predicate<? super T>...)\n
03:22:02 X.java:8: error: no suitable method found for and(Predicate<CAP#1>,Predicate<CAP#2>)\n
03:22:02         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile\n
03:22:02                                               ^\n
03:22:02     method X.<T#1>and(Predicate<? super T#1>...) is not applicable\n
03:22:02       (inference variable T#1 has incompatible upper bounds CAP#3,CAP#1,Object)\n
03:22:02     method X.<T#2>and(Predicate<? super T#2>,Predicate<? super T#2>) is not applicable\n
03:22:02       (inference variable T#2 has incompatible upper bounds CAP#3,CAP#1,Object)\n
03:22:02   where E,T#1,T#2 are type-variables:\n
03:22:02     E extends Object declared in class FilteredCollection\n
03:22:02     T#1 extends Object declared in method <T#1>and(Predicate<? super T#1>...)\n
03:22:02     T#2 extends Object declared in method <T#2>and(Predicate<? super T#2>,Predicate<? super T#2>)\n
03:22:02   where CAP#1,CAP#2,CAP#3 are fresh type-variables:\n
03:22:02     CAP#1 extends Object super: E from capture of ? super E\n
03:22:02     CAP#2 extends Object from capture of ?\n
03:22:02     CAP#3 extends Object from capture of ?\n
03:22:02 1 error\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
03:22:02 	                                                           ^^^\n
03:22:02 Type safety: Potential heap pollution via varargs parameter arg\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate<? super T>\n
03:22:02     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
03:22:02                                                                ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>and(Predicate<? super T>...)\n
03:22:02 X.java:8: error: no suitable method found for and(Predicate<CAP#1>,Predicate<CAP#2>)\n
03:22:02         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile\n
03:22:02                                               ^\n
03:22:02     method X.<T#1>and(Predicate<? super T#1>...) is not applicable\n
03:22:02       (inference variable T#1 has incompatible upper bounds CAP#3,CAP#1,Object)\n
03:22:02     method X.<T#2>and(Predicate<? super T#2>,Predicate<? super T#2>) is not applicable\n
03:22:02       (inference variable T#2 has incompatible upper bounds CAP#3,CAP#1,Object)\n
03:22:02   where E,T#1,T#2 are type-variables:\n
03:22:02     E extends Object declared in class FilteredCollection\n
03:22:02     T#1 extends Object declared in method <T#1>and(Predicate<? super T#1>...)\n
03:22:02     T#2 extends Object declared in method <T#2>and(Predicate<? super T#2>,Predicate<? super T#2>)\n
03:22:02   where CAP#1,CAP#2,CAP#3 are fresh type-variables:\n
03:22:02     CAP#1 extends Object super: E from capture of ? super E\n
03:22:02     CAP#2 extends Object from capture of ?\n
03:22:02     CAP#3 extends Object from capture of ?\n
03:22:02 1 error\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest.test443596(GenericsRegressionTest.java:5186)
03:22:02 
03:22:02 test444024 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.353 s
03:22:02 test444334 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.422 s
03:22:02 test446223 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.17 s
03:22:02 test446235 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.248 s
03:22:02 test448795 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.082 s
03:22:02 test448795a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.329 s
03:22:02 test448795b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.265 s
03:22:02 test448795c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.321 s
03:22:02 test489636 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.07 s
03:22:02 testBug395002_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.037 s
03:22:02 testBug395002_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.08 s
03:22:02 testBug395002_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.098 s
03:22:02 testBug395002_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.015 s
03:22:02 testBug395002_combined - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1 s
03:22:02 testBug395002_full - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.002 s
03:22:02 testBug399527 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.199 s
03:22:02 testBug399527_comment1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.103 s
03:22:02 testBug399527_corrected - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.203 s
03:22:02 testBug405706a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.278 s
03:22:02 testBug405706b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.27 s
03:22:02 testBug408441 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.433 s
03:22:02 testBug413958_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.216 s
03:22:02 testBug413958_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.171 s
03:22:02 testBug415734 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.229 s
03:22:02 testBug422832 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.069 s
03:22:02 testBug426537 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.028 s
03:22:02 testBug426537_generic - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.08 s
03:22:02 testBug426590 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.084 s
03:22:02 testBug426590b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.146 s
03:22:02 testBug427216 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.399 s
03:22:02 testBug427433 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.114 s
03:22:02 testBug427433b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.173 s
03:22:02 testBug427438c3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.221 s
03:22:02 testBug427957 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.055 s
03:22:02 testBug428366 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.123 s
03:22:02 testBug430686 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.075 s
03:22:02 testBug430759 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.137 s
03:22:02 testBug430987 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.195 s
03:22:02 testBug431408 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.087 s
03:22:02 testBug431581 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.152 s
03:22:02 testBug432603 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.249 s
03:22:02 testBug432603a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.287 s
03:22:02 testBug434044 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.107 s
03:22:02 testBug434044_comment20 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.1 s
03:22:02 testBug434044_comment36 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.125 s
03:22:02 testBug434570 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.298 s
03:22:02 testBug434570_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.109 s
03:22:02 testBug434570_comment3b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.334 s
03:22:02 testBug434630 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.041 s
03:22:02 testBug434630_comment7 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.108 s
03:22:02 testBug434793 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.735 s
03:22:02 testBug435643 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.38 s
03:22:02 testBug438337comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.081 s
03:22:02 testBug438337comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.004 s
03:22:02 testBug441905 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.244 s
03:22:02 testBug452194 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.164 s
03:22:02 testBug454644 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.533 s
03:22:02 testBug456459a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.361 s
03:22:02 testBug456459b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.206 s
03:22:02 testBug456459c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.994 s
03:22:02 testBug456924 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.1 s
03:22:02 testBug460491_comment23 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.184 s
03:22:02 testBug469297 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.373 s
03:22:02 testBug478708 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.015 s
03:22:02 testBug498057 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.389 s
03:22:02 testBug498486 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.068 s
03:22:02 testBug499048 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.975 s
03:22:02 testBug499126 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.977 s
03:22:02 testBug508799 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.179 s
03:22:02 testBug515614 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.189 s
03:22:02 testBug518157A - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.177 s
03:22:02 testBug518157B - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.168 s
03:22:02 testBug520482 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.095 s
03:22:02 testBug521212 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.043 s
03:22:02 testBug526132 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.143 s
03:22:02 testBug526423 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.388 s
03:22:02 testBug532137 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 2.525 s
03:22:02 testBug540313 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.995 s
03:22:02 testBug540313a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.014 s
03:22:02 testBug540313b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 0.997 s
03:22:02 testBug543526 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.276 s
03:22:02 testBug543526b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.315 s
03:22:02 testBug552388 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.187 s
03:22:02 testBug552388b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest)  Time elapsed: 1.303 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.21 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.094 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.103 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.256 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.04 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.21 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.274 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.076 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.044 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.224 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 0.989 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.195 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.286 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.353 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.196 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.24 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.261 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.153 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.209 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.282 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.184 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.297 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.195 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.376 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.327 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.277 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.435 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.417 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.312 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.33 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.559 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.34 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.505 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.356 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.399 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.467 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.542 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.308 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.588 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.596 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.267 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.073 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.21 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.191 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.151 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.272 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.177 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.302 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.306 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.195 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.221 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.336 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.247 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.16 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.284 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.19 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.335 s
03:22:02 test425632 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.231 s
03:22:02 testBug508215 - 10(org.eclipse.jdt.core.tests.compiler.regression.ForeachStatementTest)  Time elapsed: 1.256 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.172 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.09 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 3.365 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.034 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.123 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.017 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.142 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.019 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.021 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.108 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.019 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 3.635 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.044 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.215 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.551 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.193 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.153 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.028 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.05 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.021 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.152 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 4.62 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.572 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.067 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.252 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.257 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.971 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.563 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.013 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.069 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.047 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.285 s
03:22:02 test032b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.057 s
03:22:02 test032c - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.158 s
03:22:02 test032d - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.16 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.258 s
03:22:02 test033b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.297 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.304 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 3.486 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.151 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.108 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.062 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.088 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.401 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.017 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.314 s
03:22:02 test042b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.18 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.377 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.367 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.032 s
03:22:02 test045b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 2.204 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.314 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.097 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.188 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.048 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.116 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.237 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.296 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.281 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.206 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.164 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.052 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.194 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.199 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.198 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.19 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.086 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.119 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.015 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.35 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.247 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.109 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.196 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.202 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.197 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.012 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.028 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.055 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.021 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test074 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 test/Outer.java:4: error: cannot find symbol\n
03:22:02     int i = VALUE;\n
03:22:02             ^\n
03:22:02   symbol:   variable VALUE\n
03:22:02   location: class Outer\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[test/Outer.java:4: error: cannot find symbol\n
03:22:02     int i = VALUE;\n
03:22:02             ^\n
03:22:02   symbol:   variable VALUE\n
03:22:02   location: class Outer\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.test074(StaticImportTest.java:2538)
03:22:02 
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.05 s
03:22:02 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.225 s
03:22:02 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.302 s
03:22:02 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.088 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test078 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in A\A.java (at line 3)\n
03:22:02 	import B.B.C1;\n
03:22:02 	       ^^^^^^\n
03:22:02 The import B.B.C1 collides with another import statement\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in A\A.java (at line 3)\n
03:22:02 	import B.B.C1;\n
03:22:02 	       ^^^^^^\n
03:22:02 The import B.B.C1 collides with another import statement\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.test078(StaticImportTest.java:2648)
03:22:02 
03:22:02 test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.043 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test079 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A\A.java (at line 2)\n
03:22:02 	import static B.B.C1;\n
03:22:02 	              ^^^^^^\n
03:22:02 The import B.B.C1 is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A\A.java (at line 2)\n
03:22:02 	import static B.B.C1;\n
03:22:02 	              ^^^^^^\n
03:22:02 The import B.B.C1 is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.test079(StaticImportTest.java:2682)
03:22:02 
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.988 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.291 s
03:22:02 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.097 s
03:22:02 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.312 s
03:22:02 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.306 s
03:22:02 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.196 s
03:22:02 test085a - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.257 s
03:22:02 test085b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.189 s
03:22:02 test085c - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.123 s
03:22:02 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.344 s
03:22:02 test426544 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.046 s
03:22:02 testBug401271 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.925 s
03:22:02 testBug442580 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.064 s
03:22:02 testBug479287 - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.467 s
03:22:02 testBug520874a - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.988 s
03:22:02 testBug520874b - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.986 s
03:22:02 testBug520874c - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 1.034 s
03:22:02 testBug520874d - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.995 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug520874d - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.Inner;\n
03:22:02 	       ^^^^^^^^^^^\n
03:22:02 The import p.Bar.Inner is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.Inner;\n
03:22:02 	       ^^^^^^^^^^^\n
03:22:02 The import p.Bar.Inner is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.testBug520874d(StaticImportTest.java:3361)
03:22:02 
03:22:02 testBug520874e - 10(org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest)  Time elapsed: 0.995 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug520874e - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.*;\n
03:22:02 	       ^^^^^\n
03:22:02 The import p.Bar is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.*;\n
03:22:02 	       ^^^^^\n
03:22:02 The import p.Bar is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.StaticImportTest.testBug520874e(StaticImportTest.java:3393)
03:22:02 
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.553 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.563 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.61 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.624 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.685 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.116 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.116 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.126 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.629 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 3.354 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.033 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.071 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.209 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.217 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.233 s
03:22:02 test015_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.098 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.047 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.164 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.603 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.372 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.354 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.394 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.319 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.226 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.172 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.26 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.417 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.094 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.109 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.202 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.648 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.323 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.276 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.168 s
03:22:02 test033_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.086 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.809 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.24 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.587 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.405 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.193 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.652 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.449 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.26 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.484 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.342 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.413 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.264 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.007 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.224 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.014 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.261 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.293 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.421 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.012 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.98 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.181 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.348 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.151 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.067 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 0.98 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.843 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.411 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.258 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.798 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.42 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.363 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.177 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.207 s
03:22:02 test067b - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.182 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.171 s
03:22:02 test068b - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.139 s
03:22:02 test068c - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.393 s
03:22:02 test068d - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.313 s
03:22:02 test068e - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.286 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.095 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.145 s
03:22:02 test070_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.197 s
03:22:02 test070_tolerate2 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.253 s
03:22:02 test070a - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.218 s
03:22:02 test070a_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.225 s
03:22:02 test070b - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.137 s
03:22:02 test070b_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.254 s
03:22:02 test070c - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.024 s
03:22:02 test070d - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.009 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.173 s
03:22:02 test071_tolerate - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.264 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.239 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.171 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.178 s
03:22:02 test426678 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.121 s
03:22:02 test436474 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.419 s
03:22:02 test437973 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.344 s
03:22:02 test437973a - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.417 s
03:22:02 test437973b - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.124 s
03:22:02 test437973c - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.175 s
03:22:02 test437973d - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.282 s
03:22:02 test470370 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.577 s
03:22:02 testBug382469 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.063 s
03:22:02 testBug386361 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 1.093 s
03:22:02 testBug488658_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.VarargsTest)  Time elapsed: 2.201 s
03:22:02 test000 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.726 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.068 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.107 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.986 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.324 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.164 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.346 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.222 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.144 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.333 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.088 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.187 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.215 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.09 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.352 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.139 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.496 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.304 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.101 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.303 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.306 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.104 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.181 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.243 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.091 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.515 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.065 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.403 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.194 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.372 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.285 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.306 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.011 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.124 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.392 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.191 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.144 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.145 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.13 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.203 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.233 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.203 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.15 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.146 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.279 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.406 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.26 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.047 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.331 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.031 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.349 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.245 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.13 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.352 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.047 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.083 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.353 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.284 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.189 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.334 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.159 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.374 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.223 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.352 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.34 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.131 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.282 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.079 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.199 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.1 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.365 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 3.975 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 5.418 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 4.544 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 4.527 s
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 4.384 s
03:22:02 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.619 s
03:22:02 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.339 s
03:22:02 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.287 s
03:22:02 test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.248 s
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.336 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.961 s
03:22:02 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 3.419 s
03:22:02 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.181 s
03:22:02 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.379 s
03:22:02 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.226 s
03:22:02 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.364 s
03:22:02 test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.313 s
03:22:02 test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.303 s
03:22:02 test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.114 s
03:22:02 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.125 s
03:22:02 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.332 s
03:22:02 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.043 s
03:22:02 test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.394 s
03:22:02 test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.337 s
03:22:02 test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.367 s
03:22:02 test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 3.884 s
03:22:02 test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.219 s
03:22:02 test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.199 s
03:22:02 test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.247 s
03:22:02 test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.171 s
03:22:02 test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.181 s
03:22:02 test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.316 s
03:22:02 test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.977 s
03:22:02 test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.409 s
03:22:02 test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.552 s
03:22:02 test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.729 s
03:22:02 test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.646 s
03:22:02 test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.613 s
03:22:02 test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.851 s
03:22:02 test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.612 s
03:22:02 test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.712 s
03:22:02 test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.559 s
03:22:02 test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.141 s
03:22:02 test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.777 s
03:22:02 test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.119 s
03:22:02 test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.111 s
03:22:02 test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.16 s
03:22:02 test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.23 s
03:22:02 test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.465 s
03:22:02 test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.228 s
03:22:02 test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.076 s
03:22:02 test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.205 s
03:22:02 test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.135 s
03:22:02 test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.218 s
03:22:02 test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.15 s
03:22:02 test126 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.501 s
03:22:02 test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.484 s
03:22:02 test128 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.155 s
03:22:02 test129 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.423 s
03:22:02 test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.793 s
03:22:02 test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.277 s
03:22:02 test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.337 s
03:22:02 test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.214 s
03:22:02 test134 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.221 s
03:22:02 test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.206 s
03:22:02 test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.416 s
03:22:02 test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.233 s
03:22:02 test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.044 s
03:22:02 test139 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.09 s
03:22:02 test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.366 s
03:22:02 test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.047 s
03:22:02 test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.615 s
03:22:02 test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.177 s
03:22:02 test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.937 s
03:22:02 test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.166 s
03:22:02 test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.189 s
03:22:02 test146b - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.123 s
03:22:02 test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.304 s
03:22:02 test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.398 s
03:22:02 test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.488 s
03:22:02 test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.627 s
03:22:02 test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.489 s
03:22:02 test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.425 s
03:22:02 test153 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.089 s
03:22:02 test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.371 s
03:22:02 test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.352 s
03:22:02 test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.367 s
03:22:02 test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.192 s
03:22:02 test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.179 s
03:22:02 test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.213 s
03:22:02 test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.194 s
03:22:02 test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.43 s
03:22:02 test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.273 s
03:22:02 test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.557 s
03:22:02 test164 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.127 s
03:22:02 test165 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.138 s
03:22:02 test166 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.178 s
03:22:02 test167 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.216 s
03:22:02 test168 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.275 s
03:22:02 test169 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.112 s
03:22:02 test170 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.189 s
03:22:02 test171 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.257 s
03:22:02 test172 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.273 s
03:22:02 test173 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.263 s
03:22:02 test174 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.619 s
03:22:02 test175 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.553 s
03:22:02 test176 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.53 s
03:22:02 test177 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.624 s
03:22:02 test178 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.698 s
03:22:02 test179 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.766 s
03:22:02 test180 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.866 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.EnumTest.test180(EnumTest.java:6625)
03:22:02 
03:22:02 test180a - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 2.463 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.EnumTest.test180a(EnumTest.java:6685)
03:22:02 
03:22:02 test181 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.272 s
03:22:02 test182 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.284 s
03:22:02 test183 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.362 s
03:22:02 test184 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.459 s
03:22:02 test185 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.113 s
03:22:02 test186 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.132 s
03:22:02 test187 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.371 s
03:22:02 test187a - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.225 s
03:22:02 test187b - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.343 s
03:22:02 test188 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.132 s
03:22:02 test189 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.217 s
03:22:02 test433060 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 0.983 s
03:22:02 test434442 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.237 s
03:22:02 test476281 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.379 s
03:22:02 test476281a - 10(org.eclipse.jdt.core.tests.compiler.regression.EnumTest)  Time elapsed: 1.364 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.93 s
03:22:02 test001a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.025 s
03:22:02 test001b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.085 s
03:22:02 test001c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.997 s
03:22:02 test001d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.361 s
03:22:02 test001e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.183 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.039 s
03:22:02 test002a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.023 s
03:22:02 test002b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.051 s
03:22:02 test002c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.032 s
03:22:02 test002d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.219 s
03:22:02 test002e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.126 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.158 s
03:22:02 test003a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.188 s
03:22:02 test003b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.149 s
03:22:02 test003c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.178 s
03:22:02 test003d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.306 s
03:22:02 test003e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.342 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.955 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.124 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.282 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.191 s
03:22:02 test007a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.065 s
03:22:02 test007b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.223 s
03:22:02 test007c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.258 s
03:22:02 test007d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.102 s
03:22:02 test007e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.016 s
03:22:02 test007f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.176 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.032 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.157 s
03:22:02 test009a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.095 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.172 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.077 s
03:22:02 test011a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.095 s
03:22:02 test011b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.02 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.076 s
03:22:02 test012a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.106 s
03:22:02 test012b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.064 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.198 s
03:22:02 test013a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.172 s
03:22:02 test013b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.13 s
03:22:02 test013c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.184 s
03:22:02 test013d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.099 s
03:22:02 test013e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.219 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.188 s
03:22:02 test014a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.168 s
03:22:02 test014b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.259 s
03:22:02 test014c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.231 s
03:22:02 test014d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.08 s
03:22:02 test014e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.059 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.148 s
03:22:02 test015a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.359 s
03:22:02 test015b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.213 s
03:22:02 test015c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.161 s
03:22:02 test015d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.99 s
03:22:02 test015e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.103 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.474 s
03:22:02 test016b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.472 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.992 s
03:22:02 test017a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.982 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.001 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.178 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.46 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 3.649 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.333 s
03:22:02 test022a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.154 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.111 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.238 s
03:22:02 test024a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.967 s
03:22:02 test024b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.059 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.099 s
03:22:02 test025a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.146 s
03:22:02 test025b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.237 s
03:22:02 test025c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.255 s
03:22:02 test025d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.389 s
03:22:02 test025e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.092 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test025e(MethodVerifyTest.java:1713)
03:22:02 
03:22:02 test025f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.089 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test025f(MethodVerifyTest.java:1747)
03:22:02 
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.421 s
03:22:02 test026a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.188 s
03:22:02 test026b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.52 s
03:22:02 test026c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.179 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.152 s
03:22:02 test027a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.988 s
03:22:02 test027b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.275 s
03:22:02 test027c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.058 s
03:22:02 test027d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.018 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.596 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.187 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.275 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.965 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.199 s
03:22:02 test032a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.059 s
03:22:02 test032b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.365 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.265 s
03:22:02 test033a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.218 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.253 s
03:22:02 test034a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.188 s
03:22:02 test034b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.074 s
03:22:02 test034c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.145 s
03:22:02 test034d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.02 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.097 s
03:22:02 test035a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.087 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.186 s
03:22:02 test036a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.259 s
03:22:02 test036b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.253 s
03:22:02 test036c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.278 s
03:22:02 test036d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.005 s
03:22:02 test036e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.956 s
03:22:02 test036f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.009 s
03:22:02 test036g - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.098 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.102 s
03:22:02 test037a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.999 s
03:22:02 test037b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.074 s
03:22:02 test037c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.107 s
03:22:02 test037d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.011 s
03:22:02 test037e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.071 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.179 s
03:22:02 test038a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.94 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.27 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.052 s
03:22:02 test040a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.104 s
03:22:02 test040b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.163 s
03:22:02 test040c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.091 s
03:22:02 test040d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.09 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.11 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test041(MethodVerifyTest.java:2861)
03:22:02 
03:22:02 test041a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.043 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test041a(MethodVerifyTest.java:2883)
03:22:02 
03:22:02 test041b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.268 s
03:22:02 test041c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.191 s
03:22:02 test041d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.035 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.32 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.269 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test043(MethodVerifyTest.java:2994)
03:22:02 
03:22:02 test043_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.155 s
03:22:02 test043a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.012 s
03:22:02 test043b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.005 s
03:22:02 test043c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.222 s
03:22:02 test043d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.316 s
03:22:02 test043e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.211 s
03:22:02 test043f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.26 s
03:22:02 test043g - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.09 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.994 s
03:22:02 test044a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.169 s
03:22:02 test044b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.141 s
03:22:02 test044c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.988 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.188 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.046 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.274 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.31 s
03:22:02 test048a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.021 s
03:22:02 test048b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.103 s
03:22:02 test048c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.002 s
03:22:02 test048d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.028 s
03:22:02 test048e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.962 s
03:22:02 test048f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.998 s
03:22:02 test048g - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.059 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.068 s
03:22:02 test049a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.06 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.095 s
03:22:02 test050a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.134 s
03:22:02 test050b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.217 s
03:22:02 test050c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.07 s
03:22:02 test050d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.12 s
03:22:02 test050e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.078 s
03:22:02 test050f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.11 s
03:22:02 test050g - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.198 s
03:22:02 test050h - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.986 s
03:22:02 test050i - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.086 s
03:22:02 test050j - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.099 s
03:22:02 test050k - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.09 s
03:22:02 test050l - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.047 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.062 s
03:22:02 test051a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.03 s
03:22:02 test051b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.077 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.21 s
03:22:02 test052a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.098 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.103 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.008 s
03:22:02 test054a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.073 s
03:22:02 test054b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.989 s
03:22:02 test054c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.006 s
03:22:02 test054d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.102 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.219 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.353 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.262 s
03:22:02 test057a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.403 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.274 s
03:22:02 test058a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.129 s
03:22:02 test058b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.085 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.279 s
03:22:02 test059a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.33 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.328 s
03:22:02 test060b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.377 s
03:22:02 test060c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.165 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.27 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.247 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.145 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.107 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.646 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.236 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.244 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.202 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.056 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.057 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test070(MethodVerifyTest.java:5854)
03:22:02 
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.986 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.228 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.276 s
03:22:02 test073a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.304 s
03:22:02 test073b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.305 s
03:22:02 test073c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.089 s
03:22:02 test073d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.1 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.034 s
03:22:02 test074a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.993 s
03:22:02 test074b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.984 s
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.025 s
03:22:02 test075a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.14 s
03:22:02 test075b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.095 s
03:22:02 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.301 s
03:22:02 test076a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.972 s
03:22:02 test076b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.05 s
03:22:02 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.163 s
03:22:02 test077a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.123 s
03:22:02 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.002 s
03:22:02 test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.057 s
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.055 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.101 s
03:22:02 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.117 s
03:22:02 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.509 s
03:22:02 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.38 s
03:22:02 test084a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.239 s
03:22:02 test084b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.987 s
03:22:02 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.506 s
03:22:02 test085b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.307 s
03:22:02 test085c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.985 s
03:22:02 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.992 s
03:22:02 test086b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.309 s
03:22:02 test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.127 s
03:22:02 test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.365 s
03:22:02 test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.303 s
03:22:02 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.174 s
03:22:02 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.64 s
03:22:02 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.272 s
03:22:02 test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.434 s
03:22:02 test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.257 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test094(MethodVerifyTest.java:7231)
03:22:02 
03:22:02 test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.514 s
03:22:02 test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.651 s
03:22:02 test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.424 s
03:22:02 test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.091 s
03:22:02 test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.331 s
03:22:02 test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.195 s
03:22:02 test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.089 s
03:22:02 test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.118 s
03:22:02 test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.197 s
03:22:02 test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.172 s
03:22:02 test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.125 s
03:22:02 test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.266 s
03:22:02 test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.045 s
03:22:02 test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.51 s
03:22:02 test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.279 s
03:22:02 test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.21 s
03:22:02 test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.247 s
03:22:02 test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.097 s
03:22:02 test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.987 s
03:22:02 test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.129 s
03:22:02 test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.013 s
03:22:02 test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.956 s
03:22:02 test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.089 s
03:22:02 test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.094 s
03:22:02 test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.128 s
03:22:02 test120a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.957 s
03:22:02 test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.238 s
03:22:02 test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.04 s
03:22:02 test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.248 s
03:22:02 test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.326 s
03:22:02 test124b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.559 s
03:22:02 test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.384 s
03:22:02 test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.312 s
03:22:02 test128 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.078 s
03:22:02 test129 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.096 s
03:22:02 test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.025 s
03:22:02 test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.075 s
03:22:02 test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.948 s
03:22:02 test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.08 s
03:22:02 test134 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.065 s
03:22:02 test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.52 s
03:22:02 test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.117 s
03:22:02 test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.065 s
03:22:02 test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.095 s
03:22:02 test139 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.115 s
03:22:02 test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.104 s
03:22:02 test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.105 s
03:22:02 test1415Mix - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.124 s
03:22:02 test1415Mix2 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.223 s
03:22:02 test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.117 s
03:22:02 test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.187 s
03:22:02 test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.178 s
03:22:02 test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.07 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test145 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
03:22:02 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
03:22:02                                                   ^\n
03:22:02   first method:  setValue(String) in BaseInterface\n
03:22:02   second method: setValue(Object) in Base\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
03:22:02 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
03:22:02                                                   ^\n
03:22:02   first method:  setValue(String) in BaseInterface\n
03:22:02   second method: setValue(Object) in Base\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test145(MethodVerifyTest.java:9263)
03:22:02 
03:22:02 test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.23 s
03:22:02 test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.08 s
03:22:02 test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.196 s
03:22:02 test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.112 s
03:22:02 test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.235 s
03:22:02 test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.481 s
03:22:02 test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.257 s
03:22:02 test153 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.397 s
03:22:02 test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.352 s
03:22:02 test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.042 s
03:22:02 test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.051 s
03:22:02 test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.001 s
03:22:02 test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.002 s
03:22:02 test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.047 s
03:22:02 test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.195 s
03:22:02 test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.172 s
03:22:02 test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.204 s
03:22:02 test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.045 s
03:22:02 test164 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.085 s
03:22:02 test165 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.093 s
03:22:02 test166 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.05 s
03:22:02 test167 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.167 s
03:22:02 test168 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.087 s
03:22:02 test169 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.036 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test169(MethodVerifyTest.java:10107)
03:22:02 
03:22:02 test169a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.078 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test169a(MethodVerifyTest.java:10139)
03:22:02 
03:22:02 test170 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.043 s
03:22:02 test171 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.147 s
03:22:02 test172 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.025 s
03:22:02 test173 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.023 s
03:22:02 test174 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.99 s
03:22:02 test175 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.012 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test175(MethodVerifyTest.java:10288)
03:22:02 
03:22:02 test176 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.063 s
03:22:02 test177 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.395 s
03:22:02 test178 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.339 s
03:22:02 test179 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.139 s
03:22:02 test180 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.938 s
03:22:02 test181 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.22 s
03:22:02 test182 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.135 s
03:22:02 test183 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.116 s
03:22:02 test184 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.231 s
03:22:02 test185 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.03 s
03:22:02 test186 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.027 s
03:22:02 test187 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.118 s
03:22:02 test188 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.104 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test188(MethodVerifyTest.java:10971)
03:22:02 
03:22:02 test189 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.137 s
03:22:02 test190 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.01 s
03:22:02 test191 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.021 s
03:22:02 test192 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.99 s
03:22:02 test193 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.114 s
03:22:02 test194 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.97 s
03:22:02 test195 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.079 s
03:22:02 test196 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.046 s
03:22:02 test197 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.001 s
03:22:02 test198 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.422 s
03:22:02 test199 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.17 s
03:22:02 test200 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.154 s
03:22:02 test201 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.08 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test201 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 A.java:4: error: types J<CAP#1> and K<T3> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T3 is a type-variable:\n
03:22:02     T3 extends K<T3>,J<? extends I> declared in interface A\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 A.java:5: error: types K<T4> and J<CAP#1> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T4 is a type-variable:\n
03:22:02     T4 extends J<? extends I>,K<T4> declared in interface B\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 2 errors\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[A.java:4: error: types J<CAP#1> and K<T3> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T3 is a type-variable:\n
03:22:02     T3 extends K<T3>,J<? extends I> declared in interface A\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 A.java:5: error: types K<T4> and J<CAP#1> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T4 is a type-variable:\n
03:22:02     T4 extends J<? extends I>,K<T4> declared in interface B\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 2 errors\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test201(MethodVerifyTest.java:11429)
03:22:02 
03:22:02 test202 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.208 s
03:22:02 test203 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.425 s
03:22:02 test204 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.175 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test204 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
03:22:02 public List<V> put(final K arg0, final List<V> arg1) {\n
03:22:02                ^\n
03:22:02   first method:  put(K,List<V>) in Map\n
03:22:02   second method: put(K,V) in OverrideBug\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List<V>) in Map have the same erasure, yet neither overrides the other\n
03:22:02 public List<V> put(final K arg0, final V arg1) {\n
03:22:02                ^\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 2 errors\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
03:22:02 public List<V> put(final K arg0, final List<V> arg1) {\n
03:22:02                ^\n
03:22:02   first method:  put(K,List<V>) in Map\n
03:22:02   second method: put(K,V) in OverrideBug\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List<V>) in Map have the same erasure, yet neither overrides the other\n
03:22:02 public List<V> put(final K arg0, final V arg1) {\n
03:22:02                ^\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 2 errors\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test204(MethodVerifyTest.java:11483)
03:22:02 
03:22:02 test204a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.123 s
03:22:02 test205 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.319 s
03:22:02 test206 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.281 s
03:22:02 test207 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.361 s
03:22:02 test208 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.548 s
03:22:02 test208a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.477 s
03:22:02 test209 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.99 s
03:22:02 test210 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.104 s
03:22:02 test211 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.089 s
03:22:02 test212 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.312 s
03:22:02 test213 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.448 s
03:22:02 test213a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.341 s
03:22:02 test213b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.416 s
03:22:02 test213c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.484 s
03:22:02 test288658 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.508 s
03:22:02 test288658a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.526 s
03:22:02 test322740 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.115 s
03:22:02 test326354 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.14 s
03:22:02 test328827 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.325 s
03:22:02 test329584 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.362 s
03:22:02 test329588 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.443 s
03:22:02 test330264 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.2 s
03:22:02 test330435 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.294 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test330435 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	String[] a = A.asList(args).toArray(new String[0]);\n
03:22:02 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type mismatch: cannot convert from Object[] to String[]\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	String[] a = A.asList(args).toArray(new String[0]);\n
03:22:02 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type mismatch: cannot convert from Object[] to String[]\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test330435(MethodVerifyTest.java:12264)
03:22:02 
03:22:02 test330445 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.566 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test330445 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
03:22:02         Y.foo(new Properties());\n
03:22:02               ^\n
03:22:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
03:22:02         Y.foo(new Properties());\n
03:22:02               ^\n
03:22:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test330445(MethodVerifyTest.java:12216)
03:22:02 
03:22:02 test331446 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.96 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test331446 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		                            ^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                          ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                           ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: error: reference to assertEquals is ambiguous\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		    ^\n
03:22:02   both method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>) in Test and method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2) in Test match\n
03:22:02   where T#1,T#2 are type-variables:\n
03:22:02     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
03:22:02     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                 ^\n
03:22:02   required: String,Comparator<T>,List<T>,List<T>\n
03:22:02   found: String,Comparator,ArrayList,ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                          ^\n
03:22:02   required: Comparator<T>\n
03:22:02   found:    Comparator\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                      ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                       ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 1 error\n
03:22:02 8 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		                            ^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                          ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                           ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: error: reference to assertEquals is ambiguous\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		    ^\n
03:22:02   both method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>) in Test and method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2) in Test match\n
03:22:02   where T#1,T#2 are type-variables:\n
03:22:02     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
03:22:02     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                 ^\n
03:22:02   required: String,Comparator<T>,List<T>,List<T>\n
03:22:02   found: String,Comparator,ArrayList,ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                          ^\n
03:22:02   required: Comparator<T>\n
03:22:02   found:    Comparator\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                      ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                       ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 1 error\n
03:22:02 8 warnings\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.test331446(MethodVerifyTest.java:12374)
03:22:02 
03:22:02 test331446a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.773 s
03:22:02 test331446b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.404 s
03:22:02 test331446c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.455 s
03:22:02 test331446d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.484 s
03:22:02 test332744 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.926 s
03:22:02 test332744b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 2.669 s
03:22:02 test334306 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.116 s
03:22:02 test339447 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.177 s
03:22:02 test342819 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.053 s
03:22:02 test345949a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.097 s
03:22:02 test346029 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.023 s
03:22:02 test346029b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.188 s
03:22:02 test346029c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.079 s
03:22:02 test346029d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.956 s
03:22:02 test346029e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1 s
03:22:02 test346029f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.148 s
03:22:02 test353089 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.41 s
03:22:02 test353089b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.218 s
03:22:02 test353089c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.219 s
03:22:02 test354229 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.964 s
03:22:02 test354229b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 0.989 s
03:22:02 test354229c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.04 s
03:22:02 test354229d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.003 s
03:22:02 test423849 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.281 s
03:22:02 testBug317719 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.115 s
03:22:02 testBug317719a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.183 s
03:22:02 testBug317719b - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.202 s
03:22:02 testBug317719c - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.109 s
03:22:02 testBug317719d - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.191 s
03:22:02 testBug317719e - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.224 s
03:22:02 testBug317719f - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.175 s
03:22:02 testBug317719g - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.222 s
03:22:02 testBug317719h - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.341 s
03:22:02 testBug355838 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.275 s
03:22:02 testBug384580 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.179 s
03:22:02 testBug406928 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.449 s
03:22:02 testBug409473 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.457 s
03:22:02 testBug410325 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.271 s
03:22:02 testBug411811 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.104 s
03:22:02 testBug415600 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.273 s
03:22:02 testBug426546 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.322 s
03:22:02 testBug438812 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.372 s
03:22:02 testBug438812a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.357 s
03:22:02 testBug461529 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.07 s
03:22:02 testBug467776_regression - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.14 s
03:22:02 testBug469454 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.262 s
03:22:02 testBug469454a - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.09 s
03:22:02 testBug500673 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.134 s
03:22:02 testBug506653 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.352 s
03:22:02 testBug536593 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.058 s
03:22:02 testBug536978_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.164 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug536978_comment2 - Eclipse found error(s) but Javac only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in SimpleDemo.java (at line 22)\n
03:22:02 	protected SimpleResult test(AbstractResult request) {\n
03:22:02 	          ^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
03:22:02     protected SimpleResult test(AbstractResult request) {\n
03:22:02                            ^\n
03:22:02   return type requires unchecked conversion from SimpleResult to Response#2\n
03:22:02   where Request,Response#1,Response#2 are type-variables:\n
03:22:02     Request extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#1 extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#2 extends AbstractResult declared in class SimpleDemo\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in SimpleDemo.java (at line 22)\n
03:22:02 	protected SimpleResult test(AbstractResult request) {\n
03:22:02 	          ^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
03:22:02 ----------]\n
03:22:02 > but was:<[SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
03:22:02     protected SimpleResult test(AbstractResult request) {\n
03:22:02                            ^\n
03:22:02   return type requires unchecked conversion from SimpleResult to Response#2\n
03:22:02   where Request,Response#1,Response#2 are type-variables:\n
03:22:02     Request extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#1 extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#2 extends AbstractResult declared in class SimpleDemo\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest.testBug536978_comment2(MethodVerifyTest.java:14394)
03:22:02 
03:22:02 testBug536978_comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodVerifyTest)  Time elapsed: 1.748 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.222 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.961 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.173 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.003 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.003 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.025 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.025 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.971 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.981 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.905 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.06 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.957 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.178 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.02 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.072 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.28 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.012 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.939 s
03:22:02 test018b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.057 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.141 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.994 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.04 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.965 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.164 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.48 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.306 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.359 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.167 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.262 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.229 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.37 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.219 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.315 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.36 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.334 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.391 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.545 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.329 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.595 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.002 s
03:22:02 test039a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.059 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.978 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.935 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.266 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.911 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.007 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.158 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.959 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.29 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.1 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.054 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.236 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.212 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.147 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.054 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.247 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.233 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.212 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.137 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.164 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.185 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.343 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.314 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.348 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.428 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.145 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.298 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.098 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.952 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.221 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.143 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.047 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.997 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.017 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.42 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.332 s
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.139 s
03:22:02 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.956 s
03:22:02 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.092 s
03:22:02 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.011 s
03:22:02 test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.336 s
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.316 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.271 s
03:22:02 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.369 s
03:22:02 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.428 s
03:22:02 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.514 s
03:22:02 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.401 s
03:22:02 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.002 s
03:22:02 test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.147 s
03:22:02 test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.955 s
03:22:02 test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.121 s
03:22:02 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.329 s
03:22:02 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.058 s
03:22:02 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.365 s
03:22:02 test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.084 s
03:22:02 test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.24 s
03:22:02 test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.139 s
03:22:02 test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.306 s
03:22:02 test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.914 s
03:22:02 test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.094 s
03:22:02 test099 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.539 s
03:22:02 test100 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.224 s
03:22:02 test101 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.941 s
03:22:02 test102 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.299 s
03:22:02 test103 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.492 s
03:22:02 test104 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.369 s
03:22:02 test105 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.214 s
03:22:02 test106 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.964 s
03:22:02 test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.975 s
03:22:02 test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.977 s
03:22:02 test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.947 s
03:22:02 test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.681 s
03:22:02 test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.061 s
03:22:02 test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.036 s
03:22:02 test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.966 s
03:22:02 test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.026 s
03:22:02 test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.121 s
03:22:02 test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.016 s
03:22:02 test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.996 s
03:22:02 test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.149 s
03:22:02 test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.019 s
03:22:02 test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.094 s
03:22:02 test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.033 s
03:22:02 test122 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.39 s
03:22:02 test123 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.956 s
03:22:02 test124 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.078 s
03:22:02 test125 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.241 s
03:22:02 test126 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.204 s
03:22:02 test127 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.197 s
03:22:02 test128 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.109 s
03:22:02 test129 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.227 s
03:22:02 test130 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.993 s
03:22:02 test131 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.027 s
03:22:02 test132 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.391 s
03:22:02 test133 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.188 s
03:22:02 test134 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.251 s
03:22:02 test135 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.952 s
03:22:02 test136 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.977 s
03:22:02 test137 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.306 s
03:22:02 test138 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.019 s
03:22:02 test139 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.051 s
03:22:02 test140 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.053 s
03:22:02 test141 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.084 s
03:22:02 test142 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.276 s
03:22:02 test142b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.169 s
03:22:02 test142c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.966 s
03:22:02 test143 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.058 s
03:22:02 test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.329 s
03:22:02 test145 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.007 s
03:22:02 test146 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.591 s
03:22:02 test147 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.003 s
03:22:02 test148 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.998 s
03:22:02 test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.05 s
03:22:02 test150 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.066 s
03:22:02 test151 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.176 s
03:22:02 test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.108 s
03:22:02 test153 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.216 s
03:22:02 test154 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.235 s
03:22:02 test155 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.072 s
03:22:02 test156 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.996 s
03:22:02 test157 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.006 s
03:22:02 test157b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.053 s
03:22:02 test158 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.102 s
03:22:02 test159 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.005 s
03:22:02 test160 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.003 s
03:22:02 test161 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.087 s
03:22:02 test162 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.121 s
03:22:02 test163 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.001 s
03:22:02 test164 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.186 s
03:22:02 test165 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.004 s
03:22:02 test166 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.514 s
03:22:02 test167 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.98 s
03:22:02 test168 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.028 s
03:22:02 test169 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.045 s
03:22:02 test170 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.264 s
03:22:02 test171 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.006 s
03:22:02 test172 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.084 s
03:22:02 test173 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.006 s
03:22:02 test174 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.004 s
03:22:02 test175 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.065 s
03:22:02 test176 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.073 s
03:22:02 test177 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.193 s
03:22:02 test178 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.356 s
03:22:02 test179 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.153 s
03:22:02 test180 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.418 s
03:22:02 test181 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.282 s
03:22:02 test182 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.184 s
03:22:02 test183 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.049 s
03:22:02 test184 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.121 s
03:22:02 test185 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.09 s
03:22:02 test186 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.012 s
03:22:02 test187 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.994 s
03:22:02 test188 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.988 s
03:22:02 test189 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.48 s
03:22:02 test190 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 3.952 s
03:22:02 test191 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 4.706 s
03:22:02 test192 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.419 s
03:22:02 test193 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 3.053 s
03:22:02 test194 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.016 s
03:22:02 test195 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.099 s
03:22:02 test196 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.091 s
03:22:02 test197 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.981 s
03:22:02 test198 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.256 s
03:22:02 test199 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.253 s
03:22:02 test200 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.135 s
03:22:02 test201 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.064 s
03:22:02 test202 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.998 s
03:22:02 test203 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.086 s
03:22:02 test204 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.082 s
03:22:02 test205 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.036 s
03:22:02 test206 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.993 s
03:22:02 test207 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.014 s
03:22:02 test208 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.26 s
03:22:02 test209 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.128 s
03:22:02 test210 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.296 s
03:22:02 test211 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.167 s
03:22:02 test212 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.313 s
03:22:02 test213 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.221 s
03:22:02 test214 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.002 s
03:22:02 test215 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.349 s
03:22:02 test216 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.047 s
03:22:02 test217 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.004 s
03:22:02 test218 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.203 s
03:22:02 test219 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.039 s
03:22:02 test220 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.16 s
03:22:02 test221 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.123 s
03:22:02 test222 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.975 s
03:22:02 test223 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.221 s
03:22:02 test224 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.204 s
03:22:02 test225 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.949 s
03:22:02 test226 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.007 s
03:22:02 test227 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.106 s
03:22:02 test228 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.019 s
03:22:02 test229 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.062 s
03:22:02 test230 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.173 s
03:22:02 test231 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.056 s
03:22:02 test232 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.113 s
03:22:02 test233 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.011 s
03:22:02 test234 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.159 s
03:22:02 test235 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.227 s
03:22:02 test236 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.147 s
03:22:02 test237 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.218 s
03:22:02 test238 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.052 s
03:22:02 test239 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.041 s
03:22:02 test240 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.999 s
03:22:02 test241 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.319 s
03:22:02 test242 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.112 s
03:22:02 test243 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.211 s
03:22:02 test244 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.068 s
03:22:02 test245 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.08 s
03:22:02 test245_error - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.959 s
03:22:02 test245_ignored - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.004 s
03:22:02 test246 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.2 s
03:22:02 test247 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.473 s
03:22:02 test248 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.092 s
03:22:02 test249 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.02 s
03:22:02 test250 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.06 s
03:22:02 test251 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.115 s
03:22:02 test252 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.157 s
03:22:02 test253 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.045 s
03:22:02 test254 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.156 s
03:22:02 test255 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.112 s
03:22:02 test256 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.148 s
03:22:02 test257 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.203 s
03:22:02 test258 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.075 s
03:22:02 test259 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.264 s
03:22:02 test260 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.273 s
03:22:02 test261 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.532 s
03:22:02 test262 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.384 s
03:22:02 test263 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 2.43 s
03:22:02 test264 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.234 s
03:22:02 test265 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.01 s
03:22:02 test266 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1 s
03:22:02 test267 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.086 s
03:22:02 test268 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.257 s
03:22:02 test269 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.986 s
03:22:02 test270 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.966 s
03:22:02 test271 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.178 s
03:22:02 test272 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.001 s
03:22:02 test273 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.199 s
03:22:02 test274a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.037 s
03:22:02 test274b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.986 s
03:22:02 test274c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.45 s
03:22:02 test274d - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.96 s
03:22:02 test275 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.005 s
03:22:02 test276 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.004 s
03:22:02 test277 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.034 s
03:22:02 test278 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.454 s
03:22:02 test279 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.011 s
03:22:02 test280 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.015 s
03:22:02 test281 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.984 s
03:22:02 test282 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.186 s
03:22:02 test283 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.002 s
03:22:02 test284 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.002 s
03:22:02 test285 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.002 s
03:22:02 test286 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.262 s
03:22:02 test287 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.467 s
03:22:02 test288 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.413 s
03:22:02 test289 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.661 s
03:22:02 test290 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.502 s
03:22:02 test291 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.418 s
03:22:02 test292 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.312 s
03:22:02 test293 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.084 s
03:22:02 test294 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.989 s
03:22:02 test295 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.043 s
03:22:02 test296 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.05 s
03:22:02 test297 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.109 s
03:22:02 test376977 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.019 s
03:22:02 test384567 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.932 s
03:22:02 test384567_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.99 s
03:22:02 test398657 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0 s
03:22:02 test398657_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0 s
03:22:02 test416107a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.052 s
03:22:02 test416107b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.991 s
03:22:02 test427367 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.161 s
03:22:02 test433747 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.94 s
03:22:02 test434556 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.078 s
03:22:02 test438437 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.205 s
03:22:02 test449330 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.016 s
03:22:02 test449330a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.027 s
03:22:02 test449330b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.136 s
03:22:02 test456960 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.124 s
03:22:02 test472178 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.033 s
03:22:02 testBug365437a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.008 s
03:22:02 testBug365437b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.208 s
03:22:02 testBug365437c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.395 s
03:22:02 testBug365437d - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.066 s
03:22:02 testBug365437e - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.131 s
03:22:02 testBug365437f - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.186 s
03:22:02 testBug366003 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.959 s
03:22:02 testBug366003b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.004 s
03:22:02 testBug366003c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.003 s
03:22:02 testBug366003d - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.048 s
03:22:02 testBug366003e - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.939 s
03:22:02 testBug371832 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.216 s
03:22:02 testBug376429a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.161 s
03:22:02 testBug376429b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.005 s
03:22:02 testBug376590a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.145 s
03:22:02 testBug376590b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.169 s
03:22:02 testBug376590c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.22 s
03:22:02 testBug384663 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.03 s
03:22:02 testBug386356_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.009 s
03:22:02 testBug386692 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.253 s
03:22:02 testBug464977 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 0.001 s
03:22:02 testBug469584 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.087 s
03:22:02 testBug470665 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.117 s
03:22:02 testBug490698_comment16 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.498 s
03:22:02 testBug506888a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.048 s
03:22:02 testBug506888b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.074 s
03:22:02 testBug506888c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.287 s
03:22:02 testBug506888d - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.099 s
03:22:02 testBug506888e - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.001 s
03:22:02 testBug506888f - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.062 s
03:22:02 testBug537593_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.374 s
03:22:02 testBug542520a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.355 s
03:22:02 testBug542520b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.395 s
03:22:02 testBug542520c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.331 s
03:22:02 testBug542520d - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.286 s
03:22:02 testBug546084a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.32 s
03:22:02 testBug546084b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.285 s
03:22:02 testBug546084c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest)  Time elapsed: 1.31 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest)  Time elapsed: 1.299 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest)  Time elapsed: 1.293 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest)  Time elapsed: 1.405 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.EnclosingMethodAttributeTest)  Time elapsed: 1.252 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.006 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.005 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.005 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.004 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.003 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.004 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.005 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.005 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.003 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.026 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.027 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.004 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.003 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.003 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.004 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.003 s
03:22:02 testBug504031 - 10(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_5)  Time elapsed: 0.006 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.646 s  <<< FAILURE!
03:22:02 junit.framework.AssertionFailedError
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test001(GenericTypeSignatureTest.java:324)
03:22:02 
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.066 s  <<< FAILURE!
03:22:02 junit.framework.AssertionFailedError
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test002(GenericTypeSignatureTest.java:494)
03:22:02 
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.035 s  <<< FAILURE!
03:22:02 junit.framework.AssertionFailedError
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test003(GenericTypeSignatureTest.java:589)
03:22:02 
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.05 s  <<< FAILURE!
03:22:02 junit.framework.AssertionFailedError
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test004(GenericTypeSignatureTest.java:635)
03:22:02 
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.279 s  <<< FAILURE!
03:22:02 junit.framework.AssertionFailedError
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest.test005(GenericTypeSignatureTest.java:687)
03:22:02 
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.18 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.186 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.37 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.288 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.314 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.251 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.341 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.324 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.313 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.295 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.288 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.261 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.148 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.25 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.082 s
03:22:02 testBug460491 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericTypeSignatureTest)  Time elapsed: 1.106 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 0.025 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 0.011 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 1.229 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 1.221 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 1.207 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 0.968 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.InternalHexFloatTest)  Time elapsed: 0.976 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.02 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.015 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.973 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.987 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.022 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.903 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.999 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.032 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.982 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.061 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.017 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.019 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.091 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.126 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.003 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.948 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.017 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.063 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.921 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.003 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.014 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.107 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.995 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.002 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.007 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.995 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.01 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.003 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.99 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.99 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.99 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.044 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.964 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.901 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.983 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.014 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.148 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.15 s
03:22:02 testBug101283a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.056 s
03:22:02 testBug101283b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.943 s
03:22:02 testBug101283c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.003 s
03:22:02 testBug101283d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.001 s
03:22:02 testBug101283e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.025 s
03:22:02 testBug101283f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.044 s
03:22:02 testBug101283g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.954 s
03:22:02 testBug112346 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1 s
03:22:02 testBug119857 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.987 s
03:22:02 testBug119857_Fields - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.071 s
03:22:02 testBug119857_Methods - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.032 s
03:22:02 testBug119857_Private01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.06 s
03:22:02 testBug119857_Private02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.028 s
03:22:02 testBug119857_Public01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.017 s
03:22:02 testBug119857_Public02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.991 s
03:22:02 testBug119857_Public03 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.064 s
03:22:02 testBug119857_Types - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.036 s
03:22:02 testBug132430 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.107 s
03:22:02 testBug132430b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.068 s
03:22:02 testBug132430c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.039 s
03:22:02 testBug145007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.01 s
03:22:02 testBug204749a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.965 s
03:22:02 testBug204749b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.932 s
03:22:02 testBug209936_GenericMemberFullyQualifiedSingleReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.151 s
03:22:02 testBug209936_GenericMemberImplicitReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.226 s
03:22:02 testBug209936_GenericMemberQualifiedSingleReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.07 s
03:22:02 testBug209936_GenericMemberSingleReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.036 s
03:22:02 testBug209936_MemberFullyQualifiedSingleReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.066 s
03:22:02 testBug209936_MemberImplicitReference - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.026 s
03:22:02 testBug209936_MemberQualifiedSingleReference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.068 s
03:22:02 testBug209936_MemberQualifiedSingleReference2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.107 s
03:22:02 testBug209936_MemberSingleReference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.145 s
03:22:02 testBug209936_MemberSingleReference2 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.452 s
03:22:02 testBug209936_MemberSingleReference3 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.195 s
03:22:02 testBug209936_MemberSingleReference4 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.053 s
03:22:02 testBug209936a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.053 s
03:22:02 testBug209936b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.001 s
03:22:02 testBug247037a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.924 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug247037a - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* {@inheritDoc}\n
03:22:02 	    ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @since {@inheritDoc}\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 4)\n
03:22:02 	* @blah {@inheritDoc}\n
03:22:02 	          ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* {@inheritDoc}\n
03:22:02 	    ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @since {@inheritDoc}\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 4)\n
03:22:02 	* @blah {@inheritDoc}\n
03:22:02 	          ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug247037a(JavadocTest_1_5.java:3885)
03:22:02 
03:22:02 testBug247037b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.983 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug247037b - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	   ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	            ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	   ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 4. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	                ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	   ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	            ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	   ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 4. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	                ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug247037b(JavadocTest_1_5.java:3917)
03:22:02 
03:22:02 testBug284333 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.074 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug284333 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in foo\bar\package-info.java (at line 2)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\package-info.java (at line 4)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\package-info.java (at line 5)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\package-info.java (at line 7)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 5. ERROR in foo\bar\package-info.java (at line 8)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 6. ERROR in foo\bar\package-info.java (at line 10)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in foo\bar\package-info.java (at line 2)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\package-info.java (at line 4)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\package-info.java (at line 5)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\package-info.java (at line 7)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 5. ERROR in foo\bar\package-info.java (at line 8)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 6. ERROR in foo\bar\package-info.java (at line 10)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug284333(JavadocTest_1_5.java:3958)
03:22:02 
03:22:02 testBug284333a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.074 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug284333a - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5.testBug284333a(JavadocTest_1_5.java:4037)
03:22:02 
03:22:02 testBug284333b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.07 s
03:22:02 testBug322581a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.064 s
03:22:02 testBug322581b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.317 s
03:22:02 testBug331872 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.038 s
03:22:02 testBug331872b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.988 s
03:22:02 testBug331872c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.002 s
03:22:02 testBug331872d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.205 s
03:22:02 testBug80257 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.997 s
03:22:02 testBug83127a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.033 s
03:22:02 testBug83127b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.041 s
03:22:02 testBug83127c - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.053 s
03:22:02 testBug83127d - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.074 s
03:22:02 testBug83127e - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.05 s
03:22:02 testBug83127f - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.113 s
03:22:02 testBug83127g - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.127 s
03:22:02 testBug83127h - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.107 s
03:22:02 testBug83393a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.083 s
03:22:02 testBug83393b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.108 s
03:22:02 testBug83804 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.081 s
03:22:02 testBug86769 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.373 s
03:22:02 testBug87500a - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.137 s
03:22:02 testBug87500b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.16 s
03:22:02 testBug95286_Default - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1 s
03:22:02 testBug95286_Private - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.958 s
03:22:02 testBug95521 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.087 s
03:22:02 testBug95521b - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.111 s
03:22:02 testBug96237_Private01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.032 s
03:22:02 testBug96237_Private02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.062 s
03:22:02 testBug96237_Private03 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.011 s
03:22:02 testBug96237_Private04 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1 s
03:22:02 testBug96237_Private05 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.09 s
03:22:02 testBug96237_Private06 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.028 s
03:22:02 testBug96237_Private07 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.049 s
03:22:02 testBug96237_Private08 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.008 s
03:22:02 testBug96237_Public01 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.026 s
03:22:02 testBug96237_Public02 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.993 s
03:22:02 testBug96237_Public03 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.017 s
03:22:02 testBug96237_Public04 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.992 s
03:22:02 testBug96237_Public05 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 0.982 s
03:22:02 testBug96237_Public06 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.045 s
03:22:02 testBug96237_Public07 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.107 s
03:22:02 testBug96237_Public08 - 10(org.eclipse.jdt.core.tests.compiler.regression.JavadocTest_1_5)  Time elapsed: 1.103 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.021 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.158 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.017 s
03:22:02 test011_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.013 s
03:22:02 test012b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.01 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.101 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.008 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test017b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test017c - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test018a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test022_repeated_sourcepath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.008 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.01 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.013 s
03:22:02 test0307 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test0307a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test0307b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test0307c - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test0307d - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test0307e - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test0308_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.689 s
03:22:02 test0309_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.347 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.029 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test057_access_restrictions_separator - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.025 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 test065_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test066_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test067_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test068_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test069_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test070_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test071_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test072_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test073_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test074_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test075_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test076_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test077_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test078_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test079_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test080_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test081_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test082_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test083_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test084_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test085_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test086_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.042 s
03:22:02 test087_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test088_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test089_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test090_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test091_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test092_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test093_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test094_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test095_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test096_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test097_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test098_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.105 s
03:22:02 test099_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test100_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test101_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test102_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test103_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.042 s
03:22:02 test104_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test105_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test106_per_source_output_directory - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test107 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test108 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test109 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test110 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test111 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test112 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test113 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test114 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test115 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test116 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test117 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test118 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test119 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test120 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test121 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test122_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test123_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test124_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test125_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test126_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test127_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test128_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test129_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test130_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test131_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test132_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test133_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test134_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test135_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test136_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test137_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test138_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test139_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test140_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test141_null_ref_option - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.053 s
03:22:02 test142_null_ref_option - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test143_null_ref_option - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test144 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test145_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test146_declared_thrown_checked_exceptions - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test148_access_restrictions - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test149 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test150_null_ref_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test151_null_ref_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test152 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test153_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test154_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test155_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test156_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test157_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test158_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test159_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test160_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test161_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test162_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test163_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test164_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test165_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test166_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.028 s
03:22:02 test167_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test168_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test169_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test170_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test171_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test172_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test174_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.02 s
03:22:02 test175_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.06 s
03:22:02 test176_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test177_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test178_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test179_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test180_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test181_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test182_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test183_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test184_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test185_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test186565 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 test186_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test187_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test188_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test189_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test190_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.009 s
03:22:02 test191_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test192_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test193_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test194_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.028 s
03:22:02 test195_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test196_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test197_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test198_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test199_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test200_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test201_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test202_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test203_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test204_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test205_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test206_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test207_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test208_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test209_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test210_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test211_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.043 s
03:22:02 test212_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test213_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test216b_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.008 s
03:22:02 test217_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test218_batch_classpath_apis - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test219_batch_classpath_apis - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test221_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test222_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test223_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test225_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test227_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 test228_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test229_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test230_sourcepath_vs_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 2.769 s
03:22:02 test230_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test231_sourcepath_vs_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.336 s
03:22:02 test232_repeated_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 2.16 s
03:22:02 test233_repeated_sourcepath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 2.035 s
03:22:02 test234_sourcepath_vs_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.077 s
03:22:02 test235_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.137 s
03:22:02 test236_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.366 s
03:22:02 test237_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.417 s
03:22:02 test238_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 1.37 s
03:22:02 test239_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.03 s
03:22:02 test240_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.031 s
03:22:02 test241_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.045 s
03:22:02 test242_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.03 s
03:22:02 test243_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.07 s
03:22:02 test244_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.029 s
03:22:02 test245_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.073 s
03:22:02 test246_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.027 s
03:22:02 test247_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.028 s
03:22:02 test248_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.032 s
03:22:02 test249_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.03 s
03:22:02 test250_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.029 s
03:22:02 test251_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.03 s
03:22:02 test252_progress - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test253_progress - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test254_progress - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test255_progress - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test256_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.031 s
03:22:02 test257_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.032 s
03:22:02 test258_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.045 s
03:22:02 test259_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.086 s
03:22:02 test260_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.033 s
03:22:02 test261_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.073 s
03:22:02 test262_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test263_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.028 s
03:22:02 test264_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.029 s
03:22:02 test265_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.057 s
03:22:02 test266_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.086 s
03:22:02 test267_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.032 s
03:22:02 test268_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test269_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test270_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test271_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.07 s
03:22:02 test272_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test273_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test274_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test275_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test276_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test277_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.034 s
03:22:02 test278_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.071 s
03:22:02 test279_sourcepath_vs_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.257 s
03:22:02 test280_sourcepath_vs_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.179 s
03:22:02 test281_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test282_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test283_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test284_classpath - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test285_option_files - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.008 s
03:22:02 test286_option_files - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test287_option_files - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test288_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test289_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test290_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test291_jar_ref_in_jar - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test292_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.008 s
03:22:02 test293 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.036 s
03:22:02 test293_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test294 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test294_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test295_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test296 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test297 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test298 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test299 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test300 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test301 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test302 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test303 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test304 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test305 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test306 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test310_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test310b_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test312_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.016 s
03:22:02 test317_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test317_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 test318_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test318_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test319_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test319_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test320_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test321_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test322_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test323_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test324_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test325_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test326_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test327_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test328_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test329_nowarn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test330_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test331_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test385780_warn_option - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test405225_extdirs - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 test408038a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.18 s
03:22:02 test408038b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.08 s
03:22:02 test408038c - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.102 s
03:22:02 test408038d - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.078 s
03:22:02 test408038e - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.078 s
03:22:02 test439750 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.115 s
03:22:02 test496137a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.026 s
03:22:02 test496137b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test496137c - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test496137d - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 test496137e - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test496137f - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.028 s
03:22:02 test501457 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.083 s
03:22:02 testBridgeMethodRetention - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 testBug375366a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 testBug375366b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 testBug375409a - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 testBug375409b - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 testBug375409c - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 testBug375409d - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 testBug375409e - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 testBug375409f - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 testBug375409g - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 testBug419351 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 testBug531579 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.316 s
03:22:02 testFailOnWarnings_NoWarning - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 testFailOnWarnings_WithWarning - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 testFileSystem_findSecondaryInClass - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.001 s
03:22:02 testInferenceIn14Project - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.006 s
03:22:02 testInferenceIn15Project - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 testReleaseOption - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0 s
03:22:02 testReportingUnavoidableGenericProblems - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 testReportingUnavoidableGenericProblems2 - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 testUnusedObjectAllocation - 10(org.eclipse.jdt.core.tests.compiler.regression.BatchCompilerTest)  Time elapsed: 0.002 s
03:22:02 test313_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.01 s
03:22:02 test314_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.007 s
03:22:02 test315_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.005 s
03:22:02 test315_warn_options_a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.004 s
03:22:02 test315_warn_options_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.011 s
03:22:02 test316_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test316b_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.048 s
03:22:02 test320_warn_options - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.007 s
03:22:02 test440477 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.116 s
03:22:02 test440687a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.33 s
03:22:02 test440687b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.017 s
03:22:02 test440687c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.038 s
03:22:02 test440687d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.003 s
03:22:02 test490010NoEeaFile1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.015 s
03:22:02 test490010NoEeaFile2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.072 s
03:22:02 test490010NoEeaFile3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.015 s
03:22:02 testBug375366c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.008 s
03:22:02 testBug375366d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.078 s
03:22:02 testBug466291 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.019 s
03:22:02 testBug466291b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationBatchCompilerTest)  Time elapsed: 0.085 s
03:22:02 testBug372319 - 10(org.eclipse.jdt.core.tests.compiler.regression.ConcurrentBatchCompilerTest)  Time elapsed: 4.707 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 1.902 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 1.106 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 1.04 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 1.106 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 1.075 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 1.271 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test)  Time elapsed: 1.149 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test007 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	@A(name = "name", //$NON-NLS-1$\n
03:22:02 	                  ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 4)\n
03:22:02 	value = "Test") //$NON-NLS-1$\n
03:22:02 	                ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 6)\n
03:22:02 	@X2("") //$NON-NLS-1$\n
03:22:02 	        ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	@A(name = "name", //$NON-NLS-1$\n
03:22:02 	                  ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 4)\n
03:22:02 	value = "Test") //$NON-NLS-1$\n
03:22:02 	                ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 6)\n
03:22:02 	@X2("") //$NON-NLS-1$\n
03:22:02 	        ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ExternalizeStringLiterals15Test.test007(ExternalizeStringLiterals15Test.java:233)
03:22:02 
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 1.008 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 1.116 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 1.128 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 1.135 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 1.119 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated15Test)  Time elapsed: 1.067 s
03:22:02 test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.215 s
03:22:02 test10 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.31 s
03:22:02 test11 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.225 s
03:22:02 test12 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.229 s
03:22:02 test13 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.237 s
03:22:02 test14 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.112 s
03:22:02 test2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.174 s
03:22:02 test3 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.216 s
03:22:02 test4 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.194 s
03:22:02 test5 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.132 s
03:22:02 test6 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.167 s
03:22:02 test7 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.196 s
03:22:02 test8 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.225 s
03:22:02 test9 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.184 s
03:22:02 testBug546362 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerEmulationTest_1_5)  Time elapsed: 1.315 s
03:22:02 test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.095 s
03:22:02 test10 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.249 s
03:22:02 test11 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.285 s
03:22:02 test12 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.269 s
03:22:02 test13 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.068 s
03:22:02 test14 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.092 s
03:22:02 test15 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.265 s
03:22:02 test2 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.068 s
03:22:02 test3 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.241 s
03:22:02 test4 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.298 s
03:22:02 test5 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.173 s
03:22:02 test6 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.176 s
03:22:02 test7 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.271 s
03:22:02 test8 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.249 s
03:22:02 test9 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_5)  Time elapsed: 1.313 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.006 s
03:22:02 test0010 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.045 s
03:22:02 test0011 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.036 s
03:22:02 test0012 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.989 s
03:22:02 test0013 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.977 s
03:22:02 test0014 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.034 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.015 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.062 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test003 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in Y.java (at line 3)\n
03:22:02 	<X> void foo() {\n
03:22:02 	 ^\n
03:22:02 The type parameter X is hiding the type Y.X\n
03:22:02 ----------\n
03:22:02 2. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
03:22:02 ----------\n
03:22:02 3. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in Y.java (at line 3)\n
03:22:02 	<X> void foo() {\n
03:22:02 	 ^\n
03:22:02 The type parameter X is hiding the type Y.X\n
03:22:02 ----------\n
03:22:02 2. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
03:22:02 ----------\n
03:22:02 3. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test003(InnerClass15Test.java:98)
03:22:02 
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.023 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test004 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is hiding the type Y.X\n
03:22:02 ----------\n
03:22:02 2. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is hiding the type Y.X\n
03:22:02 ----------\n
03:22:02 2. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test004(InnerClass15Test.java:126)
03:22:02 
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.061 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test005 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test005(InnerClass15Test.java:149)
03:22:02 
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.024 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test006 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test006(InnerClass15Test.java:172)
03:22:02 
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.015 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test007 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test.test007(InnerClass15Test.java:195)
03:22:02 
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.094 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.101 s
03:22:02 testBug520874a - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.988 s
03:22:02 testBug520874b - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.063 s
03:22:02 testBug520874c - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.009 s
03:22:02 testBug520874d - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.071 s
03:22:02 testBug520874e - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 0.963 s
03:22:02 testBug520874f - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.053 s
03:22:02 testBug520874g - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.052 s
03:22:02 testBug520874h - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.098 s
03:22:02 testBug520874i - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.072 s
03:22:02 testBug526681 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.005 s
03:22:02 testBug527731 - 10(org.eclipse.jdt.core.tests.compiler.regression.InnerClass15Test)  Time elapsed: 1.618 s
03:22:02 test407414a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.336 s
03:22:02 test407414b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.069 s
03:22:02 test407414b2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.082 s
03:22:02 test407414b3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.415 s
03:22:02 test407414b4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.109 s
03:22:02 test424702 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.139 s
03:22:02 test428104 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.135 s
03:22:02 test444024 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.287 s
03:22:02 testBug237236 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.493 s
03:22:02 testBug372011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.049 s
03:22:02 testBug374129 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.266 s
03:22:02 testBug382069_j - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.132 s
03:22:02 testBug382069_k - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.159 s
03:22:02 testBug385626_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.569 s
03:22:02 testBug385626_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.426 s
03:22:02 testBug388281_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.604 s
03:22:02 testBug388281_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.193 s
03:22:02 testBug388281_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.405 s
03:22:02 testBug388281_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.207 s
03:22:02 testBug388281_05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.175 s
03:22:02 testBug388281_06 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.045 s
03:22:02 testBug388281_07 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.207 s
03:22:02 testBug388281_08 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.176 s
03:22:02 testBug388281_09 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.026 s
03:22:02 testBug388281_10 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.091 s
03:22:02 testBug388630_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.467 s
03:22:02 testBug388630_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.217 s
03:22:02 testBug403086_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.468 s
03:22:02 testBug403086_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.429 s
03:22:02 testBug403674 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.307 s
03:22:02 testBug403674a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.171 s
03:22:02 testBug407414c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.311 s
03:22:02 testBug407414d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.277 s
03:22:02 testBug407414e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.295 s
03:22:02 testBug407414f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.224 s
03:22:02 testBug412076 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.575 s
03:22:02 testBug413460 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.452 s
03:22:02 testBug415413 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.173 s
03:22:02 testBug415413a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.327 s
03:22:02 testBug415413b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.225 s
03:22:02 testBug415413c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.083 s
03:22:02 testBug415850_a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.091 s
03:22:02 testBug415850_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.676 s
03:22:02 testBug416267 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.11 s
03:22:02 testBug417295_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.09 s
03:22:02 testBug417295_7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.303 s
03:22:02 testBug418235 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.27 s
03:22:02 testBug418235b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.065 s
03:22:02 testBug418236 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.279 s
03:22:02 testBug418843 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.197 s
03:22:02 testBug420313 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.191 s
03:22:02 testBug422796 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.254 s
03:22:02 testBug422796a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.32 s
03:22:02 testBug422796b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.2 s
03:22:02 testBug424624 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.504 s
03:22:02 testBug424624a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.801 s
03:22:02 testBug424624b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.377 s
03:22:02 testBug430084 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.144 s
03:22:02 testBug432348 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.239 s
03:22:02 testBug434374 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.464 s
03:22:02 testBug434374a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.292 s
03:22:02 testBug434374b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.124 s
03:22:02 testBug434374c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.276 s
03:22:02 testBug435805 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.131 s
03:22:02 testBug443347 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.296 s
03:22:02 testBug443347b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.228 s
03:22:02 testBug443347c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.091 s
03:22:02 testBug445147 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.215 s
03:22:02 testBug445708 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.247 s
03:22:02 testBug445708b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.393 s
03:22:02 testBug452780 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.498 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug452780 - Javac found warning(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
03:22:02 		List<@NonNull T> res = Arrays.asList(ts);\n
03:22:02 		                                     ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
03:22:02 		List<@NonNull T> res = Arrays.asList(ts);\n
03:22:02 		                                     ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug452780(NullAnnotationTest.java:7990)
03:22:02 
03:22:02 testBug455557 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.261 s
03:22:02 testBug455723 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.211 s
03:22:02 testBug455723b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.296 s
03:22:02 testBug457210 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.006 s
03:22:02 testBug459397 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.136 s
03:22:02 testBug459967_Enum_valueOf - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.307 s
03:22:02 testBug459967_Enum_valueOf_binary - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 3.007 s
03:22:02 testBug459967_Enum_values - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.429 s
03:22:02 testBug459967_Enum_values_binary - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 3.006 s
03:22:02 testBug461878 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.27 s
03:22:02 testBug462790 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.953 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug462790(NullAnnotationTest.java:8199)
03:22:02 
03:22:02 testBug466477 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.022 s
03:22:02 testBug467610 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.28 s
03:22:02 testBug477719 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.294 s
03:22:02 testBug481931_binary - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.602 s
03:22:02 testBug481931_source - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.251 s
03:22:02 testBug482075 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.288 s
03:22:02 testBug489486conform - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.3 s
03:22:02 testBug489486negative - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.068 s
03:22:02 testBug499714 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.249 s
03:22:02 testBug502113 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.337 s
03:22:02 testBug502113b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.109 s
03:22:02 testBug502214 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.126 s
03:22:02 testBug530970_default - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.421 s
03:22:02 testBug530970_default_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.503 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug530970_default_bin - Javac found warning(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
03:22:02 	Number field = new Long(13);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
03:22:02 	Number field = new Long(13);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug530970_default_bin(NullAnnotationTest.java:9696)
03:22:02 
03:22:02 testBug530970_field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.385 s
03:22:02 testBug530970_field_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.514 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug530970_field_bin - Javac found warning(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
03:22:02 	Number field = new Double(1.1);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
03:22:02 	Number field = new Double(1.1);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug530970_field_bin(NullAnnotationTest.java:9625)
03:22:02 
03:22:02 testBug530970_on_field_and_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.575 s
03:22:02 testBug530970_on_field_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 3.803 s
03:22:02 testBug530970_param - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.66 s
03:22:02 testBug530970_param_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 3.74 s
03:22:02 testBug530970_return - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.62 s
03:22:02 testBug530970_return_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.489 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug530970_return_bin - Javac found warning(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
03:22:02 		return new Integer(13);\n
03:22:02 		       ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
03:22:02 		return new Integer(13);\n
03:22:02 		       ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.testBug530970_return_bin(NullAnnotationTest.java:9554)
03:22:02 
03:22:02 testBug542707_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
03:22:02 testBug542707_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.001 s
03:22:02 testBug542707_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
03:22:02 testBug542707_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
03:22:02 testBug542707_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
03:22:02 testBug545715 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
03:22:02 testBug548418_001a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.001 s
03:22:02 testBug548418_001b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
03:22:02 testBug548418_002a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
03:22:02 testBug548418_002b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0 s
03:22:02 testBug_415269 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.474 s
03:22:02 testMultipleAnnotations - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 3.937 s
03:22:02 testTypeAnnotationProblemNotIn17 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.148 s
03:22:02 test_annotation_import_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.62 s
03:22:02 test_annotation_import_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.569 s
03:22:02 test_annotation_import_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.987 s
03:22:02 test_annotation_import_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.03 s
03:22:02 test_assignment_expression_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.529 s
03:22:02 test_conditional_expression_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.186 s
03:22:02 test_constructor_with_nested_class - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.337 s
03:22:02 test_contradictory_annotations_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.093 s
03:22:02 test_contradictory_annotations_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.093 s
03:22:02 test_contradictory_annotations_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.1 s
03:22:02 test_default_nullness_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.454 s
03:22:02 test_default_nullness_002_custom - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.431 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test_default_nullness_002_custom - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	^^^^^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
03:22:02 ----------\n
03:22:02 2. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	                           ^^^^^^\n
03:22:02 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	^^^^^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
03:22:02 ----------\n
03:22:02 2. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	                           ^^^^^^\n
03:22:02 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.test_default_nullness_002_custom(NullAnnotationTest.java:2355)
03:22:02 
03:22:02 test_default_nullness_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.136 s
03:22:02 test_default_nullness_003a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.342 s
03:22:02 test_default_nullness_003b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.245 s
03:22:02 test_default_nullness_003c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.504 s
03:22:02 test_default_nullness_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.263 s
03:22:02 test_default_nullness_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.144 s
03:22:02 test_default_nullness_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.122 s
03:22:02 test_default_nullness_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.485 s
03:22:02 test_default_nullness_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.15 s
03:22:02 test_default_nullness_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.093 s
03:22:02 test_default_nullness_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.039 s
03:22:02 test_default_nullness_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.105 s
03:22:02 test_default_nullness_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.169 s
03:22:02 test_default_nullness_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.128 s
03:22:02 test_default_nullness_015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.14 s
03:22:02 test_default_nullness_016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.029 s
03:22:02 test_default_nullness_017 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.137 s
03:22:02 test_enum_field_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.348 s
03:22:02 test_enum_field_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.393 s
03:22:02 test_illegal_annotation_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.064 s
03:22:02 test_illegal_annotation_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.16 s
03:22:02 test_illegal_annotation_003b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.153 s
03:22:02 test_illegal_annotation_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 0.988 s
03:22:02 test_illegal_annotation_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.085 s
03:22:02 test_illegal_annotation_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.103 s
03:22:02 test_illegal_annotation_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.093 s
03:22:02 test_illegal_annotation_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.01 s
03:22:02 test_message_send_in_control_structure_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.116 s
03:22:02 test_message_send_in_control_structure_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.183 s
03:22:02 test_message_send_in_control_structure_02a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.105 s
03:22:02 test_message_send_in_control_structure_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.172 s
03:22:02 test_missing_default_annotation_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.102 s
03:22:02 test_missing_default_annotation_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.107 s
03:22:02 test_nesting_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.223 s
03:22:02 test_nonnull_argument_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.174 s
03:22:02 test_nonnull_argument_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.106 s
03:22:02 test_nonnull_field_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.25 s
03:22:02 test_nonnull_field_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.145 s
03:22:02 test_nonnull_field_12 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.104 s
03:22:02 test_nonnull_field_14 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.45 s
03:22:02 test_nonnull_field_14b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.434 s
03:22:02 test_nonnull_field_15 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.282 s
03:22:02 test_nonnull_field_16 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.211 s
03:22:02 test_nonnull_field_17 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.09 s
03:22:02 test_nonnull_field_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.038 s
03:22:02 test_nonnull_field_2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.094 s
03:22:02 test_nonnull_field_2b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.162 s
03:22:02 test_nonnull_field_2c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.056 s
03:22:02 test_nonnull_field_2d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.227 s
03:22:02 test_nonnull_field_2e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.214 s
03:22:02 test_nonnull_field_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.147 s
03:22:02 test_nonnull_field_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.095 s
03:22:02 test_nonnull_field_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.101 s
03:22:02 test_nonnull_field_6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.201 s
03:22:02 test_nonnull_field_7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.186 s
03:22:02 test_nonnull_field_8 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.117 s
03:22:02 test_nonnull_field_9 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.124 s
03:22:02 test_nonnull_local_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.151 s
03:22:02 test_nonnull_local_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.137 s
03:22:02 test_nonnull_parameter_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.182 s
03:22:02 test_nonnull_parameter_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.284 s
03:22:02 test_nonnull_parameter_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.188 s
03:22:02 test_nonnull_parameter_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.334 s
03:22:02 test_nonnull_parameter_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.282 s
03:22:02 test_nonnull_parameter_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.264 s
03:22:02 test_nonnull_parameter_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.24 s
03:22:02 test_nonnull_parameter_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.007 s
03:22:02 test_nonnull_parameter_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.126 s
03:22:02 test_nonnull_parameter_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.39 s
03:22:02 test_nonnull_parameter_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.376 s
03:22:02 test_nonnull_parameter_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.597 s
03:22:02 test_nonnull_parameter_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.129 s
03:22:02 test_nonnull_parameter_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.085 s
03:22:02 test_nonnull_parameter_015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.197 s
03:22:02 test_nonnull_parameter_016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.285 s
03:22:02 test_nonnull_return_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.392 s
03:22:02 test_nonnull_return_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.128 s
03:22:02 test_nonnull_return_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.114 s
03:22:02 test_nonnull_return_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.318 s
03:22:02 test_nonnull_return_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.067 s
03:22:02 test_nonnull_return_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.099 s
03:22:02 test_nonnull_return_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.118 s
03:22:02 test_nonnull_return_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.213 s
03:22:02 test_nonnull_return_009a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.239 s
03:22:02 test_nonnull_return_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.167 s
03:22:02 test_nonnull_return_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.067 s
03:22:02 test_nonnull_return_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.358 s
03:22:02 test_nonnull_return_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.114 s
03:22:02 test_nonnull_var_in_constrol_structure_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.187 s
03:22:02 test_nonnull_var_in_constrol_structure_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.154 s
03:22:02 test_nonnull_var_in_constrol_structure_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.144 s
03:22:02 test_null_with_apt - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.21 s
03:22:02 test_null_with_apt_comment4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.193 s
03:22:02 test_nullable_field_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.134 s
03:22:02 test_nullable_field_10a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.358 s
03:22:02 test_nullable_field_10b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.154 s
03:22:02 test_nullable_field_10c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.198 s
03:22:02 test_nullable_field_10d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.183 s
03:22:02 test_nullable_field_10e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.207 s
03:22:02 test_nullable_field_10f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.196 s
03:22:02 test_nullable_field_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.361 s
03:22:02 test_nullable_field_11a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.367 s
03:22:02 test_nullable_field_12 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.213 s
03:22:02 test_nullable_field_13 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.077 s
03:22:02 test_nullable_field_14 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.281 s
03:22:02 test_nullable_field_14a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.001 s
03:22:02 test_nullable_field_15 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.068 s
03:22:02 test_nullable_field_16 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.362 s
03:22:02 test_nullable_field_17 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.183 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test_nullable_field_17 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. INFO in X.java (at line 5)\n
03:22:02 	return this.o.toString();\n
03:22:02 	            ^\n
03:22:02 Potential null pointer access: this expression has a '@Nullable' type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. INFO in X.java (at line 5)\n
03:22:02 	return this.o.toString();\n
03:22:02 	            ^\n
03:22:02 Potential null pointer access: this expression has a '@Nullable' type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest.test_nullable_field_17(NullAnnotationTest.java:5451)
03:22:02 
03:22:02 test_nullable_field_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.027 s
03:22:02 test_nullable_field_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.062 s
03:22:02 test_nullable_field_3m - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.096 s
03:22:02 test_nullable_field_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.112 s
03:22:02 test_nullable_field_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.104 s
03:22:02 test_nullable_field_6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.095 s
03:22:02 test_nullable_field_7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.067 s
03:22:02 test_nullable_field_8 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.368 s
03:22:02 test_nullable_field_9 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.059 s
03:22:02 test_nullable_paramter_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.155 s
03:22:02 test_nullable_paramter_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.2 s
03:22:02 test_nullable_return_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.066 s
03:22:02 test_nullable_return_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.39 s
03:22:02 test_nullness_default_018 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.161 s
03:22:02 test_nullness_default_018b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.205 s
03:22:02 test_options_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.658 s
03:22:02 test_options_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.261 s
03:22:02 test_options_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.107 s
03:22:02 test_parameter_specification_inheritance_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.487 s
03:22:02 test_parameter_specification_inheritance_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.312 s
03:22:02 test_parameter_specification_inheritance_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.265 s
03:22:02 test_parameter_specification_inheritance_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.391 s
03:22:02 test_parameter_specification_inheritance_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.551 s
03:22:02 test_parameter_specification_inheritance_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.483 s
03:22:02 test_parameter_specification_inheritance_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.225 s
03:22:02 test_parameter_specification_inheritance_007a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.388 s
03:22:02 test_parameter_specification_inheritance_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 2.296 s
03:22:02 test_parameter_specification_inheritance_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.262 s
03:22:02 test_parameter_specification_inheritance_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.425 s
03:22:02 test_parameter_specification_inheritance_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.165 s
03:22:02 test_parameter_specification_inheritance_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.319 s
03:22:02 test_parameter_specification_inheritance_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.086 s
03:22:02 test_parameter_specification_inheritance_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.214 s
03:22:02 test_parameter_specification_inheritance_015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.179 s
03:22:02 test_parameter_specification_inheritance_016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.216 s
03:22:02 test_parameter_specification_inheritance_017 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.092 s
03:22:02 test_parameter_specification_inheritance_018 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.275 s
03:22:02 test_redundant_annotation_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.118 s
03:22:02 test_redundant_annotation_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.068 s
03:22:02 test_redundant_annotation_02g - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.096 s
03:22:02 test_redundant_annotation_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.359 s
03:22:02 test_suppress_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTest)  Time elapsed: 1.252 s
03:22:02 testBug542084_error - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2)  Time elapsed: 3.595 s
03:22:02 testBug542084_no_error - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2)  Time elapsed: 1.284 s
03:22:02 testBug550063 - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2)  Time elapsed: 2.45 s
03:22:02 testBug550063_b - 10(org.eclipse.jdt.core.tests.compiler.regression.XLargeTest2)  Time elapsed: 2.255 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.277 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.241 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.396 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.546 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.192 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.238 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.279 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.307 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.311 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.295 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.269 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.227 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.169 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.237 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.297 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.39 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.229 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.495 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.239 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.459 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.233 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.289 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.191 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.278 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.249 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.271 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.427 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.251 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.267 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.493 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.232 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.299 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.37 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.294 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.174 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.404 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 4.649 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.263 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.199 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.18 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.425 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.33 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.225 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.377 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.304 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.015 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.1 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.199 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.293 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.565 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.412 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.236 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.049 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.243 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.311 s
03:22:02 test055a - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.228 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.413 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.215 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.164 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.084 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.17 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.127 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.128 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.093 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.201 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.051 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.245 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.079 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.3 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.202 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.903 s
03:22:02 test385593_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.308 s
03:22:02 test385593_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.176 s
03:22:02 test394718 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.31 s
03:22:02 test551368 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.717 s
03:22:02 test551368_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.213 s
03:22:02 test551368_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.267 s
03:22:02 test558844 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.403 s
03:22:02 testBug359495a - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.428 s
03:22:02 testBug359495b - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.364 s
03:22:02 testBug380313 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.297 s
03:22:02 testBug380313b - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.341 s
03:22:02 testBug380927 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.305 s
03:22:02 testBug412203_a - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.294 s
03:22:02 testBug412203_b - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.007 s
03:22:02 testBug412203_c - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 0.006 s
03:22:02 testBug5409021 - 10(org.eclipse.jdt.core.tests.compiler.regression.StackMapAttributeTest)  Time elapsed: 1.708 s
03:22:02 test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_6)  Time elapsed: 1.31 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.AssignmentTest_1_7)  Time elapsed: 1.446 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 1.218 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 0.957 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 0.921 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 1.175 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test004 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	System.out.println(0b1110000);\n
03:22:02 	                   ^^^^^^^^^\n
03:22:02 Binary literals can only be used with source level 1.7 or greater\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	System.out.println(0b1110000);\n
03:22:02 	                   ^^^^^^^^^\n
03:22:02 Binary literals can only be used with source level 1.7 or greater\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest.test004(BinaryLiteralTest.java:86)
03:22:02 
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 1.034 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test005 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	System.out.println(-0b1110000);\n
03:22:02 	                    ^^^^^^^^^\n
03:22:02 Binary literals can only be used with source level 1.7 or greater\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	System.out.println(-0b1110000);\n
03:22:02 	                    ^^^^^^^^^\n
03:22:02 Binary literals can only be used with source level 1.7 or greater\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest.test005(BinaryLiteralTest.java:110)
03:22:02 
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.BinaryLiteralTest)  Time elapsed: 0.928 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.929 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.881 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 1.006 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 1.017 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 1.02 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.973 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 1.006 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.904 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.997 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 1.002 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.98 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.907 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 1.12 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.987 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.923 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.994 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.949 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.9 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.951 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.909 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 0.989 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 1.082 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 1.247 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnderscoresInLiteralsTest)  Time elapsed: 1.182 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.32 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.074 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.137 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.065 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.101 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.034 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.247 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.122 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.027 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.002 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.059 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.337 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.159 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.125 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.157 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.04 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.1 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.974 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.238 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.336 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.042 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.019 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.137 s
03:22:02 test024a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 0.929 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.073 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.196 s
03:22:02 test026a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.084 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.362 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.194 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.226 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.257 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.337 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.272 s
03:22:02 testBug391092 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.024 s
03:22:02 testBug404146 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.122 s
03:22:02 testBug488569_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryStatement17Test)  Time elapsed: 1.174 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.088 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.102 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.293 s
03:22:02 test003a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.116 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.078 s
03:22:02 test004a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.166 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.051 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.111 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.107 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.06 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.098 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.127 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.109 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.097 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.099 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.098 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.095 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.135 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.088 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.873 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.089 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.117 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.16 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.101 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.206 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.117 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.206 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.464 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.211 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.323 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.323 s
03:22:02 test030a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.417 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.352 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.341 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.317 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.322 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.505 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.519 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.568 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.484 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.736 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.528 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.572 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.525 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.529 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.547 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.508 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.443 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.542 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.404 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.275 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.364 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.382 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.12 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.125 s
03:22:02 test053a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.077 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 0.966 s
03:22:02 test054a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.025 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.279 s
03:22:02 test055a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.175 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.174 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.16 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.264 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.373 s
03:22:02 test375248 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.329 s
03:22:02 test375248a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.509 s
03:22:02 test375248b - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.623 s
03:22:02 test375248c - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.526 s
03:22:02 test375248d - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.376 s
03:22:02 test375326 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.345 s
03:22:02 test375326a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.076 s
03:22:02 test375326b - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.097 s
03:22:02 test375326c - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.422 s
03:22:02 test375326d - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.12 s
03:22:02 test375326e - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.063 s
03:22:02 test375326f - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.084 s
03:22:02 test375326g - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.101 s
03:22:02 test380112a - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.265 s
03:22:02 test380112b - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.224 s
03:22:02 test380112c - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.316 s
03:22:02 test380112d - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.276 s
03:22:02 test380112e - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.693 s
03:22:02 test394780 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.53 s
03:22:02 testBug467230 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.276 s
03:22:02 testBug533187 - 10(org.eclipse.jdt.core.tests.compiler.regression.TryWithResourcesStatementTest)  Time elapsed: 1.356 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.219 s
03:22:02 test0014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.206 s
03:22:02 test0014a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.049 s
03:22:02 test0015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.36 s
03:22:02 test0016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.123 s
03:22:02 test0016a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.325 s
03:22:02 test0016b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.095 s
03:22:02 test0016c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.309 s
03:22:02 test0017 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.132 s
03:22:02 test0017a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.242 s
03:22:02 test0018 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.305 s
03:22:02 test0018b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.289 s
03:22:02 test0019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 0.918 s
03:22:02 test001a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.094 s
03:22:02 test001b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.417 s
03:22:02 test001b_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.289 s
03:22:02 test001c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.197 s
03:22:02 test001c_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.266 s
03:22:02 test001d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.431 s
03:22:02 test001e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.379 s
03:22:02 test001f - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.214 s
03:22:02 test001f_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.32 s
03:22:02 test001g - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.168 s
03:22:02 test001g_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.319 s
03:22:02 test001h - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.092 s
03:22:02 test001h_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.118 s
03:22:02 test001h_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.263 s
03:22:02 test001i - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.027 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.102 s
03:22:02 test0020 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.178 s
03:22:02 test0021 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.211 s
03:22:02 test0022 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.566 s
03:22:02 test0023 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.364 s
03:22:02 test0024 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.284 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0024 - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	import java.util.ArrayList;\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^\n
03:22:02 The import java.util.ArrayList is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	import java.util.ArrayList;\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^\n
03:22:02 The import java.util.ArrayList is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0024(GenericsRegressionTest_1_7.java:1109)
03:22:02 
03:22:02 test0025 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.294 s
03:22:02 test0026 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.282 s
03:22:02 test0027 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.148 s
03:22:02 test0028 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.153 s
03:22:02 test0029 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.133 s
03:22:02 test0029a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.197 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.3 s
03:22:02 test0030 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.07 s
03:22:02 test0031 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.267 s
03:22:02 test0032 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.36 s
03:22:02 test0033 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.066 s
03:22:02 test0034 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.263 s
03:22:02 test0034a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.214 s
03:22:02 test0034b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.163 s
03:22:02 test0035 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.281 s
03:22:02 test0035a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.192 s
03:22:02 test0036 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.32 s
03:22:02 test0036a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.175 s
03:22:02 test0037 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.225 s
03:22:02 test0038 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.289 s
03:22:02 test0039 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.195 s
03:22:02 test0042 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.026 s
03:22:02 test0043 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.177 s
03:22:02 test0044 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.145 s
03:22:02 test0045 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.419 s
03:22:02 test0046 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.249 s
03:22:02 test0047 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.283 s
03:22:02 test0048 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.095 s
03:22:02 test0049 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.323 s
03:22:02 test004b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.104 s
03:22:02 test004c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.488 s
03:22:02 test0050 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.243 s
03:22:02 test0051 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.22 s
03:22:02 test0052 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.124 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0052 - Eclipse found error(s) but Javac only found warning(s).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X<String> x2 = new X<String>("SUCCESS");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 7)\n
03:22:02 	X<Integer> x3 = new X<Integer>(1);\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 8)\n
03:22:02 	X<AX> x4 = new X<AX>(new AX());\n
03:22:02 	               ^\n
03:22:02 Redundant specification of type arguments <AX>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 9)\n
03:22:02 	X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
03:22:02 	                         ^\n
03:22:02 Redundant specification of type arguments <AX<String>>\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 10)\n
03:22:02 	X<?> x6 = new X<AX<String>>(new AX<String>());\n
03:22:02 	              ^\n
03:22:02 Redundant specification of type arguments <AX<String>>\n
03:22:02 ----------\n
03:22:02 7. ERROR in X.java (at line 11)\n
03:22:02 	X<Class<? extends Object>> x7 = new X<Class<? extends Object>>();\n
03:22:02 	                                    ^\n
03:22:02 Redundant specification of type arguments <Class<? extends Object>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02           ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02                          ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02                                  ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:9: warning: [rawtypes] found raw type: AX\n
03:22:02 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
03:22:02 		             ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 4 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X<String> x2 = new X<String>("SUCCESS");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 7)\n
03:22:02 	X<Integer> x3 = new X<Integer>(1);\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 8)\n
03:22:02 	X<AX> x4 = new X<AX>(new AX());\n
03:22:02 	               ^\n
03:22:02 Redundant specification of type arguments <AX>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 9)\n
03:22:02 	X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
03:22:02 	                         ^\n
03:22:02 Redundant specification of type arguments <AX<String>>\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 10)\n
03:22:02 	X<?> x6 = new X<AX<String>>(new AX<String>());\n
03:22:02 	              ^\n
03:22:02 Redundant specification of type arguments <AX<String>>\n
03:22:02 ----------\n
03:22:02 7. ERROR in X.java (at line 11)\n
03:22:02 	X<Class<? extends Object>> x7 = new X<Class<? extends Object>>();\n
03:22:02 	                                    ^\n
03:22:02 Redundant specification of type arguments <Class<? extends Object>>\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02           ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02                          ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02                                  ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:9: warning: [rawtypes] found raw type: AX\n
03:22:02 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
03:22:02 		             ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 4 warnings]\n
03:22:02 >
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052(GenericsRegressionTest_1_7.java:2014)
03:22:02 
03:22:02 test0052b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.118 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0052b - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	X<String> x2 = new X<String>("SUCCESS");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 9)\n
03:22:02 	X<String> x22 = new X<String>(1,"SUCCESS");\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 10)\n
03:22:02 	X<Integer> x3 = new X<Integer>(1);\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 11)\n
03:22:02 	String s = foo(new X<String>("aaa"));\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	X<String> x2 = new X<String>("SUCCESS");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 9)\n
03:22:02 	X<String> x22 = new X<String>(1,"SUCCESS");\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 10)\n
03:22:02 	X<Integer> x3 = new X<Integer>(1);\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 11)\n
03:22:02 	String s = foo(new X<String>("aaa"));\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052b(GenericsRegressionTest_1_7.java:2111)
03:22:02 
03:22:02 test0052c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.004 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0052c - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	X<Integer> x = new X<Integer>("","");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	return new X<Integer>("","");\n
03:22:02 	           ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	X<Integer> x = new X<Integer>("","");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	return new X<Integer>("","");\n
03:22:02 	           ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052c(GenericsRegressionTest_1_7.java:2191)
03:22:02 
03:22:02 test0052d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.216 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0052d - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0052d(GenericsRegressionTest_1_7.java:2226)
03:22:02 
03:22:02 test0053 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.127 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0053 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Z.java (at line 3)\n
03:22:02 	foo(new Z<ZB>());\n
03:22:02 	        ^\n
03:22:02 Redundant specification of type arguments <ZB>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Z.java (at line 3)\n
03:22:02 	foo(new Z<ZB>());\n
03:22:02 	        ^\n
03:22:02 Redundant specification of type arguments <ZB>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0053(GenericsRegressionTest_1_7.java:2255)
03:22:02 
03:22:02 test0054 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.054 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0054 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Y.java (at line 3)\n
03:22:02 	return new Y<W>();\n
03:22:02 	           ^\n
03:22:02 Redundant specification of type arguments <W>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Y.java (at line 3)\n
03:22:02 	return new Y<W>();\n
03:22:02 	           ^\n
03:22:02 Redundant specification of type arguments <W>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0054(GenericsRegressionTest_1_7.java:2283)
03:22:02 
03:22:02 test0055 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.073 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0055 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	X<String>.Inner<Integer> a= new X<String>().new Inner<Integer>();\n
03:22:02 	                                                ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	Inner<Integer> b= new X<A>().new Inner<Integer>();\n
03:22:02 	                                 ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 9)\n
03:22:02 	Inner<Integer> c= new Inner<Integer>();\n
03:22:02 	                      ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 10)\n
03:22:02 	X<A>.Inner<Integer> e= new X<A>().new Inner<Integer>();\n
03:22:02 	                                      ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 11)\n
03:22:02 	X<A>.Inner<Integer> f= new Inner<Integer>();\n
03:22:02 	                           ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 12)\n
03:22:02 	X.Inner2<Integer> d3 = new X.Inner2<Integer>();\n
03:22:02 	                             ^^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	X<String>.Inner<Integer> a= new X<String>().new Inner<Integer>();\n
03:22:02 	                                                ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	Inner<Integer> b= new X<A>().new Inner<Integer>();\n
03:22:02 	                                 ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 9)\n
03:22:02 	Inner<Integer> c= new Inner<Integer>();\n
03:22:02 	                      ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 10)\n
03:22:02 	X<A>.Inner<Integer> e= new X<A>().new Inner<Integer>();\n
03:22:02 	                                      ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 11)\n
03:22:02 	X<A>.Inner<Integer> f= new Inner<Integer>();\n
03:22:02 	                           ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 12)\n
03:22:02 	X.Inner2<Integer> d3 = new X.Inner2<Integer>();\n
03:22:02 	                             ^^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0055(GenericsRegressionTest_1_7.java:2308)
03:22:02 
03:22:02 test0056 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.244 s
03:22:02 test0056b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.05 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0056b - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X1<Integer> x1 = new X.X1<Integer>(1);\n
03:22:02 	                       ^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X1<Number> x2 = new X.X1<Number>(1);\n
03:22:02 	                      ^^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X1<Integer> x1 = new X.X1<Integer>(1);\n
03:22:02 	                       ^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X1<Number> x2 = new X.X1<Number>(1);\n
03:22:02 	                      ^^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0056b(GenericsRegressionTest_1_7.java:2411)
03:22:02 
03:22:02 test0056c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.028 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0056c - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
03:22:02 	                               ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
03:22:02 	                                                 ^^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
03:22:02 	                               ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
03:22:02 	                                                 ^^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0056c(GenericsRegressionTest_1_7.java:2452)
03:22:02 
03:22:02 test0057 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.013 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0057 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	Pair<Double, Integer> p = new InvertedPair<Integer, Double>();\n
03:22:02 	                              ^^^^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <Integer, Double>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	Pair<Double, Integer> p = new InvertedPair<Integer, Double>();\n
03:22:02 	                              ^^^^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <Integer, Double>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0057(GenericsRegressionTest_1_7.java:2492)
03:22:02 
03:22:02 test0058 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.169 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0058 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	: new ArrayList<Object>();\n
03:22:02 	      ^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <Object>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	: new ArrayList<Object>();\n
03:22:02 	      ^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <Object>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0058(GenericsRegressionTest_1_7.java:2520)
03:22:02 
03:22:02 test0059 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.205 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.381 s
03:22:02 test0060 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.223 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0060 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	new ArrayList<>();\n
03:22:02 	    ^^^^^^^^^\n
03:22:02 '<>' operator is not allowed for source level below 1.7\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	new ArrayList<>();\n
03:22:02 	    ^^^^^^^^^\n
03:22:02 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	new ArrayList<>();\n
03:22:02 	    ^^^^^^^^^\n
03:22:02 '<>' operator is not allowed for source level below 1.7\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	new ArrayList<>();\n
03:22:02 	    ^^^^^^^^^\n
03:22:02 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0060(GenericsRegressionTest_1_7.java:2569)
03:22:02 
03:22:02 test0060a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.104 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test0060a - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new java.util.ArrayList<>();\n
03:22:02 	    ^^^^^^^^^^^^^^^^^^^\n
03:22:02 '<>' operator is not allowed for source level below 1.7\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 4)\n
03:22:02 	new java.util.ArrayList<>();\n
03:22:02 	    ^^^^^^^^^^^^^^^^^^^\n
03:22:02 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new java.util.ArrayList<>();\n
03:22:02 	    ^^^^^^^^^^^^^^^^^^^\n
03:22:02 '<>' operator is not allowed for source level below 1.7\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 4)\n
03:22:02 	new java.util.ArrayList<>();\n
03:22:02 	    ^^^^^^^^^^^^^^^^^^^\n
03:22:02 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test0060a(GenericsRegressionTest_1_7.java:2600)
03:22:02 
03:22:02 test0061 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.304 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.235 s
03:22:02 test007a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.356 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.092 s
03:22:02 test375394a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.122 s
03:22:02 test427728b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.432 s
03:22:02 test428220 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.145 s
03:22:02 test428220a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.097 s
03:22:02 test429733 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.272 s
03:22:02 test429733a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.266 s
03:22:02 test442929 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.333 s
03:22:02 test448028 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.213 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test448028 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 34)\n
03:22:02 	return inspect(new W<C>(c, o)); // - WARNING: Redundant specification of type arguments <F.C> F.java\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <X.C>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 34)\n
03:22:02 	return inspect(new W<C>(c, o)); // - WARNING: Redundant specification of type arguments <F.C> F.java\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <X.C>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7.test448028(GenericsRegressionTest_1_7.java:2756)
03:22:02 
03:22:02 test449619 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.156 s
03:22:02 testBug456508 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.183 s
03:22:02 testBug462083 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.115 s
03:22:02 testBug469653 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.195 s
03:22:02 testBug488649_JDK6791481_ex1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_7)  Time elapsed: 1.126 s
03:22:02 test0001 - 10(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest)  Time elapsed: 1.249 s
03:22:02 test0002 - 10(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest)  Time elapsed: 1.718 s
03:22:02 testBug475996 - 10(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest)  Time elapsed: 1.206 s
03:22:02 testBug515863 - 10(org.eclipse.jdt.core.tests.compiler.regression.PolymorphicSignatureTest)  Time elapsed: 1.393 s
03:22:02 test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 1.261 s
03:22:02 test2 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 1.066 s
03:22:02 testBug390889_a - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 1.389 s
03:22:02 testBug390889_b - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 2.121 s
03:22:02 testBug390889_c - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 2.106 s
03:22:02 testBug490988 - 10(org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7)  Time elapsed: 1.14 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug490988 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Thing.java (at line 5)\n
03:22:02 	Iterator.super.remove(); // not 1.7-compliant (must be an error)\n
03:22:02 	^^^^^^^^^^^^^^\n
03:22:02 Super method references to interface default methods are allowed only at source level 1.8 or above\n
03:22:02 ----------\n
03:22:02 2. ERROR in Thing.java (at line 6)\n
03:22:02 	Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n
03:22:02 	           ^^^^^^^^^^^^\n
03:22:02 References to interface static methods are allowed only at source level 1.8 or above\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Thing.java (at line 5)\n
03:22:02 	Iterator.super.remove(); // not 1.7-compliant (must be an error)\n
03:22:02 	^^^^^^^^^^^^^^\n
03:22:02 Super method references to interface default methods are allowed only at source level 1.8 or above\n
03:22:02 ----------\n
03:22:02 2. ERROR in Thing.java (at line 6)\n
03:22:02 	Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n
03:22:02 	           ^^^^^^^^^^^^\n
03:22:02 References to interface static methods are allowed only at source level 1.8 or above\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.Compliance_1_7.testBug490988(Compliance_1_7.java:192)
03:22:02 
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.603 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.315 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.541 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.37 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.425 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.446 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.318 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.278 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest.test009(MethodHandleTest.java:279)
03:22:02 
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.196 s  <<< FAILURE!
03:22:02 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
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest.test010(MethodHandleTest.java:315)
03:22:02 
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodHandleTest)  Time elapsed: 1.489 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.937 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.995 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.982 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.976 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.991 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.938 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.034 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.073 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.103 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.003 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.007 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.162 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.027 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.082 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.017 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.083 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.074 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.974 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.212 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.035 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.035 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.985 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.091 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.076 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.017 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.117 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.988 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.018 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.078 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.013 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.062 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.165 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.154 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.974 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.944 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.093 s
03:22:02 test0383908 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.102 s
03:22:02 test0383913 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.927 s
03:22:02 test0383913b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.063 s
03:22:02 test0383913c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.126 s
03:22:02 test0383913d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.221 s
03:22:02 test0385111 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.274 s
03:22:02 test0385111a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.119 s
03:22:02 test0385137 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.262 s
03:22:02 test0385137a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.218 s
03:22:02 test0388085 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.076 s
03:22:02 test0388085a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.136 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.876 s
03:22:02 test0390882 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.196 s
03:22:02 test0390882a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.167 s
03:22:02 test0390882b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.264 s
03:22:02 test039b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.887 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.97 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.011 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.918 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.009 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.999 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.956 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.928 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.88 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.996 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.007 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.999 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.009 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.997 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.991 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.93 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.97 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.903 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.921 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.961 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.06 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.952 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.934 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.972 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.012 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.017 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.048 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.936 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.018 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.989 s
03:22:02 test383596 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.977 s
03:22:02 test383596a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.996 s
03:22:02 test383596b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.931 s
03:22:02 test391521 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.113 s
03:22:02 test392119 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.003 s
03:22:02 test392119b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.221 s
03:22:02 test392119c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.983 s
03:22:02 test392671 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.965 s
03:22:02 test402618 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.293 s
03:22:02 test403581 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.215 s
03:22:02 test406587 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.161 s
03:22:02 test414038 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.936 s
03:22:02 test415308a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.312 s
03:22:02 test415308a2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.075 s
03:22:02 test415308b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.168 s
03:22:02 test415308b2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.03 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test415308b2 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 16)\n
03:22:02 	@Illegal Y.YY.Z[] z = null;\n
03:22:02 	^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 16)\n
03:22:02 	@Illegal Y.YY.Z[] z = null;\n
03:22:02 	^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest.test415308b2(NegativeTypeAnnotationTest.java:3627)
03:22:02 
03:22:02 test415308c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.94 s
03:22:02 test415308d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.066 s
03:22:02 test415308d2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.034 s
03:22:02 test415308e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.059 s
03:22:02 test415308f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.919 s
03:22:02 test415308f2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.074 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test415308f2 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 13)\n
03:22:02 	public @Illegal Y.Z[] foo() { return null;}\n
03:22:02 	       ^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 13)\n
03:22:02 	public @Illegal Y.Z[] foo() { return null;}\n
03:22:02 	       ^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest.test415308f2(NegativeTypeAnnotationTest.java:3836)
03:22:02 
03:22:02 test415308g - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.138 s
03:22:02 test417076 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.072 s
03:22:02 test417076b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.092 s
03:22:02 test418041 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.314 s
03:22:02 test418041a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.037 s
03:22:02 test419827a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.077 s
03:22:02 test419827b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.11 s
03:22:02 test419833 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.098 s
03:22:02 test420038 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.976 s
03:22:02 test420284 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.145 s
03:22:02 test421791 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.992 s
03:22:02 test425599 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.165 s
03:22:02 test427955 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.098 s
03:22:02 testBug391108 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.119 s
03:22:02 testBug391196 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.107 s
03:22:02 testBug391315 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.1 s
03:22:02 testBug391315a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.219 s
03:22:02 testBug391464 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.247 s
03:22:02 testBug391464_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.213 s
03:22:02 testBug391500 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.015 s
03:22:02 testBug391894 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.965 s
03:22:02 testBug394355 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.219 s
03:22:02 testBug399453 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.914 s
03:22:02 testBug403132 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.049 s
03:22:02 testBug403410 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.017 s
03:22:02 testBug414038 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.905 s
03:22:02 testBug426977 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.913 s
03:22:02 testBug426977a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.911 s
03:22:02 testGenericConstructor - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 0.981 s
03:22:02 testWildcardCapture - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeTypeAnnotationTest)  Time elapsed: 1.422 s
03:22:02 test420456 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.872 s
03:22:02 test422134 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.626 s
03:22:02 test429387 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.285 s
03:22:02 test443467 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.5 s
03:22:02 test445669 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.346 s
03:22:02 test446715 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.263 s
03:22:02 test483952 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.542 s
03:22:02 test484055 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.565 s
03:22:02 testArray1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.207 s
03:22:02 testArray2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.253 s
03:22:02 testArray3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.048 s
03:22:02 testArrayOfArrays - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.322 s
03:22:02 testArrayType_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.163 s
03:22:02 testArrayType_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.208 s
03:22:02 testArrayType_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.104 s
03:22:02 testArrayType_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.106 s
03:22:02 testArrayType_05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.127 s
03:22:02 testArrayType_10 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.102 s
03:22:02 testArrayType_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.145 s
03:22:02 testBinary01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.725 s
03:22:02 testBinary02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.58 s
03:22:02 testBinary03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.529 s
03:22:02 testBinary04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.083 s
03:22:02 testBinary05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.907 s
03:22:02 testBinary06 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 4.62 s
03:22:02 testBinary06b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 4.356 s
03:22:02 testBinary07 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.918 s
03:22:02 testBinary08 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.804 s
03:22:02 testBinary08b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 4.03 s
03:22:02 testBinary09 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.595 s
03:22:02 testBinary10 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.824 s
03:22:02 testBug403216_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.303 s
03:22:02 testBug403216_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.392 s
03:22:02 testBug403216_3a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.157 s
03:22:02 testBug403216_3b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.234 s
03:22:02 testBug403457_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.056 s
03:22:02 testBug403457_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.133 s
03:22:02 testBug415850_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.946 s
03:22:02 testBug415850_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.328 s
03:22:02 testBug415850_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.304 s
03:22:02 testBug415850_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.379 s
03:22:02 testBug415850_05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.895 s
03:22:02 testBug415850_06 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.226 s
03:22:02 testBug416172 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.108 s
03:22:02 testBug416174 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.179 s
03:22:02 testBug416174b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.215 s
03:22:02 testBug416175 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.254 s
03:22:02 testBug416176 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.278 s
03:22:02 testBug416176a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.158 s
03:22:02 testBug416176b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.091 s
03:22:02 testBug416180 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.113 s
03:22:02 testBug416181 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.074 s
03:22:02 testBug416182 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.123 s
03:22:02 testBug416182a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.099 s
03:22:02 testBug416182b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.16 s
03:22:02 testBug416183 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.252 s
03:22:02 testBug417759 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.106 s
03:22:02 testBug424637 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.459 s
03:22:02 testBug424637_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.6 s
03:22:02 testBug424637a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.505 s
03:22:02 testBug424725 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.309 s
03:22:02 testBug424727 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.035 s
03:22:02 testBug427163 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.353 s
03:22:02 testBug427163b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.119 s
03:22:02 testBug427163c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.156 s
03:22:02 testBug429403 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.144 s
03:22:02 testBug430219 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.994 s
03:22:02 testBug430219a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.283 s
03:22:02 testBug431269 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.209 s
03:22:02 testBug432223 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.367 s
03:22:02 testBug432977 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.374 s
03:22:02 testBug433478 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.035 s
03:22:02 testBug433586 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.606 s
03:22:02 testBug434579 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.329 s
03:22:02 testBug434582 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.245 s
03:22:02 testBug434582a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.072 s
03:22:02 testBug434600 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.345 s
03:22:02 testBug434600a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.404 s
03:22:02 testBug434600a_qualified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.401 s
03:22:02 testBug434600b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.36 s
03:22:02 testBug434600b_qualified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.18 s
03:22:02 testBug435399 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.243 s
03:22:02 testBug435841 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.263 s
03:22:02 testBug435962 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.449 s
03:22:02 testBug436091 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.589 s
03:22:02 testBug437072 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.147 s
03:22:02 testBug437270 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.234 s
03:22:02 testBug437270_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.337 s
03:22:02 testBug438383 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.476 s
03:22:02 testBug439158 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.369 s
03:22:02 testBug439298_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.255 s
03:22:02 testBug439298_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.117 s
03:22:02 testBug439298_comment4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.273 s
03:22:02 testBug440398 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.253 s
03:22:02 testBug440398_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.255 s
03:22:02 testBug440398_comment2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.158 s
03:22:02 testBug440462 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.307 s
03:22:02 testBug440759a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.083 s
03:22:02 testBug440759b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.099 s
03:22:02 testBug440764 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.467 s
03:22:02 testBug440773 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.446 s
03:22:02 testBug441693 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.755 s
03:22:02 testBug441693other - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.319 s
03:22:02 testBug443870 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.256 s
03:22:02 testBug445227 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.217 s
03:22:02 testBug446217 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.222 s
03:22:02 testBug446442_2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.286 s
03:22:02 testBug446442_2b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.211 s
03:22:02 testBug446442_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.275 s
03:22:02 testBug446442_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.14 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug446442_4 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
03:22:02 interface Baz extends Foo<Integer, Integer> {}\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
03:22:02 interface Baz extends Foo<Integer, Integer> {}\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest.testBug446442_4(NullTypeAnnotationTest.java:7472)
03:22:02 
03:22:02 testBug446442_5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.184 s
03:22:02 testBug446442_6a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.399 s
03:22:02 testBug446442_6b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2 s
03:22:02 testBug446442_comment2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.263 s
03:22:02 testBug446442_comment2b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.427 s
03:22:02 testBug446442_comment2c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.294 s
03:22:02 testBug447088 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.278 s
03:22:02 testBug447661 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.727 s
03:22:02 testBug448709 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.515 s
03:22:02 testBug448709_allocationExpression1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.201 s
03:22:02 testBug448709_allocationExpression2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.109 s
03:22:02 testBug448709_allocationExpression3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.221 s
03:22:02 testBug448709b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.445 s
03:22:02 testBug448777 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.29 s
03:22:02 testBug453475 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.974 s
03:22:02 testBug453475a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.789 s
03:22:02 testBug453475b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.917 s
03:22:02 testBug454182 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.942 s
03:22:02 testBug455180 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.824 s
03:22:02 testBug455180WithOtherAnnotation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.663 s
03:22:02 testBug456236 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.335 s
03:22:02 testBug456487a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.221 s
03:22:02 testBug456487b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.286 s
03:22:02 testBug456497 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.415 s
03:22:02 testBug456584 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.297 s
03:22:02 testBug459967_Array_clone - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.314 s
03:22:02 testBug459967_Array_clone_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.26 s
03:22:02 testBug459967_Array_constructor - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.33 s
03:22:02 testBug459967_Array_constructor_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.16 s
03:22:02 testBug461268 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.201 s
03:22:02 testBug461268invoke - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.237 s
03:22:02 testBug461268nnbd - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.475 s
03:22:02 testBug465513 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.311 s
03:22:02 testBug466556Loops - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.175 s
03:22:02 testBug466556a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.105 s
03:22:02 testBug466556b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.183 s
03:22:02 testBug466556c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.126 s
03:22:02 testBug466556captures - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.27 s
03:22:02 testBug466556field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.222 s
03:22:02 testBug466556nonfree - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.12 s
03:22:02 testBug466556withPGMB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.083 s
03:22:02 testBug466556withRaw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.369 s
03:22:02 testBug466562 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.144 s
03:22:02 testBug466585_comment_0 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.231 s
03:22:02 testBug466585_comment_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.184 s
03:22:02 testBug466713 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.283 s
03:22:02 testBug466713b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.172 s
03:22:02 testBug466713c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.369 s
03:22:02 testBug466713d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.248 s
03:22:02 testBug466969 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.328 s
03:22:02 testBug467032 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.5 s
03:22:02 testBug467094 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.241 s
03:22:02 testBug467094_local - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.096 s
03:22:02 testBug467094_method - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.179 s
03:22:02 testBug467430 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.308 s
03:22:02 testBug467430array - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.276 s
03:22:02 testBug467430arrayMismatch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.211 s
03:22:02 testBug467430mismatch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.394 s
03:22:02 testBug467482 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.378 s
03:22:02 testBug467482regression - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.052 s
03:22:02 testBug467482simple - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.176 s
03:22:02 testBug467482switch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.277 s
03:22:02 testBug467482while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.344 s
03:22:02 testBug472663 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.036 s
03:22:02 testBug473713 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.72 s
03:22:02 testBug474239 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.218 s
03:22:02 testBug474239b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.249 s
03:22:02 testBug477719 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.135 s
03:22:02 testBug481322a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.296 s
03:22:02 testBug481332 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.35 s
03:22:02 testBug482228 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.429 s
03:22:02 testBug482242_annotatedTypeVariable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.01 s
03:22:02 testBug482242_boundedWildcard - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.145 s
03:22:02 testBug482242_intermediate - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.232 s
03:22:02 testBug482242_simple - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.321 s
03:22:02 testBug482247 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.082 s
03:22:02 testBug482247_comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.291 s
03:22:02 testBug482752_lambda - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.574 s
03:22:02 testBug482752_methodref - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.492 s
03:22:02 testBug483146 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.426 s
03:22:02 testBug483146b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.378 s
03:22:02 testBug483527 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.167 s
03:22:02 testBug484108 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.49 s
03:22:02 testBug484471SubclassNonNull - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.256 s
03:22:02 testBug484471SubclassNullable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.257 s
03:22:02 testBug484735 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.629 s
03:22:02 testBug484741 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.473 s
03:22:02 testBug484741Invoke - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.206 s
03:22:02 testBug484741Invoke2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.26 s
03:22:02 testBug484741Invoke3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.424 s
03:22:02 testBug484741b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.233 s
03:22:02 testBug484741c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.281 s
03:22:02 testBug484741d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.244 s
03:22:02 testBug484741e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.271 s
03:22:02 testBug484926 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.341 s
03:22:02 testBug484926BTB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.498 s
03:22:02 testBug484926fields - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.214 s
03:22:02 testBug484926localDeclarationInForLoop - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.366 s
03:22:02 testBug484926locals - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.152 s
03:22:02 testBug484926nesting - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.186 s
03:22:02 testBug484926redundantNNBD - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.402 s
03:22:02 testBug484954 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.939 s
03:22:02 testBug484981 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.269 s
03:22:02 testBug484981b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.785 s
03:22:02 testBug484981c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.499 s
03:22:02 testBug484981d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.339 s
03:22:02 testBug485027 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.975 s
03:22:02 testBug485030 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.259 s
03:22:02 testBug485056 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.34 s
03:22:02 testBug485058 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.129 s
03:22:02 testBug485302 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.262 s
03:22:02 testBug485374 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.383 s
03:22:02 testBug485565 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.667 s
03:22:02 testBug485581 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.497 s
03:22:02 testBug485814 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.222 s
03:22:02 testBug485988Contradictory - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.062 s
03:22:02 testBug485988WildCardForTVWithNonNullBound - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.409 s
03:22:02 testBug485988WildcardOverride - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.363 s
03:22:02 testBug485988WildcardWithGenericBound - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.198 s
03:22:02 testBug485988bound - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.301 s
03:22:02 testBug485988neutral - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.249 s
03:22:02 testBug485988nonnull - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.568 s
03:22:02 testBug485988nullable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.617 s
03:22:02 testBug488495collector - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.312 s
03:22:02 testBug489245 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.386 s
03:22:02 testBug489674 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.996 s
03:22:02 testBug489978 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.781 s
03:22:02 testBug490403 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.35 s
03:22:02 testBug490403negative - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.151 s
03:22:02 testBug490403typeArgAnnotationMismatch - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.129 s
03:22:02 testBug490403while - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.486 s
03:22:02 testBug492322 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.504 s
03:22:02 testBug492322deep - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.634 s
03:22:02 testBug492322field - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.397 s
03:22:02 testBug492322withGenericBase - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.507 s
03:22:02 testBug492327 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.409 s
03:22:02 testBug496591 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.779 s
03:22:02 testBug497698 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.046 s
03:22:02 testBug497698nestedinraw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.042 s
03:22:02 testBug497698raw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.082 s
03:22:02 testBug498084 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.92 s
03:22:02 testBug498084b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.345 s
03:22:02 testBug499589 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.319 s
03:22:02 testBug499589BTB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.322 s
03:22:02 testBug499589BTBqualified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.441 s
03:22:02 testBug499589STB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.276 s
03:22:02 testBug499589STBqualified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.236 s
03:22:02 testBug499589arrayAllocation - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.288 s
03:22:02 testBug499589generics - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.048 s
03:22:02 testBug499589leafTypeNullable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.118 s
03:22:02 testBug499589multidim - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.221 s
03:22:02 testBug499589qualified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.185 s
03:22:02 testBug499589qualified_leafTypeNullable - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.238 s
03:22:02 testBug499589qualified_multidim - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.306 s
03:22:02 testBug499597original - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.348 s
03:22:02 testBug499597simplified - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.356 s
03:22:02 testBug499714 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.34 s
03:22:02 testBug499862a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.43 s
03:22:02 testBug499862b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.256 s
03:22:02 testBug499862c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.312 s
03:22:02 testBug500885 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.559 s
03:22:02 testBug501031 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.565 s
03:22:02 testBug501031btb - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.34 s
03:22:02 testBug501031return - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.097 s
03:22:02 testBug501449 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.071 s
03:22:02 testBug501464 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.06 s
03:22:02 testBug501564 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.163 s
03:22:02 testBug501564interface - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.147 s
03:22:02 testBug501598 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.176 s
03:22:02 testBug502112 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.937 s
03:22:02 testBug502112b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 4.175 s
03:22:02 testBug505671 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.383 s
03:22:02 testBug507840 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.776 s
03:22:02 testBug508497 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.463 s
03:22:02 testBug509025 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.529 s
03:22:02 testBug509328 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.238 s
03:22:02 testBug510799 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.241 s
03:22:02 testBug511723 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.179 s
03:22:02 testBug513495 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.554 s
03:22:02 testBug513855 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.318 s
03:22:02 testBug513855lambda - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.602 s
03:22:02 testBug514091 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.555 s
03:22:02 testBug514570 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.336 s
03:22:02 testBug514977 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.164 s
03:22:02 testBug515292 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.308 s
03:22:02 testBug518839 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.663 s
03:22:02 testBug518839_BTB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.796 s
03:22:02 testBug526555 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.197 s
03:22:02 testBug530913 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 4.222 s
03:22:02 testBug530913b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.69 s
03:22:02 testBug530971 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.783 s
03:22:02 testBug530971_BTB - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 4.169 s
03:22:02 testBug530971_locally_redundant - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.689 s
03:22:02 testBug530971_redundant - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.966 s
03:22:02 testBug531040 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.277 s
03:22:02 testBug533339 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.386 s
03:22:02 testBug534516 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 3.228 s
03:22:02 testBug536459 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.27 s
03:22:02 testBug536555 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.4 s
03:22:02 testBug540264 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.103 s
03:22:02 testBug542707_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0 s
03:22:02 testBug560213binary - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.786 s
03:22:02 testBug560213source - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.57 s
03:22:02 testBug560310 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.338 s
03:22:02 testBug560310try_finally - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.403 s
03:22:02 testCompatibility1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.425 s
03:22:02 testCompatibility1a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.133 s
03:22:02 testCompatibility2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.448 s
03:22:02 testCompatibility2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.333 s
03:22:02 testCompatibility3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.261 s
03:22:02 testCompatibility3a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.038 s
03:22:02 testCompatibility4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.205 s
03:22:02 testCompatibility4a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.173 s
03:22:02 testCompatibility5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.189 s
03:22:02 testCompatibility6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.275 s
03:22:02 testConditional1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.299 s
03:22:02 testConditional2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.309 s
03:22:02 testConditional3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.277 s
03:22:02 testDefault01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.353 s
03:22:02 testDefault01_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.784 s
03:22:02 testDefault01b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.191 s
03:22:02 testDefault02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.121 s
03:22:02 testDefault02_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.365 s
03:22:02 testDefault03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.184 s
03:22:02 testDefault03_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.147 s
03:22:02 testDefault04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.089 s
03:22:02 testDefault04_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.277 s
03:22:02 testDefault05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.119 s
03:22:02 testDefault05_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.209 s
03:22:02 testDefault05_custom - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.024 s
03:22:02 testDefault05_custom2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.294 s
03:22:02 testDefault06 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.139 s
03:22:02 testDefault06_b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.142 s
03:22:02 testDefault06_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.599 s
03:22:02 testDefault07 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.417 s
03:22:02 testDefault07_bin - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.608 s
03:22:02 testForeach - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.182 s
03:22:02 testLocalArrays - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.415 s
03:22:02 testMissingAnnotationTypes_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.054 s
03:22:02 testMultipleAnnotations1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.429 s
03:22:02 testNullTypeInference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.206 s
03:22:02 testNullTypeInference2a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.246 s
03:22:02 testNullTypeInference2b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.212 s
03:22:02 testNullTypeInference2c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.313 s
03:22:02 testNullTypeInference2d - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.321 s
03:22:02 testNullTypeInference2e - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.402 s
03:22:02 testNullTypeInference2f - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.298 s
03:22:02 testNullTypeInference3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.208 s
03:22:02 testNullTypeInference3b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.178 s
03:22:02 testNullTypeInference3c - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.208 s
03:22:02 testNullableReturn - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.262 s
03:22:02 testRawType - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.156 s
03:22:02 testSE7AnnotationCopy - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.126 s
03:22:02 testSubstitution - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.267 s
03:22:02 testSubstitution2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.218 s
03:22:02 testSubstitution3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.193 s
03:22:02 testSubstitution4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.095 s
03:22:02 testSubstitution5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.193 s
03:22:02 testTypeBounds1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.201 s
03:22:02 testTypeBounds2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.394 s
03:22:02 testTypeBounds3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.209 s
03:22:02 testTypeBounds4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.186 s
03:22:02 testTypeVariable1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.111 s
03:22:02 testTypeVariable10 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.475 s
03:22:02 testTypeVariable10a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.336 s
03:22:02 testTypeVariable11 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.25 s
03:22:02 testTypeVariable12 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.301 s
03:22:02 testTypeVariable13 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.104 s
03:22:02 testTypeVariable14 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 2.578 s
03:22:02 testTypeVariable15 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.057 s
03:22:02 testTypeVariable15a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.253 s
03:22:02 testTypeVariable16 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 0.942 s
03:22:02 testTypeVariable16a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.255 s
03:22:02 testTypeVariable16b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.157 s
03:22:02 testTypeVariable17 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.178 s
03:22:02 testTypeVariable17a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.22 s
03:22:02 testTypeVariable18 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.275 s
03:22:02 testTypeVariable18raw - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.24 s
03:22:02 testTypeVariable19 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.484 s
03:22:02 testTypeVariable19a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.162 s
03:22:02 testTypeVariable2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.118 s
03:22:02 testTypeVariable20 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.114 s
03:22:02 testTypeVariable3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.113 s
03:22:02 testTypeVariable4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.083 s
03:22:02 testTypeVariable5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.555 s
03:22:02 testTypeVariable6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.139 s
03:22:02 testTypeVariable6a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.379 s
03:22:02 testTypeVariable7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.144 s
03:22:02 testTypeVariable7a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.358 s
03:22:02 testTypeVariable7err - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.336 s
03:22:02 testTypeVariable8 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.357 s
03:22:02 testTypeVariable9 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.269 s
03:22:02 testUnsupportedLocation01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.118 s
03:22:02 testUnsupportedLocation02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.238 s
03:22:02 testUnsupportedLocation03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.103 s
03:22:02 testUnsupportedLocation04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.292 s
03:22:02 testUnsupportedLocation04a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.177 s
03:22:02 testUnsupportedLocation05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.259 s
03:22:02 testUnsupportedLocation06 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.176 s
03:22:02 testUnsupportedLocation07 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.281 s
03:22:02 testUnsupportedLocation08 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.039 s
03:22:02 testWildcardCapture - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.358 s
03:22:02 testWildcardCapture2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.37 s
03:22:02 testWildcardCapture3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.23 s
03:22:02 test_nestedType_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.204 s
03:22:02 test_nestedType_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.132 s
03:22:02 test_nestedType_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.207 s
03:22:02 test_nestedType_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.081 s
03:22:02 test_nestedType_05 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.002 s
03:22:02 test_nonnull_list_elements_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.206 s
03:22:02 test_nonnull_list_elements_01a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.298 s
03:22:02 test_nonnull_list_elements_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.293 s
03:22:02 test_nonnull_list_elements_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullTypeAnnotationTest)  Time elapsed: 1.199 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.1 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.181 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.107 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.989 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.102 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.027 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.999 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.981 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.087 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.206 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.12 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.108 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.972 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.217 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.001 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.109 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.173 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.103 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.091 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.093 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.015 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.093 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.005 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.098 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.144 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.154 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.128 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.071 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.986 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.148 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.169 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.086 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.006 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.981 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.026 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.297 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.103 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.406 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.089 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.161 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.069 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.49 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.216 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.087 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.094 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.104 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.104 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.573 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.33 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.355 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.235 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.215 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.174 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.93 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.013 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.984 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.012 s
03:22:02 test059 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.144 s
03:22:02 test060 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.124 s
03:22:02 test061 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.12 s
03:22:02 test062 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.168 s
03:22:02 test063 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.112 s
03:22:02 test064 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.986 s
03:22:02 test065 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.164 s
03:22:02 test066 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.047 s
03:22:02 test067 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.019 s
03:22:02 test068 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.093 s
03:22:02 test069 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.238 s
03:22:02 test070 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.989 s
03:22:02 test071 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.999 s
03:22:02 test072 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.037 s
03:22:02 test073 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.129 s
03:22:02 test074 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.016 s
03:22:02 test075 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.008 s
03:22:02 test076 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.017 s
03:22:02 test077 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.979 s
03:22:02 test078 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.098 s
03:22:02 test079 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.096 s
03:22:02 test080 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.011 s
03:22:02 test081 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.06 s
03:22:02 test082 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.039 s
03:22:02 test083 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.005 s
03:22:02 test084 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.01 s
03:22:02 test085 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.007 s
03:22:02 test086 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.05 s
03:22:02 test087 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.145 s
03:22:02 test088 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.074 s
03:22:02 test089 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.086 s
03:22:02 test090 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.172 s
03:22:02 test091 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.143 s
03:22:02 test092 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.082 s
03:22:02 test093 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.201 s
03:22:02 test094 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.162 s
03:22:02 test095 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.119 s
03:22:02 test096 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.079 s
03:22:02 test097 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.907 s
03:22:02 test098 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.918 s
03:22:02 test383096 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.931 s
03:22:02 test384750 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.018 s
03:22:02 test384750a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.001 s
03:22:02 test384750b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.982 s
03:22:02 test384750c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.173 s
03:22:02 test384750d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.917 s
03:22:02 test384750e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.119 s
03:22:02 test384750f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.25 s
03:22:02 test384750g - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.017 s
03:22:02 test384750h - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.131 s
03:22:02 test384750i - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.104 s
03:22:02 test384750j - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.372 s
03:22:02 test384750k - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.091 s
03:22:02 test384750l - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.179 s
03:22:02 test384750m - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.479 s
03:22:02 test384750n - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.169 s
03:22:02 test384750o - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.283 s
03:22:02 test384750p - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.223 s
03:22:02 test384750q - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.207 s
03:22:02 test384750r - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.202 s
03:22:02 test384750s - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.272 s
03:22:02 test384750t - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.207 s
03:22:02 test384750u - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.3 s
03:22:02 test384750v - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.209 s
03:22:02 test384750w - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.214 s
03:22:02 test384750x - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.284 s
03:22:02 test384750y - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.209 s
03:22:02 test384750z - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.165 s
03:22:02 test384750z1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.2 s
03:22:02 test384750z2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.243 s
03:22:02 test384750z3 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.148 s
03:22:02 test384750z4 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.362 s
03:22:02 test384750z5 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.173 s
03:22:02 test384750z6 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.295 s
03:22:02 test384750z7 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.34 s
03:22:02 test384750z8 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.085 s
03:22:02 test384750z9 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.003 s
03:22:02 test400556 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.188 s
03:22:02 test400556a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.07 s
03:22:02 test400556b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.22 s
03:22:02 test400556c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.207 s
03:22:02 test400556d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.334 s
03:22:02 test400556e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.243 s
03:22:02 test400556f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.289 s
03:22:02 test400556g - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.339 s
03:22:02 test400556h - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.394 s
03:22:02 test400556i - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.197 s
03:22:02 test400556j - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.205 s
03:22:02 test400556k - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.277 s
03:22:02 test400745 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.993 s
03:22:02 test400745a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.235 s
03:22:02 test401610 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.423 s
03:22:02 test401610a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.467 s
03:22:02 test401610b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.271 s
03:22:02 test401610c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.324 s
03:22:02 test401610d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.205 s
03:22:02 test401610e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.089 s
03:22:02 test401610ee - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.199 s
03:22:02 test401610f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.198 s
03:22:02 test401610g - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.45 s
03:22:02 test401610h - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.126 s
03:22:02 test401610i - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.285 s
03:22:02 test401610j - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.122 s
03:22:02 test401769 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.147 s
03:22:02 test401789_401790 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.148 s
03:22:02 test401789_401790a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.206 s
03:22:02 test401845 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.089 s
03:22:02 test401845a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.015 s
03:22:02 test401845b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.122 s
03:22:02 test401845c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.109 s
03:22:02 test401845d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.098 s
03:22:02 test401845e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.069 s
03:22:02 test401847 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.217 s
03:22:02 test401847a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.11 s
03:22:02 test401939 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.174 s
03:22:02 test401939a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.073 s
03:22:02 test401939b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.155 s
03:22:02 test401939c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.104 s
03:22:02 test401939ca - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.162 s
03:22:02 test401939d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.15 s
03:22:02 test401939e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.041 s
03:22:02 test401939f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.192 s
03:22:02 test401989 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.161 s
03:22:02 test402219 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.072 s
03:22:02 test402219a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.304 s
03:22:02 test402219b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.106 s
03:22:02 test402259 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.986 s
03:22:02 test402261 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.1 s
03:22:02 test402261a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.124 s
03:22:02 test402261b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.072 s
03:22:02 test402261c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.131 s
03:22:02 test402609 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.272 s
03:22:02 test402609a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.108 s
03:22:02 test402609b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.17 s
03:22:02 test402609c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.027 s
03:22:02 test404657_final - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.136 s
03:22:02 test404657_loop - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.277 s
03:22:02 test405134a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.963 s
03:22:02 test406586 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.962 s
03:22:02 test406588 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.155 s
03:22:02 test406614 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.111 s
03:22:02 test406773 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.005 s
03:22:02 test406859a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.375 s
03:22:02 test406859b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.105 s
03:22:02 test406859c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.105 s
03:22:02 test406859d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.212 s
03:22:02 test409544 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.033 s
03:22:02 test409544b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.971 s
03:22:02 test410114 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.203 s
03:22:02 test412284a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.018 s
03:22:02 test412284b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.028 s
03:22:02 test412284c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.017 s
03:22:02 test412453 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.431 s
03:22:02 test412650 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.166 s
03:22:02 test415844a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.05 s
03:22:02 test415844b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.019 s
03:22:02 test421926 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.374 s
03:22:02 test421926b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.993 s
03:22:02 test421926c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.164 s
03:22:02 test421927 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.221 s
03:22:02 test421927a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.208 s
03:22:02 test422489 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.162 s
03:22:02 test422489a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.075 s
03:22:02 test422489b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.317 s
03:22:02 test422489c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.141 s
03:22:02 test422489d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.137 s
03:22:02 test422516 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.069 s
03:22:02 test422516a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.153 s
03:22:02 test422801 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.04 s
03:22:02 test422801a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.099 s
03:22:02 test423129 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.087 s
03:22:02 test423129b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1 s
03:22:02 test423129c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.406 s
03:22:02 test423429 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.197 s
03:22:02 test423803 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.99 s
03:22:02 test423803b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.11 s
03:22:02 test424154a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.225 s
03:22:02 test424154b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.228 s
03:22:02 test424400 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.029 s
03:22:02 test424444 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.136 s
03:22:02 test425278 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.189 s
03:22:02 test425512 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.125 s
03:22:02 test425512a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.001 s
03:22:02 test425512b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.067 s
03:22:02 test425512c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.122 s
03:22:02 test425512cd - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.008 s
03:22:02 test425512ce - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.983 s
03:22:02 test425621 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.033 s
03:22:02 test425712 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.098 s
03:22:02 test426206 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.461 s
03:22:02 test426965 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.303 s
03:22:02 test427207 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.1 s
03:22:02 test427265 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.502 s
03:22:02 test427749 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.241 s
03:22:02 test428177 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.849 s
03:22:02 test428300 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.49 s
03:22:02 test428300a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.452 s
03:22:02 test428795 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.374 s
03:22:02 test428857 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.496 s
03:22:02 test428857a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.461 s
03:22:02 test428857b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.324 s
03:22:02 test428857c - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.408 s
03:22:02 test428857d - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.41 s
03:22:02 test428857e - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.508 s
03:22:02 test428857f - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.503 s
03:22:02 test428857g - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.383 s
03:22:02 test429833 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.129 s
03:22:02 test429934 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.96 s
03:22:02 test429969 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.62 s
03:22:02 test429969a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.152 s
03:22:02 test430310 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.028 s
03:22:02 test431514 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.196 s
03:22:02 test432531a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.247 s
03:22:02 test432759 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.562 s
03:22:02 test433458 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.233 s
03:22:02 test433458a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.981 s
03:22:02 test433588 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.481 s
03:22:02 test433588a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.498 s
03:22:02 test433735 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.35 s
03:22:02 test435397 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.284 s
03:22:02 test437444 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.294 s
03:22:02 test438945 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.385 s
03:22:02 test439707 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.098 s
03:22:02 test440643 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.187 s
03:22:02 test440643a - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.073 s
03:22:02 test440643b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.051 s
03:22:02 test442446 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.89 s
03:22:02 test442983 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.282 s
03:22:02 test444665 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.124 s
03:22:02 test474522 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.39 s
03:22:02 testBug426563 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.09 s
03:22:02 testBug458332 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 5.77 s
03:22:02 testBug487390 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.927 s
03:22:02 testBug487390b - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.176 s
03:22:02 testExplicitTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.06 s
03:22:02 testGenericArrayCreation - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.091 s
03:22:02 testGroundTargetTypeWithWithWildcards - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.087 s
03:22:02 testIntersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.488 s
03:22:02 testSuperReference01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.184 s
03:22:02 testSuperReference02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.118 s
03:22:02 testSuperReference03 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.211 s
03:22:02 testUnderScoreParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 0.98 s
03:22:02 test_bug399770_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.264 s
03:22:02 test_bug399770_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.NegativeLambdaExpressionsTest)  Time elapsed: 1.055 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.54 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.433 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.242 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.29 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.339 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.44 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.264 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.366 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.382 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.403 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.233 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.367 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.425 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.371 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.425 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.423 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.441 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.346 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.286 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.35 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.356 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.31 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.31 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.57 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.312 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.4 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.384 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.461 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.38 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.276 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.296 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.299 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.302 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.397 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.215 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.565 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.595 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.25 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.109 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.333 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.402 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.452 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.396 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.073 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.34 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.341 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.433 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.301 s
03:22:02 test050 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.345 s
03:22:02 test051 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.275 s
03:22:02 test052 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.201 s
03:22:02 test053 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.495 s
03:22:02 test054 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.416 s
03:22:02 test055 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.362 s
03:22:02 test056 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.428 s
03:22:02 test057 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.361 s
03:22:02 test058 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.276 s
03:22:02 test406744a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.352 s
03:22:02 test406744b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.378 s
03:22:02 test406744c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.386 s
03:22:02 test406744d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.356 s
03:22:02 test406744e - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.267 s
03:22:02 test406744f - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.297 s
03:22:02 test406744g - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.406 s
03:22:02 test406744h - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.356 s
03:22:02 test406744i - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.43 s
03:22:02 test406744j - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.422 s
03:22:02 test406744k - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.33 s
03:22:02 test406744l - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.21 s
03:22:02 test406744m - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.259 s
03:22:02 test406744n - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.313 s
03:22:02 test406744o - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.228 s
03:22:02 test406744p - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.25 s
03:22:02 test406744q - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.314 s
03:22:02 test406744r - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.447 s
03:22:02 test406744s - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.278 s
03:22:02 test406744t - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.397 s
03:22:02 test406744u - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.372 s
03:22:02 test406744v - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.309 s
03:22:02 test406744w - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.287 s
03:22:02 test406744x - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.392 s
03:22:02 test421536 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.288 s
03:22:02 test421536a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.303 s
03:22:02 test421607 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.228 s
03:22:02 test421712 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.387 s
03:22:02 test421927 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.342 s
03:22:02 test422515 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.275 s
03:22:02 test422515a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.399 s
03:22:02 test422800 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.27 s
03:22:02 test423684 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.578 s
03:22:02 test424226 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.304 s
03:22:02 test424589 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.226 s
03:22:02 test424628 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.34 s
03:22:02 test425152 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.14 s
03:22:02 test425512 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.098 s
03:22:02 test425712 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.312 s
03:22:02 test426074 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.318 s
03:22:02 test426086 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.322 s
03:22:02 test426086a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.476 s
03:22:02 test426411 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.301 s
03:22:02 test426411b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.306 s
03:22:02 test426411c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.296 s
03:22:02 test426411d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.307 s
03:22:02 test426411e - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.254 s
03:22:02 test426411f - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.29 s
03:22:02 test427483 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.552 s
03:22:02 test427627 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.486 s
03:22:02 test427744 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.33 s
03:22:02 test427962 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.886 s
03:22:02 test428003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.509 s
03:22:02 test428003a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.578 s
03:22:02 test428112 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 2.357 s
03:22:02 test428261 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.26 s
03:22:02 test428261a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.284 s
03:22:02 test428552 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.839 s
03:22:02 test428642 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 2.354 s
03:22:02 test428857 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.999 s
03:22:02 test428857a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.594 s
03:22:02 test428857b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.512 s
03:22:02 test428857c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.499 s
03:22:02 test429112 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.454 s
03:22:02 test429112a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.457 s
03:22:02 test429112b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.487 s
03:22:02 test429112c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.409 s
03:22:02 test429759 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.476 s
03:22:02 test429763 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.52 s
03:22:02 test429763a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.483 s
03:22:02 test429948 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.418 s
03:22:02 test429969 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.717 s
03:22:02 test430015 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.501 s
03:22:02 test430035 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.489 s
03:22:02 test430035a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.604 s
03:22:02 test430035b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.368 s
03:22:02 test430035c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.384 s
03:22:02 test430035d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.224 s
03:22:02 test430035e - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.202 s
03:22:02 test430035f - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.464 s
03:22:02 test430040 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.435 s
03:22:02 test430043 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.666 s
03:22:02 test430241 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.345 s
03:22:02 test430310 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.193 s
03:22:02 test430310a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.188 s
03:22:02 test430310b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.307 s
03:22:02 test430310c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.245 s
03:22:02 test430766 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.36 s
03:22:02 test430766a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.569 s
03:22:02 test431190 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.461 s
03:22:02 test431514 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.073 s
03:22:02 test431514a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.174 s
03:22:02 test432110 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.504 s
03:22:02 test432520 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.306 s
03:22:02 test432531 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.268 s
03:22:02 test432605 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 2.407 s
03:22:02 test432619 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.32 s
03:22:02 test432619a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.61 s
03:22:02 test432625 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.515 s
03:22:02 test432682 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.754 s
03:22:02 test434297 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.5 s
03:22:02 test436542 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.72 s
03:22:02 test437781 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.195 s
03:22:02 test438534 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.724 s
03:22:02 test439515 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.406 s
03:22:02 test439515a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.282 s
03:22:02 test440152 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.394 s
03:22:02 test440152a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.307 s
03:22:02 test441907 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.527 s
03:22:02 test441929 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.296 s
03:22:02 test443889 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.56 s
03:22:02 test444772 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.505 s
03:22:02 test444773 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.536 s
03:22:02 test444785 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.691 s
03:22:02 test444803 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.439 s
03:22:02 test445949 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.73 s
03:22:02 test445949a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.397 s
03:22:02 test447119 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.803 s
03:22:02 test447119a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.636 s
03:22:02 test447119b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.847 s
03:22:02 test447119c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.731 s
03:22:02 test447119d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 2.369 s
03:22:02 test447119e - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.805 s
03:22:02 test448802 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.588 s
03:22:02 test449063 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.479 s
03:22:02 test449063a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.578 s
03:22:02 test449063b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.579 s
03:22:02 test449063c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.535 s
03:22:02 test449063d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.305 s
03:22:02 test449063e - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.498 s
03:22:02 test449063f - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.307 s
03:22:02 test456395 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 2.281 s
03:22:02 test459305 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.678 s
03:22:02 test461004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.88 s
03:22:02 test467825 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.403 s
03:22:02 test467825a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.201 s
03:22:02 test476859 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 2.009 s
03:22:02 test476859a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.543 s
03:22:02 test477263 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.578 s
03:22:02 test477263a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.396 s
03:22:02 test477263b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.348 s
03:22:02 test478533 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.239 s
03:22:02 test478533a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.106 s
03:22:02 test489631 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.713 s
03:22:02 test489631a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.587 s
03:22:02 test500374 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.606 s
03:22:02 test500374a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.632 s
03:22:02 test509804 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.778 s
03:22:02 testBUg490469 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.37 s
03:22:02 testBug419048_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.54 s
03:22:02 testBug419048_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.538 s
03:22:02 testBug419048_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.545 s
03:22:02 testBug424742 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 0.956 s
03:22:02 testBug452587 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.132 s
03:22:02 testBug479284 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.778 s
03:22:02 testBug485529 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.359 s
03:22:02 testBug487586 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.146 s
03:22:02 testBug491139 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.382 s
03:22:02 testBug499258 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.221 s
03:22:02 testBug502871 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.217 s
03:22:02 testBug514105 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.263 s
03:22:02 testBug515473 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.183 s
03:22:02 testBug516833 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.555 s
03:22:02 testBug517299 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.701 s
03:22:02 testBug517951 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.516 s
03:22:02 testBug517951a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.374 s
03:22:02 testBug517951b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.174 s
03:22:02 testBug517951c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.224 s
03:22:02 testBug521182 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.402 s
03:22:02 testBug521182a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.484 s
03:22:02 testBug521182b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.465 s
03:22:02 testBug521808 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.245 s
03:22:02 testBug521818 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.432 s
03:22:02 testBug522469 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.062 s
03:22:02 testBug522469a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.307 s
03:22:02 testBug522469b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.074 s
03:22:02 testBug529199 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.349 s
03:22:02 testBug531093 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.445 s
03:22:02 testBug531093comment1 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.698 s
03:22:02 testBug540520 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.998 s
03:22:02 testBug540631 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.244 s
03:22:02 testBug553885a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.644 s
03:22:02 testBug553885b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.47 s
03:22:02 testBug553885c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.544 s
03:22:02 testGenericArrayCreation - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.354 s
03:22:02 testLambdaInference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.512 s
03:22:02 testLambdaInference2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.52 s
03:22:02 testReferenceExpressionInference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.138 s
03:22:02 testReferenceExpressionInference2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.227 s
03:22:02 testReferenceExpressionInference3a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.183 s
03:22:02 testReferenceExpressionInference3b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.2 s
03:22:02 testreduced432605 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaExpressionsTest)  Time elapsed: 1.692 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.636 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.353 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.314 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.272 s
03:22:02 test447767 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.28 s
03:22:02 test447767a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.333 s
03:22:02 test447767b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.453 s
03:22:02 test447767c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.399 s
03:22:02 test447767d - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.594 s
03:22:02 test448724 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.807 s
03:22:02 test448954 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.394 s
03:22:02 test449410 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.265 s
03:22:02 test449824 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.171 s
03:22:02 test450380 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.146 s
03:22:02 test450604 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.404 s
03:22:02 test450604a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.189 s
03:22:02 testBug4448556 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.495 s
03:22:02 testBug4448556a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.673 s
03:22:02 testBug446691_comment14 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.251 s
03:22:02 testBug446691_comment14b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.286 s
03:22:02 testBug446691_comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.362 s
03:22:02 testBug446691_comment8 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.215 s
03:22:02 testBug451840 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.915 s
03:22:02 testBug453687 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 2.18 s
03:22:02 testBug456481 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.454 s
03:22:02 testBug457007 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.394 s
03:22:02 testBug463526 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 0.974 s
03:22:02 testBug463526b - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.259 s
03:22:02 testBug463526c - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.15 s
03:22:02 testBug464408 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.4 s
03:22:02 testBug465900 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.619 s
03:22:02 testBug472648 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.361 s
03:22:02 testBug473432 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.745 s
03:22:02 testBug477888 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.675 s
03:22:02 testBug511676 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.442 s
03:22:02 testBug511676a - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.304 s
03:22:02 testBug543778 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaRegressionTest)  Time elapsed: 1.358 s
03:22:02 test001_simple - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.912 s
03:22:02 test002_simpleNonSerializable - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.69 s
03:22:02 test003_twoSerializedLambdas - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 2.032 s
03:22:02 test004_lambdaWithParameterInPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.849 s
03:22:02 test005_capturingVariableLambdaWithParameterInPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.978 s
03:22:02 test006_capturingVariableLambdaWithParameterInPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.83 s
03:22:02 test008_capturingTwoVariableLambdaWithParameterInPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.733 s
03:22:02 test009_capturingTwoSlotVariablesLambdaWithParameterInPackage - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.828 s
03:22:02 test010_VarargsLambdaExpression - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.967 s
03:22:02 test012_intersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.872 s
03:22:02 test013_intersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.814 s
03:22:02 test014_intersectionCastAndNotSerializable - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.776 s
03:22:02 test015_serializableViaIntersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.931 s
03:22:02 test016_bug424211 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.617 s
03:22:02 test017_bug424211 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.624 s
03:22:02 test018_bug424211 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.57 s
03:22:02 test019_bug424211 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.838 s
03:22:02 test020_lambdaNames - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.991 s
03:22:02 test021_lambdaNamesVariants - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.818 s
03:22:02 test022_nestedLambdas - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.922 s
03:22:02 test023_lambdasInOtherPlaces_Field - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.883 s
03:22:02 test024_lambdasInOtherPlaces_MethodParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.862 s
03:22:02 test025_lambdasWithGenericInferencing - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 2.197 s
03:22:02 test026_lambdasInOtherPlaces_Clinit - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.82 s
03:22:02 test428552 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.763 s
03:22:02 test428642 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.919 s
03:22:02 test428642_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 2.009 s
03:22:02 test429112 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.965 s
03:22:02 test439889 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.849 s
03:22:02 test439889_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.768 s
03:22:02 test449467 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.836 s
03:22:02 test449467_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.898 s
03:22:02 testBindingThis_442418 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.887 s
03:22:02 testNestedLambdas_442416 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.815 s
03:22:02 testbug479119 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 2.041 s
03:22:02 testbug479119_comment20 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 2.162 s
03:22:02 testbug479119a - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 2.211 s
03:22:02 testbug479119b - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 2.077 s
03:22:02 testbug485333 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 2.033 s
03:22:02 testbug494487 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.889 s
03:22:02 testbug497879 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 2.214 s
03:22:02 testbug497879a - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.977 s
03:22:02 testbug497879b - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.993 s
03:22:02 testbug503118 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 2.166 s
03:22:02 testbug507011 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.911 s
03:22:02 testbug509782 - 10(org.eclipse.jdt.core.tests.compiler.regression.SerializableLambdaTest)  Time elapsed: 1.74 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.111 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.54 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.278 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.088 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.162 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.33 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.165 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.382 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.275 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.291 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.304 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.354 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.385 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.253 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.335 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.46 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.318 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.311 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.367 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.156 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.278 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.375 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.089 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.105 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.33 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.16 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.271 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.267 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.195 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.298 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.421 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.155 s
03:22:02 test400871 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 2.449 s
03:22:02 test4008712 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.144 s
03:22:02 test4008712e - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.423 s
03:22:02 test4008712f - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.163 s
03:22:02 test4008712g - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.121 s
03:22:02 test4008712h - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.209 s
03:22:02 test4008712i - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.183 s
03:22:02 test4008712j - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.32 s
03:22:02 test4008712k - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.324 s
03:22:02 test4008712l - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.294 s
03:22:02 test4008712m - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.147 s
03:22:02 test4008712n - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.343 s
03:22:02 test4008712o - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.327 s
03:22:02 test4008712p - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.162 s
03:22:02 test4008712q_diamond - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.385 s
03:22:02 test4008712q_raw - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.281 s
03:22:02 test4008712r - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.503 s
03:22:02 test4008712s - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.534 s
03:22:02 test4008712t - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.5 s
03:22:02 test4008712u - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.088 s
03:22:02 test4008712v - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.523 s
03:22:02 test4008712w - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.173 s
03:22:02 test4008712x - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.482 s
03:22:02 test4008712y - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.435 s
03:22:02 test4008712z - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.365 s
03:22:02 test4008712za - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.342 s
03:22:02 test4008712zb - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.137 s
03:22:02 test4008712zc - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.234 s
03:22:02 test4008712zd - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.341 s
03:22:02 test4008712ze - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.317 s
03:22:02 test4008712zf - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.279 s
03:22:02 test4008712zg - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.304 s
03:22:02 test4008712zh - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.298 s
03:22:02 test400871a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.346 s
03:22:02 test400871b - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.349 s
03:22:02 test400871c - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.286 s
03:22:02 test400871d - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.158 s
03:22:02 test401850 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.375 s
03:22:02 test422050 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.311 s
03:22:02 test427072 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.351 s
03:22:02 test427072a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.297 s
03:22:02 test427072b - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.31 s
03:22:02 test427072c - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.31 s
03:22:02 test427628 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.295 s
03:22:02 test427628a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.158 s
03:22:02 test427628b - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.192 s
03:22:02 test427748 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.41 s
03:22:02 test427808 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.37 s
03:22:02 test429985 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.699 s
03:22:02 test429985a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.477 s
03:22:02 test448801 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.337 s
03:22:02 test450415 - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.476 s
03:22:02 test450415a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.365 s
03:22:02 test482440a - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.081 s
03:22:02 test482440b - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.193 s
03:22:02 testVarargs - 10(org.eclipse.jdt.core.tests.compiler.regression.OverloadResolutionTest8)  Time elapsed: 1.237 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.296 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.214 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.327 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.465 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.304 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.372 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.307 s
03:22:02 test007a - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.308 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.509 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.452 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.413 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.485 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.354 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.664 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.394 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.33 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.305 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.573 s
03:22:02 test424444 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.337 s
03:22:02 test424444a - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.32 s
03:22:02 test424444b - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.438 s
03:22:02 test424444c - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.364 s
03:22:02 test424444d - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.292 s
03:22:02 test430015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.465 s
03:22:02 test430015a - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.419 s
03:22:02 test430035 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.434 s
03:22:02 test430571 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.249 s
03:22:02 test435869 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR335ClassFileTest)  Time elapsed: 1.373 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.034 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.062 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test002 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types I and J\n
03:22:02 	Object p = (I & J) () -> {};\n
03:22:02 	           ^\n
03:22:02   where INT#1 is an intersection type:\n
03:22:02     INT#1 extends Object,I,J\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types I and J\n
03:22:02 	Object p = (I & J) () -> {};\n
03:22:02 	           ^\n
03:22:02   where INT#1 is an intersection type:\n
03:22:02     INT#1 extends Object,I,J\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests.test002(ExpressionContextTests.java:71)
03:22:02 
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.048 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.013 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.984 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.061 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.312 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.03 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.26 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.229 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.003 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.003 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.069 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.079 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.952 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 0.984 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.019 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.19 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.169 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.132 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.085 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ExpressionContextTests)  Time elapsed: 1.286 s
03:22:02 test400977 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.967 s
03:22:02 test406619 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.955 s
03:22:02 test422731 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.08 s
03:22:02 test423467 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.384 s
03:22:02 test424914 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.021 s
03:22:02 test424914a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.27 s
03:22:02 test425718 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.033 s
03:22:02 test425719 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.277 s
03:22:02 test426318 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.054 s
03:22:02 test427478 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.49 s
03:22:02 test427478a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.41 s
03:22:02 test436350 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.266 s
03:22:02 test436350a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.786 s
03:22:02 test438471 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.313 s
03:22:02 test453552 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.094 s
03:22:02 test453552_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.039 s
03:22:02 test458547_comment0_a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.094 s
03:22:02 test458547_comment0_b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.068 s
03:22:02 test477891_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.123 s
03:22:02 test477891_comment0_a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.1 s
03:22:02 test477891_comment3_a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.153 s
03:22:02 test477891_comment3_b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.151 s
03:22:02 test477891_comment3_c - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.148 s
03:22:02 test477891_comment3_d - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.152 s
03:22:02 testAbstract01 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.071 s
03:22:02 testAbstract02 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.119 s
03:22:02 testAbstract02a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.082 s
03:22:02 testAbstract02b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.99 s
03:22:02 testAbstract02c - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.033 s
03:22:02 testAbstract03 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.102 s
03:22:02 testAbstract03a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.083 s
03:22:02 testAbstract04 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.217 s
03:22:02 testAbstract04a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.078 s
03:22:02 testAbstract05 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.364 s
03:22:02 testAbstract06 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.169 s
03:22:02 testAbstract06a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.089 s
03:22:02 testAbstract07 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.068 s
03:22:02 testAbstract08 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.098 s
03:22:02 testAbstract6b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.127 s
03:22:02 testAnnotation1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.024 s
03:22:02 testBridge01 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.26 s
03:22:02 testBridge02 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.64 s
03:22:02 testBug420084 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.89 s
03:22:02 testBug421543 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.185 s
03:22:02 testBug421543a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.222 s
03:22:02 testBug421543b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.387 s
03:22:02 testBug421797 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.44 s
03:22:02 testBug437522 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.14 s
03:22:02 testBug437522a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.399 s
03:22:02 testBug539743 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.395 s
03:22:02 testDefaultNonclash - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.01 s
03:22:02 testDefaultNonclash2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.079 s
03:22:02 testDefaultNonclash3 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.007 s
03:22:02 testDefaultNonclash4 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.02 s
03:22:02 testDefaultNonclash5 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.006 s
03:22:02 testInheritedDefaultOverrides01 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.099 s
03:22:02 testInheritedDefaultOverrides02 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.124 s
03:22:02 testInheritedDefaultOverrides03 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.276 s
03:22:02 testInheritedDefaultOverrides04 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.212 s
03:22:02 testInheritedDefaultOverrides05 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.602 s
03:22:02 testInheritedDefaultOverrides06 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.536 s
03:22:02 testModifiers1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.247 s
03:22:02 testModifiers1a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.086 s
03:22:02 testModifiers1b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 0.989 s
03:22:02 testModifiers2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.034 s
03:22:02 testModifiers3 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.076 s
03:22:02 testModifiers4 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.322 s
03:22:02 testModifiers5 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.327 s
03:22:02 testModifiers6 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.039 s
03:22:02 testModifiers7 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.028 s
03:22:02 testObjectMethod1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.079 s
03:22:02 testObjectMethod2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.074 s
03:22:02 testObjectMethod3 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.221 s
03:22:02 testStaticMethod01 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.12 s
03:22:02 testStaticMethod02 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.168 s
03:22:02 testStaticMethod03 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.282 s
03:22:02 testStaticMethod04 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.234 s
03:22:02 testStaticMethod05 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.19 s
03:22:02 testStaticMethod06 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.351 s
03:22:02 testStaticMethod07 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.412 s
03:22:02 testStaticMethod08 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.357 s
03:22:02 testStaticMethod09 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.005 s
03:22:02 testStaticMethod10 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.432 s
03:22:02 testStaticMethod11 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.048 s
03:22:02 testStaticMethod12 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.118 s
03:22:02 testStaticMethod13 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.098 s
03:22:02 testSuperAccess01 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.32 s
03:22:02 testSuperAccess02 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.334 s
03:22:02 testSuperAccess03 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.128 s
03:22:02 testSuperCall1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.575 s
03:22:02 testSuperCall2 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.419 s
03:22:02 testSuperCall3 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.46 s
03:22:02 testSuperCall4 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.153 s
03:22:02 testSuperCall5 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.359 s
03:22:02 testSuperCall6 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.255 s
03:22:02 testThisReference1 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest)  Time elapsed: 1.383 s
03:22:02 test000 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.105 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.306 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.291 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.203 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.245 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.175 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.093 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.099 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.324 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.271 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.289 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.399 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.013 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.182 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.1 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.114 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.297 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.131 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.995 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.078 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.119 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.078 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.122 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.16 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.205 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.123 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.909 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.094 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.194 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.292 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.08 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.031 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.199 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.992 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.917 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.069 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.218 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 0.997 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.181 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.GrammarCoverageTests308)  Time elapsed: 1.184 s
03:22:02 testBug535308a - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.041 s
03:22:02 testBug535308b - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.214 s
03:22:02 testBug535308c - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.27 s
03:22:02 testBug535308d - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.107 s
03:22:02 testBug535308e - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.159 s
03:22:02 testLambda_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.292 s
03:22:02 testLambda_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.258 s
03:22:02 testLambda_03 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.379 s
03:22:02 testLambda_04 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.248 s
03:22:02 testLambda_05 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.391 s
03:22:02 testLambda_05a - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.166 s
03:22:02 testReferenceExpression1 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.108 s
03:22:02 testReferenceExpression_nullAnnotation_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.209 s
03:22:02 testReferenceExpression_nullAnnotation_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.496 s
03:22:02 testReferenceExpression_nullAnnotation_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.309 s
03:22:02 testReferenceExpression_null_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.FlowAnalysisTest8)  Time elapsed: 1.377 s
03:22:02 test001_classTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.478 s
03:22:02 test002_classTypeParameter_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.795 s
03:22:02 test003_classTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.245 s
03:22:02 test004_classTypeParameter_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.697 s
03:22:02 test005_classTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.397 s
03:22:02 test006_classTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.366 s
03:22:02 test007_methodTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.995 s
03:22:02 test008_methodTypeParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.338 s
03:22:02 test009_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.276 s
03:22:02 test010_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.392 s
03:22:02 test011_classExtends_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.535 s
03:22:02 test012_classExtends_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.616 s
03:22:02 test013_classExtends_interfaces - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.551 s
03:22:02 test014_classExtends_interfaces_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.688 s
03:22:02 test015_classExtends_interfaces_reflection - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.665 s
03:22:02 test016_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.281 s
03:22:02 test017_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.258 s
03:22:02 test018_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.192 s
03:22:02 test019_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.231 s
03:22:02 test020_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.272 s
03:22:02 test021_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.229 s
03:22:02 test022_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.264 s
03:22:02 test023_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.196 s
03:22:02 test024_classExtends - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.312 s
03:22:02 test025_classTypeParameterBound - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.464 s
03:22:02 test026_classTypeParameterBound - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.346 s
03:22:02 test027_classTypeParameterBound_complex - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.295 s
03:22:02 test028_methodTypeParameterBound - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.21 s
03:22:02 test029_methodTypeParameterBound - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.192 s
03:22:02 test030_methodTypeParameterBound - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.178 s
03:22:02 test031_methodTypeParameterBound_complex - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.192 s
03:22:02 test032_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.22 s
03:22:02 test033_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.229 s
03:22:02 test034_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.298 s
03:22:02 test035_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.391 s
03:22:02 test036_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.291 s
03:22:02 test037_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.292 s
03:22:02 test038_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.244 s
03:22:02 test038a_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.273 s
03:22:02 test039_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.299 s
03:22:02 test040_field_complex - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.58 s
03:22:02 test041_field - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.341 s
03:22:02 test042_methodReturnType - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.246 s
03:22:02 test043_methodReceiver - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.377 s
03:22:02 test044_methodReceiver - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.244 s
03:22:02 test045_methodParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.339 s
03:22:02 test046_methodParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.373 s
03:22:02 test047_methodParameterArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.322 s
03:22:02 test048_throws - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.365 s
03:22:02 test049_codeblocks_localVariable - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.368 s
03:22:02 test050_codeblocks_localVariable - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.337 s
03:22:02 test051_codeblocks_resourceVariable - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.382 s
03:22:02 test052_codeblocks_exceptionParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.326 s
03:22:02 test053_codeblocks_exceptionParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.331 s
03:22:02 test054_codeblocks_exceptionParameter - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.237 s
03:22:02 test055_codeblocks_exceptionParameterMultiCatch - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.256 s
03:22:02 test055a_codeblocks_exceptionParameterNestedType - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.226 s
03:22:02 test055b_codeblocks_exceptionParameterMultiCatchNestedType - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.282 s
03:22:02 test055c_codeblocks_exceptionParameterMultiCatch - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.32 s
03:22:02 test055d_codeblocks_exceptionParameterMultiCatch - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.321 s
03:22:02 test055e_codeblocks_exceptionParameterMultiCatch - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.377 s
03:22:02 test055f_codeblocks_exceptionParameterComplex - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.431 s
03:22:02 test056_codeblocks_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.261 s
03:22:02 test057_codeblocks_new - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.33 s
03:22:02 test057_codeblocks_new3_415821 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.273 s
03:22:02 test057_codeblocks_new4_415821 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.205 s
03:22:02 test058_codeblocks_new2 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.959 s
03:22:02 test059_codeblocks_new_newArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.302 s
03:22:02 test060_codeblocks_new_multiNewArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.289 s
03:22:02 test060a_codeblocks_new_newArrayWithInitializer - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.327 s
03:22:02 test060b_codeblocks_new_multiNewArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.414 s
03:22:02 test060c_codeblocks_new_multiNewArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.278 s
03:22:02 test060d_codeblocks_new_arraysWithNestedTypes - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.309 s
03:22:02 test060e_codeblocks_new_arraysWithNestedTypes - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.311 s
03:22:02 test060f_codeblocks_new_arraysWithQualifiedNestedTypes - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.406 s
03:22:02 test061_codeblocks_new_newArrayWithInitializer - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.323 s
03:22:02 test062_codeblocks_newArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.295 s
03:22:02 test062_codeblocks_newArrayWithInitializer - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.4 s
03:22:02 test063_codeblocks_new_instanceof - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.322 s
03:22:02 test064_codeblocks_constructorReference - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.575 s
03:22:02 test065_codeblocks_methodReference - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.665 s
03:22:02 test066_codeblocks_methodReference - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.094 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test066_codeblocks_methodReference - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 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
03:22:02 java.lang.AssertionError\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  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
03:22:02 java.lang.AssertionError\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest.test066_codeblocks_methodReference(TypeAnnotationTest.java:3294)
03:22:02 
03:22:02 test067_codeblocks_constructorReferenceTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.473 s
03:22:02 test068_codeblocks_methodReferenceTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.384 s
03:22:02 test069_codeblocks_cast - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.288 s
03:22:02 test070_codeblocks_cast_complex - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.494 s
03:22:02 test070a_codeblocks_castWithIntersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.281 s
03:22:02 test070b_codeblocks_castWithIntersectionCast - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.378 s
03:22:02 test070c_codeblocks_castTwiceInExpression - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.322 s
03:22:02 test070d_codeblocks_castDoubleIntersectionCastInExpression - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.291 s
03:22:02 test071_codeblocks_constructorInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.234 s
03:22:02 test072_codeblocks_constructorInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.215 s
03:22:02 test073_codeblocks_constructorInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.199 s
03:22:02 test074_codeblocks_constructorInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.457 s
03:22:02 test075_codeblocks_constructorInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.368 s
03:22:02 test076_codeblocks_methodInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.246 s
03:22:02 test077_codeblocks_methodInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.263 s
03:22:02 test078_codeblocks_methodInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.459 s
03:22:02 test079_codeblocks_methodInvocationTypeArgument - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.263 s
03:22:02 test080_multiuseAnnotations - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.248 s
03:22:02 test081_multiuseAnnotations - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.341 s
03:22:02 test082_multiuseAnnotations - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.194 s
03:22:02 test100_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.387 s
03:22:02 test100a_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.408 s
03:22:02 test100b_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.454 s
03:22:02 test100c_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.502 s
03:22:02 test100d_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.374 s
03:22:02 test100e_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.724 s
03:22:02 test100f_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.436 s
03:22:02 test100g_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.394 s
03:22:02 test100h_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.344 s
03:22:02 test100i_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.234 s
03:22:02 test100j_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.32 s
03:22:02 test100k_pqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.228 s
03:22:02 test101a_qtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.165 s
03:22:02 test101b_qtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.37 s
03:22:02 test101c_qtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.212 s
03:22:02 test102a_str - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.127 s
03:22:02 test102b_str - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.241 s
03:22:02 test103a_atr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.172 s
03:22:02 test103b_atr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.289 s
03:22:02 test103c_atr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.232 s
03:22:02 test103d_atr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.418 s
03:22:02 test103e_atr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.247 s
03:22:02 test104a_pstr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.178 s
03:22:02 test104b_pstr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.49 s
03:22:02 test105a_aqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.583 s
03:22:02 test105b_aqtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.28 s
03:22:02 test106a_wtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.379 s
03:22:02 test106b_wtr - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.51 s
03:22:02 test417660 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.451 s
03:22:02 test417660b - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.328 s
03:22:02 test418347 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.283 s
03:22:02 test418347a - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.325 s
03:22:02 test418347b - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.481 s
03:22:02 test421148 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.192 s
03:22:02 test421620 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.366 s
03:22:02 testAnnotatedExtendedDimensions - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.273 s
03:22:02 testAnnotatedRedundantCast - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.268 s
03:22:02 testAnnotatedRedundantCast2 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.379 s
03:22:02 testBug415911 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.985 s
03:22:02 testBug426616 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.52 s
03:22:02 testBug426616a - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.728 s
03:22:02 testBug485386 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.488 s
03:22:02 testBug492322WithOldBinary - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.026 s
03:22:02 testBug492322readFromClass - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.523 s
03:22:02 testBug492322readFromClassWithGenericBase - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.493 s
03:22:02 testConstructorResult - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.368 s
03:22:02 testDeprecated - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.215 s
03:22:02 testForwardReference - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.249 s
03:22:02 testHybridTargets - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.188 s
03:22:02 testHybridTargets2 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.297 s
03:22:02 testPQTRArray - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.26 s
03:22:02 testPQTRArray2 - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 1.282 s
03:22:02 testTypeVariable - 10(org.eclipse.jdt.core.tests.compiler.regression.TypeAnnotationTest)  Time elapsed: 0.95 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.34 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.241 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.293 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.5 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.373 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.841 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.555 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.391 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.226 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.641 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.366 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.177 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.31 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.041 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.337 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.28 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.168 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.207 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.339 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.15 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.033 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.23 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.211 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.343 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.281 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.27 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.125 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.376 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.044 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.273 s
03:22:02 test030a - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.196 s
03:22:02 test030b - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.098 s
03:22:02 test030c - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.218 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.228 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.293 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.203 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.331 s
03:22:02 test034b - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.213 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.532 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.388 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.294 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.336 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.377 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.482 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.223 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.578 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.279 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.185 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.215 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.738 s
03:22:02 test047 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.341 s
03:22:02 test048 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.412 s
03:22:02 test049 - 10(org.eclipse.jdt.core.tests.compiler.regression.JSR308SpecSnippetTests)  Time elapsed: 1.225 s
03:22:02 test412555 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated18Test)  Time elapsed: 1.221 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.008 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.005 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0.003 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 0 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.003 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.304 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.281 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.315 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.058 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.049 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.314 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.165 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.116 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.009 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.MethodParametersAttributeTest)  Time elapsed: 1.183 s
03:22:02 test001_classTypeParameter - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.012 s
03:22:02 test001a_classTypeParameterDifferingRetentions - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.006 s
03:22:02 test002_methodTypeParameter - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.011 s
03:22:02 test003_classExtends - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.007 s
03:22:02 test004_classExtends - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
03:22:02 test005_classTypeParameterBound - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.028 s
03:22:02 test006_methodTypeParameterBound - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
03:22:02 test007_field - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.006 s
03:22:02 test008_methodReturn - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.006 s
03:22:02 test009_methodReceiver - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.006 s
03:22:02 test010_methodFormalParameter - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.016 s
03:22:02 test011_throws - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.005 s
03:22:02 test012_annotationMethodReturn - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.004 s
03:22:02 testBug548596 - 1.8(org.eclipse.jdt.core.tests.compiler.regression.ClassFileReaderTest_1_8)  Time elapsed: 0.37 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.131 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.471 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.122 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 2.193 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.293 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.106 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.255 s
03:22:02 test007a - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.071 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.092 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.084 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.118 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.132 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.194 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 3.462 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.402 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.107 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.203 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.087 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 2.296 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 2.303 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.21 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 2.183 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.167 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.05 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 2.193 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.017 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.002 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.177 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 2.478 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.044 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.051 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 2.269 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.073 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.56 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.679 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.529 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.262 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.647 s
03:22:02 testBadContainerType - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.195 s
03:22:02 testDeprecation - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.213 s
03:22:02 testDeprecation2 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.106 s
03:22:02 testRepeatableWithContaining1 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.157 s
03:22:02 testRepeatableWithContaining2 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.149 s
03:22:02 testRepeatableWithContaining3 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.11 s
03:22:02 testTypeParameters - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 2.269 s
03:22:02 testUnspecifiedTarget - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.215 s
03:22:02 testUnspecifiedTarget2 - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 1.187 s
03:22:02 testVariousSites - 10(org.eclipse.jdt.core.tests.compiler.regression.RepeatableAnnotationTest)  Time elapsed: 2.314 s
03:22:02 test426633c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.386 s
03:22:02 test426633d - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.187 s
03:22:02 test426633e - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.216 s
03:22:02 test427218 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.387 s
03:22:02 test427218_reduced - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.122 s
03:22:02 test428352 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.412 s
03:22:02 test428352b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.564 s
03:22:02 test428524 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.455 s
03:22:02 test433852 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.86 s
03:22:02 test434394 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.823 s
03:22:02 test437444_c113 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.162 s
03:22:02 test437444_c113a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.399 s
03:22:02 test439594 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 3.101 s
03:22:02 test442769 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 2.212 s
03:22:02 test442916 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.8 s
03:22:02 test445725 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 2.039 s
03:22:02 test447767 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.37 s
03:22:02 test483952_bare - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.368 s
03:22:02 test499351_extra1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.533 s
03:22:02 test499351_extra2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.709 s
03:22:02 testAllocationBoxingCompatibility - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.337 s
03:22:02 testBug333011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.236 s
03:22:02 testBug340506 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.133 s
03:22:02 testBug401850a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.269 s
03:22:02 testBug401850b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.201 s
03:22:02 testBug414631 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.419 s
03:22:02 testBug418807 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.522 s
03:22:02 testBug420525 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.676 s
03:22:02 testBug420525_mini - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.515 s
03:22:02 testBug420525a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.2 s
03:22:02 testBug423070 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.298 s
03:22:02 testBug423504 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.357 s
03:22:02 testBug423839 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.426 s
03:22:02 testBug424038 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.47 s
03:22:02 testBug424075 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.435 s
03:22:02 testBug424195_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.613 s
03:22:02 testBug424195a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.89 s
03:22:02 testBug424195b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.655 s
03:22:02 testBug424205a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.141 s
03:22:02 testBug424205b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.604 s
03:22:02 testBug424403 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.167 s
03:22:02 testBug424415 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.314 s
03:22:02 testBug424415b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.29 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug424415b - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n
03:22:02         foo(goo(ArrayList<String>::new));\n
03:22:02                ^\n
03:22:02     upper bounds: String,Collection<?>\n
03:22:02     lower bounds: ArrayList<String>\n
03:22:02   where Q is a type-variable:\n
03:22:02     Q extends Collection<?> declared in method <Q>goo(Functional<Q>)\n
03:22:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n
03:22:02         foo(goo(ArrayList<String>::new));\n
03:22:02                ^\n
03:22:02     upper bounds: String,Collection<?>\n
03:22:02     lower bounds: ArrayList<String>\n
03:22:02   where Q is a type-variable:\n
03:22:02     Q extends Collection<?> declared in method <Q>goo(Functional<Q>)\n
03:22:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8.testBug424415b(GenericsRegressionTest_1_8.java:350)
03:22:02 
03:22:02 testBug424415c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.715 s
03:22:02 testBug424591_comment20 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.307 s
03:22:02 testBug424591_comment20_variant - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.377 s
03:22:02 testBug424591_comment22 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.231 s
03:22:02 testBug424631 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.472 s
03:22:02 testBug424637 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.567 s
03:22:02 testBug424710 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.834 s
03:22:02 testBug424712a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.276 s
03:22:02 testBug424712b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.343 s
03:22:02 testBug424845 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.39 s
03:22:02 testBug424906 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.298 s
03:22:02 testBug424930a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.543 s
03:22:02 testBug424930b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.454 s
03:22:02 testBug424930c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.276 s
03:22:02 testBug425063 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.517 s
03:22:02 testBug425142_full - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.529 s
03:22:02 testBug425142_minimal - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.48 s
03:22:02 testBug425152 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.399 s
03:22:02 testBug425153 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.09 s
03:22:02 testBug425156 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.225 s
03:22:02 testBug425183_comment8 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.527 s
03:22:02 testBug425278 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.216 s
03:22:02 testBug425460orig - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.511 s
03:22:02 testBug425460variant - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.517 s
03:22:02 testBug425493 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.391 s
03:22:02 testBug425783 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.136 s
03:22:02 testBug425798 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.651 s
03:22:02 testBug425798a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.594 s
03:22:02 testBug425798b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.255 s
03:22:02 testBug425951 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.274 s
03:22:02 testBug425951a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.225 s
03:22:02 testBug426048 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.978 s
03:22:02 testBug426290 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.426 s
03:22:02 testBug426366 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.268 s
03:22:02 testBug426537 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.174 s
03:22:02 testBug426537b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.346 s
03:22:02 testBug426537c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.288 s
03:22:02 testBug426540 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.622 s
03:22:02 testBug426542 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.149 s
03:22:02 testBug426652 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.343 s
03:22:02 testBug426671_full - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.585 s
03:22:02 testBug426671_medium - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.593 s
03:22:02 testBug426671_ok - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.533 s
03:22:02 testBug426671b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.18 s
03:22:02 testBug426676 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.528 s
03:22:02 testBug426764 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.152 s
03:22:02 testBug426778 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.539 s
03:22:02 testBug426836 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.467 s
03:22:02 testBug426998a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.317 s
03:22:02 testBug426998b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.238 s
03:22:02 testBug427164 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.961 s
03:22:02 testBug427168 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.038 s
03:22:02 testBug427196 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.376 s
03:22:02 testBug427223 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.369 s
03:22:02 testBug427224 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.249 s
03:22:02 testBug427265 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.473 s
03:22:02 testBug427265_comment6 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.493 s
03:22:02 testBug427479 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.854 s
03:22:02 testBug427479b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.439 s
03:22:02 testBug427483 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.484 s
03:22:02 testBug427504 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.186 s
03:22:02 testBug427626 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.416 s
03:22:02 testBug428019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.138 s
03:22:02 testBug428198 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.406 s
03:22:02 testBug428198b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.464 s
03:22:02 testBug428264 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.365 s
03:22:02 testBug428275 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.35 s
03:22:02 testBug428291 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.665 s
03:22:02 testBug428294 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.441 s
03:22:02 testBug428307 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.613 s
03:22:02 testBug428786 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.369 s
03:22:02 testBug428811 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 2.05 s
03:22:02 testBug429090 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.529 s
03:22:02 testBug429090_comment1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.043 s
03:22:02 testBug429203 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.225 s
03:22:02 testBug429424 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.185 s
03:22:02 testBug429430 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.291 s
03:22:02 testBug429430a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.191 s
03:22:02 testBug429430b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.288 s
03:22:02 testBug429430b2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.202 s
03:22:02 testBug429430c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.342 s
03:22:02 testBug429490 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.251 s
03:22:02 testBug429490_comment33 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.318 s
03:22:02 testBug430296 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.789 s
03:22:02 testBug430759 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.317 s
03:22:02 testBug431577 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.498 s
03:22:02 testBug432110 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.5 s
03:22:02 testBug432626 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 2.046 s
03:22:02 testBug432626_reduced - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.548 s
03:22:02 testBug433158 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.661 s
03:22:02 testBug433825 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.229 s
03:22:02 testBug433825a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.251 s
03:22:02 testBug433845 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.161 s
03:22:02 testBug434483 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.601 s
03:22:02 testBug435187 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.573 s
03:22:02 testBug435462 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.332 s
03:22:02 testBug435689 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.385 s
03:22:02 testBug435767 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.748 s
03:22:02 testBug437007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.456 s
03:22:02 testBug441734 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.39 s
03:22:02 testBug442245 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 4.126 s
03:22:02 testBug445231 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.499 s
03:22:02 testBug449824a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.112 s
03:22:02 testBug449824b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.003 s
03:22:02 testBug452788a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.291 s
03:22:02 testBug452788b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.367 s
03:22:02 testBug452788c - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.416 s
03:22:02 testBug455945 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.578 s
03:22:02 testBug457079 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.403 s
03:22:02 testBug458396 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.233 s
03:22:02 testBug463728 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.378 s
03:22:02 testBug464496 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.384 s
03:22:02 testBug466487 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.602 s
03:22:02 testBug468999 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.194 s
03:22:02 testBug469014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.411 s
03:22:02 testBug469753 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.308 s
03:22:02 testBug470542 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.129 s
03:22:02 testBug470667 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.676 s
03:22:02 testBug470826 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.608 s
03:22:02 testBug470942 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.389 s
03:22:02 testBug470958 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.908 s
03:22:02 testBug471280_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.493 s
03:22:02 testBug471280_comment3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.514 s
03:22:02 testBug472426 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.39 s
03:22:02 testBug472851 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.308 s
03:22:02 testBug473657 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.09 s
03:22:02 testBug477751 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.298 s
03:22:02 testBug477894 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.404 s
03:22:02 testBug478848 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.393 s
03:22:02 testBug479167 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.315 s
03:22:02 testBug479802 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.311 s
03:22:02 testBug480075 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.48 s
03:22:02 testBug482416 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.48 s
03:22:02 testBug483019 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.175 s
03:22:02 testBug483019a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.166 s
03:22:02 testBug483228a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.094 s
03:22:02 testBug484448 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.166 s
03:22:02 testBug485057 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.255 s
03:22:02 testBug485373 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.241 s
03:22:02 testBug485593 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.415 s
03:22:02 testBug487563 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.291 s
03:22:02 testBug487746_comment2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.721 s
03:22:02 testBug488328_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.206 s
03:22:02 testBug488328_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.102 s
03:22:02 testBug488649 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.088 s
03:22:02 testBug488663 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.234 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug488663 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in C.java (at line 3)\n
03:22:02 	Comparator<String> comparator = new Comparator<String>() { //\n
03:22:02 	                                    ^^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in C.java (at line 3)\n
03:22:02 	Comparator<String> comparator = new Comparator<String>() { //\n
03:22:02 	                                    ^^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8.testBug488663(GenericsRegressionTest_1_8.java:7328)
03:22:02 
03:22:02 testBug488672 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.173 s
03:22:02 testBug488795 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.203 s
03:22:02 testBug489976 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.605 s
03:22:02 testBug491485 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.081 s
03:22:02 testBug491934 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.319 s
03:22:02 testBug492939a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.793 s
03:22:02 testBug492939b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.887 s
03:22:02 testBug494733_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.487 s
03:22:02 testBug494733_comment1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.382 s
03:22:02 testBug496574 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.756 s
03:22:02 testBug496574_small - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.576 s
03:22:02 testBug496578 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.696 s
03:22:02 testBug496579 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.797 s
03:22:02 testBug496624 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.712 s
03:22:02 testBug496675 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.052 s
03:22:02 testBug496675_comment4 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.034 s
03:22:02 testBug496675_problem - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.14 s
03:22:02 testBug496761 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.775 s
03:22:02 testBug496886 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 2.07 s
03:22:02 testBug496942 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.527 s
03:22:02 testBug497193 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.509 s
03:22:02 testBug497239 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.582 s
03:22:02 testBug497603 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.414 s
03:22:02 testBug498113a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.563 s
03:22:02 testBug498113b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.821 s
03:22:02 testBug498362_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.338 s
03:22:02 testBug498362_comment5 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.157 s
03:22:02 testBug499351 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.911 s
03:22:02 testBug499725 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.92 s
03:22:02 testBug499725a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.934 s
03:22:02 testBug501949 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.462 s
03:22:02 testBug502327 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.112 s
03:22:02 testBug502350 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.163 s
03:22:02 testBug502568 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.607 s
03:22:02 testBug506021 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.227 s
03:22:02 testBug506022 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.278 s
03:22:02 testBug506022b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.293 s
03:22:02 testBug508834 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.517 s
03:22:02 testBug508834_comment0 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.643 s
03:22:02 testBug509324 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.435 s
03:22:02 testBug509694 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.645 s
03:22:02 testBug510004_a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.46 s
03:22:02 testBug510004_b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.498 s
03:22:02 testBug510111 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.503 s
03:22:02 testBug511071 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.371 s
03:22:02 testBug511252orig - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.702 s
03:22:02 testBug511252simplified - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.635 s
03:22:02 testBug511750 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.596 s
03:22:02 testBug511876 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.801 s
03:22:02 testBug511878 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.353 s
03:22:02 testBug512156_10 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 2.859 s
03:22:02 testBug512156_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.589 s
03:22:02 testBug513567 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.584 s
03:22:02 testBug514884 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.504 s
03:22:02 testBug515600 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.423 s
03:22:02 testBug517710 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.205 s
03:22:02 testBug519147 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.505 s
03:22:02 testBug519380 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.543 s
03:22:02 testBug521159 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.735 s
03:22:02 testBug521185 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.212 s
03:22:02 testBug521185a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.183 s
03:22:02 testBug521822 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.402 s
03:22:02 testBug521978 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.329 s
03:22:02 testBug521982_comment1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.268 s
03:22:02 testBug525576 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.242 s
03:22:02 testBug525580 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.135 s
03:22:02 testBug525580_comment28 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.131 s
03:22:02 testBug525822 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.293 s
03:22:02 testBug527742 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 2.468 s
03:22:02 testBug528045 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.233 s
03:22:02 testBug528046 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.296 s
03:22:02 testBug528970 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.331 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug528970 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: error: incompatible types: cannot infer type-variable(s) T\n
03:22:02 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);\n
03:22:02 		                                       ^\n
03:22:02     (argument mismatch; Class<AtomicReference> cannot be converted to Class<? extends AtomicReference<?>>)\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>returnNull(Class<? extends T>)\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:10: error: incompatible types: cannot infer type-variable(s) T\n
03:22:02 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);\n
03:22:02 		                                       ^\n
03:22:02     (argument mismatch; Class<AtomicReference> cannot be converted to Class<? extends AtomicReference<?>>)\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>returnNull(Class<? extends T>)\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8.testBug528970(GenericsRegressionTest_1_8.java:8869)
03:22:02 
03:22:02 testBug529518 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.627 s
03:22:02 testBug530235 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.199 s
03:22:02 testBug531681 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.539 s
03:22:02 testBug534223 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 2.446 s
03:22:02 testBug534466 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.102 s
03:22:02 testBug535969 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.476 s
03:22:02 testBug535969b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.572 s
03:22:02 testBug536860 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.425 s
03:22:02 testBug537089 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.165 s
03:22:02 testBug538192 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.408 s
03:22:02 testBug539329 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.392 s
03:22:02 testBug540846 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.86 s
03:22:02 testBug543128 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.361 s
03:22:02 testBug543820 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.414 s
03:22:02 testBug545082a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.504 s
03:22:02 testBug545082b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.393 s
03:22:02 testBug545121 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.188 s
03:22:02 testBug545420 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.227 s
03:22:02 testBug547061 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.571 s
03:22:02 testBug547807 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.088 s
03:22:02 testBug548589 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.43 s
03:22:02 testBug559449 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.317 s
03:22:02 testBug559677 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 0.983 s
03:22:02 testBug559951 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.971 s
03:22:02 testBug560566 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.544 s
03:22:02 testConditionalExpression1 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.078 s
03:22:02 testConditionalExpression2 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_1_8)  Time elapsed: 1.192 s
03:22:02 test426214 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test)  Time elapsed: 1.288 s
03:22:02 test426214_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test)  Time elapsed: 1.034 s
03:22:02 test426214_3 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test)  Time elapsed: 0.993 s
03:22:02 test426214_4 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test)  Time elapsed: 1.086 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test426214_4 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	int a\u061C = 0; // new unicode character in 6.3.0 \n
03:22:02 	     ^^^^^^\n
03:22:02 Syntax error on token "Invalid Character", delete this token\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	int a\u061C = 0; // new unicode character in 6.3.0 \n
03:22:02 	     ^^^^^^\n
03:22:02 Syntax error on token "Invalid Character", delete this token\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.Unicode18Test.test426214_4(Unicode18Test.java:106)
03:22:02 
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.491 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.185 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.133 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.107 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.086 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.188 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.12 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.189 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.105 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.199 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.125 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.108 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.16 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.112 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.101 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.192 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.131 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.199 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.08 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.217 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.074 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.307 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.2 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.028 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.066 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.113 s
03:22:02 test027 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.289 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.317 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.078 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.111 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.186 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.181 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.245 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.174 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.104 s
03:22:02 test036 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.176 s
03:22:02 test037 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.199 s
03:22:02 test038 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.223 s
03:22:02 test039 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.111 s
03:22:02 test040 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.096 s
03:22:02 test041 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.207 s
03:22:02 test042 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.116 s
03:22:02 test043 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.076 s
03:22:02 test044 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.099 s
03:22:02 test045 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.126 s
03:22:02 test046 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.096 s
03:22:02 testBug470232_Do - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.379 s
03:22:02 testBug470232_For - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.399 s
03:22:02 testBug470232_While - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.481 s
03:22:02 testCFor - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.246 s
03:22:02 testCFor2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.409 s
03:22:02 testDo - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.359 s
03:22:02 testDo10 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.145 s
03:22:02 testDo11 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.082 s
03:22:02 testDo12 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.278 s
03:22:02 testDo13 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.435 s
03:22:02 testDo14 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.159 s
03:22:02 testDo15 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.169 s
03:22:02 testDo16 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.117 s
03:22:02 testDo17 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.123 s
03:22:02 testDo18 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.334 s
03:22:02 testDo19 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.314 s
03:22:02 testDo2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.372 s
03:22:02 testDo20 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.398 s
03:22:02 testDo21 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.313 s
03:22:02 testDo22 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.306 s
03:22:02 testDo23 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.288 s
03:22:02 testDo24 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.302 s
03:22:02 testDo25 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.227 s
03:22:02 testDo26 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.286 s
03:22:02 testDo3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.302 s
03:22:02 testDo4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.137 s
03:22:02 testDo5 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.14 s
03:22:02 testDo6 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.172 s
03:22:02 testDo7 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.2 s
03:22:02 testDo8 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.335 s
03:22:02 testDo9 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.307 s
03:22:02 testForeach - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.079 s
03:22:02 testForeach2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.205 s
03:22:02 testForeach3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.181 s
03:22:02 testForeach4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.198 s
03:22:02 testIf - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.63 s
03:22:02 testIf2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.077 s
03:22:02 testIf3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.333 s
03:22:02 testLabeledStatement - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.293 s
03:22:02 testLabeledStatement2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.3 s
03:22:02 testLabeledStatement3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.302 s
03:22:02 testLabeledStatement4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.304 s
03:22:02 testLabeledStatement5 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.289 s
03:22:02 testSwitch - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.429 s
03:22:02 testSwitch2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.158 s
03:22:02 testSwitch3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.176 s
03:22:02 testSwitch4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.199 s
03:22:02 testSwitch5 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.034 s
03:22:02 testSwitch6 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.069 s
03:22:02 testTry - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.305 s
03:22:02 testTry2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.129 s
03:22:02 testTry3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.08 s
03:22:02 testTry4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.318 s
03:22:02 testWhile2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.191 s
03:22:02 testWhile3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.321 s
03:22:02 testWhile4 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.148 s
03:22:02 testWhileThis - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.198 s
03:22:02 testWhileTrue - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.239 s
03:22:02 testWhileTrue2 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.262 s
03:22:02 testWhileTrue3 - 10(org.eclipse.jdt.core.tests.compiler.regression.LambdaShapeTests)  Time elapsed: 1.086 s
03:22:02 test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode9Test)  Time elapsed: 1.093 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.93 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.135 s
03:22:02 test003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.132 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.948 s
03:22:02 test005 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.195 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.392 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.193 s
03:22:02 test008 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.241 s
03:22:02 test008a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.588 s
03:22:02 test009 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.183 s
03:22:02 test010 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.405 s
03:22:02 test011 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.11 s
03:22:02 test012 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.07 s
03:22:02 test013 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.217 s
03:22:02 test014 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.207 s
03:22:02 test015 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.1 s
03:22:02 test016 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.108 s
03:22:02 test017 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.17 s
03:22:02 test018 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.272 s
03:22:02 test019 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.215 s
03:22:02 test019b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.217 s
03:22:02 test019c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.329 s
03:22:02 test019fail - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.454 s
03:22:02 test020 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.304 s
03:22:02 test021 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.321 s
03:22:02 test022 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.008 s
03:22:02 test023 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.5 s
03:22:02 test024 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.578 s
03:22:02 test025 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.504 s
03:22:02 test026 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.008 s
03:22:02 test028 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.309 s
03:22:02 test029 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.098 s
03:22:02 test030 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.116 s
03:22:02 test031 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.13 s
03:22:02 test032 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.14 s
03:22:02 test033 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.204 s
03:22:02 test034 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.228 s
03:22:02 test035 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.509 s
03:22:02 testAPILeakDetection1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.155 s
03:22:02 testAPILeakDetection2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.206 s
03:22:02 testAPILeakDetection3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.215 s
03:22:02 testAPILeakDetection4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.112 s
03:22:02 testAPILeakDetection5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.134 s
03:22:02 testAPILeakDetection6 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.221 s
03:22:02 testAPILeakDetection7 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.227 s
03:22:02 testApiLeak1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.231 s
03:22:02 testApiLeak2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.194 s
03:22:02 testAutoModule1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.074 s
03:22:02 testBug486013_comment27 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.218 s
03:22:02 testBug495500a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.088 s
03:22:02 testBug495500b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.086 s
03:22:02 testBug495500c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.088 s
03:22:02 testBug500170a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.042 s
03:22:02 testBug500170b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.86 s
03:22:02 testBug508889_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.115 s
03:22:02 testBug508889_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.162 s
03:22:02 testBug508889_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.084 s
03:22:02 testBug515985 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.358 s
03:22:02 testBug518295a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.191 s
03:22:02 testBug518295b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.17 s
03:22:02 testBug518295c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.201 s
03:22:02 testBug519600 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.536 s
03:22:02 testBug519922 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.222 s
03:22:02 testBug520858 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.095 s
03:22:02 testBug520858a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.189 s
03:22:02 testBug520858b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.063 s
03:22:02 testBug520858c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.648 s
03:22:02 testBug520858d - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.787 s
03:22:02 testBug520858e - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.734 s
03:22:02 testBug521362_emptyFile - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.087 s
03:22:02 testBug521362_mismatchingdeclaration - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.156 s
03:22:02 testBug521362_multiplePackages - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.414 s
03:22:02 testBug521362_multiplePackages2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.025 s
03:22:02 testBug521458a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.104 s
03:22:02 testBug522472c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 2.101 s
03:22:02 testBug530575 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.177 s
03:22:02 testBug533411 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.111 s
03:22:02 testBug540067a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.078 s
03:22:02 testBug540067b - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.078 s
03:22:02 testBug540067c - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.039 s
03:22:02 testBug540067d - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.978 s
03:22:02 testBug540067e - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.111 s
03:22:02 testBug548195 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.137 s
03:22:02 testBug548195fail - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.314 s
03:22:02 testBug550178 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.171 s
03:22:02 testLimitModules1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.968 s
03:22:02 testLimitModules2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.103 s
03:22:02 testLimitModules3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.088 s
03:22:02 testLimitModules4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.212 s
03:22:02 testLimitModules5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.109 s
03:22:02 testMixedSourcepath - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.586 s
03:22:02 testPackageConflict0 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.042 s
03:22:02 testPackageConflict1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.084 s
03:22:02 testPackageConflict3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.105 s
03:22:02 testPackageConflict4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 2.204 s  <<< FAILURE!
03:22:02 junit.framework.AssertionFailedError: testPackageConflict4 Javac failure did not match "package conflict"
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:274)
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:224)
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:215)
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:207)
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.testPackageConflict4(ModuleCompilationTests.java:2579)
03:22:02 
03:22:02 testPackageConflict5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 3.303 s
03:22:02 testPackageConflict6 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 2.379 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testPackageConflict6 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
03:22:02 	public class X extends pm.C1 { \n
03:22:02 	                       ^^\n
03:22:02 The package pm is accessible from more than one module: mod.x, mod.y\n
03:22:02 ----------\n
03:22:02 1 problem (1 error)\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
03:22:02 	public class X extends pm.C1 { \n
03:22:02 	                       ^^\n
03:22:02 The package pm is accessible from more than one module: mod.x, mod.y\n
03:22:02 ----------\n
03:22:02 1 problem (1 error)\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:274)
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:224)
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:215)
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.runNegativeModuleTest(ModuleCompilationTests.java:207)
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests.testPackageConflict6(ModuleCompilationTests.java:2781)
03:22:02 
03:22:02 testPackageConflict7 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 2.209 s
03:22:02 testPackageTypeConflict1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.18 s
03:22:02 testPackageTypeConflict2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.097 s
03:22:02 testReleaseOption1 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.191 s
03:22:02 testReleaseOption10 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.282 s
03:22:02 testReleaseOption11 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.002 s
03:22:02 testReleaseOption13 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.403 s
03:22:02 testReleaseOption13a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.206 s
03:22:02 testReleaseOption14 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.811 s
03:22:02 testReleaseOption15 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.922 s
03:22:02 testReleaseOption16 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.092 s
03:22:02 testReleaseOption17 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.405 s
03:22:02 testReleaseOption18 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.306 s
03:22:02 testReleaseOption19 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.3 s
03:22:02 testReleaseOption2 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.11 s
03:22:02 testReleaseOption20 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0 s
03:22:02 testReleaseOption21 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0 s
03:22:02 testReleaseOption22 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.094 s
03:22:02 testReleaseOption23 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0 s
03:22:02 testReleaseOption24 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0 s
03:22:02 testReleaseOption3 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.1 s
03:22:02 testReleaseOption4 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.001 s
03:22:02 testReleaseOption5 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.001 s
03:22:02 testReleaseOption6 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.007 s
03:22:02 testReleaseOption7 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.09 s
03:22:02 testReleaseOption8 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.097 s
03:22:02 testReleaseOption9 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.194 s
03:22:02 testUnnamedPackage_Bug520839 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 0.987 s
03:22:02 test_npe_bug535107 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleCompilationTests)  Time elapsed: 1.09 s
03:22:02 testBug488663_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.352 s
03:22:02 testBug488663_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.286 s
03:22:02 testBug488663_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.25 s
03:22:02 testBug488663_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.515 s
03:22:02 testBug488663_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.124 s
03:22:02 testBug488663_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.115 s
03:22:02 testBug488663_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.271 s
03:22:02 testBug488663_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.406 s
03:22:02 testBug488663_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.255 s
03:22:02 testBug488663_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.331 s
03:22:02 testBug488663_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.374 s
03:22:02 testBug488663_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.15 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug488663_012 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: error: I is abstract; cannot be instantiated\n
03:22:02 		Y<String> y = new Y<>("Done", new I<>() {\n
03:22:02 		                              ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:10: error: I is abstract; cannot be instantiated\n
03:22:02 		Y<String> y = new Y<>("Done", new I<>() {\n
03:22:02 		                              ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9.testBug488663_012(GenericsRegressionTest_9.java:347)
03:22:02 
03:22:02 testBug488663_013 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.173 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug488663_013 - Eclipse found error(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 11)\n
03:22:02 	I<X> i = new I<X>() {\n
03:22:02 	             ^\n
03:22:02 Redundant specification of type arguments <X>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 11)\n
03:22:02 	I<X> i = new I<X>() {\n
03:22:02 	             ^\n
03:22:02 Redundant specification of type arguments <X>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9.testBug488663_013(GenericsRegressionTest_9.java:382)
03:22:02 
03:22:02 testBug488663_014 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.315 s
03:22:02 testBug488663_015 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.26 s
03:22:02 testBug488663_016 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.126 s
03:22:02 testBug517926 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.24 s
03:22:02 testBug521815a - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.055 s
03:22:02 testBug521815b - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 1.044 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug521815b - Eclipse found warning(s) but Javac did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in a\Y.java (at line 2)\n
03:22:02 	import static a.b.X.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import a.b.X.Inner is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in a\Y.java (at line 2)\n
03:22:02 	import static a.b.X.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import a.b.X.Inner is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9.testBug521815b(GenericsRegressionTest_9.java:602)
03:22:02 
03:22:02 testBug533644 - 10(org.eclipse.jdt.core.tests.compiler.regression.GenericsRegressionTest_9)  Time elapsed: 2.583 s
03:22:02 testBug488662_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.24 s
03:22:02 testBug488662_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.167 s
03:22:02 testBug488662_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.237 s
03:22:02 testBug488662_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.049 s
03:22:02 testBug488662_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.025 s
03:22:02 testBug488662_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.883 s
03:22:02 testBug488662_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.139 s
03:22:02 testBug488662_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.035 s
03:22:02 testBug488662_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.155 s
03:22:02 testBug488662_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.954 s
03:22:02 testBug488662_011 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.987 s
03:22:02 testBug488662_012 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 0.931 s
03:22:02 testBug517926 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.182 s
03:22:02 testBug518272 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.01 s
03:22:02 testBug520795 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.025 s
03:22:02 testBug520795a - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.001 s
03:22:02 testBug520795b - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.066 s
03:22:02 testBug520795c - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.08 s
03:22:02 testBug521743 - 10(org.eclipse.jdt.core.tests.compiler.regression.InterfaceMethodsTest_9)  Time elapsed: 1.178 s
03:22:02 test002 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.076 s
03:22:02 test002binary - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 2.075 s
03:22:02 test004 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.213 s
03:22:02 test005a - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.193 s
03:22:02 test005b - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.996 s
03:22:02 test005c - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.086 s
03:22:02 test006 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.025 s
03:22:02 test007 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.066 s
03:22:02 testBug533063_1 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.919 s
03:22:02 testBug533063_2 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.891 s
03:22:02 testBug534304 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.117 s
03:22:02 testBug542795 - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.121 s
03:22:02 testDeprecatedModule - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 0.664 s
03:22:02 testDeprecatedPackageExport - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.052 s
03:22:02 testDeprecatedProvidedServices - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.05 s
03:22:02 testDeprecatedUsedServices - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.973 s
03:22:02 testSinceBinary - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 2.132 s
03:22:02 testSinceSource - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.242 s
03:22:02 testSinceTerminally - 10(org.eclipse.jdt.core.tests.compiler.regression.Deprecated9Test)  Time elapsed: 1.25 s
03:22:02 test001 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.812 s
03:22:02 testBug495967 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 1.057 s
03:22:02 testBug508889_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.746 s
03:22:02 testBug519330 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.689 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug519330 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests.getModuleAttribute(ModuleAttributeTests.java:61)
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests.testBug519330(ModuleAttributeTests.java:231)
03:22:02 
03:22:02 testBug521521 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.793 s
03:22:02 testBug521521a - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 0.807 s
03:22:02 testBug533134 - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 1.088 s
03:22:02 testModuleCompile - 10(org.eclipse.jdt.core.tests.compiler.regression.ModuleAttributeTests)  Time elapsed: 1.016 s
03:22:02 testBug529680 - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testFileEndsWithDotJar - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testManifest - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0.002 s
03:22:02 testMultiPartWithNumberWithoutDot - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testMultiPartWithVersion - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testMultiParts - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testMultipleSpecialCharacters - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0.001 s
03:22:02 testMultipleSpecialCharactersWithDirectory - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testProjectNameEndsWithDotJar - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testSimple - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testSpecialCharacters - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testUPPERCASE - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testWithVersion - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testZip - 10(org.eclipse.jdt.core.tests.compiler.regression.AutomaticModuleNamingTest)  Time elapsed: 0 s
03:22:02 testBug522326 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnnamedModuleTest)  Time elapsed: 1.197 s
03:22:02 testBug522327 - 10(org.eclipse.jdt.core.tests.compiler.regression.UnnamedModuleTest)  Time elapsed: 1.101 s
03:22:02 testBug536037a - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9)  Time elapsed: 1.672 s
03:22:02 testBug536037b - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9)  Time elapsed: 2.313 s
03:22:02 test_nnbd_in_module_01 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9)  Time elapsed: 2.04 s
03:22:02 test_nnbd_in_module_02 - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9)  Time elapsed: 2.004 s
03:22:02 test_redundant_nnbd_vs_module - 10(org.eclipse.jdt.core.tests.compiler.regression.NullAnnotationTests9)  Time elapsed: 1.979 s
03:22:02 testBug521054a - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9)  Time elapsed: 1.005 s
03:22:02 testBug521054b - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9)  Time elapsed: 1.186 s
03:22:02 testBug521054c - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9)  Time elapsed: 1.214 s
03:22:02 testBug532913 - 10(org.eclipse.jdt.core.tests.compiler.regression.AnnotationTest_9)  Time elapsed: 2.768 s
03:22:02 test0001_local_variable_inference - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.267 s
03:22:02 test0002_inferred_for - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.323 s
03:22:02 test0003_inferred_enhanced_for - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.656 s
03:22:02 test0004_try_with_resources - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.316 s
03:22:02 test0005_no_initializer - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.129 s
03:22:02 test0006_multiple_declarators - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.928 s
03:22:02 test0007_var_in_wrong_place - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.964 s
03:22:02 test0008_null_initializer - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.966 s
03:22:02 test0008_void_initializer - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.977 s
03:22:02 test0009_var_as_type_name - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.9 s
03:22:02 test0010_array_initializer - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.015 s
03:22:02 test0011_array_type - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.961 s
03:22:02 test0012_self_reference - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.434 s
03:22:02 test0013_lambda - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.266 s
03:22:02 test0014_method_reference - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.17 s
03:22:02 test0015_complain_over_first_poly_encountered - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.033 s
03:22:02 test0016_dont_capture_deep_poly_expressions - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.436 s
03:22:02 test0017_simple_variable_types - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.266 s
03:22:02 test0018_primitive_variable_types - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.245 s
03:22:02 test0018_project_variable_types - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.703 s
03:22:02 testBug530879 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.079 s
03:22:02 testBug530879a - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.053 s
03:22:02 testBug531025 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.149 s
03:22:02 testBug531832 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 0.948 s
03:22:02 testBug532349 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.037 s
03:22:02 testBug532349_001 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.089 s
03:22:02 testBug532349_0016 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.114 s
03:22:02 testBug532349_0017 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.076 s
03:22:02 testBug532349_002 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.041 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug532349_002 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n
03:22:02 		Y<? extends I> y = new Y<>();\n
03:22:02 		  ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Integer declared in class Y\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n
03:22:02 		Y<? extends I> y = new Y<>();\n
03:22:02 		  ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Integer declared in class Y\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JEP286Test.testBug532349_002(JEP286Test.java:869)
03:22:02 
03:22:02 testBug532349_003 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.072 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 testBug532349_003 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n
03:22:02 	public static void foo(Y<? extends I> y) {\n
03:22:02 	                         ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Integer declared in class Y\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n
03:22:02 	public static void foo(Y<? extends I> y) {\n
03:22:02 	                         ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Integer declared in class Y\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.JEP286Test.testBug532349_003(JEP286Test.java:886)
03:22:02 
03:22:02 testBug532349_004 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.17 s
03:22:02 testBug532349_005 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.13 s
03:22:02 testBug532349_006 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.096 s
03:22:02 testBug532349_007 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.102 s
03:22:02 testBug532349_008 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.096 s
03:22:02 testBug532349_009 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.199 s
03:22:02 testBug532349_010 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.094 s
03:22:02 testBug532349_11 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.104 s
03:22:02 testBug532349_12 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.11 s
03:22:02 testBug532349_13 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.032 s
03:22:02 testBug532349_14 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.06 s
03:22:02 testBug532349_15 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.412 s
03:22:02 testBug532349a - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.281 s
03:22:02 testBug532349b - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.146 s
03:22:02 testBug532351 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.029 s
03:22:02 testBug532920 - 10(org.eclipse.jdt.core.tests.compiler.regression.JEP286Test)  Time elapsed: 1.076 s
03:22:02 test1 - 10(org.eclipse.jdt.core.tests.compiler.regression.Unicode10Test)  Time elapsed: 0.962 s  <<< FAILURE!
03:22:02 junit.framework.ComparisonFailure: 
03:22:02 test1 - Javac found error(s) but Eclipse did not find any.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:2: error: illegal character: '\u0860'\n
03:22:02 		public int aࡠ; // new unicode character in unicode 10.0 \n
03:22:02 		            ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:2: error: illegal character: '\u0860'\n
03:22:02 		public int aࡠ; // new unicode character in unicode 10.0 \n
03:22:02 		            ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02 	at org.eclipse.jdt.core.tests.compiler.regression.Unicode10Test.test1(Unicode10Test.java:32)
03:22:02 
03:22:02 test1(org.eclipse.jdt.core.tests.compiler.regression.Jsr14Test)  Time elapsed: 0.344 s
03:22:02 
03:22:02 Results:
03:22:02 
03:22:02 Failures: 
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	Function<Integer, int[]> m1 = int[]::<Y, Z>new;\n
03:22:02 	                                      ^^^^\n
03:22:02 Type arguments are not allowed here\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	Function<Integer, int[]> m2 = int[]::<Y>new;\n
03:22:02 	                                      ^\n
03:22:02 Type arguments are not allowed here\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	Function<Integer, int[]> m1 = int[]::<Y, Z>new;\n
03:22:02 	                                      ^^^^\n
03:22:02 Type arguments are not allowed here\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	Function<Integer, int[]> m2 = int[]::<Y>new;\n
03:22:02 	                                      ^\n
03:22:02 Type arguments are not allowed here\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 5 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 5 warnings\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 5 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 5 warnings\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
03:22:02                                                 ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 6 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[C.java:3: warning: [unchecked] unchecked cast\n
03:22:02         this.set((ValueType) valueGetter.getObject());\n
03:22:02                                                   ^\n
03:22:02   required: ValueType\n
03:22:02   found:    Object\n
03:22:02   where ValueType is a type-variable:\n
03:22:02     ValueType extends Object declared in class A\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
03:22:02                   ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:9: warning: [rawtypes] found raw type: E\n
03:22:02 class B extends A<E, CharSequence> implements I<E, CharSequence> {\n
03:22:02                                                 ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:10: error: name clash: class B has two methods with the same erasure, yet neither overrides the other\n
03:22:02 	public void set(CharSequence string) {\n
03:22:02 	            ^\n
03:22:02   first method:  set(CharSequence) in I\n
03:22:02   second method: set(Object) in A\n
03:22:02 C.java:36: warning: [deprecation] newInstance() in Class has been deprecated\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                                    ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class Class\n
03:22:02 C.java:36: warning: [cast] redundant cast to Type\n
03:22:02             return (Type) typeClass.newInstance();\n
03:22:02                    ^\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 C.java:20: warning: [rawtypes] found raw type: E\n
03:22:02         E e = new E<String>(String.class);\n
03:22:02         ^\n
03:22:02   missing type arguments for generic class E<Type>\n
03:22:02   where Type is a type-variable:\n
03:22:02     Type extends CharSequence declared in class E\n
03:22:02 1 error\n
03:22:02 6 warnings\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: error: reference to with is ambiguous\n
03:22:02     static { with(null); }\n
03:22:02              ^\n
03:22:02   both method <T#1>with(List<? extends T#1>) in X and method <T#2>with(Collection<T#2>) in X match\n
03:22:02   where T#1,T#2 are type-variables:\n
03:22:02     T#1 extends Object declared in method <T#1>with(List<? extends T#1>)\n
03:22:02     T#2 extends Object declared in method <T#2>with(Collection<T#2>)\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:6: error: reference to with is ambiguous\n
03:22:02     static { with(null); }\n
03:22:02              ^\n
03:22:02   both method <T#1>with(List<? extends T#1>) in X and method <T#2>with(Collection<T#2>) in X match\n
03:22:02   where T#1,T#2 are type-variables:\n
03:22:02     T#1 extends Object declared in method <T#1>with(List<? extends T#1>)\n
03:22:02     T#2 extends Object declared in method <T#2>with(Collection<T#2>)\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	long[] other = longs.clone();\n
03:22:02 	               ^^^^^^^^^^^^^\n
03:22:02 Type mismatch: cannot convert from Object to long[]\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	long[] other = longs.clone();\n
03:22:02 	               ^^^^^^^^^^^^^\n
03:22:02 Type mismatch: cannot convert from Object to long[]\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 356)\n
03:22:02 	if (rs != null)\n
03:22:02 	    ^^\n
03:22:02 Redundant null check: The variable rs cannot be null at this location\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 356)\n
03:22:02 	if (rs != null)\n
03:22:02 	    ^^\n
03:22:02 Redundant null check: The variable rs cannot be null at this location\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: error: variable i might be assigned in loop\n
03:22:02         i = 0;\n
03:22:02         ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:8: error: variable i might be assigned in loop\n
03:22:02         i = 0;\n
03:22:02         ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	return foo && (foo = foo);\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The assignment to variable foo has no effect\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	return foo && (foo = foo);\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The assignment to variable foo has no effect\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	if ((i = 3) != i) {\n
03:22:02 	    ^^^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	if ((i = 3) != i) {\n
03:22:02 	    ^^^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	if ((s = "") != s) {\n
03:22:02 	    ^^^^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	if ((s = "") != s) {\n
03:22:02 	    ^^^^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	System.out.println(0b1110000);\n
03:22:02 	                   ^^^^^^^^^\n
03:22:02 Binary literals can only be used with source level 1.7 or greater\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	System.out.println(0b1110000);\n
03:22:02 	                   ^^^^^^^^^\n
03:22:02 Binary literals can only be used with source level 1.7 or greater\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	System.out.println(-0b1110000);\n
03:22:02 	                    ^^^^^^^^^\n
03:22:02 Binary literals can only be used with source level 1.7 or greater\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	System.out.println(-0b1110000);\n
03:22:02 	                    ^^^^^^^^^\n
03:22:02 Binary literals can only be used with source level 1.7 or greater\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Thing.java (at line 5)\n
03:22:02 	Iterator.super.remove(); // not 1.7-compliant (must be an error)\n
03:22:02 	^^^^^^^^^^^^^^\n
03:22:02 Super method references to interface default methods are allowed only at source level 1.8 or above\n
03:22:02 ----------\n
03:22:02 2. ERROR in Thing.java (at line 6)\n
03:22:02 	Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n
03:22:02 	           ^^^^^^^^^^^^\n
03:22:02 References to interface static methods are allowed only at source level 1.8 or above\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Thing.java (at line 5)\n
03:22:02 	Iterator.super.remove(); // not 1.7-compliant (must be an error)\n
03:22:02 	^^^^^^^^^^^^^^\n
03:22:02 Super method references to interface default methods are allowed only at source level 1.8 or above\n
03:22:02 ----------\n
03:22:02 2. ERROR in Thing.java (at line 6)\n
03:22:02 	Comparator.naturalOrder(); // not 1.7-compliant (bad error message)\n
03:22:02 	           ^^^^^^^^^^^^\n
03:22:02 References to interface static methods are allowed only at source level 1.8 or above\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n
03:22:02 		c.add(b ? new Integer(1)\n
03:22:02 		          ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:6: warning: [deprecation] Integer(int) in Integer has been deprecated\n
03:22:02 		c.add(b ? new Integer(1)\n
03:22:02 		          ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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
03:22:02   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
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types I and J\n
03:22:02 	Object p = (I & J) () -> {};\n
03:22:02 	           ^\n
03:22:02   where INT#1 is an intersection type:\n
03:22:02     INT#1 extends Object,I,J\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:10: error: class INT#1 inherits unrelated defaults for doitalso() from types I and J\n
03:22:02 	Object p = (I & J) () -> {};\n
03:22:02 	           ^\n
03:22:02   where INT#1 is an intersection type:\n
03:22:02     INT#1 extends Object,I,J\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	@A(name = "name", //$NON-NLS-1$\n
03:22:02 	                  ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 4)\n
03:22:02 	value = "Test") //$NON-NLS-1$\n
03:22:02 	                ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 6)\n
03:22:02 	@X2("") //$NON-NLS-1$\n
03:22:02 	        ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	@A(name = "name", //$NON-NLS-1$\n
03:22:02 	                  ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 4)\n
03:22:02 	value = "Test") //$NON-NLS-1$\n
03:22:02 	                ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 6)\n
03:22:02 	@X2("") //$NON-NLS-1$\n
03:22:02 	        ^^^^^^^^^^^^^\n
03:22:02 Unnecessary $NON-NLS$ tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type A\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type A\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type SuperSuper\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type SuperSuper\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type Interface\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p2\B.java (at line 4)\n
03:22:02 	protected int field;\n
03:22:02 	              ^^^^^\n
03:22:02 The field B.field is hiding a field from type Interface\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	for (final int i; 0 < (i = 1); i = i + 1) {\n
03:22:02 	                               ^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:3: error: variable i might be assigned in loop\n
03:22:02     for (final int i; 0 < (i = 1); i = i + 1) {\n
03:22:02                            ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	for (final int i; 0 < (i = 1); i = i + 1) {\n
03:22:02 	                               ^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:3: error: variable i might be assigned in loop\n
03:22:02     for (final int i; 0 < (i = 1); i = i + 1) {\n
03:22:02                            ^\n
03:22:02 1 error]\n
03:22:02 >
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 5)\n
03:22:02 	i++) {//dead code\n
03:22:02 	^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	break;\n
03:22:02 	^^^^^^\n
03:22:02 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 5)\n
03:22:02 	i++) {//dead code\n
03:22:02 	^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	break;\n
03:22:02 	^^^^^^\n
03:22:02 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new IllegalArgumentException("You must not bar!");\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new IllegalArgumentException("You must not bar!");\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new String("You must not bar!");\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new String("You must not bar!");\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new Object() {};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new Object() {};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 The allocated object is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	Object first = true ? null : "";        \n
03:22:02 	                             ^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	Object first = true ? null : "";        \n
03:22:02 	                             ^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 9)\n
03:22:02 	throw new IOException();\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	throw new IOException();\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 9)\n
03:22:02 	throw new IOException();\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Statement unnecessarily nested within else clause. The corresponding then clause does not complete normally\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	throw new IOException();\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	FileReader fileReader = new FileReader(file); // not closed\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Resource leak: 'fileReader' is never closed\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	FileReader fileReader = new FileReader(file); // not closed\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Resource leak: 'fileReader' is never closed\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   GenericTypeSignatureTest>TestCase.runTest:957->test001:324
03:22:02   GenericTypeSignatureTest>TestCase.runTest:957->test002:494
03:22:02   GenericTypeSignatureTest>TestCase.runTest:957->test003:589
03:22:02   GenericTypeSignatureTest>TestCase.runTest:957->test004:635
03:22:02   GenericTypeSignatureTest>TestCase.runTest:957->test005:687
03:22:02   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
03:22:02   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
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
03:22:02 package java.nio.channels.spi;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
03:22:02 package java.nio.channels.spi;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
03:22:02 package java.nio.channels.spi;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[java/nio/channels/spi/AbstractSelectableChannel.java:1: error: package exists in another module: java.base\n
03:22:02 package java.nio.channels.spi;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 error: Source option 1.4 is no longer supported. Use 6 or later.\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[error: Source option 1.4 is no longer supported. Use 6 or later.\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: error: unexpected type\n
03:22:02 	  (b ? x1 : x2).new Inner();\n
03:22:02 	                    ^\n
03:22:02   required: class,package\n
03:22:02   found:    value\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:8: error: unexpected type\n
03:22:02 	  (b ? x1 : x2).new Inner();\n
03:22:02 	                    ^\n
03:22:02   required: class,package\n
03:22:02   found:    value\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n
03:22:02         X<? extends Long,? extends S> x;\n
03:22:02                          ^\n
03:22:02   where S,T are type-variables:\n
03:22:02     S extends T declared in class X\n
03:22:02     T extends Number declared in class X\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:2: error: type argument ? extends S is not within bounds of type-variable S\n
03:22:02         X<? extends Long,? extends S> x;\n
03:22:02                          ^\n
03:22:02   where S,T are type-variables:\n
03:22:02     S extends T declared in class X\n
03:22:02     T extends Number declared in class X\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 java/lang/Class.java:1: error: package exists in another module: java.base\n
03:22:02 package java.lang;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[java/lang/Class.java:1: error: package exists in another module: java.base\n
03:22:02 package java.lang;\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		this.t.baz();\n
03:22:02 		    ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		this.t.baz();\n
03:22:02 		    ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:5: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		xt.get().baz();\n
03:22:02 		      ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:5: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		xt.get().baz();\n
03:22:02 		      ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
03:22:02 		System.out.println(this.t.baz);\n
03:22:02 		                         ^\n
03:22:02 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		System.out.println(this.t.baz);\n
03:22:02 		                       ^\n
03:22:02 1 error\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
03:22:02 		System.out.println(this.t.baz);\n
03:22:02 		                         ^\n
03:22:02 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		System.out.println(this.t.baz);\n
03:22:02 		                       ^\n
03:22:02 1 error\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
03:22:02 		System.out.println(t.baz);\n
03:22:02 		                    ^\n
03:22:02 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		System.out.println(t.baz);\n
03:22:02 		                   ^\n
03:22:02 1 error\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: warning: [static] static variable should be qualified by type name, IA, instead of by an expression\n
03:22:02 		System.out.println(t.baz);\n
03:22:02 		                    ^\n
03:22:02 X.java:4: error: IA is not public in p; cannot be accessed from outside package\n
03:22:02 		System.out.println(t.baz);\n
03:22:02 		                   ^\n
03:22:02 1 error\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 			foo(l, iae);\n
03:22:02 			   ^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
03:22:02     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			foo(l, iae);\n
03:22:02 			    ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
03:22:02     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
03:22:02 3 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List, IllegalArgumentException) of the generic method foo(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	foo(l, iae);\n
03:22:02 	    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 			foo(l, iae);\n
03:22:02 			   ^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
03:22:02     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			foo(l, iae);\n
03:22:02 			    ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in method <U,T>foo(List<U>,T)\n
03:22:02     T extends Throwable declared in method <U,T>foo(List<U>,T)\n
03:22:02 3 warnings]\n
03:22:02 >
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 			new X(l, iae);\n
03:22:02 			^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			new X(l, iae);\n
03:22:02 			      ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 3 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae);\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 			new X(l, iae);\n
03:22:02 			^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			new X(l, iae);\n
03:22:02 			      ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 3 warnings]\n
03:22:02 >
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
03:22:02 			new X(l, iae){};\n
03:22:02 			^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			new X(l, iae){};\n
03:22:02 			      ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 3 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List, IllegalArgumentException) of the generic constructor X(List<U>, T) of type X\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 8)\n
03:22:02 	new X(l, iae){};\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<List<?>>\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:6: warning: [rawtypes] found raw type: List\n
03:22:02 	void bar(List l, IllegalArgumentException iae) {\n
03:22:02 	         ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:8: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
03:22:02 			new X(l, iae){};\n
03:22:02 			^\n
03:22:02   required: List<U>,T\n
03:22:02   found: List,IllegalArgumentException\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 X.java:8: warning: [unchecked] unchecked conversion\n
03:22:02 			new X(l, iae){};\n
03:22:02 			      ^\n
03:22:02   required: List<U>\n
03:22:02   found:    List\n
03:22:02   where U,T are type-variables:\n
03:22:02     U extends List<?> declared in constructor <U,T>X(List<U>,T)\n
03:22:02     T extends Throwable declared in constructor <U,T>X(List<U>,T)\n
03:22:02 3 warnings]\n
03:22:02 >
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	static void bar(List l) {\n
03:22:02 	                ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 6. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
03:22:02 ----------\n
03:22:02 7. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	             ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
03:22:02 ----------\n
03:22:02 8. WARNING in X.java (at line 11)\n
03:22:02 	static void baz(List l) throws IOException {\n
03:22:02 	                ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 9. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 10. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 11. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	                    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 12. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	                                          ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 13. WARNING in X.java (at line 15)\n
03:22:02 	X(List l, long l2) throws IOException {\n
03:22:02 	  ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 14. WARNING in X.java (at line 16)\n
03:22:02 	<IOException> this(l);\n
03:22:02 	              ^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 15. WARNING in X.java (at line 16)\n
03:22:02 	<IOException> this(l);\n
03:22:02 	                   ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 16. WARNING in X.java (at line 19)\n
03:22:02 	static void baz2(List l) throws IOException {\n
03:22:02 	                 ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 17. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 18. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 19. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	                    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 20. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	                                            ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [rawtypes] found raw type: List\n
03:22:02 	static void bar(List l) {\n
03:22:02 	                ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:9: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked conversion\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		      ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		            ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked conversion\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		             ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:11: warning: [rawtypes] found raw type: List\n
03:22:02 	static void baz(List l) throws IOException {\n
03:22:02 	                ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                    ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                                         ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                                          ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:15: warning: [rawtypes] found raw type: List\n
03:22:02 	X(List l, long l2) throws IOException {\n
03:22:02 	  ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:16: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		<IOException> this(l);\n
03:22:02 		                  ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:16: warning: [unchecked] unchecked conversion\n
03:22:02 		<IOException> this(l);\n
03:22:02 		                   ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:19: warning: [rawtypes] found raw type: List\n
03:22:02 	static void baz2(List l) throws IOException {\n
03:22:02 	                 ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:20: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                    ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                                           ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                                            ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 18 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	static void bar(List l) {\n
03:22:02 	                ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^\n
03:22:02 Unhandled exception type Throwable\n
03:22:02 ----------\n
03:22:02 6. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	      ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
03:22:02 ----------\n
03:22:02 7. WARNING in X.java (at line 9)\n
03:22:02 	new X(l).foo(l);\n
03:22:02 	             ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<RuntimeException>\n
03:22:02 ----------\n
03:22:02 8. WARNING in X.java (at line 11)\n
03:22:02 	static void baz(List l) throws IOException {\n
03:22:02 	                ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 9. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 10. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 11. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	                    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 12. WARNING in X.java (at line 12)\n
03:22:02 	new <IOException> X(l). <IOException> foo(l);\n
03:22:02 	                                          ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 13. WARNING in X.java (at line 15)\n
03:22:02 	X(List l, long l2) throws IOException {\n
03:22:02 	  ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 14. WARNING in X.java (at line 16)\n
03:22:02 	<IOException> this(l);\n
03:22:02 	              ^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 15. WARNING in X.java (at line 16)\n
03:22:02 	<IOException> this(l);\n
03:22:02 	                   ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 16. WARNING in X.java (at line 19)\n
03:22:02 	static void baz2(List l) throws IOException {\n
03:22:02 	                 ^^^^\n
03:22:02 List is a raw type. References to generic type List<E> should be parameterized\n
03:22:02 ----------\n
03:22:02 17. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation X(List) of the generic constructor X(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 18. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type safety: Unchecked invocation foo(List) of the generic method foo(List<T>) of type X\n
03:22:02 ----------\n
03:22:02 19. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	                    ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------\n
03:22:02 20. WARNING in X.java (at line 20)\n
03:22:02 	new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 	                                            ^\n
03:22:02 Type safety: The expression of type List needs unchecked conversion to conform to List<IOException>\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [rawtypes] found raw type: List\n
03:22:02 	static void bar(List l) {\n
03:22:02 	                ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:9: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked conversion\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		      ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		            ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:9: warning: [unchecked] unchecked conversion\n
03:22:02 		new X(l).foo(l);\n
03:22:02 		             ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:11: warning: [rawtypes] found raw type: List\n
03:22:02 	static void baz(List l) throws IOException {\n
03:22:02 	                ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                    ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                                         ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l). <IOException> foo(l);\n
03:22:02 		                                          ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:15: warning: [rawtypes] found raw type: List\n
03:22:02 	X(List l, long l2) throws IOException {\n
03:22:02 	  ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:16: warning: [unchecked] unchecked method invocation: constructor <init> in class X is applied to given types\n
03:22:02 		<IOException> this(l);\n
03:22:02 		                  ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:16: warning: [unchecked] unchecked conversion\n
03:22:02 		<IOException> this(l);\n
03:22:02 		                   ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:19: warning: [rawtypes] found raw type: List\n
03:22:02 	static void baz2(List l) throws IOException {\n
03:22:02 	                 ^\n
03:22:02   missing type arguments for generic class List<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in interface List\n
03:22:02 X.java:20: warning: [unchecked] unchecked method invocation: constructor <init> in class <anonymous X$1> is applied to given types\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                    ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in constructor <T>X(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked method invocation: method foo in class X is applied to given types\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                                           ^\n
03:22:02   required: List<T>\n
03:22:02   found: List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 X.java:20: warning: [unchecked] unchecked conversion\n
03:22:02 		new <IOException> X(l){}. <IOException> foo(l);\n
03:22:02 		                                            ^\n
03:22:02   required: List<T>\n
03:22:02   found:    List\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Throwable declared in method <T>foo(List<T>)\n
03:22:02 18 warnings]\n
03:22:02 >
03:22:02   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
03:22:02   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
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
03:22:02 	                                                           ^^^\n
03:22:02 Type safety: Potential heap pollution via varargs parameter arg\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate<? super T>\n
03:22:02     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
03:22:02                                                                ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>and(Predicate<? super T>...)\n
03:22:02 X.java:8: error: no suitable method found for and(Predicate<CAP#1>,Predicate<CAP#2>)\n
03:22:02         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile\n
03:22:02                                               ^\n
03:22:02     method X.<T#1>and(Predicate<? super T#1>...) is not applicable\n
03:22:02       (inference variable T#1 has incompatible upper bounds CAP#3,CAP#1,Object)\n
03:22:02     method X.<T#2>and(Predicate<? super T#2>,Predicate<? super T#2>) is not applicable\n
03:22:02       (inference variable T#2 has incompatible upper bounds CAP#3,CAP#1,Object)\n
03:22:02   where E,T#1,T#2 are type-variables:\n
03:22:02     E extends Object declared in class FilteredCollection\n
03:22:02     T#1 extends Object declared in method <T#1>and(Predicate<? super T#1>...)\n
03:22:02     T#2 extends Object declared in method <T#2>and(Predicate<? super T#2>,Predicate<? super T#2>)\n
03:22:02   where CAP#1,CAP#2,CAP#3 are fresh type-variables:\n
03:22:02     CAP#1 extends Object super: E from capture of ? super E\n
03:22:02     CAP#2 extends Object from capture of ?\n
03:22:02     CAP#3 extends Object from capture of ?\n
03:22:02 1 error\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
03:22:02 	                                                           ^^^\n
03:22:02 Type safety: Potential heap pollution via varargs parameter arg\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:4: warning: [unchecked] Possible heap pollution from parameterized vararg type Predicate<? super T>\n
03:22:02     public static <T> Predicate<T> and(Predicate<? super T>... arg) { return null; }\n
03:22:02                                                                ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>and(Predicate<? super T>...)\n
03:22:02 X.java:8: error: no suitable method found for and(Predicate<CAP#1>,Predicate<CAP#2>)\n
03:22:02         public void error(Predicate<?> arg) { and(predicate, in(arg)); } // no compile\n
03:22:02                                               ^\n
03:22:02     method X.<T#1>and(Predicate<? super T#1>...) is not applicable\n
03:22:02       (inference variable T#1 has incompatible upper bounds CAP#3,CAP#1,Object)\n
03:22:02     method X.<T#2>and(Predicate<? super T#2>,Predicate<? super T#2>) is not applicable\n
03:22:02       (inference variable T#2 has incompatible upper bounds CAP#3,CAP#1,Object)\n
03:22:02   where E,T#1,T#2 are type-variables:\n
03:22:02     E extends Object declared in class FilteredCollection\n
03:22:02     T#1 extends Object declared in method <T#1>and(Predicate<? super T#1>...)\n
03:22:02     T#2 extends Object declared in method <T#2>and(Predicate<? super T#2>,Predicate<? super T#2>)\n
03:22:02   where CAP#1,CAP#2,CAP#3 are fresh type-variables:\n
03:22:02     CAP#1 extends Object super: E from capture of ? super E\n
03:22:02     CAP#2 extends Object from capture of ?\n
03:22:02     CAP#3 extends Object from capture of ?\n
03:22:02 1 error\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	import java.util.ArrayList;\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^\n
03:22:02 The import java.util.ArrayList is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	import java.util.ArrayList;\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^\n
03:22:02 The import java.util.ArrayList is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X<String> x2 = new X<String>("SUCCESS");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 7)\n
03:22:02 	X<Integer> x3 = new X<Integer>(1);\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 8)\n
03:22:02 	X<AX> x4 = new X<AX>(new AX());\n
03:22:02 	               ^\n
03:22:02 Redundant specification of type arguments <AX>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 9)\n
03:22:02 	X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
03:22:02 	                         ^\n
03:22:02 Redundant specification of type arguments <AX<String>>\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 10)\n
03:22:02 	X<?> x6 = new X<AX<String>>(new AX<String>());\n
03:22:02 	              ^\n
03:22:02 Redundant specification of type arguments <AX<String>>\n
03:22:02 ----------\n
03:22:02 7. ERROR in X.java (at line 11)\n
03:22:02 	X<Class<? extends Object>> x7 = new X<Class<? extends Object>>();\n
03:22:02 	                                    ^\n
03:22:02 Redundant specification of type arguments <Class<? extends Object>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02           ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02                          ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02                                  ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:9: warning: [rawtypes] found raw type: AX\n
03:22:02 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
03:22:02 		             ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 4 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X<String> x2 = new X<String>("SUCCESS");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 7)\n
03:22:02 	X<Integer> x3 = new X<Integer>(1);\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 8)\n
03:22:02 	X<AX> x4 = new X<AX>(new AX());\n
03:22:02 	               ^\n
03:22:02 Redundant specification of type arguments <AX>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 9)\n
03:22:02 	X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
03:22:02 	                         ^\n
03:22:02 Redundant specification of type arguments <AX<String>>\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 10)\n
03:22:02 	X<?> x6 = new X<AX<String>>(new AX<String>());\n
03:22:02 	              ^\n
03:22:02 Redundant specification of type arguments <AX<String>>\n
03:22:02 ----------\n
03:22:02 7. ERROR in X.java (at line 11)\n
03:22:02 	X<Class<? extends Object>> x7 = new X<Class<? extends Object>>();\n
03:22:02 	                                    ^\n
03:22:02 Redundant specification of type arguments <Class<? extends Object>>\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02           ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02                          ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:8: warning: [rawtypes] found raw type: AX\n
03:22:02         X<AX> x4 = new X<AX>(new AX());\n
03:22:02                                  ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 X.java:9: warning: [rawtypes] found raw type: AX\n
03:22:02 		 X<? extends AX> x5 = new X<AX<String>>(new AX<String>());\n
03:22:02 		             ^\n
03:22:02   missing type arguments for generic class AX<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in class AX\n
03:22:02 4 warnings]\n
03:22:02 >
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	X<String> x2 = new X<String>("SUCCESS");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 9)\n
03:22:02 	X<String> x22 = new X<String>(1,"SUCCESS");\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 10)\n
03:22:02 	X<Integer> x3 = new X<Integer>(1);\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 11)\n
03:22:02 	String s = foo(new X<String>("aaa"));\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	X<String> x2 = new X<String>("SUCCESS");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 9)\n
03:22:02 	X<String> x22 = new X<String>(1,"SUCCESS");\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 10)\n
03:22:02 	X<Integer> x3 = new X<Integer>(1);\n
03:22:02 	                    ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 11)\n
03:22:02 	String s = foo(new X<String>("aaa"));\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	X<Integer> x = new X<Integer>("","");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	return new X<Integer>("","");\n
03:22:02 	           ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	X<Integer> x = new X<Integer>("","");\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	return new X<Integer>("","");\n
03:22:02 	           ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X<Number> x = new X<Number>(1);\n
03:22:02 	                  ^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Z.java (at line 3)\n
03:22:02 	foo(new Z<ZB>());\n
03:22:02 	        ^\n
03:22:02 Redundant specification of type arguments <ZB>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Z.java (at line 3)\n
03:22:02 	foo(new Z<ZB>());\n
03:22:02 	        ^\n
03:22:02 Redundant specification of type arguments <ZB>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Y.java (at line 3)\n
03:22:02 	return new Y<W>();\n
03:22:02 	           ^\n
03:22:02 Redundant specification of type arguments <W>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Y.java (at line 3)\n
03:22:02 	return new Y<W>();\n
03:22:02 	           ^\n
03:22:02 Redundant specification of type arguments <W>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	X<String>.Inner<Integer> a= new X<String>().new Inner<Integer>();\n
03:22:02 	                                                ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	Inner<Integer> b= new X<A>().new Inner<Integer>();\n
03:22:02 	                                 ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 9)\n
03:22:02 	Inner<Integer> c= new Inner<Integer>();\n
03:22:02 	                      ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 10)\n
03:22:02 	X<A>.Inner<Integer> e= new X<A>().new Inner<Integer>();\n
03:22:02 	                                      ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 11)\n
03:22:02 	X<A>.Inner<Integer> f= new Inner<Integer>();\n
03:22:02 	                           ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 12)\n
03:22:02 	X.Inner2<Integer> d3 = new X.Inner2<Integer>();\n
03:22:02 	                             ^^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	X<String>.Inner<Integer> a= new X<String>().new Inner<Integer>();\n
03:22:02 	                                                ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 8)\n
03:22:02 	Inner<Integer> b= new X<A>().new Inner<Integer>();\n
03:22:02 	                                 ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 9)\n
03:22:02 	Inner<Integer> c= new Inner<Integer>();\n
03:22:02 	                      ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 10)\n
03:22:02 	X<A>.Inner<Integer> e= new X<A>().new Inner<Integer>();\n
03:22:02 	                                      ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 11)\n
03:22:02 	X<A>.Inner<Integer> f= new Inner<Integer>();\n
03:22:02 	                           ^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 12)\n
03:22:02 	X.Inner2<Integer> d3 = new X.Inner2<Integer>();\n
03:22:02 	                             ^^^^^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X1<Integer> x1 = new X.X1<Integer>(1);\n
03:22:02 	                       ^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X1<Number> x2 = new X.X1<Number>(1);\n
03:22:02 	                      ^^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	X1<Integer> x1 = new X.X1<Integer>(1);\n
03:22:02 	                       ^^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X1<Number> x2 = new X.X1<Number>(1);\n
03:22:02 	                      ^^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
03:22:02 	                               ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
03:22:02 	                                                 ^^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
03:22:02 	                               ^\n
03:22:02 Redundant specification of type arguments <Integer>\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	X<Integer>.X1<Number> x1 = new X<Integer>(1).new X1<Number>(1);\n
03:22:02 	                                                 ^^\n
03:22:02 Redundant specification of type arguments <Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	Pair<Double, Integer> p = new InvertedPair<Integer, Double>();\n
03:22:02 	                              ^^^^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <Integer, Double>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	Pair<Double, Integer> p = new InvertedPair<Integer, Double>();\n
03:22:02 	                              ^^^^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <Integer, Double>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	: new ArrayList<Object>();\n
03:22:02 	      ^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <Object>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 7)\n
03:22:02 	: new ArrayList<Object>();\n
03:22:02 	      ^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <Object>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	new ArrayList<>();\n
03:22:02 	    ^^^^^^^^^\n
03:22:02 '<>' operator is not allowed for source level below 1.7\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	new ArrayList<>();\n
03:22:02 	    ^^^^^^^^^\n
03:22:02 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 6)\n
03:22:02 	new ArrayList<>();\n
03:22:02 	    ^^^^^^^^^\n
03:22:02 '<>' operator is not allowed for source level below 1.7\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 6)\n
03:22:02 	new ArrayList<>();\n
03:22:02 	    ^^^^^^^^^\n
03:22:02 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new java.util.ArrayList<>();\n
03:22:02 	    ^^^^^^^^^^^^^^^^^^^\n
03:22:02 '<>' operator is not allowed for source level below 1.7\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 4)\n
03:22:02 	new java.util.ArrayList<>();\n
03:22:02 	    ^^^^^^^^^^^^^^^^^^^\n
03:22:02 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	new java.util.ArrayList<>();\n
03:22:02 	    ^^^^^^^^^^^^^^^^^^^\n
03:22:02 '<>' operator is not allowed for source level below 1.7\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 4)\n
03:22:02 	new java.util.ArrayList<>();\n
03:22:02 	    ^^^^^^^^^^^^^^^^^^^\n
03:22:02 Incorrect number of arguments for type ArrayList<E>; it cannot be parameterized with arguments <>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 34)\n
03:22:02 	return inspect(new W<C>(c, o)); // - WARNING: Redundant specification of type arguments <F.C> F.java\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <X.C>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 34)\n
03:22:02 	return inspect(new W<C>(c, o)); // - WARNING: Redundant specification of type arguments <F.C> F.java\n
03:22:02 	                   ^\n
03:22:02 Redundant specification of type arguments <X.C>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n
03:22:02         foo(goo(ArrayList<String>::new));\n
03:22:02                ^\n
03:22:02     upper bounds: String,Collection<?>\n
03:22:02     lower bounds: ArrayList<String>\n
03:22:02   where Q is a type-variable:\n
03:22:02     Q extends Collection<?> declared in method <Q>goo(Functional<Q>)\n
03:22:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:17: error: incompatible types: inference variable Q has incompatible bounds\n
03:22:02         foo(goo(ArrayList<String>::new));\n
03:22:02                ^\n
03:22:02     upper bounds: String,Collection<?>\n
03:22:02     lower bounds: ArrayList<String>\n
03:22:02   where Q is a type-variable:\n
03:22:02     Q extends Collection<?> declared in method <Q>goo(Functional<Q>)\n
03:22:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in C.java (at line 3)\n
03:22:02 	Comparator<String> comparator = new Comparator<String>() { //\n
03:22:02 	                                    ^^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in C.java (at line 3)\n
03:22:02 	Comparator<String> comparator = new Comparator<String>() { //\n
03:22:02 	                                    ^^^^^^^^^^\n
03:22:02 Redundant specification of type arguments <String>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: error: incompatible types: cannot infer type-variable(s) T\n
03:22:02 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);\n
03:22:02 		                                       ^\n
03:22:02     (argument mismatch; Class<AtomicReference> cannot be converted to Class<? extends AtomicReference<?>>)\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>returnNull(Class<? extends T>)\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:10: error: incompatible types: cannot infer type-variable(s) T\n
03:22:02 		List<AtomicReference<?>> l = returnNull(AtomicReference.class);\n
03:22:02 		                                       ^\n
03:22:02     (argument mismatch; Class<AtomicReference> cannot be converted to Class<? extends AtomicReference<?>>)\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>returnNull(Class<? extends T>)\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: error: I is abstract; cannot be instantiated\n
03:22:02 		Y<String> y = new Y<>("Done", new I<>() {\n
03:22:02 		                              ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:10: error: I is abstract; cannot be instantiated\n
03:22:02 		Y<String> y = new Y<>("Done", new I<>() {\n
03:22:02 		                              ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 11)\n
03:22:02 	I<X> i = new I<X>() {\n
03:22:02 	             ^\n
03:22:02 Redundant specification of type arguments <X>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 11)\n
03:22:02 	I<X> i = new I<X>() {\n
03:22:02 	             ^\n
03:22:02 Redundant specification of type arguments <X>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in a\Y.java (at line 2)\n
03:22:02 	import static a.b.X.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import a.b.X.Inner is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in a\Y.java (at line 2)\n
03:22:02 	import static a.b.X.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import a.b.X.Inner is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in Y.java (at line 3)\n
03:22:02 	<X> void foo() {\n
03:22:02 	 ^\n
03:22:02 The type parameter X is hiding the type Y.X\n
03:22:02 ----------\n
03:22:02 2. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
03:22:02 ----------\n
03:22:02 3. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in Y.java (at line 3)\n
03:22:02 	<X> void foo() {\n
03:22:02 	 ^\n
03:22:02 The type parameter X is hiding the type Y.X\n
03:22:02 ----------\n
03:22:02 2. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The nested type X is hiding the type parameter X of the generic method foo() of type Y\n
03:22:02 ----------\n
03:22:02 3. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is hiding the type Y.X\n
03:22:02 ----------\n
03:22:02 2. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is hiding the type Y.X\n
03:22:02 ----------\n
03:22:02 2. WARNING in Y.java (at line 4)\n
03:22:02 	class X {}\n
03:22:02 	      ^\n
03:22:02 The type X is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p1\GreenBox.java (at line 2)\n
03:22:02 	import static p1.BrownBox.*;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p1.BrownBox is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	Object a = new Y$1Local();        // compile-time error \n
03:22:02 	               ^^^^^^^^\n
03:22:02 The nested type Y$1Local cannot be referenced using its binary name\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n
03:22:02 		Object a = new Y$1Local();        // compile-time error \n
03:22:02 		               ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	Object a = new Y$1Local();        // compile-time error \n
03:22:02 	               ^^^^^^^^\n
03:22:02 The nested type Y$1Local cannot be referenced using its binary name\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:3: warning: auxiliary class Local in Y.java should not be accessed from outside its own source file\n
03:22:02 		Object a = new Y$1Local();        // compile-time error \n
03:22:02 		               ^\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	a(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	c(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 14)\n
03:22:02 	a(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 15)\n
03:22:02 	c(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: error: method a in class X cannot be applied to given types;\n
03:22:02 			a(null);\n
03:22:02 			^\n
03:22:02   required: no arguments\n
03:22:02   found: <null>\n
03:22:02   reason: actual and formal argument lists differ in length\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	a(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	c(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 14)\n
03:22:02 	a(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method a(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 15)\n
03:22:02 	c(null);\n
03:22:02 	^^^^^^^\n
03:22:02 Access to enclosing method c(String) from the type X is emulated by a synthetic accessor method\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: error: method a in class X cannot be applied to given types;\n
03:22:02 			a(null);\n
03:22:02 			^\n
03:22:02   required: no arguments\n
03:22:02   found: <null>\n
03:22:02   reason: actual and formal argument lists differ in length\n
03:22:02 1 error]\n
03:22:02 >
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n
03:22:02 		Y<? extends I> y = new Y<>();\n
03:22:02 		  ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Integer declared in class Y\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:3: error: type argument ? extends I is not within bounds of type-variable T\n
03:22:02 		Y<? extends I> y = new Y<>();\n
03:22:02 		  ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Integer declared in class Y\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n
03:22:02 	public static void foo(Y<? extends I> y) {\n
03:22:02 	                         ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Integer declared in class Y\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:2: error: type argument ? extends I is not within bounds of type-variable T\n
03:22:02 	public static void foo(Y<? extends I> y) {\n
03:22:02 	                         ^\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Integer declared in class Y\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 70)\n
03:22:02 	String bar31\n
03:22:02 	       ^^^^^\n
03:22:02 Javadoc: Missing tag for parameter bar31\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 70)\n
03:22:02 	String bar31\n
03:22:02 	       ^^^^^\n
03:22:02 Javadoc: Missing tag for parameter bar31\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\r\n
03:22:02 	* 			{@link expected_error}\r\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\r\n
03:22:02 	* 			{@link expected_error}\r\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\r\n
03:22:02 	* 			{@link expected_error}\r\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\r\n
03:22:02 	* 			{@link expected_error}\r\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@link raw text:\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@link raw text:\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: raw cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in pkg\X.java (at line 6)\n
03:22:02 	* 			{@link BadLink} is just text}\n
03:22:02 	  			       ^^^^^^^\n
03:22:02 Javadoc: BadLink cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* 			{@link expected_error}\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@link raw text:\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@link raw text:\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: raw cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in pkg\X.java (at line 6)\n
03:22:02 	* 			{@link BadLink} is just text}\n
03:22:02 	  			       ^^^^^^^\n
03:22:02 Javadoc: BadLink cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* 			{@link expected_error}\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* 			{@link expected_error}\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* 			{@link expected_error}\n
03:22:02 	  			       ^^^^^^^^^^^^^^\n
03:22:02 Javadoc: expected_error cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{{{{{{@link BadLink}}} is just text}\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{{{{{{@link BadLink}}} is just text}\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{@link BadLink}\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{@link BadLink}\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\r\n
03:22:02 	* This is {@code raw text:\r\n
03:22:02 	          ^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@literal raw text:\n
03:22:02 	 * 			{@link BadLink}\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@literal raw text:\n
03:22:02 	 * 			{@link BadLink}\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{@link BadLink}\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* This is {@code raw text:\n
03:22:02 	 * 			{@link BadLink}\n
03:22:02 	          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Missing closing brace for inline tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* {@link "http://www.eclipse.org/}\n
03:22:02 	         ^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 2. ERROR in pkg\X.java (at line 6)\n
03:22:02 	* @see "http://www.eclipse.org/\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 5)\n
03:22:02 	* {@link "http://www.eclipse.org/}\n
03:22:02 	         ^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 2. ERROR in pkg\X.java (at line 6)\n
03:22:02 	* @see "http://www.eclipse.org/\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid URL reference. Double quote the reference or use the href syntax\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	* Test the {@code} missing description\n
03:22:02 	             ^^^^\n
03:22:02 Javadoc: Description expected after @code\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 3)\n
03:22:02 	* Test the {@code\n
03:22:02 	             ^^^^\n
03:22:02 Javadoc: Description expected after @code\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	* Test the {@code} missing description\n
03:22:02 	             ^^^^\n
03:22:02 Javadoc: Description expected after @code\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 3)\n
03:22:02 	* Test the {@code\n
03:22:02 	             ^^^^\n
03:22:02 Javadoc: Description expected after @code\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in test\a\X.java (at line 10)\n
03:22:02 	* {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n
03:22:02 	             ^^^\n
03:22:02 Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n
03:22:02 ----------\n
03:22:02 2. ERROR in test\a\X.java (at line 11)\n
03:22:02 	* {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n
03:22:02 	                 ^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: no_test[] cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in test\a\X.java (at line 12)\n
03:22:02 	* {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 4. ERROR in test\a\X.java (at line 13)\n
03:22:02 	* {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n
03:22:02 	                        ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in test\a\X.java (at line 10)\n
03:22:02 	* {@link X.Y#foo(test.a.X.Y.Z)} KO for javadoc tool\n
03:22:02 	             ^^^\n
03:22:02 Javadoc: The method foo(X.Y.Z[]) in the type X.Y is not applicable for the arguments (X.Y.Z)\n
03:22:02 ----------\n
03:22:02 2. ERROR in test\a\X.java (at line 11)\n
03:22:02 	* {@link X.Y#foo(no_test.a.X.Y.Z[])} KO for javadoc tool\n
03:22:02 	                 ^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: no_test[] cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in test\a\X.java (at line 12)\n
03:22:02 	* {@link X.Y#foo(Y.Z[])} KO for javadoc tool\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 4. ERROR in test\a\X.java (at line 13)\n
03:22:02 	* {@link test.a.X.Y#foo(Y.Z[])} KO for javadoc tool\n
03:22:02 	                        ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in test\b\X.java (at line 10)\n
03:22:02 	* {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n
03:22:02 	             ^^^\n
03:22:02 Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n
03:22:02 ----------\n
03:22:02 2. ERROR in test\b\X.java (at line 11)\n
03:22:02 	* {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n
03:22:02 	                 ^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: no_test cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in test\b\X.java (at line 12)\n
03:22:02 	* {@link X.Y#foo(Y.Z)} KO for javadoc tool\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 4. ERROR in test\b\X.java (at line 13)\n
03:22:02 	* {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n
03:22:02 	                        ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in test\b\X.java (at line 10)\n
03:22:02 	* {@link X.Y#foo(test.b.X.Y.Z[])} KO for javadoc tool\n
03:22:02 	             ^^^\n
03:22:02 Javadoc: The method foo(X.Y.Z) in the type X.Y is not applicable for the arguments (X.Y.Z[])\n
03:22:02 ----------\n
03:22:02 2. ERROR in test\b\X.java (at line 11)\n
03:22:02 	* {@link X.Y#foo(no_test.b.X.Y.Z)} KO for javadoc tool\n
03:22:02 	                 ^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: no_test cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in test\b\X.java (at line 12)\n
03:22:02 	* {@link X.Y#foo(Y.Z)} KO for javadoc tool\n
03:22:02 	                 ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 4. ERROR in test\b\X.java (at line 13)\n
03:22:02 	* {@link test.b.X.Y#foo(Y.Z)} KO for javadoc tool\n
03:22:02 	                        ^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	/** @see #o */\n
03:22:02 	          ^\n
03:22:02 Javadoc: o cannot be resolved or is not a field\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 4)\n
03:22:02 	/** @see #o */\n
03:22:02 	          ^\n
03:22:02 Javadoc: o cannot be resolved or is not a field\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	/** @see #o */\n
03:22:02 	          ^\n
03:22:02 Javadoc: o cannot be resolved or is not a field\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	/** @see #o */\n
03:22:02 	          ^\n
03:22:02 Javadoc: o cannot be resolved or is not a field\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 5)\n
03:22:02 	X(int i) {\n
03:22:02 	      ^\n
03:22:02 Javadoc: Missing tag for parameter i\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 5)\n
03:22:02 	X(int i) {\n
03:22:02 	      ^\n
03:22:02 Javadoc: Missing tag for parameter i\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	Y(double d) { super(0); }\n
03:22:02 	         ^\n
03:22:02 Javadoc: Missing tag for parameter d\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	Y(double d) { super(0); }\n
03:22:02 	         ^\n
03:22:02 Javadoc: Missing tag for parameter d\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	Y(List<U> lu) { super(null); }\n
03:22:02 	          ^^\n
03:22:02 Javadoc: Missing tag for parameter lu\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	Y(List<U> lu) { super(null); }\n
03:22:02 	          ^^\n
03:22:02 Javadoc: Missing tag for parameter lu\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	Y(List<U> lu) { super(lu); }\n
03:22:02 	          ^^\n
03:22:02 Javadoc: Missing tag for parameter lu\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 7)\n
03:22:02 	Y(List<U> lu) { super(lu); }\n
03:22:02 	          ^^\n
03:22:02 Javadoc: Missing tag for parameter lu\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                ^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                               ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                                             ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                                                         ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	             ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 7. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                            ^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 8. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                             ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 9. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                                            ^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 10. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                                                                               ^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 11. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	             ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 12. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                           ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 13. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                                         ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 14. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                                                             ^^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                ^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                               ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 4. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                                             ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 5. ERROR in X.java (at line 3)\n
03:22:02 	* Description {@see String} , {@return int}, {@since 1.0}, {@param i}, {@throws NullPointerException}\n
03:22:02 	                                                                         ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 6. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	             ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 7. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                            ^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 8. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                             ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 9. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                                            ^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 10. ERROR in X.java (at line 4)\n
03:22:02 	* and more {@author jay}, {@category cat}, {@deprecated}, {@exception NullPointerException}, {@version 1.1}\n
03:22:02 	                                                                                               ^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 11. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	             ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 12. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                           ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 13. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                                         ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 14. ERROR in X.java (at line 5)\n
03:22:02 	* and more {@since 1.0}, {@serial 0L}, {@serialData data}, {@serialField field}\n
03:22:02 	                                                             ^^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* @see PKG\n
03:22:02 	       ^^^\n
03:22:02 Javadoc: PKG cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pkg\X.java (at line 7)\n
03:22:02 	* @see PKG\n
03:22:02 	       ^^^\n
03:22:02 Javadoc: PKG cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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
03:22:02   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
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	* <li> {@link Entry} </li>\n
03:22:02 	              ^^^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [rawtypes] found raw type: Map\n
03:22:02 public interface X extends Map {\n
03:22:02                            ^\n
03:22:02   missing type arguments for generic class Map<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Map\n
03:22:02     V extends Object declared in interface Map\n
03:22:02 X.java:9: warning: [rawtypes] found raw type: Entry\n
03:22:02 	Entry e = null;\n
03:22:02 	^\n
03:22:02   missing type arguments for generic class Entry<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Entry\n
03:22:02     V extends Object declared in interface Entry\n
03:22:02 2 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	* <li> {@link Entry} </li>\n
03:22:02 	              ^^^^^\n
03:22:02 Javadoc: Invalid member type qualification\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [rawtypes] found raw type: Map\n
03:22:02 public interface X extends Map {\n
03:22:02                            ^\n
03:22:02   missing type arguments for generic class Map<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Map\n
03:22:02     V extends Object declared in interface Map\n
03:22:02 X.java:9: warning: [rawtypes] found raw type: Entry\n
03:22:02 	Entry e = null;\n
03:22:02 	^\n
03:22:02   missing type arguments for generic class Entry<K,V>\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in interface Entry\n
03:22:02     V extends Object declared in interface Entry\n
03:22:02 2 warnings]\n
03:22:02 >
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* {@inheritDoc}\n
03:22:02 	    ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @since {@inheritDoc}\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 4)\n
03:22:02 	* @blah {@inheritDoc}\n
03:22:02 	          ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* {@inheritDoc}\n
03:22:02 	    ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @since {@inheritDoc}\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 4)\n
03:22:02 	* @blah {@inheritDoc}\n
03:22:02 	          ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	   ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	            ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	   ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 4. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	                ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	   ^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 2. ERROR in pack\package-info.java (at line 2)\n
03:22:02 	* @return {@inheritDoc}\n
03:22:02 	            ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 3. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	   ^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 4. ERROR in pack\package-info.java (at line 3)\n
03:22:02 	* @param blah {@inheritDoc}\n
03:22:02 	                ^^^^^^^^^^\n
03:22:02 Javadoc: Unexpected tag\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in foo\bar\package-info.java (at line 2)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\package-info.java (at line 4)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\package-info.java (at line 5)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\package-info.java (at line 7)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 5. ERROR in foo\bar\package-info.java (at line 8)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 6. ERROR in foo\bar\package-info.java (at line 10)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in foo\bar\package-info.java (at line 2)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\package-info.java (at line 4)\n
03:22:02 	* @see ClassInSamePackage#SOME_FIELD\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: Invalid reference\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\package-info.java (at line 5)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\package-info.java (at line 7)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 5. ERROR in foo\bar\package-info.java (at line 8)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 6. ERROR in foo\bar\package-info.java (at line 10)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in foo\bar\NotAPackageInfo.java (at line 9)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 2. ERROR in foo\bar\NotAPackageInfo.java (at line 11)\n
03:22:02 	* @see ClassInSubPackage#foo\n
03:22:02 	       ^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInSubPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 3. ERROR in foo\bar\NotAPackageInfo.java (at line 15)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 4. ERROR in foo\bar\NotAPackageInfo.java (at line 17)\n
03:22:02 	* @see ClassInEnclosingPackage\n
03:22:02 	       ^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Javadoc: ClassInEnclosingPackage cannot be resolved to a type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A.java (at line 2)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.x is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 4)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.B.x is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in A.java (at line 5)\n
03:22:02 	private C c = new C() {\n
03:22:02 	          ^\n
03:22:02 The value of the field A.B.c is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in A.java (at line 6)\n
03:22:02 	void foo() {\n
03:22:02 	     ^^^^^\n
03:22:02 The method foo() from the type new A.C(){} is never used locally\n
03:22:02 ----------\n
03:22:02 5. WARNING in A.java (at line 7)\n
03:22:02 	x = 3;\n
03:22:02 	^\n
03:22:02 Write access to enclosing field A.B.x is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 6. WARNING in A.java (at line 12)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.C.x is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A.java (at line 2)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.x is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 4)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.B.x is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in A.java (at line 5)\n
03:22:02 	private C c = new C() {\n
03:22:02 	          ^\n
03:22:02 The value of the field A.B.c is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in A.java (at line 6)\n
03:22:02 	void foo() {\n
03:22:02 	     ^^^^^\n
03:22:02 The method foo() from the type new A.C(){} is never used locally\n
03:22:02 ----------\n
03:22:02 5. WARNING in A.java (at line 7)\n
03:22:02 	x = 3;\n
03:22:02 	^\n
03:22:02 Write access to enclosing field A.B.x is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 6. WARNING in A.java (at line 12)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.C.x is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A.java (at line 2)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.x is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 3)\n
03:22:02 	private C c = new C() {\n
03:22:02 	          ^\n
03:22:02 The value of the field A.c is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in A.java (at line 4)\n
03:22:02 	void foo() {\n
03:22:02 	     ^^^^^\n
03:22:02 The method foo() from the type new A.C(){} is never used locally\n
03:22:02 ----------\n
03:22:02 4. WARNING in A.java (at line 5)\n
03:22:02 	x = 3;\n
03:22:02 	^\n
03:22:02 Write access to enclosing field A.x is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 5. WARNING in A.java (at line 9)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.C.x is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A.java (at line 2)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.x is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 3)\n
03:22:02 	private C c = new C() {\n
03:22:02 	          ^\n
03:22:02 The value of the field A.c is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in A.java (at line 4)\n
03:22:02 	void foo() {\n
03:22:02 	     ^^^^^\n
03:22:02 The method foo() from the type new A.C(){} is never used locally\n
03:22:02 ----------\n
03:22:02 4. WARNING in A.java (at line 5)\n
03:22:02 	x = 3;\n
03:22:02 	^\n
03:22:02 Write access to enclosing field A.x is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 5. WARNING in A.java (at line 9)\n
03:22:02 	private int x;\n
03:22:02 	            ^\n
03:22:02 The value of the field A.C.x is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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
03:22:02   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
03:22:02   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
03:22:02   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
03:22:02   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
03:22:02   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
03:22:02   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
03:22:02   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
03:22:02   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
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
03:22:02 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
03:22:02                                                   ^\n
03:22:02   first method:  setValue(String) in BaseInterface\n
03:22:02   second method: setValue(Object) in Base\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[BaseImpl.java:3: error: name clash: class BaseImpl has two methods with the same erasure, yet neither overrides the other\n
03:22:02 class BaseImpl extends Base<String> { public void setValue(String object) {} }\n
03:22:02                                                   ^\n
03:22:02   first method:  setValue(String) in BaseInterface\n
03:22:02   second method: setValue(Object) in Base\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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
03:22:02   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
03:22:02   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
03:22:02   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
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 A.java:4: error: types J<CAP#1> and K<T3> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T3 is a type-variable:\n
03:22:02     T3 extends K<T3>,J<? extends I> declared in interface A\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 A.java:5: error: types K<T4> and J<CAP#1> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T4 is a type-variable:\n
03:22:02     T4 extends J<? extends I>,K<T4> declared in interface B\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 2 errors\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[A.java:4: error: types J<CAP#1> and K<T3> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface A<T3 extends K<T3> & J<? extends I>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T3 is a type-variable:\n
03:22:02     T3 extends K<T3>,J<? extends I> declared in interface A\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 A.java:5: error: types K<T4> and J<CAP#1> are incompatible; both define get(), but with unrelated return types\n
03:22:02 interface B<T4 extends J<? extends I> & K<T4>> extends J<I> {}\n
03:22:02             ^\n
03:22:02   where T4 is a type-variable:\n
03:22:02     T4 extends J<? extends I>,K<T4> declared in interface B\n
03:22:02   where CAP#1 is a fresh type-variable:\n
03:22:02     CAP#1 extends I from capture of ? extends I\n
03:22:02 2 errors\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
03:22:02 public List<V> put(final K arg0, final List<V> arg1) {\n
03:22:02                ^\n
03:22:02   first method:  put(K,List<V>) in Map\n
03:22:02   second method: put(K,V) in OverrideBug\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List<V>) in Map have the same erasure, yet neither overrides the other\n
03:22:02 public List<V> put(final K arg0, final V arg1) {\n
03:22:02                ^\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 2 errors\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[OverrideBug.java:6: error: name clash: class OverrideBug has two methods with the same erasure, yet neither overrides the other\n
03:22:02 public List<V> put(final K arg0, final List<V> arg1) {\n
03:22:02                ^\n
03:22:02   first method:  put(K,List<V>) in Map\n
03:22:02   second method: put(K,V) in OverrideBug\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 OverrideBug.java:9: error: name clash: put(K,V) in OverrideBug and put(K,List<V>) in Map have the same erasure, yet neither overrides the other\n
03:22:02 public List<V> put(final K arg0, final V arg1) {\n
03:22:02                ^\n
03:22:02   where K,V are type-variables:\n
03:22:02     K extends Object declared in class OverrideBug\n
03:22:02     V extends Object declared in class OverrideBug\n
03:22:02 2 errors\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	String[] a = A.asList(args).toArray(new String[0]);\n
03:22:02 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type mismatch: cannot convert from Object[] to String[]\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 3)\n
03:22:02 	String[] a = A.asList(args).toArray(new String[0]);\n
03:22:02 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Type mismatch: cannot convert from Object[] to String[]\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
03:22:02         Y.foo(new Properties());\n
03:22:02               ^\n
03:22:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: error: incompatible types: Properties cannot be converted to Map<String,String>\n
03:22:02         Y.foo(new Properties());\n
03:22:02               ^\n
03:22:02 Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		                            ^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                          ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                           ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: error: reference to assertEquals is ambiguous\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		    ^\n
03:22:02   both method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>) in Test and method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2) in Test match\n
03:22:02   where T#1,T#2 are type-variables:\n
03:22:02     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
03:22:02     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                 ^\n
03:22:02   required: String,Comparator<T>,List<T>,List<T>\n
03:22:02   found: String,Comparator,ArrayList,ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                          ^\n
03:22:02   required: Comparator<T>\n
03:22:02   found:    Comparator\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                      ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                       ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 1 error\n
03:22:02 8 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:6: warning: [rawtypes] found raw type: Comparator\n
03:22:02 		Comparator comparator = new Comparator() {\n
03:22:02 		                            ^\n
03:22:02   missing type arguments for generic class Comparator<T>\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in interface Comparator\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                          ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: warning: [rawtypes] found raw type: ArrayList\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                           ^\n
03:22:02   missing type arguments for generic class ArrayList<E>\n
03:22:02   where E is a type-variable:\n
03:22:02     E extends Object declared in class ArrayList\n
03:22:02 X.java:12: error: reference to assertEquals is ambiguous\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		    ^\n
03:22:02   both method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>) in Test and method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2) in Test match\n
03:22:02   where T#1,T#2 are type-variables:\n
03:22:02     T#1 extends Object declared in method <T#1>assertEquals(String,Comparator<T#1>,List<T#1>,List<T#1>)\n
03:22:02     T#2 extends Object declared in method <T#2>assertEquals(String,Comparator<T#2>,T#2,T#2)\n
03:22:02 X.java:12: warning: [unchecked] unchecked method invocation: method assertEquals in class Test is applied to given types\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                 ^\n
03:22:02   required: String,Comparator<T>,List<T>,List<T>\n
03:22:02   found: String,Comparator,ArrayList,ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                          ^\n
03:22:02   required: Comparator<T>\n
03:22:02   found:    Comparator\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                      ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 X.java:12: warning: [unchecked] unchecked conversion\n
03:22:02 		Test.assertEquals("Test", comparator, new ArrayList(), new ArrayList());\n
03:22:02 		                                                       ^\n
03:22:02   required: List<T>\n
03:22:02   found:    ArrayList\n
03:22:02   where T is a type-variable:\n
03:22:02     T extends Object declared in method <T>assertEquals(String,Comparator<T>,List<T>,List<T>)\n
03:22:02 1 error\n
03:22:02 8 warnings\n
03:22:02 ]>
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in SimpleDemo.java (at line 22)\n
03:22:02 	protected SimpleResult test(AbstractResult request) {\n
03:22:02 	          ^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
03:22:02     protected SimpleResult test(AbstractResult request) {\n
03:22:02                            ^\n
03:22:02   return type requires unchecked conversion from SimpleResult to Response#2\n
03:22:02   where Request,Response#1,Response#2 are type-variables:\n
03:22:02     Request extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#1 extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#2 extends AbstractResult declared in class SimpleDemo\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in SimpleDemo.java (at line 22)\n
03:22:02 	protected SimpleResult test(AbstractResult request) {\n
03:22:02 	          ^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with AbstractDemo<Request,Response>.test(Request)\n
03:22:02 ----------]\n
03:22:02 > but was:<[SimpleDemo.java:22: warning: [unchecked] test(AbstractResult) in SimpleDemo overrides test(Request) in AbstractDemo\n
03:22:02     protected SimpleResult test(AbstractResult request) {\n
03:22:02                            ^\n
03:22:02   return type requires unchecked conversion from SimpleResult to Response#2\n
03:22:02   where Request,Response#1,Response#2 are type-variables:\n
03:22:02     Request extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#1 extends AbstractResult declared in class AbstractDemo\n
03:22:02     Response#2 extends AbstractResult declared in class SimpleDemo\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[Fatal Error: Unable to find package java.lang in classpath or bootclasspath\n
03:22:02 ]>
03:22:02   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"
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
03:22:02 	public class X extends pm.C1 { \n
03:22:02 	                       ^^\n
03:22:02 The package pm is accessible from more than one module: mod.x, mod.y\n
03:22:02 ----------\n
03:22:02 1 problem (1 error)\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in ---OUTPUT_DIR_PLACEHOLDER---/src/p/X.java (at line 1)\n
03:22:02 	public class X extends pm.C1 { \n
03:22:02 	                       ^^\n
03:22:02 The package pm is accessible from more than one module: mod.x, mod.y\n
03:22:02 ----------\n
03:22:02 1 problem (1 error)\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 16)\n
03:22:02 	@Illegal Y.YY.Z[] z = null;\n
03:22:02 	^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 16)\n
03:22:02 	@Illegal Y.YY.Z[] z = null;\n
03:22:02 	^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 13)\n
03:22:02 	public @Illegal Y.Z[] foo() { return null;}\n
03:22:02 	       ^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 13)\n
03:22:02 	public @Illegal Y.Z[] foo() { return null;}\n
03:22:02 	       ^^^^^^^^\n
03:22:02 Type annotations are not allowed on type names used to access static members\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
03:22:02 		List<@NonNull T> res = Arrays.asList(ts);\n
03:22:02 		                                     ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[Tools2.java:12: warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter ts\n
03:22:02 		List<@NonNull T> res = Arrays.asList(ts);\n
03:22:02 		                                     ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
03:22:02 	Number field = new Long(13);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: warning: [deprecation] Long(long) in Long has been deprecated\n
03:22:02 	Number field = new Long(13);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
03:22:02 	Number field = new Double(1.1);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:4: warning: [deprecation] Double(double) in Double has been deprecated\n
03:22:02 	Number field = new Double(1.1);\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
03:22:02 		return new Integer(13);\n
03:22:02 		       ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:5: warning: [deprecation] Integer(int) in Integer has been deprecated\n
03:22:02 		return new Integer(13);\n
03:22:02 		       ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	^^^^^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
03:22:02 ----------\n
03:22:02 2. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	                           ^^^^^^\n
03:22:02 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	^^^^^^^^^^^^^^^^\n
03:22:02 The return type is incompatible with '@NonNull Object' returned from X.getObject(Object) (mismatching null constraints)\n
03:22:02 ----------\n
03:22:02 2. ERROR in Y.java (at line 5)\n
03:22:02 	@Nullable Object getObject(Object o) {\n
03:22:02 	                           ^^^^^^\n
03:22:02 Illegal redefinition of parameter o, inherited method from X declares this parameter as @Nullable\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. INFO in X.java (at line 5)\n
03:22:02 	return this.o.toString();\n
03:22:02 	            ^\n
03:22:02 Potential null pointer access: this expression has a '@Nullable' type\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. INFO in X.java (at line 5)\n
03:22:02 	return this.o.toString();\n
03:22:02 	            ^\n
03:22:02 Potential null pointer access: this expression has a '@Nullable' type\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
03:22:02 interface Baz extends Foo<Integer, Integer> {}\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[Test.java:8: error: interface Baz inherits abstract and default for m(Integer) from types Foo and Foo\n
03:22:02 interface Baz extends Foo<Integer, Integer> {}\n
03:22:02 ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public int unusedMethod() { return this.state; }\n
03:22:02 	           ^^^^^^^^^^^^^^\n
03:22:02 The method unusedMethod() from the type X.M is never used locally\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	public M (int state) { this.state = state;} \n
03:22:02 	       ^^^^^^^^^^^^^\n
03:22:02 The constructor X.M(int) is never used locally\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	public int unusedField = 0;\n
03:22:02 	           ^^^^^^^^^^^\n
03:22:02 The value of the field X.M.unusedField is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	public class N {}\n
03:22:02 	             ^\n
03:22:02 The type X.M.N is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public int unusedMethod() { return this.state; }\n
03:22:02 	           ^^^^^^^^^^^^^^\n
03:22:02 The method unusedMethod() from the type X.M is never used locally\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	public M (int state) { this.state = state;} \n
03:22:02 	       ^^^^^^^^^^^^^\n
03:22:02 The constructor X.M(int) is never used locally\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	public int unusedField = 0;\n
03:22:02 	           ^^^^^^^^^^^\n
03:22:02 The value of the field X.M.unusedField is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	public class N {}\n
03:22:02 	             ^\n
03:22:02 The type X.M.N is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A.java (at line 3)\n
03:22:02 	B.test();\n
03:22:02 	^^^^^^^^\n
03:22:02 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A.java (at line 3)\n
03:22:02 	B.test();\n
03:22:02 	^^^^^^^^\n
03:22:02 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A.java (at line 3)\n
03:22:02 	B.test();\n
03:22:02 	^^^^^^^^\n
03:22:02 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 8)\n
03:22:02 	public B () { super(""); }\n
03:22:02 	       ^^^^\n
03:22:02 The constructor A.B() is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A.java (at line 3)\n
03:22:02 	B.test();\n
03:22:02 	^^^^^^^^\n
03:22:02 Access to enclosing method test() from the type A.B is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 2. WARNING in A.java (at line 8)\n
03:22:02 	public B () { super(""); }\n
03:22:02 	       ^^^^\n
03:22:02 The constructor A.B() is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A.java (at line 7)\n
03:22:02 	public B () { super(""); }\n
03:22:02 	       ^^^^\n
03:22:02 The constructor C.B() is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A.java (at line 7)\n
03:22:02 	public B () { super(""); }\n
03:22:02 	       ^^^^\n
03:22:02 The constructor C.B() is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public Y() {}\n
03:22:02 	       ^^^\n
03:22:02 The constructor X.Y() is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public Y() {}\n
03:22:02 	       ^^^\n
03:22:02 The constructor X.Y() is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public Y() {}\n
03:22:02 	       ^^^\n
03:22:02 The constructor X.Y() is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public Y() {}\n
03:22:02 	       ^^^\n
03:22:02 The constructor X.Y() is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
03:22:02 	private static class Y implements Externalizable {\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:6: warning: [serial] serializable class Y has no definition of serialVersionUID\n
03:22:02 	private static class Y implements Externalizable {\n
03:22:02 	               ^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private X(int x) {i = x;}\n
03:22:02 	        ^^^^^^^^\n
03:22:02 The constructor X(int) is never used locally\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private X(int x) {i = x;}\n
03:22:02 	        ^^^^^^^^\n
03:22:02 The constructor X(int) is never used locally\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	return new ArrayList<Object>() {\n
03:22:02 	           ^^^^^^^^^^^^^^^^^^^\n
03:22:02 The serializable class  does not declare a static final serialVersionUID field of type long\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 7)\n
03:22:02 	{ add(o);}\n
03:22:02 	      ^\n
03:22:02 Read access to enclosing field X.o is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	return new ArrayList<Object>() {\n
03:22:02 	           ^^^^^^^^^^^^^^^^^^^\n
03:22:02 The serializable class  does not declare a static final serialVersionUID field of type long\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 7)\n
03:22:02 	{ add(o);}\n
03:22:02 	      ^\n
03:22:02 Read access to enclosing field X.o is emulated by a synthetic accessor method\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	System.out.println(1.0 == 1.0);\n
03:22:02 	                   ^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	System.out.println(1.0f == 1.0f);\n
03:22:02 	                   ^^^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	System.out.println(1.0 == 1.0);\n
03:22:02 	                   ^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	System.out.println(1.0f == 1.0f);\n
03:22:02 	                   ^^^^^^^^^^^^\n
03:22:02 Comparing identical expressions\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	nvx = nvx;\n
03:22:02 	^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 6)\n
03:22:02 	nvx = nvx;\n
03:22:02 	^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	volatile int x = this.x;\n
03:22:02 	             ^^^^^^^^^^\n
03:22:02 The assignment to variable x has no effect\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 3)\n
03:22:02 	int nvx = this.nvx;\n
03:22:02 	    ^^^^^^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	volatile int x = this.x;\n
03:22:02 	             ^^^^^^^^^^\n
03:22:02 The assignment to variable x has no effect\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 3)\n
03:22:02 	int nvx = this.nvx;\n
03:22:02 	    ^^^^^^^^^^^^^^\n
03:22:02 The assignment to variable nvx has no effect\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 6)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 6)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public boolean b=false;\n
03:22:02 	               ^\n
03:22:02 The value of the field X.Y.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	protected int k = 2;\n
03:22:02 	              ^\n
03:22:02 The value of the field X.Y.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	public boolean b=false;\n
03:22:02 	               ^\n
03:22:02 The value of the field X.Y.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	protected int k = 2;\n
03:22:02 	              ^\n
03:22:02 The value of the field X.Y.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	private boolean b=false;\n
03:22:02 	                ^\n
03:22:02 The value of the field X.b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 4)\n
03:22:02 	private int k = 2;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	             ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                         ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	             ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 2)\n
03:22:02 	void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                         ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 10)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, int param2) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 10)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 3)\n
03:22:02 	boolean b=false;\n
03:22:02 	        ^\n
03:22:02 The value of the local variable b is not used\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	public void foo(int param1, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                    ^^^^^^\n
03:22:02 The value of the parameter param1 is not used\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 15)\n
03:22:02 	public void foo(int param1, int param2, Integer param3) {\n
03:22:02 	                                ^^^^^^\n
03:22:02 The value of the parameter param2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (false) {\n
03:22:02         	boolean b=false;\n
03:22:02         	b|=true;\n
03:22:02 		 }\n
03:22:02 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (false) {\n
03:22:02         	boolean b=false;\n
03:22:02         	b|=true;\n
03:22:02 		 }\n
03:22:02 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 8)\n
03:22:02 	int k = 2;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable k is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	X(int abc) {\n
03:22:02 	      ^^^\n
03:22:02 The value of the parameter abc is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 2)\n
03:22:02 	X(int abc) {\n
03:22:02 	      ^^^\n
03:22:02 The value of the parameter abc is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in test1\E.java (at line 4)\n
03:22:02 	int a= 10;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable a is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in test1\E.java (at line 4)\n
03:22:02 	int a= 10;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable a is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (a != null){\n
03:22:02         	int j = 3;\n
03:22:02         	j++;\n
03:22:02     	}\n
03:22:02 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	int j = 3;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable j is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (a != null){\n
03:22:02         	int j = 3;\n
03:22:02         	j++;\n
03:22:02     	}\n
03:22:02 	              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Dead code\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	int j = 3;\n
03:22:02 	    ^\n
03:22:02 The value of the local variable j is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 7)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 9)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 16)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 18)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\internal\compiler\lookup\X.java (at line 28)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in org\eclipse\jdt\core\dom\X.java (at line 9)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 2. ERROR in org\eclipse\jdt\core\dom\X.java (at line 11)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 3. ERROR in org\eclipse\jdt\core\dom\X.java (at line 18)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 4. ERROR in org\eclipse\jdt\core\dom\X.java (at line 20)\n
03:22:02 	if (t1 == t2) {\n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 5. ERROR in org\eclipse\jdt\core\dom\X.java (at line 30)\n
03:22:02 	if (t1 == t2) { \n
03:22:02 	    ^^^^^^^^\n
03:22:02 The uninterned types TypeBinding and TypeBinding should not be compared using ==/!= operators.\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	if (set.contains("ONE")) // bad\n
03:22:02 	                 ^^^^^\n
03:22:02 Unlikely argument type String for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	set.remove("ONE"); // bad\n
03:22:02 	           ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 10)\n
03:22:02 	if (set.contains(1)) // bad\n
03:22:02 	                 ^\n
03:22:02 Unlikely argument type int for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 11)\n
03:22:02 	set.remove(1); // bad (tries to remove "Integer 1")\n
03:22:02 	           ^\n
03:22:02 Unlikely argument type int for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 8)\n
03:22:02 	if (set.contains("ONE")) // bad\n
03:22:02 	                 ^^^^^\n
03:22:02 Unlikely argument type String for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 9)\n
03:22:02 	set.remove("ONE"); // bad\n
03:22:02 	           ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 10)\n
03:22:02 	if (set.contains(1)) // bad\n
03:22:02 	                 ^\n
03:22:02 Unlikely argument type int for contains(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 11)\n
03:22:02 	set.remove(1); // bad (tries to remove "Integer 1")\n
03:22:02 	           ^\n
03:22:02 Unlikely argument type int for remove(Object) on a Collection<Short>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
03:22:02 	                 ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (hss.contains(ts)) // bad\n
03:22:02 	                 ^^\n
03:22:02 Unlikely argument type TreeSet<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	hss.remove(ts); // bad\n
03:22:02 	           ^^\n
03:22:02 Unlikely argument type TreeSet<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (hss.contains((Set<T>)ts)) // bad (because of strict check)\n
03:22:02 	                 ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for contains(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	hss.remove((Set<T>)ts); // bad (because of strict check)\n
03:22:02 	           ^^^^^^^^^^\n
03:22:02 Unlikely argument type Set<T> for remove(Object) on a Collection<HashSet<T>>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (m.containsKey("ONE")) // bad\n
03:22:02 	                  ^^^^^\n
03:22:02 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (m.containsValue("ONE")) // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 5. WARNING in X.java (at line 14)\n
03:22:02 	return m.get("ONE"); // bad\n
03:22:02 	             ^^^^^\n
03:22:02 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	if (m.containsKey("ONE")) // bad\n
03:22:02 	                  ^^^^^\n
03:22:02 Unlikely argument type String for containsKey(Object) on a Map<capture#1-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 2. WARNING in X.java (at line 5)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#2-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 3. WARNING in X.java (at line 6)\n
03:22:02 	if (m.containsValue("ONE")) // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for containsValue(Object) on a Map<capture#3-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 4. WARNING in X.java (at line 7)\n
03:22:02 	m.remove("ONE"); // bad\n
03:22:02 	         ^^^^^\n
03:22:02 Unlikely argument type String for remove(Object) on a Map<capture#4-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 5. WARNING in X.java (at line 14)\n
03:22:02 	return m.get("ONE"); // bad\n
03:22:02 	             ^^^^^\n
03:22:02 Unlikely argument type String for get(Object) on a Map<capture#9-of ? extends Number,Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	numbers.removeAll(stringSet); // bad\n
03:22:02 	                  ^^^^^^^^^\n
03:22:02 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	numbers.removeAll(stringSet); // bad\n
03:22:02 	                  ^^^^^^^^^\n
03:22:02 Unlikely argument type Set<String> for removeAll(Collection<?>) on a Collection<Number>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	return ints.indexOf("ONE"); // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	return ints.indexOf("ONE"); // bad\n
03:22:02 	                    ^^^^^\n
03:22:02 Unlikely argument type String for indexOf(Object) on a List<Integer>\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in test\TestUnlikely.java (at line 30)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 2. WARNING in test\TestUnlikely.java (at line 37)\n
03:22:02 	c.remove(i); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 3. WARNING in test\TestUnlikely.java (at line 39)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 4. WARNING in test\TestUnlikely.java (at line 40)\n
03:22:02 	c.remove(nf); // warning: castable, but not supertype\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 5. WARNING in test\TestUnlikely.java (at line 46)\n
03:22:02 	c.remove(o); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 6. WARNING in test\TestUnlikely.java (at line 48)\n
03:22:02 	c.remove(nf); // warning: impossible\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 7. WARNING in test\TestUnlikely.java (at line 49)\n
03:22:02 	c.remove(s); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 8. WARNING in test\TestUnlikely.java (at line 54)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 9. WARNING in test\TestUnlikely.java (at line 55)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 10. WARNING in test\TestUnlikely.java (at line 63)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
03:22:02 ----------\n
03:22:02 11. WARNING in test\TestUnlikely.java (at line 70)\n
03:22:02 	map.containsKey(value); // warning\n
03:22:02 	                ^^^^^\n
03:22:02 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 12. WARNING in test\TestUnlikely.java (at line 71)\n
03:22:02 	map.containsValue(key); // warning\n
03:22:02 	                  ^^^\n
03:22:02 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 13. WARNING in test\TestUnlikely.java (at line 95)\n
03:22:02 	if (c.contains(iterator.next())) { // warning\n
03:22:02 	               ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type U for contains(Object) on a Collection<T>\n
03:22:02 ----------\n
03:22:02 14. WARNING in test\TestUnlikely.java (at line 105)\n
03:22:02 	c.removeAll(other); // warning\n
03:22:02 	            ^^^^^\n
03:22:02 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 15. WARNING in test\TestUnlikely.java (at line 111)\n
03:22:02 	Predicate<OtherInterface> p2 = c::contains; // warning\n
03:22:02 	                               ^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 16. WARNING in test\TestUnlikely.java (at line 112)\n
03:22:02 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
03:22:02 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 17. INFO in test\TestUnlikely.java (at line 120)\n
03:22:02 	s.equals(i); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 18. INFO in test\TestUnlikely.java (at line 121)\n
03:22:02 	i.equals(s); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 19. INFO in test\TestUnlikely.java (at line 125)\n
03:22:02 	Predicate<String> p1 = i::equals; // info\n
03:22:02 	                       ^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 20. INFO in test\TestUnlikely.java (at line 128)\n
03:22:02 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 21. INFO in test\TestUnlikely.java (at line 131)\n
03:22:02 	Objects.equals(s, i); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 22. INFO in test\TestUnlikely.java (at line 132)\n
03:22:02 	Objects.equals(i, s); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 23. INFO in test\TestUnlikely.java (at line 136)\n
03:22:02 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in test\TestUnlikely.java (at line 30)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 2. WARNING in test\TestUnlikely.java (at line 37)\n
03:22:02 	c.remove(i); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Interface for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 3. WARNING in test\TestUnlikely.java (at line 39)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 4. WARNING in test\TestUnlikely.java (at line 40)\n
03:22:02 	c.remove(nf); // warning: castable, but not supertype\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.OtherInterface>\n
03:22:02 ----------\n
03:22:02 5. WARNING in test\TestUnlikely.java (at line 46)\n
03:22:02 	c.remove(o); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 6. WARNING in test\TestUnlikely.java (at line 48)\n
03:22:02 	c.remove(nf); // warning: impossible\n
03:22:02 	         ^^\n
03:22:02 Unlikely argument type TestUnlikely.NonFinal for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 7. WARNING in test\TestUnlikely.java (at line 49)\n
03:22:02 	c.remove(s); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Sub for remove(Object) on a Collection<TestUnlikely.Final>\n
03:22:02 ----------\n
03:22:02 8. WARNING in test\TestUnlikely.java (at line 54)\n
03:22:02 	c.remove(o); // warning: unrelated interface\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 9. WARNING in test\TestUnlikely.java (at line 55)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 10. WARNING in test\TestUnlikely.java (at line 63)\n
03:22:02 	c.remove(f); // warning: impossible\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type TestUnlikely.Final for remove(Object) on a Collection<TestUnlikely.Sub>\n
03:22:02 ----------\n
03:22:02 11. WARNING in test\TestUnlikely.java (at line 70)\n
03:22:02 	map.containsKey(value); // warning\n
03:22:02 	                ^^^^^\n
03:22:02 Unlikely argument type V for containsKey(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 12. WARNING in test\TestUnlikely.java (at line 71)\n
03:22:02 	map.containsValue(key); // warning\n
03:22:02 	                  ^^^\n
03:22:02 Unlikely argument type K for containsValue(Object) on a Map<K,V>\n
03:22:02 ----------\n
03:22:02 13. WARNING in test\TestUnlikely.java (at line 95)\n
03:22:02 	if (c.contains(iterator.next())) { // warning\n
03:22:02 	               ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type U for contains(Object) on a Collection<T>\n
03:22:02 ----------\n
03:22:02 14. WARNING in test\TestUnlikely.java (at line 105)\n
03:22:02 	c.removeAll(other); // warning\n
03:22:02 	            ^^^^^\n
03:22:02 Unlikely argument type Set<TestUnlikely.Final> for removeAll(Collection<?>) on a Collection<TestUnlikely.NonFinal>\n
03:22:02 ----------\n
03:22:02 15. WARNING in test\TestUnlikely.java (at line 111)\n
03:22:02 	Predicate<OtherInterface> p2 = c::contains; // warning\n
03:22:02 	                               ^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 16. WARNING in test\TestUnlikely.java (at line 112)\n
03:22:02 	BiPredicate<Collection<Interface>, OtherInterface> bp2 = Collection<Interface>::contains; // warning\n
03:22:02 	                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type TestUnlikely.OtherInterface for contains(Object) on a Collection<TestUnlikely.Interface>\n
03:22:02 ----------\n
03:22:02 17. INFO in test\TestUnlikely.java (at line 120)\n
03:22:02 	s.equals(i); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 18. INFO in test\TestUnlikely.java (at line 121)\n
03:22:02 	i.equals(s); // info\n
03:22:02 	         ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 19. INFO in test\TestUnlikely.java (at line 125)\n
03:22:02 	Predicate<String> p1 = i::equals; // info\n
03:22:02 	                       ^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 20. INFO in test\TestUnlikely.java (at line 128)\n
03:22:02 	BiPredicate<String, Integer> bp2 = Object::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 21. INFO in test\TestUnlikely.java (at line 131)\n
03:22:02 	Objects.equals(s, i); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 22. INFO in test\TestUnlikely.java (at line 132)\n
03:22:02 	Objects.equals(i, s); // info\n
03:22:02 	                  ^\n
03:22:02 Unlikely argument type for equals(): String seems to be unrelated to Integer\n
03:22:02 ----------\n
03:22:02 23. INFO in test\TestUnlikely.java (at line 136)\n
03:22:02 	BiPredicate<String, Integer> bp3 = Objects::equals; // info\n
03:22:02 	                                   ^^^^^^^^^^^^^^^\n
03:22:02 Unlikely argument type for equals(): Integer seems to be unrelated to String\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in Unlikely.java (at line 6)\n
03:22:02 	return i1.equals((I1)this);\n
03:22:02 	                 ^^^^^^^^\n
03:22:02 Unnecessary cast from Unlikely to I1\n
03:22:02 ----------\n
03:22:02 2. ERROR in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unnecessary cast from I2 to I3\n
03:22:02 ----------\n
03:22:02 3. WARNING in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in Unlikely.java (at line 6)\n
03:22:02 	return i1.equals((I1)this);\n
03:22:02 	                 ^^^^^^^^\n
03:22:02 Unnecessary cast from Unlikely to I1\n
03:22:02 ----------\n
03:22:02 2. ERROR in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unnecessary cast from I2 to I3\n
03:22:02 ----------\n
03:22:02 3. WARNING in Unlikely.java (at line 9)\n
03:22:02 	return i1.equals((I3)i2);\n
03:22:02 	                 ^^^^^^\n
03:22:02 Unlikely argument type for equals(): I3 seems to be unrelated to I1\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 _X.java:5: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0001;\n
03:22:02 		       ^\n
03:22:02 _X.java:6: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0002;\n
03:22:02 		       ^\n
03:22:02 _X.java:7: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0003;\n
03:22:02 		       ^\n
03:22:02 _X.java:8: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0004;\n
03:22:02 		       ^\n
03:22:02 _X.java:9: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0005;\n
03:22:02 		       ^\n
03:22:02 _X.java:10: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0006;\n
03:22:02 		       ^\n
03:22:02 _X.java:11: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0007;\n
03:22:02 		       ^\n
03:22:02 _X.java:12: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0008;\n
03:22:02 		       ^\n
03:22:02 _X.java:13: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u000e;\n
03:22:02 		       ^\n
03:22:02 _X.java:14: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u000f;\n
03:22:02 		       ^\n
03:22:02 _X.java:15: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0010;\n
03:22:02 		       ^\n
03:22:02 _X.java:16: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0011;\n
03:22:02 		       ^\n
03:22:02 _X.java:17: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0012;\n
03:22:02 		       ^\n
03:22:02 _X.java:18: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0013;\n
03:22:02 		       ^\n
03:22:02 _X.java:19: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0014;\n
03:22:02 		       ^\n
03:22:02 _X.java:20: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0015;\n
03:22:02 		       ^\n
03:22:02 _X.java:21: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0016;\n
03:22:02 		       ^\n
03:22:02 _X.java:22: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0017;\n
03:22:02 		       ^\n
03:22:02 _X.java:23: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0018;\n
03:22:02 		       ^\n
03:22:02 _X.java:24: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0019;\n
03:22:02 		       ^\n
03:22:02 _X.java:25: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u001a;\n
03:22:02 		       ^\n
03:22:02 _X.java:26: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u001b;\n
03:22:02 		       ^\n
03:22:02 _X.java:27: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u007f;\n
03:22:02 		       ^\n
03:22:02 23 errors\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[_X.java:5: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0001;\n
03:22:02 		       ^\n
03:22:02 _X.java:6: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0002;\n
03:22:02 		       ^\n
03:22:02 _X.java:7: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0003;\n
03:22:02 		       ^\n
03:22:02 _X.java:8: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0004;\n
03:22:02 		       ^\n
03:22:02 _X.java:9: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0005;\n
03:22:02 		       ^\n
03:22:02 _X.java:10: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0006;\n
03:22:02 		       ^\n
03:22:02 _X.java:11: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0007;\n
03:22:02 		       ^\n
03:22:02 _X.java:12: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0008;\n
03:22:02 		       ^\n
03:22:02 _X.java:13: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u000e;\n
03:22:02 		       ^\n
03:22:02 _X.java:14: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u000f;\n
03:22:02 		       ^\n
03:22:02 _X.java:15: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0010;\n
03:22:02 		       ^\n
03:22:02 _X.java:16: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0011;\n
03:22:02 		       ^\n
03:22:02 _X.java:17: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0012;\n
03:22:02 		       ^\n
03:22:02 _X.java:18: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0013;\n
03:22:02 		       ^\n
03:22:02 _X.java:19: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0014;\n
03:22:02 		       ^\n
03:22:02 _X.java:20: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0015;\n
03:22:02 		       ^\n
03:22:02 _X.java:21: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0016;\n
03:22:02 		       ^\n
03:22:02 _X.java:22: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0017;\n
03:22:02 		       ^\n
03:22:02 _X.java:23: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0018;\n
03:22:02 		       ^\n
03:22:02 _X.java:24: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u0019;\n
03:22:02 		       ^\n
03:22:02 _X.java:25: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u001a;\n
03:22:02 		       ^\n
03:22:02 _X.java:26: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u001b;\n
03:22:02 		       ^\n
03:22:02 _X.java:27: error: variable i is already defined in method main(String[])\n
03:22:02 		String i\u007f;\n
03:22:02 		       ^\n
03:22:02 23 errors\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialVersionUID = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialVersionUID is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X<T>.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	private static final long serialPersistentFields = 1L;\n
03:22:02 	                          ^^^^^^^^^^^^^^^^^^^^^^\n
03:22:02 The value of the field X.serialPersistentFields is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X<T>.i is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X<T>.i is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.i is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 5)\n
03:22:02 	private int i;\n
03:22:02 	            ^\n
03:22:02 The value of the field X.i is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 test/Outer.java:4: error: cannot find symbol\n
03:22:02     int i = VALUE;\n
03:22:02             ^\n
03:22:02   symbol:   variable VALUE\n
03:22:02   location: class Outer\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[test/Outer.java:4: error: cannot find symbol\n
03:22:02     int i = VALUE;\n
03:22:02             ^\n
03:22:02   symbol:   variable VALUE\n
03:22:02   location: class Outer\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in A\A.java (at line 3)\n
03:22:02 	import B.B.C1;\n
03:22:02 	       ^^^^^^\n
03:22:02 The import B.B.C1 collides with another import statement\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in A\A.java (at line 3)\n
03:22:02 	import B.B.C1;\n
03:22:02 	       ^^^^^^\n
03:22:02 The import B.B.C1 collides with another import statement\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in A\A.java (at line 2)\n
03:22:02 	import static B.B.C1;\n
03:22:02 	              ^^^^^^\n
03:22:02 The import B.B.C1 is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in A\A.java (at line 2)\n
03:22:02 	import static B.B.C1;\n
03:22:02 	              ^^^^^^\n
03:22:02 The import B.B.C1 is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.Inner;\n
03:22:02 	       ^^^^^^^^^^^\n
03:22:02 The import p.Bar.Inner is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.Inner;\n
03:22:02 	       ^^^^^^^^^^^\n
03:22:02 The import p.Bar.Inner is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.*;\n
03:22:02 	       ^^^^^\n
03:22:02 The import p.Bar is never used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p\X.java (at line 2)\n
03:22:02 	import static p.A.B.Inner;\n
03:22:02 	              ^^^^^^^^^^^\n
03:22:02 The import p.A.B.Inner is never used\n
03:22:02 ----------\n
03:22:02 2. WARNING in p\X.java (at line 3)\n
03:22:02 	import p.Bar.*;\n
03:22:02 	       ^^^^^\n
03:22:02 The import p.Bar is never used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 18)\n
03:22:02 	case 6://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://OK\n
03:22:02 			^\n
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 3://OK\n
03:22:02 			^\n
03:22:02 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 4://OK\n
03:22:02 			^\n
03:22:02 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 6://WRONG\n
03:22:02 			^\n
03:22:02 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 7://OK\n
03:22:02 			^\n
03:22:02 5 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 18)\n
03:22:02 	case 6://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://OK\n
03:22:02 			^\n
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 3://OK\n
03:22:02 			^\n
03:22:02 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 4://OK\n
03:22:02 			^\n
03:22:02 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 6://WRONG\n
03:22:02 			^\n
03:22:02 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 7://OK\n
03:22:02 			^\n
03:22:02 5 warnings]\n
03:22:02 >
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 18)\n
03:22:02 	case 6://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://OK\n
03:22:02 			^\n
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 3://OK\n
03:22:02 			^\n
03:22:02 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 4://OK\n
03:22:02 			^\n
03:22:02 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 6://WRONG\n
03:22:02 			^\n
03:22:02 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 7://OK\n
03:22:02 			^\n
03:22:02 5 warnings\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 18)\n
03:22:02 	case 6://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://OK\n
03:22:02 			^\n
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 3://OK\n
03:22:02 			^\n
03:22:02 X.java:13: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 4://OK\n
03:22:02 			^\n
03:22:02 X.java:18: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 6://WRONG\n
03:22:02 			^\n
03:22:02 X.java:22: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 7://OK\n
03:22:02 			^\n
03:22:02 5 warnings]\n
03:22:02 >
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 8)\n
03:22:02 	case 2://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://WRONG\n
03:22:02 			^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 8)\n
03:22:02 	case 2://WRONG\n
03:22:02 	^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:8: warning: [fallthrough] possible fall-through into case\n
03:22:02 			case 2://WRONG\n
03:22:02 			^\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02   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).
03:22:02 ----------- Expected ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	default :\n
03:22:02 	^^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------\n
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			default :\n
03:22:02 			^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[----------\n
03:22:02 1. ERROR in X.java (at line 10)\n
03:22:02 	default :\n
03:22:02 	^^^^^^^\n
03:22:02 Switch case may be entered by falling through previous case. If intended, add a new comment //$FALL-THROUGH$ on the line above\n
03:22:02 ----------]\n
03:22:02 > but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 			default :\n
03:22:02 			^\n
03:22:02 1 warning]\n
03:22:02 >
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 		case 2:\n
03:22:02 		^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 		case 2:\n
03:22:02 		^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 		case 2:\n
03:22:02 		^\n
03:22:02 1 warning\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:10: warning: [fallthrough] possible fall-through into case\n
03:22:02 		case 2:\n
03:22:02 		^\n
03:22:02 1 warning\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in X.java (at line 4)\n
03:22:02 	int var2 = 0;\n
03:22:02 	    ^^^^\n
03:22:02 The value of the local variable var2 is not used\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. WARNING in p\X.java (at line 4)\n
03:22:02 	switch (i) {\n
03:22:02 	        ^\n
03:22:02 The switch statement should have a default case\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. WARNING in p\X.java (at line 4)\n
03:22:02 	switch (i) {\n
03:22:02 	        ^\n
03:22:02 The switch statement should have a default case\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 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
03:22:02 java.lang.AssertionError\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  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
03:22:02 java.lang.AssertionError\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.TypeMetadata$Annotations.combine(TypeMetadata.java:174)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.lambda$annotateTypeSecondStage$5(Annotate.java:1027)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Annotate.flush(Annotate.java:194)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.ClassFinder.complete(ClassFinder.java:300)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symtab$1.complete(Symtab.java:284)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1308)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.getInterfaces(Symbol.java:1319)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2604)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$16.visitClassType(Types.java:2595)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$UnaryVisitor.visit(Types.java:5003)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.interfaces(Types.java:2592)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3077)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3078)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$MembersClosureCache.visitClassType(Types.java:3017)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$DefaultTypeVisitor.visit(Types.java:4923)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.membersClosure(Types.java:3100)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types$ImplementationCache.get(Types.java:2974)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Types.implementation(Types.java:3012)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1874)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.code.Symbol$MethodSymbol.implementation(Symbol.java:1867)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.notOverriddenIn(Resolve.java:460)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.selectBest(Resolve.java:1553)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethodInScope(Resolve.java:1722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1791)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.findMethod(Resolve.java:1765)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve$MethodReferenceLookupHelper.lookup(Resolve.java:3353)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.lookupMethod(Resolve.java:3519)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Resolve.resolveMemberReference(Resolve.java:2954)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitReference(Attr.java:3000)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMemberReference.accept(JCTree.java:2190)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:693)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitVarDef(Attr.java:1172)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCVariableDecl.accept(JCTree.java:956)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStats(Attr.java:741)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:1292)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:1020)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.visitMethodDef(Attr.java:1096)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.tree.JCTree$JCMethodDecl.accept(JCTree.java:866)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribTree(Attr.java:653)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribStat(Attr.java:722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClassBody(Attr.java:4722)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4613)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attribClass(Attr.java:4542)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.comp.Attr.attrib(Attr.java:4487)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1333)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.compile(JavaCompiler.java:965)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:306)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.main.Main.compile(Main.java:165)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.compile(Main.java:57)\n
03:22:02 	at jdk.compiler/com.sun.tools.javac.Main.main(Main.java:43)\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 X.java:2: error: illegal character: '\u0860'\n
03:22:02 		public int aࡠ; // new unicode character in unicode 10.0 \n
03:22:02 		            ^\n
03:22:02 1 error\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[X.java:2: error: illegal character: '\u0860'\n
03:22:02 		public int aࡠ; // new unicode character in unicode 10.0 \n
03:22:02 		            ^\n
03:22:02 1 error\n
03:22:02 ]>
03:22:02   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.
03:22:02 ----------- Expected ------------
03:22:02 
03:22:02 ------------ but was ------------
03:22:02 ----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	int a\u061C = 0; // new unicode character in 6.3.0 \n
03:22:02 	     ^^^^^^\n
03:22:02 Syntax error on token "Invalid Character", delete this token\n
03:22:02 ----------\n
03:22:02 
03:22:02 --------- Difference is ----------
03:22:02  expected:<[]> but was:<[----------\n
03:22:02 1. ERROR in X.java (at line 2)\n
03:22:02 	int a\u061C = 0; // new unicode character in 6.3.0 \n
03:22:02 	     ^^^^^^\n
03:22:02 Syntax error on token "Invalid Character", delete this token\n
03:22:02 ----------\n
03:22:02 ]>
03:22:02 
03:22:02 Tests run: 12921, Failures: 213, Errors: 0, Skipped: 0
03:22:02 
03:22:03 [INFO] ------------------------------------------------------------------------
03:22:03 [INFO] Reactor Summary:
03:22:03 [INFO] 
03:22:03 [INFO] org.eclipse.jdt.core 3.21.100-SNAPSHOT ............. SUCCESS [01:04 min]
03:22:03 [INFO] org.eclipse.jdt.core.tests.compiler 3.12.1200-SNAPSHOT FAILURE [  03:18 h]
03:22:03 [INFO] ------------------------------------------------------------------------
03:22:03 [INFO] BUILD FAILURE
03:22:03 [INFO] ------------------------------------------------------------------------
03:22:03 [INFO] Total time:  03:20 h
03:22:03 [INFO] Finished at: 2020-03-15T07:22:03Z
03:22:03 [INFO] ------------------------------------------------------------------------
03:22:03 [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.
03:22:03 [ERROR] 
03:22:03 [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.
03:22:03 [ERROR] -> [Help 1]
03:22:03 [ERROR] 
03:22:03 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
03:22:03 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
03:22:03 [ERROR] 
03:22:03 [ERROR] For more information about the errors and possible solutions, please read the following articles:
03:22:03 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
03:22:03 [ERROR] 
03:22:03 [ERROR] After correcting the problems, you can resume the build with the command
03:22:03 [ERROR]   mvn <args> -rf :org.eclipse.jdt.core.tests.compiler
03:22:05 Build step 'Invoke top-level Maven targets' marked build as failure
03:22:06 Archiving artifacts
03:22:06 Recording test results
03:22:08 Sending e-mails to: stephan.herrmann@berlin.de
03:22:08 Finished: FAILURE